com.u2d.persist
Class PropertyAccessorAdapter

java.lang.Object
  extended by com.u2d.persist.PropertyAccessorAdapter
All Implemented Interfaces:
org.hibernate.property.PropertyAccessor

public class PropertyAccessorAdapter
extends java.lang.Object
implements org.hibernate.property.PropertyAccessor

Author:
Eitan Suez

Constructor Summary
PropertyAccessorAdapter()
           
 
Method Summary
 org.hibernate.property.Getter getGetter(java.lang.Class clazz, java.lang.String propertyName)
           
 org.hibernate.property.Setter getSetter(java.lang.Class clazz, java.lang.String propertyName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyAccessorAdapter

public PropertyAccessorAdapter()
Method Detail

getGetter

public org.hibernate.property.Getter getGetter(java.lang.Class clazz,
                                               java.lang.String propertyName)
                                        throws org.hibernate.PropertyNotFoundException
Specified by:
getGetter in interface org.hibernate.property.PropertyAccessor
Throws:
org.hibernate.PropertyNotFoundException

getSetter

public org.hibernate.property.Setter getSetter(java.lang.Class clazz,
                                               java.lang.String propertyName)
                                        throws org.hibernate.PropertyNotFoundException
Specified by:
getSetter in interface org.hibernate.property.PropertyAccessor
Throws:
org.hibernate.PropertyNotFoundException