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.config.xml | |
org.mybatis.generator.internal | |
org.mybatis.generator.internal.db | |
org.mybatis.generator.internal.types | |
org.mybatis.generator.internal.util | |
org.mybatis.generator.runtime.dynamic.sql.elements | |
org.mybatis.generator.runtime.kotlin | |
org.mybatis.generator.runtime.kotlin.elements |
Modifier and Type | Field and Description |
---|---|
protected Context |
IntrospectedTable.context |
protected Context |
PluginAdapter.context |
protected Context |
IntrospectedColumn.context |
Modifier and Type | Method and Description |
---|---|
Context |
IntrospectedTable.getContext() |
Context |
IntrospectedColumn.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
JavaFormatter.setContext(Context context) |
void |
IntrospectedTable.setContext(Context context) |
void |
XmlFormatter.setContext(Context context) |
void |
CompositePlugin.setContext(Context context) |
void |
KotlinFormatter.setContext(Context context) |
void |
JavaTypeResolver.setContext(Context context)
Sets the instance of the Context object associated with this instance.
|
void |
PluginAdapter.setContext(Context context) |
void |
IntrospectedColumn.setContext(Context context) |
void |
Plugin.setContext(Context context)
Set the context under which this plugin is running.
|
Constructor and Description |
---|
FullyQualifiedTable(String introspectedCatalog,
String introspectedSchema,
String introspectedTableName,
String domainObjectName,
String alias,
boolean ignoreQualifiersAtRuntime,
String runtimeCatalog,
String runtimeSchema,
String runtimeTableName,
boolean delimitIdentifiers,
DomainObjectRenamingRule domainObjectRenamingRule,
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 |
DefaultJavaFormatter.context |
protected Context |
DefaultKotlinFormatter.context |
protected Context |
DefaultXmlFormatter.context |
Modifier and Type | Method and Description |
---|---|
void |
DefaultJavaFormatter.setContext(Context context) |
void |
DefaultKotlinFormatter.setContext(Context context) |
void |
DefaultXmlFormatter.setContext(Context context) |
Modifier and Type | Field and Description |
---|---|
protected Context |
AbstractGenerator.context |
Modifier and Type | Method and Description |
---|---|
void |
AbstractGenerator.setContext(Context context) |
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 |
---|---|
protected void |
MyBatisGeneratorConfigurationParser.parseCommentGenerator(Context context,
Node node) |
protected void |
MyBatisGeneratorConfigurationParser.parseConnectionFactory(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) |
Modifier and Type | Method and Description |
---|---|
static CommentGenerator |
ObjectFactory.createCommentGenerator(Context context) |
static ConnectionFactory |
ObjectFactory.createConnectionFactory(Context context) |
static IntrospectedColumn |
ObjectFactory.createIntrospectedColumn(Context context) |
static IntrospectedTable |
ObjectFactory.createIntrospectedTable(TableConfiguration tableConfiguration,
FullyQualifiedTable table,
Context context) |
static IntrospectedTable |
ObjectFactory.createIntrospectedTableForValidation(Context context)
Creates an introspected table implementation that is only usable for validation .
|
static JavaFormatter |
ObjectFactory.createJavaFormatter(Context context) |
static JavaTypeResolver |
ObjectFactory.createJavaTypeResolver(Context context,
List<String> warnings) |
static KotlinFormatter |
ObjectFactory.createKotlinFormatter(Context context) |
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) |
Modifier and Type | Method and Description |
---|---|
static Field |
JavaBeansUtil.getJavaBeansField(IntrospectedColumn introspectedColumn,
Context context,
IntrospectedTable introspectedTable) |
static Field |
JavaBeansUtil.getJavaBeansFieldWithGeneratedAnnotation(IntrospectedColumn introspectedColumn,
Context context,
IntrospectedTable introspectedTable,
CompilationUnit compilationUnit) |
static Method |
JavaBeansUtil.getJavaBeansGetter(IntrospectedColumn introspectedColumn,
Context context,
IntrospectedTable introspectedTable) |
static Method |
JavaBeansUtil.getJavaBeansGetterWithGeneratedAnnotation(IntrospectedColumn introspectedColumn,
Context context,
IntrospectedTable introspectedTable,
CompilationUnit compilationUnit) |
static Method |
JavaBeansUtil.getJavaBeansSetter(IntrospectedColumn introspectedColumn,
Context context,
IntrospectedTable introspectedTable) |
static Method |
JavaBeansUtil.getJavaBeansSetterWithGeneratedAnnotation(IntrospectedColumn introspectedColumn,
Context context,
IntrospectedTable introspectedTable,
CompilationUnit compilationUnit) |
Modifier and Type | Field and Description |
---|---|
protected Context |
AbstractMethodGenerator.context |
Modifier and Type | Method and Description |
---|---|
SelectListGenerator.Builder |
SelectListGenerator.Builder.withContext(Context context) |
T |
AbstractMethodGenerator.BaseBuilder.withContext(Context context) |
Constructor and Description |
---|
KotlinDynamicSqlSupportClassGenerator(Context context,
IntrospectedTable introspectedTable,
List<String> warnings) |
Modifier and Type | Field and Description |
---|---|
protected Context |
AbstractKotlinFunctionGenerator.context |
Modifier and Type | Method and Description |
---|---|
T |
AbstractKotlinFunctionGenerator.BaseBuilder.withContext(Context context) |
ColumnListGenerator.Builder |
ColumnListGenerator.Builder.withContext(Context context) |
Copyright © 2006–2023 MyBatis.org. All rights reserved.