Closed
Description
Is it possible to create a package for the snake case table names?
For example, let's say you have the following five tables:
stacked
stacked_user
stacked_book
stacked_book_task
stacked_book_purchase
Is it possible to have the following package configuration by running mbGenerator?
mapper
└── Stacked.java
└── stacked
├──StackedUser.java
├──StackedBook.java
└── book
├── StackedBookTask.java
└── StackedBookPurchase.java
The reason is that if there are many tables, the flat package structure will reduce the searchability.
Metadata
Metadata
Assignees
Labels
No labels