Class CollectionMappedByResolver

java.lang.Object
org.hibernate.envers.configuration.internal.metadata.CollectionMappedByResolver

public class CollectionMappedByResolver extends Object
Helper class that provides a way to resolve the mappedBy attribute for collections.
  • 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

      public static boolean isMappedByKey(org.hibernate.mapping.Collection collection, String mappedBy)