[Solved] No default constructor for entity
This “InstantiationException: No default constructor for entity” is very common for all Hibernate or Spring Boot JPA application development. In this post you will learn about the problem and solutions to resolve it. Reason of InstantiationException “No default constructor for entity” The JPA specification requires that all persistent classes have a no-arg constructor. This constructor may be…
View On WordPress













