| 程序包 | 说明 |
|---|---|
| org.mybatis.generator.api |
Provides the main classes and interfaces used by clients of MyBatis Generator.
|
| org.mybatis.generator.api.dom | |
| org.mybatis.generator.codegen | |
| org.mybatis.generator.config | |
| org.mybatis.generator.config.xml | |
| org.mybatis.generator.internal | |
| org.mybatis.generator.internal.db | |
| org.mybatis.generator.internal.types | |
| org.mybatis.generator.internal.util |
| 限定符和类型 | 字段和说明 |
|---|---|
protected Context |
PluginAdapter.context |
protected Context |
IntrospectedTable.context
The context.
|
protected Context |
IntrospectedColumn.context |
| 限定符和类型 | 方法和说明 |
|---|---|
Context |
PluginAdapter.getContext() |
Context |
IntrospectedTable.getContext()
Gets the context.
|
Context |
IntrospectedColumn.getContext() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
XmlFormatter.setContext(Context context) |
void |
PluginAdapter.setContext(Context context) |
void |
Plugin.setContext(Context context)
Set the context under which this plugin is running.
|
void |
JavaTypeResolver.setContext(Context context)
Sets the instance of the Context object associated with this instance.
|
void |
JavaFormatter.setContext(Context context) |
void |
IntrospectedTable.setContext(Context context)
Sets the context.
|
void |
IntrospectedColumn.setContext(Context context) |
| 构造器和说明 |
|---|
FullyQualifiedTable(String introspectedCatalog,
String introspectedSchema,
String introspectedTableName,
String domainObjectName,
String alias,
boolean ignoreQualifiersAtRuntime,
String runtimeCatalog,
String runtimeSchema,
String runtimeTableName,
boolean delimitIdentifiers,
Context context)
This object is used to hold information related to the table itself, not the columns in the table.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected Context |
DefaultXmlFormatter.context |
protected Context |
DefaultJavaFormatter.context |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DefaultXmlFormatter.setContext(Context context) |
void |
DefaultJavaFormatter.setContext(Context context) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected Context |
AbstractGenerator.context |
| 限定符和类型 | 方法和说明 |
|---|---|
Context |
AbstractGenerator.getContext() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AbstractGenerator.setContext(Context context) |
| 限定符和类型 | 方法和说明 |
|---|---|
Context |
Configuration.getContext(String id)
Gets the context.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<Context> |
Configuration.getContexts()
Gets the contexts.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Configuration.addContext(Context context)
Adds the context.
|
| 构造器和说明 |
|---|
TableConfiguration(Context context)
Instantiates a new table configuration.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
MyBatisGeneratorConfigurationParser.parseCommentGenerator(Context context,
Node node) |
protected void |
MyBatisGeneratorConfigurationParser.parseJavaModelGenerator(Context context,
Node node) |
protected void |
MyBatisGeneratorConfigurationParser.parseJavaTypeResolver(Context context,
Node node) |
protected void |
MyBatisGeneratorConfigurationParser.parseJdbcConnection(Context context,
Node node) |
protected void |
MyBatisGeneratorConfigurationParser.parseSqlMapGenerator(Context context,
Node node) |
protected void |
MyBatisGeneratorConfigurationParser.parseTable(Context context,
Node node) |
| 限定符和类型 | 方法和说明 |
|---|---|
static CommentGenerator |
ObjectFactory.createCommentGenerator(Context context)
Creates a new Object object.
|
static IntrospectedColumn |
ObjectFactory.createIntrospectedColumn(Context context)
Creates a new Object object.
|
static IntrospectedTable |
ObjectFactory.createIntrospectedTable(TableConfiguration tableConfiguration,
FullyQualifiedTable table,
Context context)
Creates a new Object object.
|
static IntrospectedTable |
ObjectFactory.createIntrospectedTableForValidation(Context context)
This method creates an introspected table implementation that is only usable for validation (i.e. for a context
to determine if the target is ibatis2 or mybatis3).
|
static JavaFormatter |
ObjectFactory.createJavaFormatter(Context context)
Creates a new Object object.
|
static JavaTypeResolver |
ObjectFactory.createJavaTypeResolver(Context context,
List<String> warnings)
Creates a new Object object.
|
static Plugin |
ObjectFactory.createPlugin(Context context,
PluginConfiguration pluginConfiguration)
Creates a new Object object.
|
static XmlFormatter |
ObjectFactory.createXmlFormatter(Context context)
Creates a new Object object.
|
void |
PluginAggregator.setContext(Context context) |
| 构造器和说明 |
|---|
DatabaseIntrospector(Context context,
DatabaseMetaData databaseMetaData,
JavaTypeResolver javaTypeResolver,
List<String> warnings)
Instantiates a new database introspector.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected Context |
JavaTypeResolverDefaultImpl.context |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
JavaTypeResolverDefaultImpl.setContext(Context context) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Field |
JavaBeansUtil.getJavaBeansField(IntrospectedColumn introspectedColumn,
Context context,
IntrospectedTable introspectedTable)
Gets the java beans field.
|
static Method |
JavaBeansUtil.getJavaBeansGetter(IntrospectedColumn introspectedColumn,
Context context,
IntrospectedTable introspectedTable)
Gets the java beans getter.
|
static Method |
JavaBeansUtil.getJavaBeansSetter(IntrospectedColumn introspectedColumn,
Context context,
IntrospectedTable introspectedTable)
Gets the java beans setter.
|
Copyright © 2006–2016 MyBatis.org. All rights reserved.