org.hibernate.envers.entities.mapper.relation
Class AbstractToOneMapper.EntityInfo
java.lang.Object
org.hibernate.envers.entities.mapper.relation.AbstractToOneMapper.EntityInfo
- Enclosing class:
- AbstractToOneMapper
protected class AbstractToOneMapper.EntityInfo
- extends Object
Simple descriptor of an entity.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractToOneMapper.EntityInfo
public AbstractToOneMapper.EntityInfo(Class entityClass,
String entityName,
boolean audited)
getEntityClass
public Class getEntityClass()
getEntityName
public String getEntityName()
isAudited
public boolean isAudited()
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.