https://github.com/sakibvhossain/data_stores_and_persistence
Build applications that read and write to relational databases using both the Java Persistence API (JPA) and SQL. Use standard design patterns to make your persistence layer easy to test and integrate with a Spring Boot application.
https://github.com/sakibvhossain/data_stores_and_persistence
hibernate-orm java multitier-architecture sql
Last synced: 3 months ago
JSON representation
Build applications that read and write to relational databases using both the Java Persistence API (JPA) and SQL. Use standard design patterns to make your persistence layer easy to test and integrate with a Spring Boot application.
- Host: GitHub
- URL: https://github.com/sakibvhossain/data_stores_and_persistence
- Owner: SakibvHossain
- Created: 2023-08-02T17:34:33.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T06:37:33.000Z (about 1 year ago)
- Last Synced: 2025-01-13T07:12:13.351Z (4 months ago)
- Topics: hibernate-orm, java, multitier-architecture, sql
- Homepage:
- Size: 80.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data_Stores_and_Persistence
Build applications that read and write to relational databases using both the Java Persistence API (JPA) and SQL. Use standard design patterns to make your persistence layer easy to test and integrate with a Spring Boot application.