Class LiferayPropertyAccessor.LiferayPropertyAccess

Object
com.liferay.portal.dao.orm.hibernate.LiferayPropertyAccessor.LiferayPropertyAccess
All Implemented Interfaces:
org.hibernate.property.access.spi.PropertyAccess
Enclosing class:
LiferayPropertyAccessor

public static class LiferayPropertyAccessor.LiferayPropertyAccess extends Object implements org.hibernate.property.access.spi.PropertyAccess
  • Constructor Details

    • LiferayPropertyAccess

      public LiferayPropertyAccess(org.hibernate.property.access.spi.PropertyAccessStrategy propertyAccessStrategy, Class<?> clazz, String propertyName)
  • Method Details

    • getGetter

      public org.hibernate.property.access.spi.Getter getGetter()
      Specified by:
      getGetter in interface org.hibernate.property.access.spi.PropertyAccess
    • getPropertyAccessStrategy

      public org.hibernate.property.access.spi.PropertyAccessStrategy getPropertyAccessStrategy()
      Specified by:
      getPropertyAccessStrategy in interface org.hibernate.property.access.spi.PropertyAccess
    • getSetter

      public org.hibernate.property.access.spi.Setter getSetter()
      Specified by:
      getSetter in interface org.hibernate.property.access.spi.PropertyAccess
    • formatPropertyName

      protected String formatPropertyName(String propertyName)