Package | Description |
---|---|
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.internal | |
org.mybatis.generator.internal.db | |
org.mybatis.generator.internal.types |
Modifier and Type | Field and Description |
---|---|
protected Context |
PluginAdapter.context |
protected Context |
IntrospectedColumn.context |
protected Context |
IntrospectedTable.context |
Modifier and Type | Method and Description |
---|---|
Context |
PluginAdapter.getContext() |
Context |
IntrospectedColumn.getContext() |
Context |
IntrospectedTable.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
PluginAdapter.setContext(Context context) |
void |
XmlFormatter.setContext(Context context) |
void |
IntrospectedColumn.setContext(Context context) |
void |
Plugin.setContext(Context context)
Set the context under which this plugin is running
|
void |
IntrospectedTable.setContext(Context context) |
void |
JavaTypeResolver.setContext(Context context)
Sets the instance of the Context object associated with this instance.
|
void |
JavaFormatter.setContext(Context context) |
Constructor and Description |
---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected Context |
DefaultXmlFormatter.context |
protected Context |
DefaultJavaFormatter.context |
Modifier and Type | Method and Description |
---|---|
void |
DefaultXmlFormatter.setContext(Context context) |
void |
DefaultJavaFormatter.setContext(Context context) |
Modifier and Type | Field and Description |
---|---|
protected Context |
AbstractGenerator.context |
Modifier and Type | Method and Description |
---|---|
Context |
AbstractGenerator.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractGenerator.setContext(Context context) |
Modifier and Type | Method and Description |
---|---|
Context |
Configuration.getContext(String id) |
Modifier and Type | Method and Description |
---|---|
List<Context> |
Configuration.getContexts() |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.addContext(Context context) |
Constructor and Description |
---|
TableConfiguration(Context context) |
Modifier and Type | Method and Description |
---|---|
static CommentGenerator |
ObjectFactory.createCommentGenerator(Context context) |
static IntrospectedColumn |
ObjectFactory.createIntrospectedColumn(Context context) |
static IntrospectedTable |
ObjectFactory.createIntrospectedTable(TableConfiguration tableConfiguration,
FullyQualifiedTable table,
Context context) |
static IntrospectedTable |
ObjectFactory.createIntrospectedTableForValidation(Context context)
This method creates an introspected table implementation that is
only usable for validation (i.e.
|
static JavaFormatter |
ObjectFactory.createJavaFormatter(Context context) |
static JavaTypeResolver |
ObjectFactory.createJavaTypeResolver(Context context,
List<String> warnings) |
static Plugin |
ObjectFactory.createPlugin(Context context,
PluginConfiguration pluginConfiguration) |
static XmlFormatter |
ObjectFactory.createXmlFormatter(Context context) |
void |
PluginAggregator.setContext(Context context) |
Constructor and Description |
---|
DatabaseIntrospector(Context context,
DatabaseMetaData databaseMetaData,
JavaTypeResolver javaTypeResolver,
List<String> warnings) |
Modifier and Type | Field and Description |
---|---|
protected Context |
JavaTypeResolverDefaultImpl.context |
Modifier and Type | Method and Description |
---|---|
void |
JavaTypeResolverDefaultImpl.setContext(Context context) |
Copyright © 2010–2018 MyBatis.org. All rights reserved.