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 boolean
isMappedByKey
(Collection collection, String mappedBy) static String
resolveMappedBy
(Collection collection, PropertyAuditingData propertyAuditingData) static String
resolveMappedBy
(Table collectionTable, PersistentClass referencedClass, PropertyAuditingData propertyAuditingData)
-
Constructor Details
-
CollectionMappedByResolver
public CollectionMappedByResolver()
-
-
Method Details
-
resolveMappedBy
public static String resolveMappedBy(Collection collection, PropertyAuditingData propertyAuditingData) -
resolveMappedBy
public static String resolveMappedBy(Table collectionTable, PersistentClass referencedClass, PropertyAuditingData propertyAuditingData) -
isMappedByKey
-