Uses of Class
org.mybatis.generator.api.GeneratedXmlFile

Packages that use GeneratedXmlFile
org.mybatis.generator.api Provides the main classes and interfaces used by clients of MyBatis Generator. 
org.mybatis.generator.codegen.ibatis2   
org.mybatis.generator.codegen.mybatis3   
org.mybatis.generator.config   
org.mybatis.generator.internal   
org.mybatis.generator.plugins   
 

Uses of GeneratedXmlFile in org.mybatis.generator.api
 

Methods in org.mybatis.generator.api that return types with arguments of type GeneratedXmlFile
 List<GeneratedXmlFile> PluginAdapter.contextGenerateAdditionalXmlFiles()
           
 List<GeneratedXmlFile> Plugin.contextGenerateAdditionalXmlFiles()
          This method can be used to generate any additional XML file needed by your implementation.
 List<GeneratedXmlFile> PluginAdapter.contextGenerateAdditionalXmlFiles(IntrospectedTable introspectedTable)
           
 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.
 

Methods in org.mybatis.generator.api with parameters of type GeneratedXmlFile
 boolean PluginAdapter.sqlMapGenerated(GeneratedXmlFile sqlMap, IntrospectedTable introspectedTable)
           
 boolean Plugin.sqlMapGenerated(GeneratedXmlFile sqlMap, IntrospectedTable introspectedTable)
          This method is called when the SqlMap file has been generated.
 

Uses of GeneratedXmlFile in org.mybatis.generator.codegen.ibatis2
 

Methods in org.mybatis.generator.codegen.ibatis2 that return types with arguments of type GeneratedXmlFile
 List<GeneratedXmlFile> IntrospectedTableIbatis2Java2Impl.getGeneratedXmlFiles()
           
 

Uses of GeneratedXmlFile in org.mybatis.generator.codegen.mybatis3
 

Methods in org.mybatis.generator.codegen.mybatis3 that return types with arguments of type GeneratedXmlFile
 List<GeneratedXmlFile> IntrospectedTableMyBatis3Impl.getGeneratedXmlFiles()
           
 

Uses of GeneratedXmlFile in org.mybatis.generator.config
 

Method parameters in org.mybatis.generator.config with type arguments of type GeneratedXmlFile
 void Context.generateFiles(ProgressCallback callback, List<GeneratedJavaFile> generatedJavaFiles, List<GeneratedXmlFile> generatedXmlFiles, List<String> warnings)
           
 

Uses of GeneratedXmlFile in org.mybatis.generator.internal
 

Methods in org.mybatis.generator.internal that return types with arguments of type GeneratedXmlFile
 List<GeneratedXmlFile> PluginAggregator.contextGenerateAdditionalXmlFiles()
           
 List<GeneratedXmlFile> PluginAggregator.contextGenerateAdditionalXmlFiles(IntrospectedTable introspectedTable)
           
 

Methods in org.mybatis.generator.internal with parameters of type GeneratedXmlFile
static String XmlFileMergerJaxp.getMergedSource(GeneratedXmlFile generatedXmlFile, File existingFile)
           
 boolean PluginAggregator.sqlMapGenerated(GeneratedXmlFile sqlMap, IntrospectedTable introspectedTable)
           
 

Uses of GeneratedXmlFile in org.mybatis.generator.plugins
 

Methods in org.mybatis.generator.plugins that return types with arguments of type GeneratedXmlFile
 List<GeneratedXmlFile> SqlMapConfigPlugin.contextGenerateAdditionalXmlFiles()
           
 List<GeneratedXmlFile> MapperConfigPlugin.contextGenerateAdditionalXmlFiles()
           
 

Methods in org.mybatis.generator.plugins with parameters of type GeneratedXmlFile
 boolean SqlMapConfigPlugin.sqlMapGenerated(GeneratedXmlFile sqlMap, IntrospectedTable introspectedTable)
           
 boolean MapperConfigPlugin.sqlMapGenerated(GeneratedXmlFile sqlMap, IntrospectedTable introspectedTable)
           
 



Copyright © 2010-2012 MyBatis.org. All Rights Reserved.