Class InsertSelectiveMethodGenerator.Builder
java.lang.Object
org.mybatis.generator.runtime.kotlin.elements.AbstractKotlinFunctionGenerator.BaseBuilder<InsertSelectiveMethodGenerator.Builder>
org.mybatis.generator.runtime.kotlin.elements.InsertSelectiveMethodGenerator.Builder
- Enclosing class:
InsertSelectiveMethodGenerator
public static class InsertSelectiveMethodGenerator.Builder
extends AbstractKotlinFunctionGenerator.BaseBuilder<InsertSelectiveMethodGenerator.Builder>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()getThis()withMapperName(String mapperName) withRecordType(FullyQualifiedKotlinType recordType) withSupportObjectImport(String supportObjectImport) Methods inherited from class AbstractKotlinFunctionGenerator.BaseBuilder
withContext, withIntrospectedTable, withTableFieldName
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withRecordType
-
withMapperName
-
withSupportObjectImport
-
getThis
- Specified by:
getThisin classAbstractKotlinFunctionGenerator.BaseBuilder<InsertSelectiveMethodGenerator.Builder>
-
build
-