Uses of Class
org.hibernate.PropertyNotFoundException

Packages that use PropertyNotFoundException
org.hibernate.mapping   
org.hibernate.property   
org.hibernate.util   
 

Uses of PropertyNotFoundException in org.hibernate.mapping
 

Methods in org.hibernate.mapping that throw PropertyNotFoundException
 Getter Property.getGetter(Class clazz)
           
 Setter Property.getSetter(Class clazz)
           
 

Uses of PropertyNotFoundException in org.hibernate.property
 

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

Uses of PropertyNotFoundException in org.hibernate.util
 

Methods in org.hibernate.util that throw PropertyNotFoundException
static Constructor ReflectHelper.getConstructor(Class clazz, Type[] types)
           
static Constructor ReflectHelper.getDefaultConstructor(Class clazz)