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

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.

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.