Skip to content

Commit fff8dfb

Browse files
committed
Docs: Add docs / guides for ebean entity bean recommendations
1 parent d0af7b1 commit fff8dfb

File tree

2 files changed

+759
-0
lines changed

2 files changed

+759
-0
lines changed

docs/guides/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ existing Maven project. Complete the steps in order.
1717

1818
| Guide | Description |
1919
|-------|-------------|
20+
| [Entity Bean Creation](entity-bean-creation.md) | How to generate clean, idiomatic Ebean entity beans for AI agents; patterns and anti-patterns; minimal boilerplate without getters/setters; decision tree for code generation |
2021
| [Lombok with Ebean entity beans](lombok-with-ebean-entity-beans.md) | Which Lombok annotations to use and avoid on entity beans; why `@Data` is incompatible with Ebean; how to use `@Getter` + `@Setter` + `@Accessors(chain = true)` |
2122

2223
## Testing

0 commit comments

Comments
 (0)