spring-data-jpa
Installation
SKILL.md
Spring Data JPA Skill
Comprehensive guide to data access with Spring Data JPA including repository patterns, custom queries, and performance optimization.
Overview
This skill covers everything needed for production-ready database access with Spring Data JPA.
Parameters
| Name | Type | Required | Default | Validation |
|---|---|---|---|---|
database |
enum | ✗ | postgresql | postgresql | mysql | h2 |
migration_tool |
enum | ✗ | flyway | flyway | liquibase | none |
fetch_strategy |
enum | ✗ | lazy | lazy | eager |