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