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