AI AGENT ADDONS

Kotlin Backend Jpa Entity Mapping

kotlin/kotlin-agent-skills
Backend & APIs
784installs

Kotlin data classes are great for transferring data but break JPA entities. Hibernate needs special identity handling that data classes do not provide. This skill helps you create safe and correct entity mappings.

You will learn entity design rules, identity strategies, and how to avoid N+1 queries and LazyInitializationException. It covers uniqueness constraints and relationships too. Use this when building or reviewing Kotlin Spring Data JPA code.

Add Kotlin Backend Jpa Entity Mapping skill to your workflow

Global

mkdir -p ~/.claude/skills/kotlin-backend-jpa-entity-mapping

Project

mkdir -p .claude/skills/kotlin-backend-jpa-entity-mapping

Source Repository

Stars
894
Forks
31
Watchers
894
License
Apache-2.0
Last Push
27 days ago
Created
4 months ago