Uses of Class
org.mybatis.generator.api.GeneratedXmlFile
Packages that use GeneratedXmlFile
Package
Description
-
Uses of GeneratedXmlFile in org.mybatis.generator.api
Methods in org.mybatis.generator.api that return types with arguments of type GeneratedXmlFileModifier and TypeMethodDescriptionCompositePlugin.contextGenerateAdditionalXmlFiles()CompositePlugin.contextGenerateAdditionalXmlFiles(IntrospectedTable introspectedTable) default List<GeneratedXmlFile> Plugin.contextGenerateAdditionalXmlFiles()This method can be used to generate any additional XML file needed by your implementation.default List<GeneratedXmlFile> Plugin.contextGenerateAdditionalXmlFiles(IntrospectedTable introspectedTable) This method can be used to generate additional XML files needed by your implementation that might be related to a specific table.abstract List<GeneratedXmlFile> IntrospectedTable.getGeneratedXmlFiles()This method should return a list of generated XML files related to this table.MyBatisGenerator.getGeneratedXmlFiles()Returns the list of generated XML files after a call to one of the generate methods.Methods in org.mybatis.generator.api with parameters of type GeneratedXmlFileModifier and TypeMethodDescriptionbooleanCompositePlugin.sqlMapGenerated(GeneratedXmlFile sqlMap, IntrospectedTable introspectedTable) default booleanPlugin.sqlMapGenerated(GeneratedXmlFile sqlMap, IntrospectedTable introspectedTable) This method is called when the SqlMap file has been generated. -
Uses of GeneratedXmlFile in org.mybatis.generator.codegen.mybatis3
Methods in org.mybatis.generator.codegen.mybatis3 that return types with arguments of type GeneratedXmlFile -
Uses of GeneratedXmlFile in org.mybatis.generator.internal
Methods in org.mybatis.generator.internal with parameters of type GeneratedXmlFileModifier and TypeMethodDescriptionstatic StringXmlFileMergerJaxp.getMergedSource(GeneratedXmlFile generatedXmlFile, File existingFile) -
Uses of GeneratedXmlFile in org.mybatis.generator.plugins
Methods in org.mybatis.generator.plugins that return types with arguments of type GeneratedXmlFileMethods in org.mybatis.generator.plugins with parameters of type GeneratedXmlFileModifier and TypeMethodDescriptionbooleanMapperConfigPlugin.sqlMapGenerated(GeneratedXmlFile sqlMap, IntrospectedTable introspectedTable) booleanUnmergeableXmlMappersPlugin.sqlMapGenerated(GeneratedXmlFile sqlMap, IntrospectedTable introspectedTable)