Class AbstractToOneMapper.EntityInfo
- java.lang.Object
-
- org.hibernate.envers.internal.entities.mapper.relation.AbstractToOneMapper.EntityInfo
-
- Enclosing class:
- AbstractToOneMapper
protected static class AbstractToOneMapper.EntityInfo extends Object
Simple descriptor of an entity.
-
-
Constructor Summary
Constructors Constructor Description EntityInfo(Class entityClass, String entityName, boolean audited)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class
getEntityClass()
String
getEntityName()
boolean
isAudited()
-