Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piotrd22/spring-data-jpa-performance-examples
A repo for performance-oriented Spring Data JPA examples
https://github.com/piotrd22/spring-data-jpa-performance-examples
java jpa-hibernate postgresql spring
Last synced: 7 days ago
JSON representation
A repo for performance-oriented Spring Data JPA examples
- Host: GitHub
- URL: https://github.com/piotrd22/spring-data-jpa-performance-examples
- Owner: piotrd22
- Created: 2024-06-12T09:49:57.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-12T15:13:10.000Z (5 months ago)
- Last Synced: 2024-10-10T19:43:50.884Z (28 days ago)
- Topics: java, jpa-hibernate, postgresql, spring
- Language: Java
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Performance Oriented Spring Data JPA Examples
This repository contains examples and exercises focusing on performance optimizations in Spring Data JPA, inspired by the enlightening lecture by [Maciej Walkowiak](https://www.youtube.com/watch?v=exqfB1WaqIw) and the related repository [GitHub Repo](https://github.com/maciejwalkowiak/performance-oriented-spring-data-jpa-talk)
### Package Structure
- **connections**: This package contains examples demonstrating efficient management of database connections (connection pooling) to quickly release them, handle transactions, and more
- **cases**: Contains examples with Hibernate and JPA focusing on methods, mapping, N+1 query problems, and other performance-related scenarios
- **domain**: Contains domain models representing entities in the database
- **repositories**: Includes repositories
- **dto**: Contains DTO classes