| Package | Description |
|---|---|
| org.mybatis.generator.codegen.mybatis3 | |
| org.mybatis.generator.codegen.mybatis3.javamapper | |
| org.mybatis.generator.runtime.dynamic.sql |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractJavaClientGenerator |
IntrospectedTableMyBatis3Impl.calculateClientGenerators(List<String> warnings,
ProgressCallback progressCallback) |
protected AbstractJavaClientGenerator |
IntrospectedTableMyBatis3SimpleImpl.createJavaClientGenerator() |
protected AbstractJavaClientGenerator |
IntrospectedTableMyBatis3Impl.createJavaClientGenerator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
IntrospectedTableMyBatis3SimpleImpl.calculateXmlMapperGenerator(AbstractJavaClientGenerator javaClientGenerator,
List<String> warnings,
ProgressCallback progressCallback) |
protected void |
IntrospectedTableMyBatis3Impl.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–2025 MyBatis.org. All rights reserved.