Uses of Class
org.mybatis.generator.api.dom.kotlin.KotlinProperty
Packages that use KotlinProperty
Package
Description
Provides the main classes and interfaces used by clients of MyBatis Generator.
-
Uses of KotlinProperty in org.mybatis.generator.api
Methods in org.mybatis.generator.api with parameters of type KotlinPropertyModifier and TypeMethodDescriptiondefault voidCommentGenerator.addGeneralPropertyComment(KotlinProperty property, IntrospectedTable introspectedTable, Set<String> imports) booleanCompositePlugin.clientColumnListPropertyGenerated(KotlinProperty kotlinProperty, KotlinFile kotlinFile, IntrospectedTable introspectedTable) default booleanPlugin.clientColumnListPropertyGenerated(KotlinProperty kotlinProperty, KotlinFile kotlinFile, IntrospectedTable introspectedTable) -
Uses of KotlinProperty in org.mybatis.generator.api.dom.kotlin
Fields in org.mybatis.generator.api.dom.kotlin with type parameters of type KotlinPropertyModifier and TypeFieldDescriptionprivate final List<KotlinProperty> KotlinType.Builder.constructorPropertiesprivate final List<KotlinProperty> KotlinType.constructorPropertiesMethods in org.mybatis.generator.api.dom.kotlin that return KotlinPropertyMethods in org.mybatis.generator.api.dom.kotlin that return types with arguments of type KotlinPropertyMethods in org.mybatis.generator.api.dom.kotlin with parameters of type KotlinPropertyModifier and TypeMethodDescriptionvoidKotlinType.addConstructorProperty(KotlinProperty property) KotlinNamedItemVisitor.visit(KotlinProperty kotlinProperty) KotlinType.Builder.withConstructorProperty(KotlinProperty kotlinProperty) -
Uses of KotlinProperty in org.mybatis.generator.api.dom.kotlin.render
Methods in org.mybatis.generator.api.dom.kotlin.render with parameters of type KotlinPropertyModifier and TypeMethodDescriptionKotlinPropertyRenderer.render(KotlinProperty kotlinProperty) private StringKotlinPropertyRenderer.renderProperty(KotlinProperty kotlinProperty) KotlinNamedItemRenderer.visit(KotlinProperty kotlinProperty) -
Uses of KotlinProperty in org.mybatis.generator.runtime.kotlin
Fields in org.mybatis.generator.runtime.kotlin declared as KotlinPropertyModifier and TypeFieldDescriptionprivate KotlinPropertyKotlinDynamicSqlSupportClassGenerator.tablePropertyMethods in org.mybatis.generator.runtime.kotlin that return KotlinPropertyModifier and TypeMethodDescriptionprivate KotlinPropertyKotlinDynamicSqlSupportClassGenerator.calculateTableProperty() -
Uses of KotlinProperty in org.mybatis.generator.runtime.kotlin.elements
Fields in org.mybatis.generator.runtime.kotlin.elements declared as KotlinPropertyModifier and TypeFieldDescriptionprivate KotlinPropertyKotlinPropertyAndImports.Builder.propertyprivate final KotlinPropertyKotlinPropertyAndImports.propertyMethods in org.mybatis.generator.runtime.kotlin.elements that return KotlinPropertyMethods in org.mybatis.generator.runtime.kotlin.elements with parameters of type KotlinPropertyModifier and TypeMethodDescriptionbooleanColumnListGenerator.callPlugins(KotlinProperty kotlinProperty, KotlinFile kotlinFile) KotlinPropertyAndImports.Builder.withProperty(KotlinProperty property) KotlinPropertyAndImports.withProperty(KotlinProperty property)