Class HibernateOrmPathDefinitionProvider

  • All Implemented Interfaces:
    PojoPathDefinitionProvider

    public class HibernateOrmPathDefinitionProvider
    extends Object
    implements PojoPathDefinitionProvider
    A PojoPathDefinitionProvider suitable for use with Hibernate ORM, in particular with its event system.

    Paths passed to this factory are assigned a string representation so as to match the property names and collection roles from Hibernate ORM.

    See Also:
    HibernateOrmPathInterpreter
    • Constructor Detail

      • HibernateOrmPathDefinitionProvider

        public HibernateOrmPathDefinitionProvider​(PojoRawTypeModel<?> typeModel,
                                                  org.hibernate.mapping.PersistentClass persistentClass)