Class UpdateAllColumnsMethodGenerator.Builder
java.lang.Object
org.mybatis.generator.runtime.kotlin.elements.AbstractKotlinFunctionGenerator.BaseBuilder<UpdateAllColumnsMethodGenerator.Builder>
org.mybatis.generator.runtime.kotlin.elements.UpdateAllColumnsMethodGenerator.Builder
- Enclosing class:
UpdateAllColumnsMethodGenerator
public static class UpdateAllColumnsMethodGenerator.Builder
extends AbstractKotlinFunctionGenerator.BaseBuilder<UpdateAllColumnsMethodGenerator.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 UpdateAllColumnsMethodGenerator.Builder withFragmentGenerator(KotlinFragmentGenerator fragmentGenerator) -
getThis
- Specified by:
getThisin classAbstractKotlinFunctionGenerator.BaseBuilder<UpdateAllColumnsMethodGenerator.Builder>
-
build
-