public static class UpdateByPrimaryKeyMethodGenerator.Builder extends AbstractKotlinFunctionGenerator.BaseBuilder<UpdateByPrimaryKeyMethodGenerator.Builder>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateByPrimaryKeyMethodGenerator |
build() |
UpdateByPrimaryKeyMethodGenerator.Builder |
getThis() |
UpdateByPrimaryKeyMethodGenerator.Builder |
withFragmentGenerator(KotlinFragmentGenerator fragmentGenerator) |
UpdateByPrimaryKeyMethodGenerator.Builder |
withMapperName(String mapperName) |
UpdateByPrimaryKeyMethodGenerator.Builder |
withRecordType(FullyQualifiedKotlinType recordType) |
withContext, withIntrospectedTable, withTableFieldName
public UpdateByPrimaryKeyMethodGenerator.Builder withRecordType(FullyQualifiedKotlinType recordType)
public UpdateByPrimaryKeyMethodGenerator.Builder withFragmentGenerator(KotlinFragmentGenerator fragmentGenerator)
public UpdateByPrimaryKeyMethodGenerator.Builder withMapperName(String mapperName)
public UpdateByPrimaryKeyMethodGenerator.Builder getThis()
getThis
in class AbstractKotlinFunctionGenerator.BaseBuilder<UpdateByPrimaryKeyMethodGenerator.Builder>
public UpdateByPrimaryKeyMethodGenerator build()
Copyright © 2006–2022 MyBatis.org. All rights reserved.