When to use this skill
- •When creating new entity or model classes
- •When adding JPA/Hibernate annotations (@Entity, @Table, @Column)
- •When defining database constraints (NOT NULL, UNIQUE, foreign keys)
- •When implementing created_at and updated_at timestamps
- •When choosing appropriate data types for columns
- •When defining entity relationships (@OneToMany, @ManyToOne, etc.)
- •When configuring cascade behaviors and fetch strategies
- •When adding indexes on foreign keys and frequently queried fields
- •When implementing validation at the model level
- •When editing *Entity.java or model files in
domain/directories
Backend Models
This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle backend models.
Instructions
For details, refer to the information provided in this file: backend models