Uses of Class
org.mybatis.generator.api.GeneratedKotlinFile
Packages that use GeneratedKotlinFile
Package
Description
Provides the main classes and interfaces used by clients of MyBatis Generator.
-
Uses of GeneratedKotlinFile in org.mybatis.generator.api
Fields in org.mybatis.generator.api with type parameters of type GeneratedKotlinFileModifier and TypeFieldDescriptionprivate final List<GeneratedKotlinFile> MyBatisGenerator.generatedKotlinFilesMethods in org.mybatis.generator.api that return types with arguments of type GeneratedKotlinFileModifier and TypeMethodDescriptionCompositePlugin.contextGenerateAdditionalKotlinFiles()CompositePlugin.contextGenerateAdditionalKotlinFiles(IntrospectedTable introspectedTable) default List<GeneratedKotlinFile> Plugin.contextGenerateAdditionalKotlinFiles()default List<GeneratedKotlinFile> Plugin.contextGenerateAdditionalKotlinFiles(IntrospectedTable introspectedTable) abstract List<GeneratedKotlinFile> IntrospectedTable.getGeneratedKotlinFiles()This method should return a list of generated Kotlin files related to this table.MyBatisGenerator.getGeneratedKotlinFiles()Returns the list of generated Kotlin files after a call to one of the generate methods. -
Uses of GeneratedKotlinFile in org.mybatis.generator.codegen.mybatis3
Methods in org.mybatis.generator.codegen.mybatis3 that return types with arguments of type GeneratedKotlinFile