JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.hibernate.envers
AuditTable
Contents
Description
Required Element Summary
Optional Element Summary
Element Details
value
schema
catalog
Hide sidebar
Show sidebar
Annotation Interface AuditTable
@Retention
(
RUNTIME
)
@Target
(
TYPE
)
public @interface
AuditTable
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
The name of the table
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
catalog
The catalog of the table.
String
schema
The schema of the table.
Element Details
value
String
value
The name of the table
schema
String
schema
The schema of the table. Defaults to the schema of the annotated entity.
Default:
""
catalog
String
catalog
The catalog of the table. Defaults to the catalog of the annotated entity.
Default:
""