/spring-jpa-hibernate-mappings

spring-data-jpa-hibernate-mappings -- In this small Spring Boot Application build using Spring Tools Suite, I have tried to implement the most common issue while working with JPA/Hibernate Nested/related entities having parent-child relationship. I have implemented @OneToOne, @OneToMany relationship using Employee, Address, and Account entities. I have also handled the Cyclic Dependency problem between Employee/Address entities using @JsonIgnore annotation.

Primary LanguageJava

No issues in this repository yet.