Uses of Class
org.hibernate.PropertyNotFoundException
-
Packages that use PropertyNotFoundException Package Description org.hibernate.internal.util Internal utility classes -
-
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)
Deprecated, for removal: This API element is subject to removal in a future version.no longer used, since we moved away from theType
interfacestatic <T> Constructor<T>
ReflectHelper. getDefaultConstructor(Class<T> clazz)
Retrieve the default (no arg) constructor from the given class.
-