Class InsertMethodGenerator
java.lang.Object
org.mybatis.generator.runtime.kotlin.elements.AbstractKotlinFunctionGenerator
org.mybatis.generator.runtime.kotlin.elements.InsertMethodGenerator
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class AbstractKotlinFunctionGenerator
AbstractKotlinFunctionGenerator.BaseBuilder<T>, AbstractKotlinFunctionGenerator.FieldNameAndImport -
Field Summary
Fields inherited from class AbstractKotlinFunctionGenerator
context, introspectedTable, tableFieldName -
Method Summary
Modifier and TypeMethodDescriptionbooleancallPlugins(KotlinFunction kotlinFunction, KotlinFile kotlinFile) Methods inherited from class AbstractKotlinFunctionGenerator
acceptParts, acceptParts, addFunctionComment, calculateFieldNameAndImport
-
Method Details
-
generateMethodAndImports
- Specified by:
generateMethodAndImportsin classAbstractKotlinFunctionGenerator
-
callPlugins
- Specified by:
callPluginsin classAbstractKotlinFunctionGenerator
-