Modifier and Type | Class and Description |
---|---|
class |
AbstractJavaClientGenerator
This class exists to that Java client generators can specify whether
an XML generator is required to match the methods in the
Java client.
|
Modifier and Type | Field and Description |
---|---|
protected List<AbstractJavaGenerator> |
IntrospectedTableIbatis2Java2Impl.daoGenerators |
protected List<AbstractJavaGenerator> |
IntrospectedTableIbatis2Java2Impl.javaModelGenerators |
Modifier and Type | Class and Description |
---|---|
class |
DAOGenerator |
Modifier and Type | Field and Description |
---|---|
protected List<AbstractJavaGenerator> |
IntrospectedTableMyBatis3Impl.clientGenerators |
protected List<AbstractJavaGenerator> |
IntrospectedTableMyBatis3Impl.javaModelGenerators |
Modifier and Type | Class and Description |
---|---|
class |
AnnotatedClientGenerator |
class |
JavaMapperGenerator |
class |
MixedClientGenerator
This class overrides the base mapper to provide annotated methods
for the methods that don't require SQL provider support
|
class |
SimpleAnnotatedClientGenerator |
class |
SimpleJavaClientGenerator |
class |
SqlProviderGenerator |
Modifier and Type | Class and Description |
---|---|
class |
BaseRecordGenerator |
class |
ExampleGenerator |
class |
PrimaryKeyGenerator |
class |
RecordWithBLOBsGenerator |
class |
SimpleModelGenerator |
Copyright © 2010–2018 MyBatis.org. All rights reserved.