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