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 Summary
ConstructorsConstructorDescriptionLiferayPropertyAccess
(org.hibernate.property.access.spi.PropertyAccessStrategy propertyAccessStrategy, Class<?> clazz, String propertyName) -
Method Summary
Modifier and TypeMethodDescriptionprotected String
formatPropertyName
(String propertyName) org.hibernate.property.access.spi.Getter
org.hibernate.property.access.spi.PropertyAccessStrategy
org.hibernate.property.access.spi.Setter
-
Constructor Details
-
LiferayPropertyAccess
-
-
Method Details
-
getGetter
public org.hibernate.property.access.spi.Getter getGetter()- Specified by:
getGetter
in interfaceorg.hibernate.property.access.spi.PropertyAccess
-
getPropertyAccessStrategy
public org.hibernate.property.access.spi.PropertyAccessStrategy getPropertyAccessStrategy()- Specified by:
getPropertyAccessStrategy
in interfaceorg.hibernate.property.access.spi.PropertyAccess
-
getSetter
public org.hibernate.property.access.spi.Setter getSetter()- Specified by:
getSetter
in interfaceorg.hibernate.property.access.spi.PropertyAccess
-
formatPropertyName
-