Class CamelCasePropertyAccessor
Object
com.liferay.portal.dao.orm.hibernate.LiferayPropertyAccessor
com.liferay.portal.dao.orm.hibernate.CamelCasePropertyAccessor
- All Implemented Interfaces:
org.hibernate.property.access.spi.PropertyAccessStrategy
- Author:
- Dante Wang
-
Nested Class Summary
Nested classes/interfaces inherited from class com.liferay.portal.dao.orm.hibernate.LiferayPropertyAccessor
LiferayPropertyAccessor.LiferayPropertyAccess
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.property.access.spi.PropertyAccess
buildPropertyAccess
(Class containerJavaType, String propertyName)
-
Constructor Details
-
CamelCasePropertyAccessor
public CamelCasePropertyAccessor()
-
-
Method Details
-
buildPropertyAccess
public org.hibernate.property.access.spi.PropertyAccess buildPropertyAccess(Class containerJavaType, String propertyName) - Specified by:
buildPropertyAccess
in interfaceorg.hibernate.property.access.spi.PropertyAccessStrategy
- Overrides:
buildPropertyAccess
in classLiferayPropertyAccessor
-