Modifier and Type | Class and Description |
---|---|
class |
DAOGenerator
DAO generator for iBatis.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractJavaClientGenerator |
IntrospectedTableMyBatis3Impl.calculateClientGenerators(List<String> warnings,
ProgressCallback progressCallback) |
protected AbstractJavaClientGenerator |
IntrospectedTableMyBatis3Impl.createJavaClientGenerator() |
protected AbstractJavaClientGenerator |
IntrospectedTableMyBatis3SimpleImpl.createJavaClientGenerator() |
Modifier and Type | Method and Description |
---|---|
protected void |
IntrospectedTableMyBatis3Impl.calculateXmlMapperGenerator(AbstractJavaClientGenerator javaClientGenerator,
List<String> warnings,
ProgressCallback progressCallback) |
protected void |
IntrospectedTableMyBatis3SimpleImpl.calculateXmlMapperGenerator(AbstractJavaClientGenerator javaClientGenerator,
List<String> warnings,
ProgressCallback progressCallback) |
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 |
Modifier and Type | Class and Description |
---|---|
class |
DynamicSqlMapperGenerator |
Modifier and Type | Method and Description |
---|---|
protected AbstractJavaClientGenerator |
IntrospectedTableMyBatis3DynamicSqlImpl.createJavaClientGenerator() |
Modifier and Type | Method and Description |
---|---|
protected void |
IntrospectedTableMyBatis3DynamicSqlImpl.calculateXmlMapperGenerator(AbstractJavaClientGenerator javaClientGenerator,
List<String> warnings,
ProgressCallback progressCallback) |
Copyright © 2006–2018 MyBatis.org. All rights reserved.