public static class BasicInsertMethodGenerator.Builder extends AbstractKotlinFunctionGenerator.BaseBuilder<BasicInsertMethodGenerator.Builder>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BasicInsertMethodGenerator |
build() |
BasicInsertMethodGenerator.Builder |
getThis() |
BasicInsertMethodGenerator.Builder |
withFragmentGenerator(KotlinFragmentGenerator fragmentGenerator) |
BasicInsertMethodGenerator.Builder |
withKotlinFile(KotlinFile kotlinFile) |
BasicInsertMethodGenerator.Builder |
withRecordType(FullyQualifiedKotlinType recordType) |
withContext, withIntrospectedTable, withTableFieldName
public BasicInsertMethodGenerator.Builder withRecordType(FullyQualifiedKotlinType recordType)
public BasicInsertMethodGenerator.Builder withFragmentGenerator(KotlinFragmentGenerator fragmentGenerator)
public BasicInsertMethodGenerator.Builder withKotlinFile(KotlinFile kotlinFile)
public BasicInsertMethodGenerator.Builder getThis()
getThis
in class AbstractKotlinFunctionGenerator.BaseBuilder<BasicInsertMethodGenerator.Builder>
public BasicInsertMethodGenerator build()
Copyright © 2006–2023 MyBatis.org. All rights reserved.