|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={TYPE,FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface JoinAnnotation for the join of a relation. Maps across to the JDO2 element "join".
| Optional Element Summary | |
|---|---|
java.lang.String |
column
Name of the column in the join table. |
Column[] |
columns
Detail definition of the join column(s). |
ForeignKeyAction |
deleteAction
Delete action to be applied to any ForeignKey on this join. |
java.lang.String |
indexed
Whether the join column is indexed. |
java.lang.String |
outer
Whether to use an outer join. |
java.lang.String |
table
Table to join to (used when joining to secondary tables). |
java.lang.String |
unique
Whether the join column is unique |
public abstract java.lang.String table
public abstract java.lang.String column
public abstract java.lang.String indexed
public abstract java.lang.String unique
public abstract java.lang.String outer
public abstract ForeignKeyAction deleteAction
public abstract Column[] columns
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||