Uses of Class
org.mybatis.generator.api.dom.xml.Document
Packages that use Document
Package
Description
-
Uses of Document in org.mybatis.generator.api
Methods in org.mybatis.generator.api with parameters of type DocumentModifier and TypeMethodDescriptionXmlFormatter.getFormattedContent(Document document) booleanCompositePlugin.sqlMapDocumentGenerated(Document document, IntrospectedTable introspectedTable) default booleanPlugin.sqlMapDocumentGenerated(Document document, IntrospectedTable introspectedTable) This method is called when the SqlMap document has been generated.Constructors in org.mybatis.generator.api with parameters of type DocumentModifierConstructorDescriptionGeneratedXmlFile(Document document, String fileName, String targetPackage, String targetProject, boolean isMergeable, XmlFormatter xmlFormatter) -
Uses of Document in org.mybatis.generator.api.dom
Methods in org.mybatis.generator.api.dom with parameters of type Document -
Uses of Document in org.mybatis.generator.api.dom.xml.render
Methods in org.mybatis.generator.api.dom.xml.render with parameters of type Document -
Uses of Document in org.mybatis.generator.codegen
Methods in org.mybatis.generator.codegen that return Document -
Uses of Document in org.mybatis.generator.codegen.mybatis3.xmlmapper
Methods in org.mybatis.generator.codegen.mybatis3.xmlmapper that return DocumentModifier and TypeMethodDescriptionSimpleXMLMapperGenerator.getDocument()XMLMapperGenerator.getDocument() -
Uses of Document in org.mybatis.generator.plugins
Methods in org.mybatis.generator.plugins with parameters of type DocumentModifier and TypeMethodDescriptionbooleanCachePlugin.sqlMapDocumentGenerated(Document document, IntrospectedTable introspectedTable) booleanRowBoundsPlugin.sqlMapDocumentGenerated(Document document, IntrospectedTable introspectedTable) We'll override this method and add any new elements generated by previous calls.