Methods in org.hibernate.property that throw PropertyNotFoundException |
static Getter |
BasicPropertyAccessor.createGetter(Class theClass,
String propertyName)
|
Getter |
PropertyAccessor.getGetter(Class theClass,
String propertyName)
Create a "getter" for the named attribute |
Getter |
NoopAccessor.getGetter(Class arg0,
String arg1)
|
Getter |
MapAccessor.getGetter(Class theClass,
String propertyName)
|
Getter |
EmbeddedPropertyAccessor.getGetter(Class theClass,
String propertyName)
|
Getter |
Dom4jAccessor.getGetter(Class theClass,
String propertyName)
Create a "getter" for the named attribute |
Getter |
DirectPropertyAccessor.getGetter(Class theClass,
String propertyName)
|
Getter |
ChainedPropertyAccessor.getGetter(Class theClass,
String propertyName)
|
Getter |
BasicPropertyAccessor.getGetter(Class theClass,
String propertyName)
|
Setter |
PropertyAccessor.getSetter(Class theClass,
String propertyName)
Create a "setter" for the named attribute |
Setter |
NoopAccessor.getSetter(Class arg0,
String arg1)
|
Setter |
MapAccessor.getSetter(Class theClass,
String propertyName)
|
Setter |
EmbeddedPropertyAccessor.getSetter(Class theClass,
String propertyName)
|
Setter |
Dom4jAccessor.getSetter(Class theClass,
String propertyName)
Create a "setter" for the named attribute |
Setter |
DirectPropertyAccessor.getSetter(Class theClass,
String propertyName)
|
Setter |
ChainedPropertyAccessor.getSetter(Class theClass,
String propertyName)
|
Setter |
BasicPropertyAccessor.getSetter(Class theClass,
String propertyName)
|