Uses of Class
org.hibernate.PropertyNotFoundException
-
Packages that use PropertyNotFoundException Package Description org.hibernate.internal.util Internal utility classesorg.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of PropertyNotFoundException in org.hibernate.internal.util
Methods in org.hibernate.internal.util that throw PropertyNotFoundException Modifier and Type Method Description static Constructor
ReflectHelper. getConstructor(Class clazz, Type[] types)
Retrieve a constructor for the given class, with arguments matching the specified Hibernate mapping types.static <T> Constructor<T>
ReflectHelper. getDefaultConstructor(Class<T> clazz)
Retrieve the default (no arg) constructor from the given class. -
Uses of PropertyNotFoundException in org.hibernate.mapping
Methods in org.hibernate.mapping that throw PropertyNotFoundException Modifier and Type Method Description Getter
Property. getGetter(Class clazz)
Setter
Property. getSetter(Class clazz)
-