jpa-patterns
JPA and Hibernate patterns for Spring Boot, covering entity mapping, query optimization, and transaction management.
Install
npx skills add https://github.com/affaan-m/everything-claude-code --skill jpa-patternsStats
| Total installs | 1,604 |
| Weekly installs | 1.6K |
| GitHub stars | 112.5K |
| First seen | Jan 30, 2026 |
| Source | @affaan-m/everything-claude-code |
Summary
- Covers entity mapping with auditing, soft deletes, indexing, and enumerated types; includes transaction management with read-only optimization and propagation strategies
- Provides N+1 prevention techniques using lazy loading, JOIN FETCH queries, and DTO projections for lightweight reads
- Demonstrates pagination with Pageable, custom repository methods, and cursor-based patterns for large datasets
- Includes HikariCP connection pooling configuration, second-level caching guidance, and batch write optimization
- Emphasizes testing with @DataJpaTest and Testcontainers, SQL debugging via Hibernate logging, and production-safe migrations with Flyway or Liquibase
Tags
Related skills
| Skill | Installs | vs jpa-patterns |
|---|---|---|
| clickhouse-io | 1,653 | +49 |
| redis-development | 1,157 | -447 |
| architecture-designer | 1,680 | +76 |
| java-architect | 1,750 | +146 |
| convex-functions | 1,874 | +270 |
FAQ
- How many installs does jpa-patterns have?
- jpa-patterns has 1,604 total installs and 1.6K installs this week.
- Where is jpa-patterns hosted?
- jpa-patterns is published by @affaan-m/everything-claude-code at https://github.com/affaan-m/everything-claude-code.
- How many GitHub stars does jpa-patterns have?
- jpa-patterns has 112.5K GitHub stars.
- When was jpa-patterns first indexed?
- OrangeBot.AI first indexed jpa-patterns on Jan 30, 2026.
- How do I install jpa-patterns?
- Run: npx skills add https://github.com/affaan-m/everything-claude-code --skill jpa-patterns