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