MyBatis Generator Core
Package Index
|
Class Index
org.mybatis.generator.ant
org.mybatis.generator.api
org.mybatis.generator.api.dom
org.mybatis.generator.api.dom.java
org.mybatis.generator.api.dom.xml
org.mybatis.generator.codegen
org.mybatis.generator.codegen.ibatis2
org.mybatis.generator.codegen.ibatis2.dao
org.mybatis.generator.codegen.ibatis2.dao.elements
org.mybatis.generator.codegen.ibatis2.dao.templates
org.mybatis.generator.codegen.ibatis2.model
org.mybatis.generator.codegen.ibatis2.sqlmap
org.mybatis.generator.codegen.ibatis2.sqlmap.elements
org.mybatis.generator.codegen.mybatis3
org.mybatis.generator.codegen.mybatis3.javamapper
org.mybatis.generator.codegen.mybatis3.javamapper.elements
org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider
org.mybatis.generator.codegen.mybatis3.model
org.mybatis.generator.codegen.mybatis3.xmlmapper
org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
org.mybatis.generator.config
org.mybatis.generator.config.xml
org.mybatis.generator.exception
org.mybatis.generator.internal
org.mybatis.generator.internal.db
org.mybatis.generator.internal.rules
org.mybatis.generator.internal.types
org.mybatis.generator.internal.util
org.mybatis.generator.internal.util.messages
org.mybatis.generator.logging
org.mybatis.generator.plugins
Classes
AbstractGenerator
AbstractJavaClientGenerator
AbstractJavaGenerator
AbstractXmlGenerator
RootClassInfo
XmlConstants
Package Index
|
Class Index
Summary:
Inherited Fields
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public abstract class
AbstractXmlGenerator
extends
AbstractGenerator
java.lang.Object
↳
org.mybatis.generator.codegen.AbstractGenerator
↳
org.mybatis.generator.codegen.AbstractXmlGenerator
Known Direct Subclasses
SqlMapGenerator
,
XMLMapperGenerator
SqlMapGenerator
XMLMapperGenerator
Known Indirect Subclasses
MixedMapperGenerator
MixedMapperGenerator
Summary
[Expand]
Inherited Fields
From class
org.mybatis.generator.codegen.AbstractGenerator
protected
Context
context
protected
IntrospectedTable
introspectedTable
protected
ProgressCallback
progressCallback
protected List<String>
warnings
Public Constructors
AbstractXmlGenerator
()
Public Methods
abstract
Document
getDocument
()
[Expand]
Inherited Methods
From class
org.mybatis.generator.codegen.AbstractGenerator
Context
getContext
()
IntrospectedTable
getIntrospectedTable
()
ProgressCallback
getProgressCallback
()
List<String>
getWarnings
()
void
setContext
(
Context
context)
void
setIntrospectedTable
(
IntrospectedTable
introspectedTable)
void
setProgressCallback
(
ProgressCallback
progressCallback)
void
setWarnings
(List<String> warnings)
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0)
final void
wait
(long arg0, int arg1)
Public Constructors
public
AbstractXmlGenerator
()
Public Methods
public abstract
Document
getDocument
()