org.hibernate.envers.entities
Class EntitiesConfigurations
java.lang.Object
   org.hibernate.envers.entities.EntitiesConfigurations
org.hibernate.envers.entities.EntitiesConfigurations
- public class EntitiesConfigurations 
- extends Object
Configuration of the user entities: property mapping of the entities, relations, inheritance.
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
EntitiesConfigurations
public EntitiesConfigurations(Map<String,EntityConfiguration> entitiesConfigurations,
                              Map<String,EntityConfiguration> notAuditedEntitiesConfigurations)
get
public EntityConfiguration get(String entityName)
- 
 
getNotVersionEntityConfiguration
public EntityConfiguration getNotVersionEntityConfiguration(String entityName)
- 
 
getEntityNameForVersionsEntityName
public String getEntityNameForVersionsEntityName(String versionsEntityName)
- 
 
isVersioned
public boolean isVersioned(String entityName)
- 
 
hasAuditedEntities
public boolean hasAuditedEntities()
- 
 
getRelationDescription
public RelationDescription getRelationDescription(String entityName,
                                                  String propertyName)
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.