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
DAO generator for iBatis.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDAOElementGenerator
Base class for all DAO element generators.
|
class |
CountByExampleMethodGenerator
Generates the Count By Example method.
|
class |
DeleteByExampleMethodGenerator
Generates the Delete By Example method.
|
class |
DeleteByPrimaryKeyMethodGenerator
Generates the Delete By Primary Key method.
|
class |
InsertMethodGenerator
Generates the Insert method.
|
class |
InsertSelectiveMethodGenerator
Generates the Insert Selective method.
|
class |
SelectByExampleWithBLOBsMethodGenerator
Generates the Select By Example with BLOBs method.
|
class |
SelectByExampleWithoutBLOBsMethodGenerator
Generates the Select By Example without BLOBs method.
|
class |
SelectByPrimaryKeyMethodGenerator
Generates the Select By Primary Key method.
|
class |
UpdateByExampleParmsInnerclassGenerator
Generates the Update By Example parameters inner class.
|
class |
UpdateByExampleSelectiveMethodGenerator
Generates the Update By Example selective method.
|
class |
UpdateByExampleWithBLOBsMethodGenerator
Generates the Update By Example with BLOBs method.
|
class |
UpdateByExampleWithoutBLOBsMethodGenerator
Generates the Update By Example without BLOBs method.
|
class |
UpdateByPrimaryKeySelectiveMethodGenerator
Generates the Update By primary Key selective method.
|
class |
UpdateByPrimaryKeyWithBLOBsMethodGenerator
Generates the Update By primary Key with BLOBs method.
|
class |
UpdateByPrimaryKeyWithoutBLOBsMethodGenerator
Generates the Update By primary Key without BLOBs method.
|
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 |
Modifier and Type | Class and Description |
---|---|
class |
DynamicSqlMapperGenerator |
class |
DynamicSqlModelGenerator
This model generator builds a flat model qith default constructor and getters/setters.
|
Copyright © 2006–2018 MyBatis.org. All rights reserved.