·java-jpa-hibernate
</>

java-jpa-hibernate

pluginagentmarketplace/custom-plugin-java

掌握JPA/Hibernate - 实体设计、查询、事务、性能优化

102安装·1热度·@pluginagentmarketplace

安装

$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(...) |

掌握JPA/Hibernate - 实体设计、查询、事务、性能优化 来源:pluginagentmarketplace/custom-plugin-java。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-java --skill java-jpa-hibernate
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 java-jpa-hibernate?

掌握JPA/Hibernate - 实体设计、查询、事务、性能优化 来源:pluginagentmarketplace/custom-plugin-java。

如何安装 java-jpa-hibernate?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/pluginagentmarketplace/custom-plugin-java --skill java-jpa-hibernate 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/pluginagentmarketplace/custom-plugin-java