com.liferay.portal.dao.orm.hibernate
Class PrivatePropertyAccessor
java.lang.Object
org.hibernate.property.DirectPropertyAccessor
com.liferay.portal.dao.orm.hibernate.PrivatePropertyAccessor
- All Implemented Interfaces:
- org.hibernate.property.PropertyAccessor
public class PrivatePropertyAccessor
- extends org.hibernate.property.DirectPropertyAccessor
Nested classes/interfaces inherited from class org.hibernate.property.DirectPropertyAccessor |
org.hibernate.property.DirectPropertyAccessor.DirectGetter, org.hibernate.property.DirectPropertyAccessor.DirectSetter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrivatePropertyAccessor
public PrivatePropertyAccessor()
getGetter
public org.hibernate.property.Getter getGetter(Class clazz,
String propertyName)
throws org.hibernate.PropertyNotFoundException
- Specified by:
getGetter
in interface org.hibernate.property.PropertyAccessor
- Overrides:
getGetter
in class org.hibernate.property.DirectPropertyAccessor
- Throws:
org.hibernate.PropertyNotFoundException
getSetter
public org.hibernate.property.Setter getSetter(Class clazz,
String propertyName)
throws org.hibernate.PropertyNotFoundException
- Specified by:
getSetter
in interface org.hibernate.property.PropertyAccessor
- Overrides:
getSetter
in class org.hibernate.property.DirectPropertyAccessor
- Throws:
org.hibernate.PropertyNotFoundException