Skip to content

For snake case table names, is it possible to create a package? #1041

Closed
@naka-sho

Description

@naka-sho

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions