Package org.hibernate.envers.boot.model
Class PersistentEntity
java.lang.Object
org.hibernate.envers.boot.model.PersistentEntity
- All Implemented Interfaces:
AttributeContainer
- Direct Known Subclasses:
RootPersistentEntity
,SubclassPersistentEntity
Contract for a persisted entity mapping.
-
Constructor Summary
ConstructorsConstructorDescriptionPersistentEntity
(AuditTableData auditTableData, PersistentClass persistentClass) -
Method Summary
Modifier and TypeMethodDescriptionabstract void
build
(JaxbHbmHibernateMapping mapping) protected PersistentClass
boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.envers.boot.model.AttributeContainer
addAttribute
-
Constructor Details
-
PersistentEntity
-
-
Method Details
-
getAuditTableData
-
getPersistentClass
-
isJoinAware
public boolean isJoinAware() -
build
-