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