Class BasicSelectOneMethodGenerator.Builder
java.lang.Object
org.mybatis.generator.runtime.kotlin.elements.AbstractKotlinFunctionGenerator.BaseBuilder<BasicSelectOneMethodGenerator.Builder>
org.mybatis.generator.runtime.kotlin.elements.BasicSelectOneMethodGenerator.Builder
- Enclosing class:
BasicSelectOneMethodGenerator
public static class BasicSelectOneMethodGenerator.Builder
extends AbstractKotlinFunctionGenerator.BaseBuilder<BasicSelectOneMethodGenerator.Builder>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate KotlinFragmentGeneratorprivate FullyQualifiedKotlinTypeprivate Stringprivate boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()getThis()withFragmentGenerator(KotlinFragmentGenerator fragmentGenerator) withRecordType(FullyQualifiedKotlinType recordType) withResultMapId(String resultMapId) withReuseResultMap(boolean reuseResultMap) Methods inherited from class org.mybatis.generator.runtime.kotlin.elements.AbstractKotlinFunctionGenerator.BaseBuilder
withContext, withIntrospectedTable, withTableFieldName
-
Field Details
-
recordType
-
resultMapId
-
fragmentGenerator
-
reuseResultMap
private boolean reuseResultMap
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withRecordType
-
withResultMapId
-
withFragmentGenerator
public BasicSelectOneMethodGenerator.Builder withFragmentGenerator(KotlinFragmentGenerator fragmentGenerator) -
withReuseResultMap
-
getThis
- Specified by:
getThisin classAbstractKotlinFunctionGenerator.BaseBuilder<BasicSelectOneMethodGenerator.Builder>
-
build
-