类 JdbcGeneratorProperties
java.lang.Object
com.iplatform.generator.config.JdbcGeneratorProperties
@ConfigurationProperties(prefix="iplatform.gen")
public class JdbcGeneratorProperties
extends Object
-
字段概要
字段修饰符和类型字段说明作者自动去除表前缀,默认是false生成包路径表前缀(类名不会包含表前缀) -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidvoidsetAutoRemovePre(Boolean autoRemovePre) voidsetPackageName(String packageName) voidsetTablePrefix(String tablePrefix)
-
字段详细资料
-
author
作者 -
packageName
生成包路径 -
autoRemovePre
自动去除表前缀,默认是false -
tablePrefix
表前缀(类名不会包含表前缀)
-
-
构造器详细资料
-
JdbcGeneratorProperties
public JdbcGeneratorProperties()
-
-
方法详细资料
-
getAuthor
-
setAuthor
-
getPackageName
-
setPackageName
-
getTablePrefix
-
setTablePrefix
-
getAutoRemovePre
-
setAutoRemovePre
-