Pages

Wednesday, August 31, 2011

org.hibernate.PropertyAccessException

nested exception is org.hibernate.PropertyAccessException: Exception occurred inside getter of Hibernate Object

Reason:
  • Nullable database column was mapped to a primitive type property
  • The Hibernate type is not castable to the property type (or vice-versa)

  • No comments:

    Google
     

    Java-Struts