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.
|
class |
AbstractJavaGenerator |
class |
AbstractXmlGenerator |
Modifier and Type | Method and Description |
---|---|
protected void |
IntrospectedTableIbatis2Java2Impl.initializeAbstractGenerator(AbstractGenerator abstractGenerator,
List<String> warnings,
ProgressCallback progressCallback) |
Modifier and Type | Class and Description |
---|---|
class |
DAOGenerator |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDAOElementGenerator |
class |
CountByExampleMethodGenerator |
class |
DeleteByExampleMethodGenerator |
class |
DeleteByPrimaryKeyMethodGenerator |
class |
InsertMethodGenerator |
class |
InsertSelectiveMethodGenerator |
class |
SelectByExampleWithBLOBsMethodGenerator |
class |
SelectByExampleWithoutBLOBsMethodGenerator |
class |
SelectByPrimaryKeyMethodGenerator |
class |
UpdateByExampleParmsInnerclassGenerator |
class |
UpdateByExampleSelectiveMethodGenerator |
class |
UpdateByExampleWithBLOBsMethodGenerator |
class |
UpdateByExampleWithoutBLOBsMethodGenerator |
class |
UpdateByPrimaryKeySelectiveMethodGenerator |
class |
UpdateByPrimaryKeyWithBLOBsMethodGenerator |
class |
UpdateByPrimaryKeyWithoutBLOBsMethodGenerator |
Modifier and Type | Class and Description |
---|---|
class |
SqlMapGenerator |
Modifier and Type | Method and Description |
---|---|
protected void |
IntrospectedTableMyBatis3Impl.initializeAbstractGenerator(AbstractGenerator abstractGenerator,
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 |
class |
SqlProviderGenerator |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJavaMapperMethodGenerator |
class |
SelectAllMethodGenerator
The selectAll method is only generated by the Mybatis3Simple runtime.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseRecordGenerator |
class |
ExampleGenerator |
class |
PrimaryKeyGenerator |
class |
RecordWithBLOBsGenerator |
class |
SimpleModelGenerator |
Modifier and Type | Class and Description |
---|---|
class |
MixedMapperGenerator |
class |
SimpleXMLMapperGenerator |
class |
XMLMapperGenerator |
Copyright © 2010–2018 MyBatis.org. All rights reserved.