Class MappingTools
java.lang.Object
org.hibernate.envers.internal.tools.MappingTools
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringcreateComponentPrefix(String componentName) static StringcreateToOneRelationPrefix(String referencePropertyName) static StringgetReferencedEntityName(org.hibernate.mapping.Value value) static booleanignoreNotFound(org.hibernate.mapping.Value value)
-
Constructor Details
-
MappingTools
public MappingTools()
-
-
Method Details
-
createComponentPrefix
-
createToOneRelationPrefix
-
getReferencedEntityName
-
ignoreNotFound
public static boolean ignoreNotFound(org.hibernate.mapping.Value value) - Parameters:
value- Persistent property.- Returns:
falseif lack of associated entity shall raise an exception,trueotherwise.
-