dbflute / dbflute-core

DBFlute core libraries for Java8
http://dbflute.seasar.org/
23 stars 18 forks source link

DBFlute Engine: LoadDataReverse, improve categorization of tables #167

Open jflute opened 1 year ago

jflute commented 1 year ago

o support option changing standard size o improve plus management

// DfLReverseTableOrder

public static final int STANDARD_SIZE = 9;
...
    protected String deriveMostName(List<Table> tableList, boolean secondLevel) {
        final String plusSuffix = "-plus";
...

parent issue: #127