jpa-patterns

jpa patterns

affaan-m 232k ↓ 5.9k MIT updated 25d ago
Claude Code
View source ↗

What it does

  • Designing JPA entities and table mappings
  • Defining relationships (@OneToMany, @ManyToOne, @ManyToMany)
  • Optimizing queries (N+1 prevention, fetch strategies, projections)
  • Configuring transactions, auditing, or soft deletes
  • Setting up pagination, sorting, or custom repository methods
  • Tuning connection pooling (HikariCP) or second-level caching
  • Default to lazy loading; use JOIN FETCH in queries when needed

Requirements & configuration

Configuration: JOINEAGER

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

jpa-patterns FAQ

What does the jpa-patterns skill do?

JPA/Hibernate patterns for entity design, relationships, query optimization, transactions, auditing, indexing, pagination, and pooling in Spring Boot. Designing JPA entities and table mappings Defining relationships (@OneToMany, @ManyToOne, @ManyToMany)

How do I install jpa-patterns?

Run: npx -y skills add https://github.com/affaan-m/everything-claude-code --skill jpa-patterns --agent claude-code — the source lives at github.com/affaan-m/everything-claude-code.

Maintain jpa-patterns?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

jpa-patterns on getagentictools
[![jpa-patterns on getagentictools](https://getagentictools.com/badge/skills/affaan-m-everything-claude-code-jpa-patterns.svg)](https://getagentictools.com/skills/affaan-m-everything-claude-code-jpa-patterns?ref=badge)
npx agentictools info skills/affaan-m-everything-claude-code-jpa-patterns

The second line is the CLI lookup for this page — handy in READMEs and docs.