|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface OrderAnnotation for the order of a container field. Maps across to the JDO2 element "order".
| Optional Element Summary | |
|---|---|
java.lang.String |
column
The name of the column to use for the ordering column (1-N relations). |
Column[] |
columns
The definition of the column(s) to use for ordering. |
java.lang.String |
mappedBy
Name of a field in the target object that acts as the ordering for this Collection/List. |
public abstract java.lang.String column
public abstract java.lang.String mappedBy
public abstract Column[] columns
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||