An open API service indexing awesome lists of open source software.

https://github.com/gunjankadu/spring-hibernate-mapping

A Repository Showcasing the mapping Techniques of Spring-Hibernate and Sql with Boiler plate Code
https://github.com/gunjankadu/spring-hibernate-mapping

hibernate-orm hql hql-joins java-8 mapping query spring-boot sql

Last synced: about 2 months ago
JSON representation

A Repository Showcasing the mapping Techniques of Spring-Hibernate and Sql with Boiler plate Code

Awesome Lists containing this project

README

          

# Spring-Hibernate-Mapping

1.Boiler Plate for Spring and Hibernate.

2.One-To-One-Unidirectional Mapping.

3.One-To-One-Bidirectional Mapping.

4.One-To-Many-Bidirectional Mapping.

5.Eager vs lazy Fetching.

6.Many-To-Many.

7.Sql Scripts Supporting The Same.