JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
org.hibernate.envers
Annotation Interface CollectionAuditTable
@Incubating
@Retention
(
RUNTIME
)
@Target
({
FIELD
,
METHOD
})
public @interface
CollectionAuditTable
Allows for the customization of an Envers audit collection table.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
name
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
name
String
name
The name of the table
schema
String
schema
The schema of the table. Defaults to the schema of the mapping.
Default:
""
catalog
String
catalog
The catalog of the table. Defaults to the catalog of the mapping.
Default:
""