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