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