Example usage for Java org.hibernate PropertyAccessException fields, constructors, methods, implement or subclass
The text is from its open source code.
PropertyAccessException(Throwable cause, String message, boolean wasSetter, Class persistentClass, String propertyName) Constructs a PropertyAccessException using the specified information. |