Class PrivatePropertyAccessor
Object
org.hibernate.property.access.internal.PropertyAccessStrategyFieldImpl
com.liferay.portal.dao.orm.hibernate.PrivatePropertyAccessor
- All Implemented Interfaces:
org.hibernate.property.access.spi.PropertyAccessStrategy
public class PrivatePropertyAccessor
extends org.hibernate.property.access.internal.PropertyAccessStrategyFieldImpl
- Author:
- Dante Wang
-
Field Summary
Fields inherited from class org.hibernate.property.access.internal.PropertyAccessStrategyFieldImpl
INSTANCE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.property.access.spi.PropertyAccess
buildPropertyAccess
(Class containerJavaType, String propertyName)
-
Constructor Details
-
PrivatePropertyAccessor
public PrivatePropertyAccessor()
-
-
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 classorg.hibernate.property.access.internal.PropertyAccessStrategyFieldImpl
-