java-tutorials/persistence-modules/hibernate-exceptions/README.md

8 lines
619 B
Markdown
Raw Normal View History

2020-07-07 07:18:10 -04:00
### Relevant Articles:
- [Hibernate could not initialize proxy no Session](https://www.baeldung.com/hibernate-initialize-proxy-exception)
- [Hibernate Error “No Persistence Provider for EntityManager”](https://www.baeldung.com/hibernate-no-persistence-provider)
2021-10-06 12:40:30 -04:00
- [TransactionRequiredException Error](https://www.baeldung.com/jpa-transaction-required-exception)
- [Hibernates “Object References an Unsaved Transient Instance” Error](https://www.baeldung.com/hibernate-unsaved-transient-instance-error)
- [EntityNotFoundException in Hibernate](https://www.baeldung.com/hibernate-entitynotfoundexception)