Search in sources :

Example 1 with DfBehaviorQueryPathSetupper

use of org.dbflute.logic.sql2entity.bqp.DfBehaviorQueryPathSetupper in project dbflute-core by dbflute.

the class TorqueDataModelTask method setupBehaviorQueryPath.

// ===================================================================================
// Behavior Query Path
// ===================
protected void setupBehaviorQueryPath() {
    final DfOutsideSqlPack outsideSqlPack = collectOutsideSqlChecked();
    final DfBehaviorQueryPathSetupper setupper = new DfBehaviorQueryPathSetupper();
    setupper.setupBehaviorQueryPath(outsideSqlPack);
}
Also used : DfOutsideSqlPack(org.dbflute.logic.sql2entity.analyzer.DfOutsideSqlPack) DfBehaviorQueryPathSetupper(org.dbflute.logic.sql2entity.bqp.DfBehaviorQueryPathSetupper)

Example 2 with DfBehaviorQueryPathSetupper

use of org.dbflute.logic.sql2entity.bqp.DfBehaviorQueryPathSetupper in project dbflute-core by dbflute.

the class DfSql2EntityTask method setupBehaviorQueryPath.

// ===================================================================================
// Behavior Query Path
// ===================
protected void setupBehaviorQueryPath() {
    final DfOutsideSqlPack sqlFileList = collectOutsideSqlChecked();
    final DfBehaviorQueryPathSetupper setupper = new DfBehaviorQueryPathSetupper();
    setupper.setupBehaviorQueryPath(sqlFileList);
}
Also used : DfOutsideSqlPack(org.dbflute.logic.sql2entity.analyzer.DfOutsideSqlPack) DfBehaviorQueryPathSetupper(org.dbflute.logic.sql2entity.bqp.DfBehaviorQueryPathSetupper)

Aggregations

DfOutsideSqlPack (org.dbflute.logic.sql2entity.analyzer.DfOutsideSqlPack)2 DfBehaviorQueryPathSetupper (org.dbflute.logic.sql2entity.bqp.DfBehaviorQueryPathSetupper)2