Uses of Class
org.mybatis.generator.api.GeneratedJavaFile
Packages that use GeneratedJavaFile
Package
Description
Provides the main classes and interfaces used by clients of MyBatis Generator.
-
Uses of GeneratedJavaFile in org.mybatis.generator.api
Fields in org.mybatis.generator.api with type parameters of type GeneratedJavaFileModifier and TypeFieldDescriptionprivate final List<GeneratedJavaFile> MyBatisGenerator.generatedJavaFilesMethods in org.mybatis.generator.api that return types with arguments of type GeneratedJavaFileModifier and TypeMethodDescriptionCompositePlugin.contextGenerateAdditionalJavaFiles()CompositePlugin.contextGenerateAdditionalJavaFiles(IntrospectedTable introspectedTable) default List<GeneratedJavaFile> Plugin.contextGenerateAdditionalJavaFiles()This method can be used to generate any additional Java file needed by your implementation.default List<GeneratedJavaFile> Plugin.contextGenerateAdditionalJavaFiles(IntrospectedTable introspectedTable) This method can be used to generate additional Java files needed by your implementation that might be related to a specific table.abstract List<GeneratedJavaFile> IntrospectedTable.getGeneratedJavaFiles()This method should return a list of generated Java files related to this table.MyBatisGenerator.getGeneratedJavaFiles()Returns the list of generated Java files after a call to one of the generate methods.Methods in org.mybatis.generator.api with parameters of type GeneratedJavaFileModifier and TypeMethodDescriptionprivate voidMyBatisGenerator.writeGeneratedJavaFile(GeneratedJavaFile gjf, ProgressCallback callback) -
Uses of GeneratedJavaFile in org.mybatis.generator.codegen.mybatis3
Methods in org.mybatis.generator.codegen.mybatis3 that return types with arguments of type GeneratedJavaFile -
Uses of GeneratedJavaFile in org.mybatis.generator.config
Method parameters in org.mybatis.generator.config with type arguments of type GeneratedJavaFileModifier and TypeMethodDescriptionvoidContext.generateFiles(ProgressCallback callback, List<GeneratedJavaFile> generatedJavaFiles, List<GeneratedXmlFile> generatedXmlFiles, List<GeneratedKotlinFile> generatedKotlinFiles, List<GeneratedFile> otherGeneratedFiles, List<String> warnings)