Uses of Class
org.apache.ibatis.ibator.api.GeneratedXmlFile

Packages that use GeneratedXmlFile
org.apache.ibatis.ibator.api Provides the main classes and interfaces used by clients of ibator. 
org.apache.ibatis.ibator.config   
org.apache.ibatis.ibator.generator.ibatis2   
org.apache.ibatis.ibator.internal   
org.apache.ibatis.ibator.plugins   
 

Uses of GeneratedXmlFile in org.apache.ibatis.ibator.api
 

Methods in org.apache.ibatis.ibator.api that return types with arguments of type GeneratedXmlFile
 java.util.List<GeneratedXmlFile> IbatorPluginAdapter.contextGenerateAdditionalXmlFiles()
           
 java.util.List<GeneratedXmlFile> IbatorPlugin.contextGenerateAdditionalXmlFiles()
          This method can be used to generate any additional XML file needed by your implementation.
 java.util.List<GeneratedXmlFile> IbatorPluginAdapter.contextGenerateAdditionalXmlFiles(IntrospectedTable introspectedTable)
           
 java.util.List<GeneratedXmlFile> IbatorPlugin.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  java.util.List<GeneratedXmlFile> IntrospectedTable.getGeneratedXmlFiles()
          This method should return a list of generated XML files related to this table.
 

Methods in org.apache.ibatis.ibator.api with parameters of type GeneratedXmlFile
 boolean IbatorPluginAdapter.sqlMapGenerated(GeneratedXmlFile sqlMap, IntrospectedTable introspectedTable)
           
 boolean IbatorPlugin.sqlMapGenerated(GeneratedXmlFile sqlMap, IntrospectedTable introspectedTable)
          This method is called when the SqlMap file has been generated.
 

Uses of GeneratedXmlFile in org.apache.ibatis.ibator.config
 

Method parameters in org.apache.ibatis.ibator.config with type arguments of type GeneratedXmlFile
 void IbatorContext.generateFiles(ProgressCallback callback, java.util.List<GeneratedJavaFile> generatedJavaFiles, java.util.List<GeneratedXmlFile> generatedXmlFiles, java.util.List<java.lang.String> warnings)
           
 

Uses of GeneratedXmlFile in org.apache.ibatis.ibator.generator.ibatis2
 

Methods in org.apache.ibatis.ibator.generator.ibatis2 that return types with arguments of type GeneratedXmlFile
 java.util.List<GeneratedXmlFile> IntrospectedTableIbatis2Java2Impl.getGeneratedXmlFiles()
           
 

Uses of GeneratedXmlFile in org.apache.ibatis.ibator.internal
 

Methods in org.apache.ibatis.ibator.internal that return types with arguments of type GeneratedXmlFile
 java.util.List<GeneratedXmlFile> IbatorPluginAggregator.contextGenerateAdditionalXmlFiles()
           
 java.util.List<GeneratedXmlFile> IbatorPluginAggregator.contextGenerateAdditionalXmlFiles(IntrospectedTable introspectedTable)
           
 

Methods in org.apache.ibatis.ibator.internal with parameters of type GeneratedXmlFile
static java.lang.String XmlFileMergerJaxp.getMergedSource(GeneratedXmlFile generatedXmlFile, java.io.File existingFile)
           
 boolean IbatorPluginAggregator.sqlMapGenerated(GeneratedXmlFile sqlMap, IntrospectedTable introspectedTable)
           
 

Uses of GeneratedXmlFile in org.apache.ibatis.ibator.plugins
 

Methods in org.apache.ibatis.ibator.plugins that return types with arguments of type GeneratedXmlFile
 java.util.List<GeneratedXmlFile> SqlMapConfigPlugin.contextGenerateAdditionalXmlFiles()
           
 

Methods in org.apache.ibatis.ibator.plugins with parameters of type GeneratedXmlFile
 boolean SqlMapConfigPlugin.sqlMapGenerated(GeneratedXmlFile sqlMap, IntrospectedTable introspectedTable)