Annotation Type AuditTable


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface AuditTable
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      The name of the table
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String catalog
      The catalog of the table.
      java.lang.String schema
      The schema of the table.
    • Element Detail

      • value

        java.lang.String value
        The name of the table
      • schema

        java.lang.String schema
        The schema of the table. Defaults to the schema of the annotated entity.
        Default:
        ""
      • catalog

        java.lang.String catalog
        The catalog of the table. Defaults to the catalog of the annotated entity.
        Default:
        ""