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