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 Summary
Optional Elements Modifier and Type Optional Element Description String
catalog
XJoinColumn[]
joinColumns
ForeignKey
joinForeignKey
Index
joinIndex
String
name
String
schema
boolean
specified
-
-
-
Element Detail
-
name
String name
- Default:
- ""
-
-
-
catalog
String catalog
- Default:
- ""
-
-
-
schema
String schema
- Default:
- ""
-
-
-
joinColumns
XJoinColumn[] joinColumns
- Default:
- {}
-
-
-
joinForeignKey
ForeignKey joinForeignKey
- Default:
- @org.apache.openjpa.persistence.jdbc.ForeignKey(specified=false)
-
-
-
joinIndex
Index joinIndex
- Default:
- @org.apache.openjpa.persistence.jdbc.Index(specified=false)
-
-