类 AbstractMethodGenerator.BuildConfig
java.lang.Object
net.entframework.kernel.db.generator.plugin.server.methods.AbstractMethodGenerator.BuildConfig
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getThis()withAbstract(boolean isAbstract) withClientInterface(org.mybatis.generator.api.dom.java.Interface clientInterface) withContext(org.mybatis.generator.config.Context context) withHostJavaClass(org.mybatis.generator.api.dom.java.AbstractJavaType javaType) withIntrospectedTable(org.mybatis.generator.api.IntrospectedTable introspectedTable) withRecordType(org.mybatis.generator.api.dom.java.FullyQualifiedJavaType recordType) withTableFieldName(String tableFieldName)
-
构造器详细资料
-
BuildConfig
public BuildConfig()
-
-
方法详细资料
-
withContext
public AbstractMethodGenerator.BuildConfig withContext(org.mybatis.generator.config.Context context) -
withIntrospectedTable
public AbstractMethodGenerator.BuildConfig withIntrospectedTable(org.mybatis.generator.api.IntrospectedTable introspectedTable) -
withHostJavaClass
public AbstractMethodGenerator.BuildConfig withHostJavaClass(org.mybatis.generator.api.dom.java.AbstractJavaType javaType) -
withClientInterface
public AbstractMethodGenerator.BuildConfig withClientInterface(org.mybatis.generator.api.dom.java.Interface clientInterface) -
withRecordType
public AbstractMethodGenerator.BuildConfig withRecordType(org.mybatis.generator.api.dom.java.FullyQualifiedJavaType recordType) -
withTableFieldName
-
withAbstract
-
getThis
-