Class CollectionMappedByResolver
java.lang.Object
org.hibernate.envers.configuration.internal.metadata.CollectionMappedByResolver
Helper class that provides a way to resolve the
mappedBy attribute for collections.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisMappedByKey(org.hibernate.mapping.Collection collection, String mappedBy) static StringresolveMappedBy(org.hibernate.mapping.Collection collection, PropertyAuditingData propertyAuditingData) static StringresolveMappedBy(org.hibernate.mapping.Table collectionTable, org.hibernate.mapping.PersistentClass referencedClass, PropertyAuditingData propertyAuditingData)
-
Constructor Details
-
CollectionMappedByResolver
public CollectionMappedByResolver()
-
-
Method Details
-
resolveMappedBy
public static String resolveMappedBy(org.hibernate.mapping.Collection collection, PropertyAuditingData propertyAuditingData) -
resolveMappedBy
public static String resolveMappedBy(org.hibernate.mapping.Table collectionTable, org.hibernate.mapping.PersistentClass referencedClass, PropertyAuditingData propertyAuditingData) -
isMappedByKey
-