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 Detail

      • name

        java.lang.String name
        Default:
        ""
      • catalog

        java.lang.String catalog
        Default:
        ""
      • schema

        java.lang.String schema
        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