|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface Collection
| Optional Element Summary | |
|---|---|
String |
addExpression
|
boolean |
allowRemove
|
boolean |
child
Child collections will not allow you to choose from all possible instances of the element type, only to create new instances and remove instances from the collection. |
String |
inverse
The field in the other end of the realtionship. |
String |
removeExpression
|
String |
swapExpression
|
public abstract String inverse
public abstract boolean child
public abstract String addExpression
public abstract String removeExpression
public abstract String swapExpression
public abstract boolean allowRemove
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||