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