Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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