Class AuditTableData
- java.lang.Object
-
- org.hibernate.envers.configuration.internal.metadata.AuditTableData
-
public class AuditTableData extends Object
Holds information necessary to create an audit table: its name, schema and catalog, as well as the audit entity name.
-
-
Constructor Summary
Constructors Constructor Description AuditTableData(String auditEntityName, String auditTableName, String schema, String catalog)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAuditEntityName()
String
getAuditTableName()
String
getCatalog()
String
getSchema()
-