Class DalPropertyAccessStrategy

  • All Implemented Interfaces:
    org.hibernate.property.access.spi.PropertyAccessStrategy

    public class DalPropertyAccessStrategy
    extends Object
    implements org.hibernate.property.access.spi.PropertyAccessStrategy
    This class is used as a factory class by the DalMappingGenerator to build the DalPropertyAccess instances during the mapping generation.
    • Constructor Detail

      • DalPropertyAccessStrategy

        public DalPropertyAccessStrategy()
    • Method Detail

      • buildPropertyAccess

        public org.hibernate.property.access.spi.PropertyAccess buildPropertyAccess​(Class containerJavaType,
                                                                                    String propertyName)
        Specified by:
        buildPropertyAccess in interface org.hibernate.property.access.spi.PropertyAccessStrategy