Annotation Type ContainerTable
-
@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface ContainerTableTable for array, collection, or map elements.- Since:
- 0.4.0
- Author:
- Abe White
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringcatalogXJoinColumn[]joinColumnsForeignKeyjoinForeignKeyIndexjoinIndexjava.lang.Stringnamejava.lang.Stringschemabooleanspecified
-
-
-
-
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)
-
-