java-jpa-hibernate
✓Master JPA/Hibernate - entity design, queries, transactions, performance optimization
SKILL.md
Master data persistence with JPA and Hibernate for production applications.
This skill covers JPA entity design, Hibernate optimization, Spring Data repositories, query strategies, and caching. Focuses on preventing N+1 queries and building high-performance persistence layers.
| JOIN FETCH | Always need relation | JOIN FETCH o.items | | EntityGraph | Dynamic fetching | @EntityGraph(attributePaths) | | @BatchSize | Collection access | @BatchSize(size = 20) | | DTO Projection | Read-only queries | new OrderSummary(...) |
Master JPA/Hibernate - entity design, queries, transactions, performance optimization Source: pluginagentmarketplace/custom-plugin-java.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-java --skill java-jpa-hibernate- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is java-jpa-hibernate?
Master JPA/Hibernate - entity design, queries, transactions, performance optimization Source: pluginagentmarketplace/custom-plugin-java.
How do I install java-jpa-hibernate?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-java --skill java-jpa-hibernate Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/pluginagentmarketplace/custom-plugin-java
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01