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
- Host: GitHub
- URL: https://github.com/gunjankadu/spring-hibernate-mapping
- Owner: GunjanKadu
- Created: 2020-04-04T21:00:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-12T10:08:13.000Z (about 6 years ago)
- Last Synced: 2025-01-05T19:22:40.982Z (over 1 year ago)
- Topics: hibernate-orm, hql, hql-joins, java-8, mapping, query, spring-boot, sql
- Language: Java
- Homepage:
- Size: 14.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.