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.runtime.kotlin.elements |
Modifier and Type | Method and Description |
---|---|
default void |
CommentGenerator.addGeneralPropertyComment(KotlinProperty property,
IntrospectedTable introspectedTable,
Set<String> imports) |
boolean |
CompositePlugin.clientColumnListPropertyGenerated(KotlinProperty kotlinProperty,
KotlinFile kotlinFile,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.clientColumnListPropertyGenerated(KotlinProperty kotlinProperty,
KotlinFile kotlinFile,
IntrospectedTable introspectedTable) |
Modifier and Type | Method and Description |
---|---|
KotlinProperty |
KotlinProperty.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<KotlinProperty> |
KotlinType.getConstructorProperties() |
Modifier and Type | Method and Description |
---|---|
void |
KotlinType.addConstructorProperty(KotlinProperty property) |
R |
KotlinNamedItemVisitor.visit(KotlinProperty kotlinProperty) |
KotlinType.Builder |
KotlinType.Builder.withConstructorProperty(KotlinProperty kotlinProperty) |
Modifier and Type | Method and Description |
---|---|
List<String> |
KotlinPropertyRenderer.render(KotlinProperty kotlinProperty) |
List<String> |
KotlinNamedItemRenderer.visit(KotlinProperty kotlinProperty) |
Modifier and Type | Method and Description |
---|---|
KotlinProperty |
KotlinPropertyAndImports.getProperty() |
Modifier and Type | Method and Description |
---|---|
boolean |
ColumnListGenerator.callPlugins(KotlinProperty kotlinProperty,
KotlinFile kotlinFile) |
static KotlinPropertyAndImports.Builder |
KotlinPropertyAndImports.withProperty(KotlinProperty property) |
KotlinPropertyAndImports.Builder |
KotlinPropertyAndImports.Builder.withProperty(KotlinProperty property) |
Copyright © 2006–2022 MyBatis.org. All rights reserved.