Annotation Type XTable


@Target(TYPE) @Retention(RUNTIME) public @interface XTable
Extended table.
Since:
0.4.0
Author:
Abe White
  • Element Details

    • catalog

      String catalog
      Default:
      ""
    • schema

      String schema
      Default:
      ""
    • indexes

      Index[] indexes
      Default:
      {}
    • foreignKeys

      ForeignKey[] foreignKeys
      Default:
      {}
    • uniqueConstraints

      Unique[] uniqueConstraints
      Default:
      {}