Annotation Interface Audited.CollectionTable
- Enclosing class:
Audited
@Documented
@Retention(RUNTIME)
@Target({FIELD,METHOD})
public static @interface Audited.CollectionTable
Specifies a custom audit table name (and optionally schema
and catalog) for an audited collection.
Placed on the collection field or property.
- Since:
- 7.4
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
name
String nameThe name of the collection audit table. -
schema
String schemaThe schema of the collection audit table. Defaults to the schema of the owning entity's audit table.- Default:
""
-
catalog
String catalogThe catalog of the collection audit table. Defaults to the catalog of the owning entity's audit table.- Default:
""
-