org.hibernate.property
public interface PropertyAccessor
Getter getGetter(java.lang.Class theClass, java.lang.String propertyName) throws PropertyNotFoundException
theClass
- The class on which the property is defined.propertyName
- The name of the property.PropertyNotFoundException
- Indicates a problem interpretting the propertyNameSetter getSetter(java.lang.Class theClass, java.lang.String propertyName) throws PropertyNotFoundException
theClass
- The class on which the property is defined.propertyName
- The name of the property.PropertyNotFoundException
- Indicates a problem interpretting the propertyNameCopyright © 2014. All Rights Reserved.