Class EntitiesConfigurations
java.lang.Object
org.hibernate.envers.internal.entities.EntitiesConfigurations
Configuration of the user entities: property mapping of the entities, relations, inheritance.
-
Constructor Summary
ConstructorsConstructorDescriptionEntitiesConfigurations
(Map<String, EntityConfiguration> entitiesConfigurations, Map<String, EntityConfiguration> notAuditedEntitiesConfigurations) -
Method Summary
Modifier and TypeMethodDescriptiongetComponentDescription
(String entityName, String propertyName) getEntityNameForVersionsEntityName
(String versionsEntityName) getNotVersionEntityConfiguration
(String entityName) getRelationDescription
(String entityName, String propertyName) getToPropertyNames
(String fromEntityName, String fromPropertyName, String toEntityName) boolean
boolean
isVersioned
(String entityName)
-
Constructor Details
-
EntitiesConfigurations
public EntitiesConfigurations(Map<String, EntityConfiguration> entitiesConfigurations, Map<String, EntityConfiguration> notAuditedEntitiesConfigurations)
-
-
Method Details
-
get
-
getNotVersionEntityConfiguration
-
getEntityNameForVersionsEntityName
-
isVersioned
-
hasAuditedEntities
public boolean hasAuditedEntities() -
getRelationDescription
-
getComponentDescription
-
getToPropertyNames
-