|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyNotFoundException | |
net.sf.hibernate.mapping | |
net.sf.hibernate.property | |
net.sf.hibernate.util |
Uses of PropertyNotFoundException in net.sf.hibernate.mapping |
Methods in net.sf.hibernate.mapping that throw PropertyNotFoundException | |
Getter |
Property.getGetter(Class clazz)
|
Setter |
Property.getSetter(Class clazz)
|
Uses of PropertyNotFoundException in net.sf.hibernate.property |
Methods in net.sf.hibernate.property that throw PropertyNotFoundException | |
Getter |
PropertyAccessor.getGetter(Class theClass,
String propertyName)
Create a "getter" for the named attribute |
Setter |
PropertyAccessor.getSetter(Class theClass,
String propertyName)
Create a "setter" for the named attribute |
Getter |
DirectPropertyAccessor.getGetter(Class theClass,
String propertyName)
|
Setter |
DirectPropertyAccessor.getSetter(Class theClass,
String propertyName)
|
Setter |
BasicPropertyAccessor.getSetter(Class theClass,
String propertyName)
|
Getter |
BasicPropertyAccessor.getGetter(Class theClass,
String propertyName)
|
Uses of PropertyNotFoundException in net.sf.hibernate.util |
Methods in net.sf.hibernate.util that throw PropertyNotFoundException | |
static Constructor |
ReflectHelper.getDefaultConstructor(Class clazz)
|
static Constructor |
ReflectHelper.getConstructor(Class clazz,
Type[] types)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |