Save This Page
Home » hibernate-core-src-20081106 » org.hibernate.envers.entities » [javadoc | source]
org.hibernate.envers.entities
public class: EntitiesConfigurations [javadoc | source]
java.lang.Object
   org.hibernate.envers.entities.EntitiesConfigurations
Configuration of the user entities: property mapping of the entities, relations, inheritance.
Constructor:
 public EntitiesConfigurations(Map entitiesConfigurations) 
Method from org.hibernate.envers.entities.EntitiesConfigurations Summary:
get,   getEntityNameForVersionsEntityName,   getRelationDescription,   isVersioned
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.envers.entities.EntitiesConfigurations Detail:
 public EntityConfiguration get(String entityName) 
 public String getEntityNameForVersionsEntityName(String versionsEntityName) 
 public RelationDescription getRelationDescription(String entityName,
    String propertyName) 
 public boolean isVersioned(String entityName)