-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Currently, the generated class name is always the same as the table name.
In my project, I maintain a clear separation between domain entities and database records (using a Record suffix). It would be very helpful to have the ability to define custom class naming rules for generated models. For example:
- Specify a prefix/suffix via YAML configuration.
- Or provide an annotation on the table definition (similar to how an output parameter works in query annotations).
This would make it easier to integrate the generated models into Clean Architecture or DDD-style projects.
wickwirew
Metadata
Metadata
Assignees
Labels
No labels