public static class UpdateByPrimaryKeyMethodGenerator.Builder extends AbstractMethodGenerator.BaseBuilder<UpdateByPrimaryKeyMethodGenerator.Builder>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateByPrimaryKeyMethodGenerator |
build() |
UpdateByPrimaryKeyMethodGenerator.Builder |
getThis() |
UpdateByPrimaryKeyMethodGenerator.Builder |
withFragmentGenerator(FragmentGenerator fragmentGenerator) |
UpdateByPrimaryKeyMethodGenerator.Builder |
withRecordType(FullyQualifiedJavaType recordType) |
withContext, withIntrospectedTable, withTableFieldName
public UpdateByPrimaryKeyMethodGenerator.Builder withRecordType(FullyQualifiedJavaType recordType)
public UpdateByPrimaryKeyMethodGenerator.Builder withFragmentGenerator(FragmentGenerator fragmentGenerator)
public UpdateByPrimaryKeyMethodGenerator.Builder getThis()
getThis
in class AbstractMethodGenerator.BaseBuilder<UpdateByPrimaryKeyMethodGenerator.Builder>
public UpdateByPrimaryKeyMethodGenerator build()
Copyright © 2006–2024 MyBatis.org. All rights reserved.