Package | Description |
---|---|
org.mybatis.generator.ant | |
org.mybatis.generator.api |
Provides the main classes and interfaces used by clients of MyBatis Generator.
|
org.mybatis.generator.codegen | |
org.mybatis.generator.codegen.ibatis2 | |
org.mybatis.generator.codegen.mybatis3 | |
org.mybatis.generator.config | |
org.mybatis.generator.internal | |
org.mybatis.generator.maven |
Modifier and Type | Class and Description |
---|---|
class |
AntProgressCallback
This callback logs progress messages with the Ant logger
|
Modifier and Type | Class and Description |
---|---|
class |
VerboseProgressCallback |
Modifier and Type | Method and Description |
---|---|
abstract void |
IntrospectedTable.calculateGenerators(List<String> warnings,
ProgressCallback progressCallback)
This method can be used to initialize the generators before they will be
called.
|
void |
MyBatisGenerator.generate(ProgressCallback callback)
This is the main method for generating code.
|
void |
MyBatisGenerator.generate(ProgressCallback callback,
Set<String> contextIds)
This is the main method for generating code.
|
void |
MyBatisGenerator.generate(ProgressCallback callback,
Set<String> contextIds,
Set<String> fullyQualifiedTableNames)
This is the main method for generating code.
|
Modifier and Type | Field and Description |
---|---|
protected ProgressCallback |
AbstractGenerator.progressCallback |
Modifier and Type | Method and Description |
---|---|
ProgressCallback |
AbstractGenerator.getProgressCallback() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractGenerator.setProgressCallback(ProgressCallback progressCallback) |
Modifier and Type | Method and Description |
---|---|
protected void |
IntrospectedTableIbatis2Java2Impl.calculateDAOGenerators(List<String> warnings,
ProgressCallback progressCallback) |
void |
IntrospectedTableIbatis2Java2Impl.calculateGenerators(List<String> warnings,
ProgressCallback progressCallback) |
protected void |
IntrospectedTableIbatis2Java2Impl.calculateJavaModelGenerators(List<String> warnings,
ProgressCallback progressCallback) |
protected void |
IntrospectedTableIbatis2Java2Impl.calculateSqlMapGenerator(List<String> warnings,
ProgressCallback progressCallback) |
protected void |
IntrospectedTableIbatis2Java2Impl.initializeAbstractGenerator(AbstractGenerator abstractGenerator,
List<String> warnings,
ProgressCallback progressCallback) |
Modifier and Type | Method and Description |
---|---|
protected AbstractJavaClientGenerator |
IntrospectedTableMyBatis3Impl.calculateClientGenerators(List<String> warnings,
ProgressCallback progressCallback) |
void |
IntrospectedTableMyBatis3Impl.calculateGenerators(List<String> warnings,
ProgressCallback progressCallback) |
protected void |
IntrospectedTableMyBatis3Impl.calculateJavaModelGenerators(List<String> warnings,
ProgressCallback progressCallback) |
protected void |
IntrospectedTableMyBatis3SimpleImpl.calculateJavaModelGenerators(List<String> warnings,
ProgressCallback progressCallback) |
protected void |
IntrospectedTableMyBatis3Impl.calculateXmlMapperGenerator(AbstractJavaClientGenerator javaClientGenerator,
List<String> warnings,
ProgressCallback progressCallback) |
protected void |
IntrospectedTableMyBatis3SimpleImpl.calculateXmlMapperGenerator(AbstractJavaClientGenerator javaClientGenerator,
List<String> warnings,
ProgressCallback progressCallback) |
protected void |
IntrospectedTableMyBatis3Impl.initializeAbstractGenerator(AbstractGenerator abstractGenerator,
List<String> warnings,
ProgressCallback progressCallback) |
Modifier and Type | Method and Description |
---|---|
void |
Context.generateFiles(ProgressCallback callback,
List<GeneratedJavaFile> generatedJavaFiles,
List<GeneratedXmlFile> generatedXmlFiles,
List<String> warnings) |
void |
Context.introspectTables(ProgressCallback callback,
List<String> warnings,
Set<String> fullyQualifiedTableNames)
Introspect tables based on the configuration specified in the
constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
NullProgressCallback
This class implements a progress callback that does nothing.
|
Modifier and Type | Class and Description |
---|---|
class |
MavenProgressCallback
This callback logs progress messages with the Maven logger
|
Copyright © 2010–2018 MyBatis.org. All rights reserved.