|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface CollectionAnnotation for defining the persistence of a collection. This is mandatory for a collection field if
| Optional Element Summary | |
|---|---|
java.lang.String |
dependentElement
Whether the element is dependent and so is deleted when the owner is deleted (true/false). |
java.lang.String |
elementType
Type of the element. |
java.lang.String |
embeddedElement
Whether the element is embedded in the join table (true/false). |
java.lang.String |
serializedElement
Whether the element is serialised into a column the join table (true/false). |
public abstract java.lang.String elementType
public abstract java.lang.String embeddedElement
public abstract java.lang.String serializedElement
public abstract java.lang.String dependentElement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||