A B C D E F G H I J L M N O P R S T U V W X

M

main(String[]) - Static method in class org.mybatis.generator.api.ShellRunner
 
makeSerializable(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.plugins.SerializablePlugin
 
MapperConfigPlugin - Class in org.mybatis.generator.plugins
This plugin generates a MapperConfig file containing mapper entries for SQL maps generated for MyBatis3.
MapperConfigPlugin() - Constructor for class org.mybatis.generator.plugins.MapperConfigPlugin
 
MergeConstants - Class in org.mybatis.generator.config
This class holds constants useful in the XML and Java merging operations.
mergeJavaFile(String, String, String[]) - Method in interface org.mybatis.generator.api.ShellCallback
This method is called if a newly generated Java file would overwrite an existing file.
mergeJavaFile(String, String, String[]) - Method in class org.mybatis.generator.eclipse.core.callback.EclipseShellCallback
 
mergeJavaFile(String, String, String[]) - Method in class org.mybatis.generator.internal.DefaultShellCallback
 
Messages - Class in org.mybatis.generator.internal.util.messages
 
Method - Class in org.mybatis.generator.api.dom.java
 
Method() - Constructor for class org.mybatis.generator.api.dom.java.Method
 
Method(String) - Constructor for class org.mybatis.generator.api.dom.java.Method
 
MixedClientGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper
This class overrides the base mapper to provide annotated methods for the methods that don't require SQL provider support
MixedClientGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.MixedClientGenerator
 
MixedMapperGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper
 
MixedMapperGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.MixedMapperGenerator
 
MODEL_GENERATOR_TRIM_STRINGS - Static variable in class org.mybatis.generator.config.PropertyRegistry
 
modelBaseRecordClassGenerated(TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called after the base record class is generated by the JavaModelGenerator.
modelBaseRecordClassGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
modelBaseRecordClassGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
modelBaseRecordClassGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.plugins.EqualsHashCodePlugin
 
modelBaseRecordClassGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.plugins.SerializablePlugin
 
modelExampleClassGenerated(TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called after the example class is generated by the JavaModelGenerator.
modelExampleClassGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
modelExampleClassGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
modelExampleClassGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.plugins.CaseInsensitiveLikePlugin
 
modelFieldGenerated(Field, TopLevelClass, IntrospectedColumn, IntrospectedTable, Plugin.ModelClassType) - Method in interface org.mybatis.generator.api.Plugin
This method is called after the field is generated for a specific column in a table.
modelFieldGenerated(Field, TopLevelClass, IntrospectedColumn, IntrospectedTable, Plugin.ModelClassType) - Method in class org.mybatis.generator.api.PluginAdapter
 
modelFieldGenerated(Field, TopLevelClass, IntrospectedColumn, IntrospectedTable, Plugin.ModelClassType) - Method in class org.mybatis.generator.internal.PluginAggregator
 
modelGetterMethodGenerated(Method, TopLevelClass, IntrospectedColumn, IntrospectedTable, Plugin.ModelClassType) - Method in interface org.mybatis.generator.api.Plugin
This method is called after the getter, or accessor, method is generated for a specific column in a table.
modelGetterMethodGenerated(Method, TopLevelClass, IntrospectedColumn, IntrospectedTable, Plugin.ModelClassType) - Method in class org.mybatis.generator.api.PluginAdapter
 
modelGetterMethodGenerated(Method, TopLevelClass, IntrospectedColumn, IntrospectedTable, Plugin.ModelClassType) - Method in class org.mybatis.generator.internal.PluginAggregator
 
modelPrimaryKeyClassGenerated(TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called after the primary key class is generated by the JavaModelGenerator.
modelPrimaryKeyClassGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
modelPrimaryKeyClassGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
modelPrimaryKeyClassGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.plugins.EqualsHashCodePlugin
 
modelPrimaryKeyClassGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.plugins.SerializablePlugin
 
modelRecordWithBLOBsClassGenerated(TopLevelClass, IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called after the record with BLOBs class is generated by the JavaModelGenerator.
modelRecordWithBLOBsClassGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
modelRecordWithBLOBsClassGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
modelRecordWithBLOBsClassGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.plugins.EqualsHashCodePlugin
 
modelRecordWithBLOBsClassGenerated(TopLevelClass, IntrospectedTable) - Method in class org.mybatis.generator.plugins.SerializablePlugin
 
modelSetterMethodGenerated(Method, TopLevelClass, IntrospectedColumn, IntrospectedTable, Plugin.ModelClassType) - Method in interface org.mybatis.generator.api.Plugin
This method is called after the setter, or mutator, method is generated for a specific column in a table.
modelSetterMethodGenerated(Method, TopLevelClass, IntrospectedColumn, IntrospectedTable, Plugin.ModelClassType) - Method in class org.mybatis.generator.api.PluginAdapter
 
modelSetterMethodGenerated(Method, TopLevelClass, IntrospectedColumn, IntrospectedTable, Plugin.ModelClassType) - Method in class org.mybatis.generator.internal.PluginAggregator
 
ModelType - Enum in org.mybatis.generator.config
Typesafe enum of different model types
MYBATIS3_MAPPER_CONFIG_PUBLIC_ID - Static variable in class org.mybatis.generator.codegen.XmlConstants
 
MYBATIS3_MAPPER_CONFIG_SYSTEM_ID - Static variable in class org.mybatis.generator.codegen.XmlConstants
 
MYBATIS3_MAPPER_PUBLIC_ID - Static variable in class org.mybatis.generator.codegen.XmlConstants
 
MYBATIS3_MAPPER_SYSTEM_ID - Static variable in class org.mybatis.generator.codegen.XmlConstants
 
MyBatis3FormattingUtilities - Class in org.mybatis.generator.codegen.mybatis3
 
MYBATIS_GENERATOR_CONFIG_PUBLIC_ID - Static variable in class org.mybatis.generator.codegen.XmlConstants
 
MYBATIS_GENERATOR_CONFIG_SYSTEM_ID - Static variable in class org.mybatis.generator.codegen.XmlConstants
 
MyBatisContainer - Class in org.mybatis.generator.eclipse.ui.buildpath
 
MyBatisContainer(IPath, IJavaProject) - Constructor for class org.mybatis.generator.eclipse.ui.buildpath.MyBatisContainer
 
MyBatisContainerInitializer - Class in org.mybatis.generator.eclipse.ui.buildpath
 
MyBatisContainerInitializer() - Constructor for class org.mybatis.generator.eclipse.ui.buildpath.MyBatisContainerInitializer
 
MyBatisContainerPage - Class in org.mybatis.generator.eclipse.ui.buildpath
 
MyBatisContainerPage() - Constructor for class org.mybatis.generator.eclipse.ui.buildpath.MyBatisContainerPage
 
MyBatisGenerator - Class in org.mybatis.generator.api
This class is the main interface to MyBatis generator.
MyBatisGenerator(Configuration, ShellCallback, List<String>) - Constructor for class org.mybatis.generator.api.MyBatisGenerator
Constructs a MyBatisGenerator object.
MyBatisGeneratorClasspathResolver - Class in org.mybatis.generator.eclipse.ui
 
MyBatisGeneratorClasspathResolver() - Constructor for class org.mybatis.generator.eclipse.ui.MyBatisGeneratorClasspathResolver
 
MyBatisGeneratorConfigurationParser - Class in org.mybatis.generator.config.xml
This class parses configuration files into the new Configuration API
MyBatisGeneratorConfigurationParser(Properties) - Constructor for class org.mybatis.generator.config.xml.MyBatisGeneratorConfigurationParser
 

A B C D E F G H I J L M N O P R S T U V W X