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