Class SelectByPrimaryKeyMethodGenerator.Builder
java.lang.Object
org.mybatis.generator.runtime.kotlin.elements.AbstractKotlinFunctionGenerator.BaseBuilder<SelectByPrimaryKeyMethodGenerator.Builder>
org.mybatis.generator.runtime.kotlin.elements.SelectByPrimaryKeyMethodGenerator.Builder
- Enclosing class:
SelectByPrimaryKeyMethodGenerator
public static class SelectByPrimaryKeyMethodGenerator.Builder
extends AbstractKotlinFunctionGenerator.BaseBuilder<SelectByPrimaryKeyMethodGenerator.Builder>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()getThis()withFragmentGenerator(KotlinFragmentGenerator fragmentGenerator) withMapperName(String mapperName) Methods inherited from class org.mybatis.generator.runtime.kotlin.elements.AbstractKotlinFunctionGenerator.BaseBuilder
withContext, withIntrospectedTable, withTableFieldName
-
Field Details
-
mapperName
-
fragmentGenerator
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withMapperName
-
withFragmentGenerator
public SelectByPrimaryKeyMethodGenerator.Builder withFragmentGenerator(KotlinFragmentGenerator fragmentGenerator) -
getThis
- Specified by:
getThisin classAbstractKotlinFunctionGenerator.BaseBuilder<SelectByPrimaryKeyMethodGenerator.Builder>
-
build
-