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
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
- Create a "getter" for the named attribute
- Specified by:
getGetter
in interface PropertyAccessor
- Parameters:
arg0
- The class on which the property is defined.arg1
- The name of the property.
- Returns:
- An appropriate getter.
- Throws:
PropertyNotFoundException
- Indicates a problem interpretting the propertyName
getSetter
public Setter getSetter(Class arg0,
String arg1)
throws PropertyNotFoundException
- Create a "setter" for the named attribute
- Specified by:
getSetter
in interface PropertyAccessor
- Parameters:
arg0
- The class on which the property is defined.arg1
- The name of the property.
- Returns:
- An appropriate setter
- Throws:
PropertyNotFoundException
- Indicates a problem interpretting the propertyName
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.