|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={FIELD,METHOD}) @Retention(value=RUNTIME) public @interface Order
Annotation for the ordering component of an ordered container member, such as Java Collections Framework Array and List types and Java native array types. Corresponds to the xml element "order".
Optional Element Summary | |
---|---|
java.lang.String |
column
The name of the column to use for ordering the elements of the member. |
Column[] |
columns
The definition of the column(s) to use for ordering. |
Extension[] |
extensions
Vendor extensions. |
java.lang.String |
mappedBy
Name of a field or property in the target class that acts as the ordering field or property for this member. |
public abstract java.lang.String column
public abstract java.lang.String mappedBy
public abstract Column[] columns
public abstract Extension[] extensions
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |