|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AbstractJavaGenerator in org.mybatis.generator.codegen |
---|
Subclasses of AbstractJavaGenerator in org.mybatis.generator.codegen | |
---|---|
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. |
Uses of AbstractJavaGenerator in org.mybatis.generator.codegen.ibatis2 |
---|
Fields in org.mybatis.generator.codegen.ibatis2 with type parameters of type AbstractJavaGenerator | |
---|---|
protected List<AbstractJavaGenerator> |
IntrospectedTableIbatis2Java2Impl.daoGenerators
|
protected List<AbstractJavaGenerator> |
IntrospectedTableIbatis2Java2Impl.javaModelGenerators
|
Uses of AbstractJavaGenerator in org.mybatis.generator.codegen.ibatis2.dao |
---|
Subclasses of AbstractJavaGenerator in org.mybatis.generator.codegen.ibatis2.dao | |
---|---|
class |
DAOGenerator
|
Uses of AbstractJavaGenerator in org.mybatis.generator.codegen.ibatis2.model |
---|
Subclasses of AbstractJavaGenerator in org.mybatis.generator.codegen.ibatis2.model | |
---|---|
class |
BaseRecordGenerator
|
class |
ExampleGenerator
|
class |
PrimaryKeyGenerator
|
class |
RecordWithBLOBsGenerator
|
Uses of AbstractJavaGenerator in org.mybatis.generator.codegen.mybatis3 |
---|
Fields in org.mybatis.generator.codegen.mybatis3 with type parameters of type AbstractJavaGenerator | |
---|---|
protected List<AbstractJavaGenerator> |
IntrospectedTableMyBatis3Impl.clientGenerators
|
protected List<AbstractJavaGenerator> |
IntrospectedTableMyBatis3Impl.javaModelGenerators
|
Uses of AbstractJavaGenerator in org.mybatis.generator.codegen.mybatis3.javamapper |
---|
Subclasses of AbstractJavaGenerator in org.mybatis.generator.codegen.mybatis3.javamapper | |
---|---|
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
|
Uses of AbstractJavaGenerator in org.mybatis.generator.codegen.mybatis3.model |
---|
Subclasses of AbstractJavaGenerator in org.mybatis.generator.codegen.mybatis3.model | |
---|---|
class |
SimpleModelGenerator
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |