Package | Description |
---|---|
org.mybatis.generator.codegen.ibatis2.dao | |
org.mybatis.generator.codegen.mybatis3 | |
org.mybatis.generator.codegen.mybatis3.javamapper |
Modifier and Type | Class and Description |
---|---|
class |
DAOGenerator |
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 |
Copyright © 2010–2018 MyBatis.org. All rights reserved.