·java-jpa-hibernate
</>

java-jpa-hibernate

pluginagentmarketplace/custom-plugin-java

Master JPA/Hibernate - entity design, queries, transactions, performance optimization

102Installs·1Trend·@pluginagentmarketplace

Installation

$npx skills add https://github.com/pluginagentmarketplace/custom-plugin-java --skill java-jpa-hibernate

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.

View raw

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