类 GenerateUtil
java.lang.Object
com.github.hetianyi.plugins.generator.common.util.GenerateUtil
- 作者:
- Jason He
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static Stringstatic voidstatic voidcreatePackageDir(String packageName) static ClassGeneratorgetClassGenerator(TableDefinition tabDef) static void获取表的列信息static StringremovePrefixOrSuffix(String name) static Map<String,ClassGenerator> resolveTables(ProfileProperties profile) 获取表信息
-
字段详细资料
-
currentProfile
-
-
构造器详细资料
-
GenerateUtil
public GenerateUtil()
-
-
方法详细资料
-
resolveTables
获取表信息- 抛出:
Exception
-
getTableColumnDef
获取表的列信息- 抛出:
Exception
-
getClassGenerator
-
removePrefixOrSuffix
-
camel
-
createPackageDir
- 抛出:
IOException
-
createPackageDir
- 抛出:
IOException
-