DB生成实体之前如何调用数据库

List<String> tables = Db.query("select identification from auto_dynamic_form");

if(tables != null){

String[] table = new String[tables.size()];

for (int i = 0; i < table.length; i++) {

table[i] = tables.get(i);

}

generator.addExcludedTable(table);

}

在创建实体的时候!我需要数据库中的auto_dynamic_form表获取不需要生成实体的表明!Db这个时候是null如何处理

评论区

杜福忠

2019-12-19 10:41

https://jfinal.com/share/1573
https://jfinal.com/doc/5-15

热门反馈

扫码入社