Liferay 6.2-ce-ga5

com.liferay.portal.dao.orm.hibernate
Class PrivatePropertyAccessor

java.lang.Object
  extended by org.hibernate.property.DirectPropertyAccessor
      extended by com.liferay.portal.dao.orm.hibernate.PrivatePropertyAccessor
All Implemented Interfaces:
org.hibernate.property.PropertyAccessor

public class PrivatePropertyAccessor
extends org.hibernate.property.DirectPropertyAccessor


Nested Class Summary
 
Nested classes/interfaces inherited from class org.hibernate.property.DirectPropertyAccessor
org.hibernate.property.DirectPropertyAccessor.DirectGetter, org.hibernate.property.DirectPropertyAccessor.DirectSetter
 
Constructor Summary
PrivatePropertyAccessor()
           
 
Method Summary
 org.hibernate.property.Getter getGetter(Class clazz, String propertyName)
           
 org.hibernate.property.Setter getSetter(Class clazz, String propertyName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrivatePropertyAccessor

public PrivatePropertyAccessor()
Method Detail

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

Liferay 6.2-ce-ga5