Package | Description |
---|---|
org.mybatis.generator.api |
Provides the main classes and interfaces used by clients of MyBatis Generator.
|
org.mybatis.generator.api.dom.kotlin | |
org.mybatis.generator.api.dom.kotlin.render | |
org.mybatis.generator.plugins | |
org.mybatis.generator.runtime.kotlin |
Modifier and Type | Method and Description |
---|---|
default void |
CommentGenerator.addModelClassComment(KotlinType modelClass,
IntrospectedTable introspectedTable)
Adds a comment for a model class.
|
boolean |
CompositePlugin.dynamicSqlSupportGenerated(KotlinFile kotlinFile,
KotlinType outerSupportObject,
KotlinType innerSupportClass,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.dynamicSqlSupportGenerated(KotlinFile kotlinFile,
KotlinType outerSupportObject,
KotlinType innerSupportClass,
IntrospectedTable introspectedTable)
This method is called when the MyBatis Dynamic SQL support object has been generated.
|
boolean |
CompositePlugin.kotlinDataClassGenerated(KotlinFile kotlinFile,
KotlinType dataClass,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.kotlinDataClassGenerated(KotlinFile kotlinFile,
KotlinType dataClass,
IntrospectedTable introspectedTable) |
boolean |
CompositePlugin.mapperGenerated(KotlinFile mapperFile,
KotlinType mapper,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.mapperGenerated(KotlinFile mapperFile,
KotlinType mapper,
IntrospectedTable introspectedTable) |
Modifier and Type | Method and Description |
---|---|
KotlinType |
KotlinType.Builder.build() |
Modifier and Type | Method and Description |
---|---|
R |
KotlinNamedItemVisitor.visit(KotlinType kotlinType) |
Modifier and Type | Method and Description |
---|---|
List<String> |
KotlinTypeRenderer.render(KotlinType kotlinType) |
List<String> |
KotlinNamedItemRenderer.visit(KotlinType kotlinType) |
Modifier and Type | Method and Description |
---|---|
boolean |
SerializablePlugin.kotlinDataClassGenerated(KotlinFile kotlinFile,
KotlinType dataClass,
IntrospectedTable introspectedTable) |
boolean |
CacheNamespacePlugin.mapperGenerated(KotlinFile mapperFile,
KotlinType mapper,
IntrospectedTable introspectedTable) |
Modifier and Type | Method and Description |
---|---|
protected KotlinType |
KotlinMapperAndExtensionsGenerator.createMapperInterface(KotlinFile kotlinFile) |
KotlinType |
KotlinDynamicSqlSupportClassGenerator.getInnerClass() |
KotlinType |
KotlinDynamicSqlSupportClassGenerator.getOuterObject() |
Modifier and Type | Method and Description |
---|---|
protected void |
KotlinMapperAndExtensionsGenerator.addBasicInsertMethod(KotlinFile kotlinFile,
KotlinType kotlinType) |
protected void |
KotlinMapperAndExtensionsGenerator.addBasicInsertMultipleMethod(KotlinFile kotlinFile,
KotlinType kotlinType) |
protected boolean |
KotlinMapperAndExtensionsGenerator.addBasicSelectManyMethod(KotlinFile kotlinFile,
KotlinType kotlinType) |
protected void |
KotlinMapperAndExtensionsGenerator.addBasicSelectOneMethod(KotlinFile kotlinFile,
KotlinType kotlinType,
boolean reuseResultMap) |
protected void |
KotlinMapperAndExtensionsGenerator.addCommonInsertInterface(KotlinFile mapperFile,
KotlinType mapper) |
protected void |
KotlinMapperAndExtensionsGenerator.addGeneralCountMethod(KotlinFile mapperFile,
KotlinType mapper,
String mapperName) |
protected void |
KotlinMapperAndExtensionsGenerator.addGeneralDeleteMethod(KotlinFile mapperFile,
KotlinType mapper,
String mapperName) |
protected void |
KotlinMapperAndExtensionsGenerator.addGeneralUpdateMethod(KotlinFile mapperFile,
KotlinType mapper,
String mapperName) |
protected void |
KotlinMapperAndExtensionsGenerator.addInsertMultipleMethod(KotlinFile mapperFile,
KotlinType mapper,
String mapperName) |
protected void |
KotlinMapperAndExtensionsGenerator.addInsertOneMethod(KotlinFile mapperFile,
KotlinType mapper,
String mapperName) |
protected void |
KotlinMapperAndExtensionsGenerator.addInsertSelectiveMethod(KotlinFile mapperFile,
KotlinType mapper,
String mapperName) |
protected boolean |
KotlinMapperAndExtensionsGenerator.generate(KotlinFile kotlinFile,
KotlinType kotlinType,
AbstractKotlinFunctionGenerator generator) |
Copyright © 2006–2022 MyBatis.org. All rights reserved.