This skill equips Claude with expert-level knowledge of JPA and Hibernate best practices specifically tailored for Spring Boot applications. It provides standardized patterns for entity modeling, relationship mapping, and advanced query optimization techniques like JOIN FETCH to prevent N+1 issues. Beyond basic CRUD, it offers guidance on transaction propagation, database indexing, auditing, and efficient pagination. Whether you are refactoring a legacy data layer or architecting a new microservice, this skill ensures your database interactions are performant, scalable, and maintainable according to modern Java standards.
Key Features
01Optimized repository patterns with DTO projections for read-heavy loads
02Expert entity design and auditing configuration patterns
03Best practices for database migrations using Flyway or Liquibase
040 GitHub stars
05Proven strategies for preventing N+1 query problems using JOIN FETCH
06Detailed transaction management and HikariCP connection pool tuning