on 2018 Oct 11 5:29 PM
The attributes are still assigned to true in xml declaration
Parent representation:
<persistence type="property"/>
<modifiers optional="false" initial="true" unique="true"/>
</attribute>
Child representation:
<persistence type="property"/>
<modifiers optional="true" initial="false" unique="false"/>
</attribute>
Request clarification before answering.
Should be possible, don't see a redeclare specifier?
<attribute qualifier="orderEntryNumber" type="java.lang.Integer"
**redeclare="true"**>
<persistence type="property"/>
<modifiers write="true" read="true" optional="false" unique="false"/>
</attribute>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.