Package | Description |
---|---|
org.mybatis.generator.api |
Provides the main classes and interfaces used by clients of MyBatis Generator.
|
org.mybatis.generator.codegen.ibatis2 | |
org.mybatis.generator.codegen.mybatis3 | |
org.mybatis.generator.config | |
org.mybatis.generator.internal |
Modifier and Type | Method and Description |
---|---|
List<GeneratedJavaFile> |
PluginAdapter.contextGenerateAdditionalJavaFiles() |
List<GeneratedJavaFile> |
Plugin.contextGenerateAdditionalJavaFiles()
This method can be used to generate any additional Java file needed by
your implementation.
|
List<GeneratedJavaFile> |
PluginAdapter.contextGenerateAdditionalJavaFiles(IntrospectedTable introspectedTable) |
List<GeneratedJavaFile> |
Plugin.contextGenerateAdditionalJavaFiles(IntrospectedTable introspectedTable)
This method can be used to generate additional Java files needed by your
implementation that might be related to a specific table.
|
abstract List<GeneratedJavaFile> |
IntrospectedTable.getGeneratedJavaFiles()
This method should return a list of generated Java files related to this
table.
|
Modifier and Type | Method and Description |
---|---|
List<GeneratedJavaFile> |
IntrospectedTableIbatis2Java2Impl.getGeneratedJavaFiles() |
Modifier and Type | Method and Description |
---|---|
List<GeneratedJavaFile> |
IntrospectedTableMyBatis3Impl.getGeneratedJavaFiles() |
Modifier and Type | Method and Description |
---|---|
void |
Context.generateFiles(ProgressCallback callback,
List<GeneratedJavaFile> generatedJavaFiles,
List<GeneratedXmlFile> generatedXmlFiles,
List<String> warnings) |
Modifier and Type | Method and Description |
---|---|
List<GeneratedJavaFile> |
PluginAggregator.contextGenerateAdditionalJavaFiles() |
List<GeneratedJavaFile> |
PluginAggregator.contextGenerateAdditionalJavaFiles(IntrospectedTable introspectedTable) |
Copyright © 2010–2018 MyBatis.org. All rights reserved.