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
  • Element Details

    • 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)
    • specified

      boolean specified
      Default:
      true