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