Wednesday, October 16, 2019

Common Hibernate Exceptions


  • LazyInitialisationException
  • OptimisticLockException
  • Org.hibernate.AnnotationExceptio: Unknown Id.generator
  • QuerySyntaxException:Table is not mapped
  • Org.hibernate.persistObjectException:detached entity passed to persist
  • StaleObjectStateException
  • Org.hibernate.NonUniqueObjectException

No comments:

Post a Comment