org.hibernate.envers.tools
Class MappingTools
java.lang.Object
org.hibernate.envers.tools.MappingTools
public class MappingTools
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MappingTools
public MappingTools()
createComponentPrefix
public static String createComponentPrefix(String componentName)
- Parameters:
componentName
- Name of the component, that is, name of the property in the entity that references the
component.
- Returns:
- A prefix for properties in the given component.
createToOneRelationPrefix
public static String createToOneRelationPrefix(String referencePropertyName)
- Parameters:
referencePropertyName
- The name of the property that holds the relation to the entity.
- Returns:
- A prefix which should be used to prefix an id mapper for the related entity.
getReferencedEntityName
public static String getReferencedEntityName(Value value)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.