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.mybatis3 | |
org.mybatis.generator.config | |
org.mybatis.generator.maven | |
org.mybatis.generator.runtime.dynamic.sql | |
org.mybatis.generator.runtime.kotlin |
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
A slightly more verbose progress callback.
|
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.
|
void |
MyBatisGenerator.generate(ProgressCallback callback,
Set<String> contextIds,
Set<String> fullyQualifiedTableNames,
boolean writeFiles)
This is the main method for generating code.
|
Modifier and Type | Field and Description |
---|---|
protected ProgressCallback |
AbstractGenerator.progressCallback |
Modifier and Type | Method and Description |
---|---|
void |
AbstractGenerator.setProgressCallback(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<GeneratedKotlinFile> generatedKotlinFiles,
List<GeneratedFile> otherGeneratedFiles,
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 |
MavenProgressCallback
This callback logs progress messages with the Maven logger.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IntrospectedTableMyBatis3DynamicSqlImpl.calculateJavaModelGenerators(List<String> warnings,
ProgressCallback progressCallback) |
protected void |
IntrospectedTableMyBatis3DynamicSqlImpl.calculateXmlMapperGenerator(AbstractJavaClientGenerator javaClientGenerator,
List<String> warnings,
ProgressCallback progressCallback) |
Modifier and Type | Method and Description |
---|---|
void |
IntrospectedTableKotlinImpl.calculateGenerators(List<String> warnings,
ProgressCallback progressCallback) |
protected void |
IntrospectedTableKotlinImpl.calculateKotlinDataClassGenerator(List<String> warnings,
ProgressCallback progressCallback) |
protected void |
IntrospectedTableKotlinImpl.calculateKotlinMapperAndExtensionsGenerator(List<String> warnings,
ProgressCallback progressCallback) |
Copyright © 2006–2022 MyBatis.org. All rights reserved.