Languages & frameworksApache-2.0

Kotlin JPA Entity Mapping

by Kotlin (opens in a new tab) Kotlin/kotlin-agent-skills

Models Kotlin JPA entities with safe identity, relationships, indexes, and fetch plans.

Installation

Skills CLI

Skills CLI command
npx skills@latest add Kotlin/kotlin-agent-skills --skill kotlin-backend-jpa-entity-mapping

Requires Node.js and npm. Choose your agents in the installer; add -g for a global installation.

Fieldbook review

Reviewed 27 Sept 2026

Creates or reviews Spring Data JPA and Hibernate mappings while avoiding data-class identity failures, lazy-loading traps, and race-prone uniqueness checks. Schema constraints and bulk persistence changes affect database behavior, so fetch and lifecycle choices are tied to observed query patterns.

  • LicenceApache-2.0
  • FrontmatterValid name and description
  • Risky patternsNone found
  • Size186 lines
  • Last checked27 Sept 2026 · 5d9c864a55c5ad29f54a807820672a9b5e0360ee33006c63a396a31bef0d8f4e

What it can touch

  • Edits code

    Changes files in your project.

Read the source

Fieldbook links to the original instead of copying it, so you always read the version you install.

skills/kotlin-backend-jpa-entity-mapping/SKILL.md on GitHub (opens in a new tab)