Class LiferayPropertyAccessor
Object
com.liferay.portal.dao.orm.hibernate.LiferayPropertyAccessor
- All Implemented Interfaces:
org.hibernate.property.access.spi.PropertyAccessStrategy
- Direct Known Subclasses:
CamelCasePropertyAccessor
public class LiferayPropertyAccessor
extends Object
implements org.hibernate.property.access.spi.PropertyAccessStrategy
- Author:
- Dante Wang
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.property.access.spi.PropertyAccess
buildPropertyAccess
(Class containerJavaType, String propertyName)
-
Constructor Details
-
LiferayPropertyAccessor
public LiferayPropertyAccessor()
-
-
Method Details