| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface EmbeddedAnnotation to define that the object is embedded into the table of the owning object. Corresponds to the xml element "embedded".
| Optional Element Summary | |
|---|---|
|  Persistent[] | membersMembers for this embedding. | 
|  java.lang.String | nullIndicatorColumnThe column in the embedded object used to judge if the embedded object is null. | 
|  java.lang.String | nullIndicatorValueThe value in the null column to interpret the object as being null. | 
|  java.lang.String | ownerMemberThe member in the embedded object that links back to the owning object where it has a bidirectional relationship. | 
public abstract java.lang.String ownerMember
public abstract java.lang.String nullIndicatorColumn
public abstract java.lang.String nullIndicatorValue
public abstract Persistent[] members
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||