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