ColumnInfo(IEntityNamedFilter namedFilter,
String columnName,
String columnType,
boolean autoIncrement,
boolean primaryKey,
boolean signed,
int precision,
int scale,
int nullable,
String defaultValue,
String remarks) |
ConfigInfo(String dbName,
String dbUserName,
boolean removePrefix,
List<String> tablePrefixes,
List<String> tableList,
List<String> tableExcludeList,
boolean useBaseEntity,
boolean useClassSuffix,
boolean useChainMode,
boolean useStateSupport,
IEntityNamedFilter namedFilter,
List<String> readonlyFields,
String packageName,
String outputPath) |