Class UpdateByPrimaryKeyExtensionFunctionGenerator.Builder
java.lang.Object
org.mybatis.generator.codegen.AbstractGenerator.AbstractGeneratorBuilder<T>
org.mybatis.generator.runtime.dynamicsql.kotlin.elements.AbstractKotlinMapperFunctionGenerator.BaseBuilder<UpdateByPrimaryKeyExtensionFunctionGenerator.Builder>
org.mybatis.generator.runtime.dynamicsql.kotlin.elements.UpdateByPrimaryKeyExtensionFunctionGenerator.Builder
- Enclosing class:
- UpdateByPrimaryKeyExtensionFunctionGenerator
public static class UpdateByPrimaryKeyExtensionFunctionGenerator.Builder
extends AbstractKotlinMapperFunctionGenerator.BaseBuilder<UpdateByPrimaryKeyExtensionFunctionGenerator.Builder>
-
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.dynamicsql.kotlin.elements.AbstractKotlinMapperFunctionGenerator.BaseBuilder
withTableFieldNameMethods inherited from class org.mybatis.generator.codegen.AbstractGenerator.AbstractGeneratorBuilder
withCommentGenerator, withContext, withIntrospectedTable, withPluginAggregator, withProgressCallback, withWarnings
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withRecordType
public UpdateByPrimaryKeyExtensionFunctionGenerator.Builder withRecordType(FullyQualifiedKotlinType recordType) -
withFragmentGenerator
public UpdateByPrimaryKeyExtensionFunctionGenerator.Builder withFragmentGenerator(KotlinFragmentGenerator fragmentGenerator) -
withMapperName
-
getThis
- Specified by:
getThisin classAbstractGenerator.AbstractGeneratorBuilder<UpdateByPrimaryKeyExtensionFunctionGenerator.Builder>
-
build
-