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