Package | Description |
---|---|
sf.database.dbinfo | |
sf.ext.gen |
Modifier and Type | Method and Description |
---|---|
List<TableInfo> |
DBInfoBuilder.build() |
List<TableInfo> |
DBMetaData.getDatabaseObject(Connection conn,
ObjectType type,
String catalog,
String schema,
String matchName,
Operator oper) |
Modifier and Type | Method and Description |
---|---|
protected void |
DBInfoBuilder.buildColumnMetas(TableInfo tableInfo)
文档参考: http://dev.mysql.com/doc/connector-j/en/connector-j-reference-type-
conversions.html
|
protected void |
DBInfoBuilder.buildPrimaryKey(TableInfo TableInfo) |
ColumnInfo |
DBInfoBuilder.getColumn(TableInfo tableInfo,
String column)
返回指定的列的信息,如果没有找到该列返回null
|
Modifier and Type | Method and Description |
---|---|
protected void |
DBInfoBuilder.buildTableNames(List<TableInfo> ret) |
Modifier and Type | Method and Description |
---|---|
void |
PojoGen.gen(TableInfo info) |
void |
MapperImplCodeGen.genCode(String srcPath,
String entityPkg,
String entityClass,
TableInfo tableDesc,
GenConfig config,
boolean isDisplay) |
void |
CodeGen.genCode(String srcPath,
String entityPkg,
String entityClass,
TableInfo tableDesc,
GenConfig config,
boolean isDisplay) |
void |
MapperCodeGen.genCode(String srcPath,
String entityPkg,
String entityClass,
TableInfo tableDesc,
GenConfig config,
boolean isDisplay) |
Copyright © 2020. All rights reserved.