Uses of Class
org.mybatis.generator.api.dom.kotlin.KotlinType
Packages that use KotlinType
Package
Description
Provides the main classes and interfaces used by clients of MyBatis Generator.
-
Uses of KotlinType in org.mybatis.generator.api
Methods in org.mybatis.generator.api with parameters of type KotlinTypeModifier and TypeMethodDescriptiondefault voidCommentGenerator.addModelClassComment(KotlinType modelClass, IntrospectedTable introspectedTable) Adds a comment for a model class.booleanCompositePlugin.dynamicSqlSupportGenerated(KotlinFile kotlinFile, KotlinType outerSupportObject, KotlinType innerSupportClass, IntrospectedTable introspectedTable) default booleanPlugin.dynamicSqlSupportGenerated(KotlinFile kotlinFile, KotlinType outerSupportObject, KotlinType innerSupportClass, IntrospectedTable introspectedTable) This method is called when the MyBatis Dynamic SQL support object has been generated.booleanCompositePlugin.kotlinDataClassGenerated(KotlinFile kotlinFile, KotlinType dataClass, IntrospectedTable introspectedTable) default booleanPlugin.kotlinDataClassGenerated(KotlinFile kotlinFile, KotlinType dataClass, IntrospectedTable introspectedTable) booleanCompositePlugin.mapperGenerated(KotlinFile mapperFile, KotlinType mapper, IntrospectedTable introspectedTable) default booleanPlugin.mapperGenerated(KotlinFile mapperFile, KotlinType mapper, IntrospectedTable introspectedTable) -
Uses of KotlinType in org.mybatis.generator.api.dom.kotlin
Methods in org.mybatis.generator.api.dom.kotlin that return KotlinTypeMethods in org.mybatis.generator.api.dom.kotlin with parameters of type KotlinType -
Uses of KotlinType in org.mybatis.generator.api.dom.kotlin.render
Methods in org.mybatis.generator.api.dom.kotlin.render with parameters of type KotlinTypeModifier and TypeMethodDescriptionKotlinTypeRenderer.render(KotlinType kotlinType) KotlinTypeRenderer.renderConstructorItems(KotlinType kotlinType) KotlinNamedItemRenderer.visit(KotlinType kotlinType) -
Uses of KotlinType in org.mybatis.generator.plugins
Methods in org.mybatis.generator.plugins with parameters of type KotlinTypeModifier and TypeMethodDescriptionbooleanSerializablePlugin.kotlinDataClassGenerated(KotlinFile kotlinFile, KotlinType dataClass, IntrospectedTable introspectedTable) booleanCacheNamespacePlugin.mapperGenerated(KotlinFile mapperFile, KotlinType mapper, IntrospectedTable introspectedTable) -
Uses of KotlinType in org.mybatis.generator.runtime.kotlin
Fields in org.mybatis.generator.runtime.kotlin declared as KotlinTypeModifier and TypeFieldDescriptionprivate KotlinTypeKotlinDynamicSqlSupportClassGenerator.innerClassprivate KotlinTypeKotlinDynamicSqlSupportClassGenerator.outerObjectMethods in org.mybatis.generator.runtime.kotlin that return KotlinTypeModifier and TypeMethodDescriptionprivate KotlinTypeKotlinDynamicSqlSupportClassGenerator.buildInnerClass()private KotlinTypeKotlinDynamicSqlSupportClassGenerator.buildOuterObject(KotlinFile kotlinFile, FullyQualifiedJavaType type) protected KotlinTypeKotlinMapperAndExtensionsGenerator.createMapperInterface(KotlinFile kotlinFile) KotlinDynamicSqlSupportClassGenerator.getInnerClass()KotlinDynamicSqlSupportClassGenerator.getOuterObject()Methods in org.mybatis.generator.runtime.kotlin with parameters of type KotlinTypeModifier and TypeMethodDescriptionprotected voidKotlinMapperAndExtensionsGenerator.addBasicInsertMethod(KotlinFile kotlinFile, KotlinType kotlinType) protected voidKotlinMapperAndExtensionsGenerator.addBasicInsertMultipleMethod(KotlinFile kotlinFile, KotlinType kotlinType) protected booleanKotlinMapperAndExtensionsGenerator.addBasicSelectManyMethod(KotlinFile kotlinFile, KotlinType kotlinType) protected voidKotlinMapperAndExtensionsGenerator.addBasicSelectOneMethod(KotlinFile kotlinFile, KotlinType kotlinType, boolean reuseResultMap) protected voidKotlinMapperAndExtensionsGenerator.addCommonInsertInterface(KotlinFile mapperFile, KotlinType mapper) protected voidKotlinMapperAndExtensionsGenerator.addGeneralCountMethod(KotlinFile mapperFile, KotlinType mapper, String mapperName) protected voidKotlinMapperAndExtensionsGenerator.addGeneralDeleteMethod(KotlinFile mapperFile, KotlinType mapper, String mapperName) protected voidKotlinMapperAndExtensionsGenerator.addGeneralUpdateMethod(KotlinFile mapperFile, KotlinType mapper, String mapperName) protected voidKotlinMapperAndExtensionsGenerator.addInsertMultipleMethod(KotlinFile mapperFile, KotlinType mapper, String mapperName) protected voidKotlinMapperAndExtensionsGenerator.addInsertOneMethod(KotlinFile mapperFile, KotlinType mapper, String mapperName) protected voidKotlinMapperAndExtensionsGenerator.addInsertSelectiveMethod(KotlinFile mapperFile, KotlinType mapper, String mapperName) protected booleanKotlinMapperAndExtensionsGenerator.generate(KotlinFile kotlinFile, KotlinType kotlinType, AbstractKotlinFunctionGenerator generator) private voidKotlinDynamicSqlSupportClassGenerator.handleColumn(KotlinFile kotlinFile, KotlinType outerObject, KotlinType innerClass, String tableFieldName, IntrospectedColumn column)