org.hibernate.envers.configuration.metadata
Class AuditTableData
java.lang.Object
org.hibernate.envers.configuration.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuditTableData
public AuditTableData(String auditEntityName,
String auditTableName,
String schema,
String catalog)
getAuditEntityName
public String getAuditEntityName()
getAuditTableName
public String getAuditTableName()
getSchema
public String getSchema()
getCatalog
public String getCatalog()
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.