Exemplo n.º 1
0
 // ===================================================================================
 //                                                             Default StatementConfig
 //                                                             =======================
 @Override
 protected StatementConfig getDefaultStatementConfig() {
   return DBFluteConfig.getInstance().getDefaultStatementConfig();
 }
Exemplo n.º 2
0
 @Override
 protected String getLogTimestampFormat() {
   return DBFluteConfig.getInstance().getLogTimestampFormat();
 }