Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/callicoder/jpa-hibernate-tutorials
Hibernate Tutorials with Spring Boot and Spring-Data-JPA
https://github.com/callicoder/jpa-hibernate-tutorials
composite-primary-key element-collection embeddable embedded hibernate hibernate-jpa hibernate-orm jpa many-to-many many-to-one one-to-many one-to-one spring spring-boot
Last synced: about 18 hours ago
JSON representation
Hibernate Tutorials with Spring Boot and Spring-Data-JPA
- Host: GitHub
- URL: https://github.com/callicoder/jpa-hibernate-tutorials
- Owner: callicoder
- Created: 2017-11-22T05:20:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-13T18:20:17.000Z (over 3 years ago)
- Last Synced: 2025-01-13T17:12:15.670Z (8 days ago)
- Topics: composite-primary-key, element-collection, embeddable, embedded, hibernate, hibernate-jpa, hibernate-orm, jpa, many-to-many, many-to-one, one-to-many, one-to-one, spring, spring-boot
- Language: Java
- Homepage:
- Size: 123 KB
- Stars: 274
- Watchers: 13
- Forks: 222
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## Hibernate Tutorials and Demos with Spring Boot and JPA
1. [Hibernate One to One Mapping Example with Spring Boot and JPA](https://www.callicoder.com/hibernate-spring-boot-jpa-one-to-one-mapping-example/)
2. [Hibernate One to Many Mapping Example with Spring Boot and JPA](https://www.callicoder.com/hibernate-spring-boot-jpa-one-to-many-mapping-example/)
3. [Hibernate Many to Many Mapping Example with Spring Boot and JPA](https://www.callicoder.com/hibernate-spring-boot-jpa-many-to-many-mapping-example/)
4. [Hibernate Embeddable Type Example with Spring Boot and JPA](https://www.callicoder.com/hibernate-spring-boot-jpa-embeddable-demo/)
5. [Hibernate Composite Primary Key Example with Spring Boot and JPA](https://www.callicoder.com/hibernate-spring-boot-jpa-composite-primary-key-example/)