Uses of Class
org.mybatis.generator.api.GeneratedFile
Packages that use GeneratedFile
Package
Description
Provides the main classes and interfaces used by clients of MyBatis Generator.
-
Uses of GeneratedFile in org.mybatis.generator.api
Subclasses of GeneratedFile in org.mybatis.generator.apiModifier and TypeClassDescriptionclassclassclassFields in org.mybatis.generator.api with type parameters of type GeneratedFileModifier and TypeFieldDescriptionprivate final List<GeneratedFile> MyBatisGenerator.otherGeneratedFilesAny kind of generated file generated by plugin methods contextGenerateAdditionalFiles.Methods in org.mybatis.generator.api that return types with arguments of type GeneratedFileModifier and TypeMethodDescriptionCompositePlugin.contextGenerateAdditionalFiles()CompositePlugin.contextGenerateAdditionalFiles(IntrospectedTable introspectedTable) default List<GeneratedFile> Plugin.contextGenerateAdditionalFiles()default List<GeneratedFile> Plugin.contextGenerateAdditionalFiles(IntrospectedTable introspectedTable) Methods in org.mybatis.generator.api with parameters of type GeneratedFileModifier and TypeMethodDescriptionprivate voidMyBatisGenerator.writeGeneratedFile(GeneratedFile gf, ProgressCallback callback)