| Modifier and Type | Method and Description |
|---|---|
abstract AbstractXmlGenerator |
AbstractJavaClientGenerator.getMatchedXMLGenerator()
This method returns an instance of the XML generator associated
with this client generator.
|
| Modifier and Type | Field and Description |
|---|---|
protected AbstractXmlGenerator |
IntrospectedTableIbatis2Java2Impl.sqlMapGenerator |
| Modifier and Type | Method and Description |
|---|---|
AbstractXmlGenerator |
DAOGenerator.getMatchedXMLGenerator() |
| Modifier and Type | Class and Description |
|---|---|
class |
SqlMapGenerator |
| Modifier and Type | Field and Description |
|---|---|
protected AbstractXmlGenerator |
IntrospectedTableMyBatis3Impl.xmlMapperGenerator
The xml mapper generator.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractXmlGenerator |
SimpleJavaClientGenerator.getMatchedXMLGenerator() |
AbstractXmlGenerator |
SimpleAnnotatedClientGenerator.getMatchedXMLGenerator() |
AbstractXmlGenerator |
MixedClientGenerator.getMatchedXMLGenerator() |
AbstractXmlGenerator |
JavaMapperGenerator.getMatchedXMLGenerator() |
AbstractXmlGenerator |
AnnotatedClientGenerator.getMatchedXMLGenerator() |
| Modifier and Type | Class and Description |
|---|---|
class |
MixedMapperGenerator |
class |
SimpleXMLMapperGenerator |
class |
XMLMapperGenerator |
Copyright © 2006–2016 MyBatis.org. All rights reserved.