public static class InsertMethodGenerator.Builder extends AbstractKotlinFunctionGenerator.BaseBuilder<InsertMethodGenerator.Builder>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
InsertMethodGenerator |
build() |
InsertMethodGenerator.Builder |
getThis() |
InsertMethodGenerator.Builder |
withMapperName(String mapperName) |
InsertMethodGenerator.Builder |
withRecordType(FullyQualifiedKotlinType recordType) |
InsertMethodGenerator.Builder |
withSupportObjectImport(String supportObjectImport) |
withContext, withIntrospectedTable, withTableFieldName
public InsertMethodGenerator.Builder withRecordType(FullyQualifiedKotlinType recordType)
public InsertMethodGenerator.Builder withMapperName(String mapperName)
public InsertMethodGenerator.Builder withSupportObjectImport(String supportObjectImport)
public InsertMethodGenerator.Builder getThis()
getThis
in class AbstractKotlinFunctionGenerator.BaseBuilder<InsertMethodGenerator.Builder>
public InsertMethodGenerator build()
Copyright © 2006–2023 MyBatis.org. All rights reserved.