Join
Target: ElementType.TYPE, ElementType.FIELD, ElementType.METHOD
- Implemented Interfaces:
Annotation
Annotation for the join of a relation. Corresponds to the xml element "join".
- Since:
- JDO 2.1
Public Annotation Attributes
String column default ""
- Since:
- JDO 2.1
- Since:
- JDO 2.1
- Since:
- JDO 2.1
String foreignKey default ""
- Since:
- JDO 2.1
String generateForeignKey default ""
Specify "true" or "false".
- Since:
- JDO 2.1
String generatePrimaryKey default ""
Specify "true" or "false".
- Since:
- JDO 2.1
String index default ""
- Since:
- JDO 2.1
String indexed default ""
- Since:
- JDO 2.1
String outer default ""
- Since:
- JDO 2.1
String primaryKey default ""
- Since:
- JDO 2.1
String table default ""
- Since:
- JDO 2.1
String unique default ""
- Since:
- JDO 2.1
String uniqueKey default ""
- Since:
- JDO 2.1