LogoClawIndex
CasesSkillsAbout
LogoClawIndex

create-persistence-adapter - Generate JPA persistence adapter for aggregates

Scaffold or update JPA persistence adapter with entity, repository, mapper, and adapter class

Tags

Updated: 2026-03-26

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • read repository port file
  • find domain aggregate
  • generate entity class
  • generate JPA repository
  • generate entity mapper
  • generate persistence adapter
  • update existing files
  • write output files

Inputs

  • repository port file
  • domain aggregate

Outputs

  • JPA entity file
  • JPA repository file
  • entity mapper file
  • persistence adapter file

Requirements

  • Read tool
  • Write tool
  • Glob tool
  • Spring Data JPA
  • Kotlin

Source

  • Spec: SKILL.md

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.
JPA
persistence
adapter
database
Spring
Kotlin
DDD
read repository port file
find domain aggregate
generate entity class
generate JPA repository
repository port file
domain aggregate
JPA entity file
JPA repository file
entity mapper file