Annotation Type ContainerTable
- 
 @Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface ContainerTable Table for array, collection, or map elements.- Since:
- 0.4.0
- Author:
- Abe White
 
- 
- 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description StringcatalogXJoinColumn[]joinColumnsForeignKeyjoinForeignKeyIndexjoinIndexStringnameStringschemabooleanspecified
 
- 
- 
- 
Element Detail- 
nameString name - Default:
- ""
 
 
- 
 - 
- 
catalogString catalog - Default:
- ""
 
 
- 
 - 
- 
schemaString schema - Default:
- ""
 
 
- 
 - 
- 
joinColumnsXJoinColumn[] joinColumns - Default:
- {}
 
 
- 
 - 
- 
joinForeignKeyForeignKey joinForeignKey - Default:
- @org.apache.openjpa.persistence.jdbc.ForeignKey(specified=false)
 
 
- 
 - 
- 
joinIndexIndex joinIndex - Default:
- @org.apache.openjpa.persistence.jdbc.Index(specified=false)
 
 
- 
 
-