Skill Claude CodeCodex
Database patterns for JPA/Spring Data. Schema naming, Flyway migrations, N+1 prevention, transaction boundaries, indexing strategy.
40 1mo ago A 31 tokens
4 tagged jpa, measured the same way as everything else here.
Skill Claude CodeCodex
Database patterns for JPA/Spring Data. Schema naming, Flyway migrations, N+1 prevention, transaction boundaries, indexing strategy.
Skill Claude CodeCodex
Builds a table-centric database schema map by reading MyBatis XML mappers or JPA/Hibernate entities. Auto-detects the ORM; no DB connection needed. Use when exploring an unfamiliar Spring project, listing which tables the code touches, or checking the blast radius of a schema change before altering a table. 테이블 구조 파악…