Uses of Class
org.apache.ibatis.ibator.api.dom.xml.Document

Packages that use Document
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   
org.apache.ibatis.ibator.generator.ibatis2.sqlmap   
org.apache.ibatis.ibator.internal   
 

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

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

Constructors in org.apache.ibatis.ibator.api with parameters of type Document
GeneratedXmlFile(Document document, java.lang.String fileName, java.lang.String targetPackage, java.lang.String targetProject, boolean isMergeable)
           
 

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

Methods in org.apache.ibatis.ibator.config that return Document
 Document IbatorConfiguration.toDocument()
          Builds an XML representation of this configuration.
 

Uses of Document in org.apache.ibatis.ibator.generator
 

Methods in org.apache.ibatis.ibator.generator that return Document
abstract  Document AbstractXmlGenerator.getDocument()
           
 

Uses of Document in org.apache.ibatis.ibator.generator.ibatis2.sqlmap
 

Methods in org.apache.ibatis.ibator.generator.ibatis2.sqlmap that return Document
 Document SqlMapGenerator.getDocument()
           
 

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

Methods in org.apache.ibatis.ibator.internal with parameters of type Document
 boolean IbatorPluginAggregator.sqlMapDocumentGenerated(Document document, IntrospectedTable introspectedTable)