org.hibernate.property
Class DirectPropertyAccessor
java.lang.Object
org.hibernate.property.DirectPropertyAccessor
- All Implemented Interfaces:
- PropertyAccessor
- public class DirectPropertyAccessor
- extends Object
- implements PropertyAccessor
Accesses fields directly.
- Author:
- Gavin King
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DirectPropertyAccessor
public DirectPropertyAccessor()
getGetter
public Getter getGetter(Class theClass,
String propertyName)
throws PropertyNotFoundException
- Description copied from interface:
PropertyAccessor
- Create a "getter" for the named attribute
- Specified by:
getGetter
in interface PropertyAccessor
- Throws:
PropertyNotFoundException
getSetter
public Setter getSetter(Class theClass,
String propertyName)
throws PropertyNotFoundException
- Description copied from interface:
PropertyAccessor
- Create a "setter" for the named attribute
- Specified by:
getSetter
in interface PropertyAccessor
- Throws:
PropertyNotFoundException