org.hibernate.property
Class NoopAccessor
java.lang.Object
org.hibernate.property.NoopAccessor
- All Implemented Interfaces:
- PropertyAccessor
public class NoopAccessor
- extends Object
- implements PropertyAccessor
Used to declare properties not represented at the pojo level
- Author:
- Michael Bartmann
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoopAccessor
public NoopAccessor()
getGetter
public Getter getGetter(Class arg0,
String arg1)
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 arg0,
String arg1)
throws PropertyNotFoundException
- Description copied from interface:
PropertyAccessor
- Create a "setter" for the named attribute
- Specified by:
getSetter
in interface PropertyAccessor
- Throws:
PropertyNotFoundException