Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X
C
CachePlugin
- Class in
org.mybatis.generator.plugins
This plugin adds a cache element to generated sqlMaps.
CachePlugin()
- Constructor for class org.mybatis.generator.plugins.
CachePlugin
CachePlugin.CacheProperty
- Enum in
org.mybatis.generator.plugins
calculateAllFieldsClass()
- Method in class org.mybatis.generator.internal.rules.
BaseRules
Calculates the class that contains all fields.
calculateAllFieldsClass()
- Method in interface org.mybatis.generator.internal.rules.
Rules
Calculates the class that contains all fields.
calculateAllFieldsClass()
- Method in class org.mybatis.generator.internal.rules.
RulesDelegate
calculateClientGenerators(List<String>, ProgressCallback)
- Method in class org.mybatis.generator.codegen.mybatis3.
IntrospectedTableMyBatis3Impl
calculateDAOGenerators(List<String>, ProgressCallback)
- Method in class org.mybatis.generator.codegen.ibatis2.
IntrospectedTableIbatis2Java2Impl
calculateGenerators(List<String>, ProgressCallback)
- Method in class org.mybatis.generator.api.
IntrospectedTable
This method can be used to initialize the generators before they will be called.
calculateGenerators(List<String>, ProgressCallback)
- Method in class org.mybatis.generator.codegen.ibatis2.
IntrospectedTableIbatis2Java2Impl
calculateGenerators(List<String>, ProgressCallback)
- Method in class org.mybatis.generator.codegen.mybatis3.
IntrospectedTableMyBatis3Impl
calculateIbatis2SqlMapFileName()
- Method in class org.mybatis.generator.api.
IntrospectedTable
calculateIbatis2SqlMapNamespace()
- Method in class org.mybatis.generator.api.
IntrospectedTable
calculateImports(Set<FullyQualifiedJavaType>)
- Static method in class org.mybatis.generator.api.dom.
OutputUtilities
returns a unique set of "import xxx;" Strings for the set of types
calculateJavaClientAttributes()
- Method in class org.mybatis.generator.api.
IntrospectedTable
calculateJavaClientImplementationPackage()
- Method in class org.mybatis.generator.api.
IntrospectedTable
calculateJavaClientInterfacePackage()
- Method in class org.mybatis.generator.api.
IntrospectedTable
calculateJavaModelGenerators(List<String>, ProgressCallback)
- Method in class org.mybatis.generator.codegen.ibatis2.
IntrospectedTableIbatis2Java2Impl
calculateJavaModelGenerators(List<String>, ProgressCallback)
- Method in class org.mybatis.generator.codegen.mybatis3.
IntrospectedTableMyBatis3Impl
calculateJavaModelGenerators(List<String>, ProgressCallback)
- Method in class org.mybatis.generator.codegen.mybatis3.
IntrospectedTableMyBatis3SimpleImpl
calculateJavaModelPackage()
- Method in class org.mybatis.generator.api.
IntrospectedTable
calculateJavaType(IntrospectedColumn)
- Method in interface org.mybatis.generator.api.
JavaTypeResolver
Calculates and returns the Java type that should be associated with this column based on the jdbc type, length, and scale of the column.
calculateJavaType(IntrospectedColumn)
- Method in class org.mybatis.generator.internal.types.
JavaTypeResolverDefaultImpl
calculateJdbcTypeName(IntrospectedColumn)
- Method in interface org.mybatis.generator.api.
JavaTypeResolver
Calculates and returns the JDBC type name that should be associated with this column based on the jdbc type, length, and scale of the column.
calculateJdbcTypeName(IntrospectedColumn)
- Method in class org.mybatis.generator.internal.types.
JavaTypeResolverDefaultImpl
calculateModelAttributes()
- Method in class org.mybatis.generator.api.
IntrospectedTable
calculateMyBatis3FallbackSqlMapNamespace()
- Method in class org.mybatis.generator.api.
IntrospectedTable
calculateMyBatis3XmlMapperFileName()
- Method in class org.mybatis.generator.api.
IntrospectedTable
calculateSqlMapAliasedFullyQualifiedRuntimeTableName()
- Method in class org.mybatis.generator.api.
IntrospectedTable
calculateSqlMapFullyQualifiedRuntimeTableName()
- Method in class org.mybatis.generator.api.
IntrospectedTable
calculateSqlMapGenerator(List<String>, ProgressCallback)
- Method in class org.mybatis.generator.codegen.ibatis2.
IntrospectedTableIbatis2Java2Impl
calculateSqlMapPackage()
- Method in class org.mybatis.generator.api.
IntrospectedTable
calculateXmlAttributes()
- Method in class org.mybatis.generator.api.
IntrospectedTable
calculateXmlMapperGenerator(AbstractJavaClientGenerator, List<String>, ProgressCallback)
- Method in class org.mybatis.generator.codegen.mybatis3.
IntrospectedTableMyBatis3Impl
calculateXmlMapperGenerator(AbstractJavaClientGenerator, List<String>, ProgressCallback)
- Method in class org.mybatis.generator.codegen.mybatis3.
IntrospectedTableMyBatis3SimpleImpl
callPlugins(Method, TopLevelClass)
- Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.
ProviderSelectByExampleWithBLOBsMethodGenerator
callPlugins(Method, TopLevelClass)
- Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.
ProviderSelectByExampleWithoutBLOBsMethodGenerator
callPlugins(Method, TopLevelClass)
- Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.
ProviderUpdateByExampleWithBLOBsMethodGenerator
callPlugins(Method, TopLevelClass)
- Method in class org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider.
ProviderUpdateByExampleWithoutBLOBsMethodGenerator
CaseInsensitiveLikePlugin
- Class in
org.mybatis.generator.plugins
This plugin demonstrates adding methods to the example class to enable case-insensitive LIKE searches.
CaseInsensitiveLikePlugin()
- Constructor for class org.mybatis.generator.plugins.
CaseInsensitiveLikePlugin
checkCancel()
- Method in interface org.mybatis.generator.api.
ProgressCallback
The method is called periodically during a long running method.
checkCancel()
- Method in class org.mybatis.generator.eclipse.core.callback.
EclipseProgressCallback
checkCancel()
- Method in class org.mybatis.generator.internal.
NullProgressCallback
ClassloaderUtility
- Class in
org.mybatis.generator.internal.util
This class holds methods useful for constructing custom classloaders.
clientCountByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in interface org.mybatis.generator.api.
Plugin
This method is called when the countByExample method has been generated in the client implementation class.
clientCountByExampleMethodGenerated(Method, Interface, IntrospectedTable)
- Method in interface org.mybatis.generator.api.
Plugin
This method is called when the countByExample method has been generated in the client interface.
clientCountByExampleMethodGenerated(Method, Interface, IntrospectedTable)
- Method in class org.mybatis.generator.api.
PluginAdapter
clientCountByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in class org.mybatis.generator.api.
PluginAdapter
clientCountByExampleMethodGenerated(Method, Interface, IntrospectedTable)
- Method in class org.mybatis.generator.internal.
PluginAggregator
clientCountByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in class org.mybatis.generator.internal.
PluginAggregator
clientDeleteByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in interface org.mybatis.generator.api.
Plugin
This method is called when the deleteByExample method has been generated in the client implementation class.
clientDeleteByExampleMethodGenerated(Method, Interface, IntrospectedTable)
- Method in interface org.mybatis.generator.api.
Plugin
This method is called when the deleteByExample method has been generated in the client interface.
clientDeleteByExampleMethodGenerated(Method, Interface, IntrospectedTable)
- Method in class org.mybatis.generator.api.
PluginAdapter
clientDeleteByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in class org.mybatis.generator.api.
PluginAdapter
clientDeleteByExampleMethodGenerated(Method, Interface, IntrospectedTable)
- Method in class org.mybatis.generator.internal.
PluginAggregator
clientDeleteByExampleMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in class org.mybatis.generator.internal.
PluginAggregator
clientDeleteByPrimaryKeyMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in interface org.mybatis.generator.api.
Plugin
This method is called when the deleteByPrimaryKey method has been generated in the client implementation class.
clientDeleteByPrimaryKeyMethodGenerated(Method, Interface, IntrospectedTable)
- Method in interface org.mybatis.generator.api.
Plugin
This method is called when the deleteByPrimaryKey method has been generated in the client interface.
clientDeleteByPrimaryKeyMethodGenerated(Method, Interface, IntrospectedTable)
- Method in class org.mybatis.generator.api.
PluginAdapter
clientDeleteByPrimaryKeyMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in class org.mybatis.generator.api.
PluginAdapter
clientDeleteByPrimaryKeyMethodGenerated(Method, Interface, IntrospectedTable)
- Method in class org.mybatis.generator.internal.
PluginAggregator
clientDeleteByPrimaryKeyMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in class org.mybatis.generator.internal.
PluginAggregator
clientGenerated(Interface, TopLevelClass, IntrospectedTable)
- Method in interface org.mybatis.generator.api.
Plugin
This method is called when the entire client has been generated.
clientGenerated(Interface, TopLevelClass, IntrospectedTable)
- Method in class org.mybatis.generator.api.
PluginAdapter
clientGenerated(Interface, TopLevelClass, IntrospectedTable)
- Method in class org.mybatis.generator.internal.
PluginAggregator
clientGenerators
- Variable in class org.mybatis.generator.codegen.mybatis3.
IntrospectedTableMyBatis3Impl
clientInsertMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in interface org.mybatis.generator.api.
Plugin
This method is called when the insert method has been generated in the client implementation class.
clientInsertMethodGenerated(Method, Interface, IntrospectedTable)
- Method in interface org.mybatis.generator.api.
Plugin
This method is called when the insert method has been generated in the client interface.
clientInsertMethodGenerated(Method, Interface, IntrospectedTable)
- Method in class org.mybatis.generator.api.
PluginAdapter
clientInsertMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in class org.mybatis.generator.api.
PluginAdapter
clientInsertMethodGenerated(Method, Interface, IntrospectedTable)
- Method in class org.mybatis.generator.internal.
PluginAggregator
clientInsertMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in class org.mybatis.generator.internal.
PluginAggregator
clientInsertSelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in interface org.mybatis.generator.api.
Plugin
This method is called when the insert selective method has been generated in the client implementation class.
clientInsertSelectiveMethodGenerated(Method, Interface, IntrospectedTable)
- Method in interface org.mybatis.generator.api.
Plugin
This method is called when the insert selective method has been generated in the client interface.
clientInsertSelectiveMethodGenerated(Method, Interface, IntrospectedTable)
- Method in class org.mybatis.generator.api.
PluginAdapter
clientInsertSelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in class org.mybatis.generator.api.
PluginAdapter
clientInsertSelectiveMethodGenerated(Method, Interface, IntrospectedTable)
- Method in class org.mybatis.generator.internal.
PluginAggregator
clientInsertSelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in class org.mybatis.generator.internal.
PluginAggregator
clientSelectAllMethodGenerated(Method, Interface, IntrospectedTable)
- Method in interface org.mybatis.generator.api.
Plugin
This method is called when the selectAll method has been generated in the client interface.
clientSelectAllMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in interface org.mybatis.generator.api.
Plugin
This method is called when the selectAll method has been generated in the client implementation class.
clientSelectAllMethodGenerated(Method, Interface, IntrospectedTable)
- Method in class org.mybatis.generator.api.
PluginAdapter
clientSelectAllMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in class org.mybatis.generator.api.
PluginAdapter
clientSelectAllMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in class org.mybatis.generator.internal.
PluginAggregator
clientSelectAllMethodGenerated(Method, Interface, IntrospectedTable)
- Method in class org.mybatis.generator.internal.
PluginAggregator
clientSelectByExampleWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in interface org.mybatis.generator.api.
Plugin
This method is called when the selectByExampleWithBLOBs method has been generated in the client implementation class.
clientSelectByExampleWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable)
- Method in interface org.mybatis.generator.api.
Plugin
This method is called when the selectByExampleWithBLOBs method has been generated in the client interface.
clientSelectByExampleWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable)
- Method in class org.mybatis.generator.api.
PluginAdapter
clientSelectByExampleWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in class org.mybatis.generator.api.
PluginAdapter
clientSelectByExampleWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable)
- Method in class org.mybatis.generator.internal.
PluginAggregator
clientSelectByExampleWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in class org.mybatis.generator.internal.
PluginAggregator
clientSelectByExampleWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable)
- Method in class org.mybatis.generator.plugins.
RowBoundsPlugin
clientSelectByExampleWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in interface org.mybatis.generator.api.
Plugin
This method is called when the selectByExampleWithoutBLOBs method has been generated in the client implementation class.
clientSelectByExampleWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable)
- Method in interface org.mybatis.generator.api.
Plugin
This method is called when the selectByExampleWithoutBLOBs method has been generated in the client interface.
clientSelectByExampleWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable)
- Method in class org.mybatis.generator.api.
PluginAdapter
clientSelectByExampleWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in class org.mybatis.generator.api.
PluginAdapter
clientSelectByExampleWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable)
- Method in class org.mybatis.generator.internal.
PluginAggregator
clientSelectByExampleWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in class org.mybatis.generator.internal.
PluginAggregator
clientSelectByExampleWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable)
- Method in class org.mybatis.generator.plugins.
RowBoundsPlugin
clientSelectByPrimaryKeyMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in interface org.mybatis.generator.api.
Plugin
This method is called when the selectByPrimaryKey method has been generated in the client implementation class.
clientSelectByPrimaryKeyMethodGenerated(Method, Interface, IntrospectedTable)
- Method in interface org.mybatis.generator.api.
Plugin
This method is called when the selectByPrimaryKey method has been generated in the client interface.
clientSelectByPrimaryKeyMethodGenerated(Method, Interface, IntrospectedTable)
- Method in class org.mybatis.generator.api.
PluginAdapter
clientSelectByPrimaryKeyMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in class org.mybatis.generator.api.
PluginAdapter
clientSelectByPrimaryKeyMethodGenerated(Method, Interface, IntrospectedTable)
- Method in class org.mybatis.generator.internal.
PluginAggregator
clientSelectByPrimaryKeyMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in class org.mybatis.generator.internal.
PluginAggregator
clientUpdateByExampleSelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in interface org.mybatis.generator.api.
Plugin
This method is called when the updateByExampleSelective method has been generated in the client implementation class.
clientUpdateByExampleSelectiveMethodGenerated(Method, Interface, IntrospectedTable)
- Method in interface org.mybatis.generator.api.
Plugin
This method is called when the updateByExampleSelective method has been generated in the client interface.
clientUpdateByExampleSelectiveMethodGenerated(Method, Interface, IntrospectedTable)
- Method in class org.mybatis.generator.api.
PluginAdapter
clientUpdateByExampleSelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in class org.mybatis.generator.api.
PluginAdapter
clientUpdateByExampleSelectiveMethodGenerated(Method, Interface, IntrospectedTable)
- Method in class org.mybatis.generator.internal.
PluginAggregator
clientUpdateByExampleSelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in class org.mybatis.generator.internal.
PluginAggregator
clientUpdateByExampleWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in interface org.mybatis.generator.api.
Plugin
This method is called when the updateByExampleWithBLOBs method has been generated in the client implementation class.
clientUpdateByExampleWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable)
- Method in interface org.mybatis.generator.api.
Plugin
This method is called when the updateByExampleWithBLOBs method has been generated in the client interface.
clientUpdateByExampleWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable)
- Method in class org.mybatis.generator.api.
PluginAdapter
clientUpdateByExampleWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in class org.mybatis.generator.api.
PluginAdapter
clientUpdateByExampleWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable)
- Method in class org.mybatis.generator.internal.
PluginAggregator
clientUpdateByExampleWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in class org.mybatis.generator.internal.
PluginAggregator
clientUpdateByExampleWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in interface org.mybatis.generator.api.
Plugin
This method is called when the updateByExampleWithoutBLOBs method has been generated in the client implementation class.
clientUpdateByExampleWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable)
- Method in interface org.mybatis.generator.api.
Plugin
This method is called when the updateByExampleWithoutBLOBs method has been generated in the client interface.
clientUpdateByExampleWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable)
- Method in class org.mybatis.generator.api.
PluginAdapter
clientUpdateByExampleWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in class org.mybatis.generator.api.
PluginAdapter
clientUpdateByExampleWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable)
- Method in class org.mybatis.generator.internal.
PluginAggregator
clientUpdateByExampleWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in class org.mybatis.generator.internal.
PluginAggregator
clientUpdateByPrimaryKeySelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in interface org.mybatis.generator.api.
Plugin
This method is called when the updateByPrimaryKeySelective method has been generated in the client implementation class.
clientUpdateByPrimaryKeySelectiveMethodGenerated(Method, Interface, IntrospectedTable)
- Method in interface org.mybatis.generator.api.
Plugin
This method is called when the updateByPrimaryKeySelective method has been generated in the client interface.
clientUpdateByPrimaryKeySelectiveMethodGenerated(Method, Interface, IntrospectedTable)
- Method in class org.mybatis.generator.api.
PluginAdapter
clientUpdateByPrimaryKeySelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in class org.mybatis.generator.api.
PluginAdapter
clientUpdateByPrimaryKeySelectiveMethodGenerated(Method, Interface, IntrospectedTable)
- Method in class org.mybatis.generator.internal.
PluginAggregator
clientUpdateByPrimaryKeySelectiveMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in class org.mybatis.generator.internal.
PluginAggregator
clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in interface org.mybatis.generator.api.
Plugin
This method is called when the updateByPrimaryKeyWithBLOBs method has been generated in the client implementation class.
clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable)
- Method in interface org.mybatis.generator.api.
Plugin
This method is called when the updateByPrimaryKeyWithBLOBs method has been generated in the client interface.
clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable)
- Method in class org.mybatis.generator.api.
PluginAdapter
clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in class org.mybatis.generator.api.
PluginAdapter
clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method, Interface, IntrospectedTable)
- Method in class org.mybatis.generator.internal.
PluginAggregator
clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in class org.mybatis.generator.internal.
PluginAggregator
clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in interface org.mybatis.generator.api.
Plugin
This method is called when the updateByPrimaryKeyWithoutBLOBs method has been generated in the client implementation class.
clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable)
- Method in interface org.mybatis.generator.api.
Plugin
This method is called when the updateByPrimaryKeyWithoutBLOBs method has been generated in the client interface.
clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable)
- Method in class org.mybatis.generator.api.
PluginAdapter
clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in class org.mybatis.generator.api.
PluginAdapter
clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method, Interface, IntrospectedTable)
- Method in class org.mybatis.generator.internal.
PluginAggregator
clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method, TopLevelClass, IntrospectedTable)
- Method in class org.mybatis.generator.internal.
PluginAggregator
ColumnOverride
- Class in
org.mybatis.generator.config
ColumnOverride(String)
- Constructor for class org.mybatis.generator.config.
ColumnOverride
ColumnRenamingRule
- Class in
org.mybatis.generator.config
This class is used to specify a renaming rule for columns in a table.
ColumnRenamingRule()
- Constructor for class org.mybatis.generator.config.
ColumnRenamingRule
COMMENT_GENERATOR_SUPPRESS_ALL_COMMENTS
- Static variable in class org.mybatis.generator.config.
PropertyRegistry
COMMENT_GENERATOR_SUPPRESS_DATE
- Static variable in class org.mybatis.generator.config.
PropertyRegistry
CommentGenerator
- Interface in
org.mybatis.generator.api
Implementations of this interface are used to generate comments for the various artifacts.
CommentGeneratorConfiguration
- Class in
org.mybatis.generator.config
CommentGeneratorConfiguration()
- Constructor for class org.mybatis.generator.config.
CommentGeneratorConfiguration
compareTo(FullyQualifiedJavaType)
- Method in class org.mybatis.generator.api.dom.java.
FullyQualifiedJavaType
CompilationUnit
- Interface in
org.mybatis.generator.api.dom.java
This interface describes methods common to all Java compilation units (Java classes, interfaces, and enums).
composeFullyQualifiedTableName(String, String, String, char)
- Static method in class org.mybatis.generator.internal.util.
StringUtility
ConditionalModelRules
- Class in
org.mybatis.generator.internal.rules
This class encapsulates all the code generation rules for a table using the conditional model.
ConditionalModelRules(IntrospectedTable)
- Constructor for class org.mybatis.generator.internal.rules.
ConditionalModelRules
Configuration
- Class in
org.mybatis.generator.config
Configuration()
- Constructor for class org.mybatis.generator.config.
Configuration
ConfigurationFileAdapter
- Class in
org.mybatis.generator.eclipse.ui.content
This is the adapter class for files that are generator configuration files.
ConfigurationFileAdapter(IFile)
- Constructor for class org.mybatis.generator.eclipse.ui.content.
ConfigurationFileAdapter
ConfigurationParser
- Class in
org.mybatis.generator.config.xml
ConfigurationParser(List<String>)
- Constructor for class org.mybatis.generator.config.xml.
ConfigurationParser
ConfigurationParser(Properties, List<String>)
- Constructor for class org.mybatis.generator.config.xml.
ConfigurationParser
configureCheckedExceptions()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
AbstractDAOTemplate
Override this method to add checked exceptions to the throws clause of any generated DAO method.
configureCheckedExceptions()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
GenericCIDAOTemplate
configureCheckedExceptions()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
GenericSIDAOTemplate
configureConstructorTemplate()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
AbstractDAOTemplate
Override this method to configure a constructor for generated DAO implementation classes.
configureConstructorTemplate()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
GenericCIDAOTemplate
configureConstructorTemplate()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
GenericSIDAOTemplate
configureConstructorTemplate()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
IbatisDAOTemplate
configureConstructorTemplate()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
SpringDAOTemplate
configureDeleteMethodTemplate()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
AbstractDAOTemplate
Override this method to configure a delete method template.
configureDeleteMethodTemplate()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
GenericCIDAOTemplate
configureDeleteMethodTemplate()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
GenericSIDAOTemplate
configureDeleteMethodTemplate()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
IbatisDAOTemplate
configureDeleteMethodTemplate()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
SpringDAOTemplate
configureFields()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
AbstractDAOTemplate
Override this method to add fields to any generated DAO implementation class.
configureFields()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
GenericCIDAOTemplate
configureFields()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
GenericSIDAOTemplate
configureImplementationImports()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
AbstractDAOTemplate
Override this method to add imports to generated DAO implementation classes.
configureImplementationImports()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
GenericCIDAOTemplate
configureImplementationImports()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
GenericSIDAOTemplate
configureImplementationImports()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
IbatisDAOTemplate
configureInsertMethodTemplate()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
AbstractDAOTemplate
Override this method to configure an insert method template.
configureInsertMethodTemplate()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
GenericCIDAOTemplate
configureInsertMethodTemplate()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
GenericSIDAOTemplate
configureInsertMethodTemplate()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
IbatisDAOTemplate
configureInsertMethodTemplate()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
SpringDAOTemplate
configureInterfaceImports()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
AbstractDAOTemplate
Override this method to add imports to generated DAO interface classes.
configureMethods()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
AbstractDAOTemplate
Override this method to add methods to generated DAO implementation classes.
configureMethods()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
GenericSIDAOTemplate
configureQueryForListMethodTemplate()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
AbstractDAOTemplate
Override this method to configure a queryForList method template.
configureQueryForListMethodTemplate()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
GenericCIDAOTemplate
configureQueryForListMethodTemplate()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
GenericSIDAOTemplate
configureQueryForListMethodTemplate()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
IbatisDAOTemplate
configureQueryForListMethodTemplate()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
SpringDAOTemplate
configureQueryForObjectMethodTemplate()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
AbstractDAOTemplate
Override this method to configure a queryForObject method template.
configureQueryForObjectMethodTemplate()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
GenericCIDAOTemplate
configureQueryForObjectMethodTemplate()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
GenericSIDAOTemplate
configureQueryForObjectMethodTemplate()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
IbatisDAOTemplate
configureQueryForObjectMethodTemplate()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
SpringDAOTemplate
configureSuperClass()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
AbstractDAOTemplate
Override this method to set the superclass for any generated DAO implementation class.
configureSuperClass()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
IbatisDAOTemplate
configureSuperClass()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
SpringDAOTemplate
configureUpdateMethodTemplate()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
AbstractDAOTemplate
Override this method to configure an update method template.
configureUpdateMethodTemplate()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
GenericCIDAOTemplate
configureUpdateMethodTemplate()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
GenericSIDAOTemplate
configureUpdateMethodTemplate()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
IbatisDAOTemplate
configureUpdateMethodTemplate()
- Method in class org.mybatis.generator.codegen.ibatis2.dao.templates.
SpringDAOTemplate
ConfigVerifyer
- Class in
org.mybatis.generator.eclipse.ui.content
This class does an elemental SAX parse to see if the given input stream represents a MyBatis Generator configuration file.
ConfigVerifyer(InputStream)
- Constructor for class org.mybatis.generator.eclipse.ui.content.
ConfigVerifyer
ConnectionFactory
- Class in
org.mybatis.generator.internal.db
This class assumes that classes are cached elsewhere for performance reasons, but also to make sure that any native libraries are only loaded one time (avoids the dreaded UnsatisfiedLinkError library loaded in another classloader)
containsInnerClass(String)
- Method in class org.mybatis.generator.eclipse.core.merge.
ExistingJavaFileVisitor
containsProperty(IntrospectedColumn)
- Method in class org.mybatis.generator.codegen.
RootClassInfo
containsWord(String)
- Static method in class org.mybatis.generator.internal.db.
SqlReservedWords
context
- Variable in class org.mybatis.generator.api.dom.
DefaultJavaFormatter
context
- Variable in class org.mybatis.generator.api.dom.
DefaultXmlFormatter
context
- Variable in class org.mybatis.generator.api.
IntrospectedColumn
context
- Variable in class org.mybatis.generator.api.
IntrospectedTable
context
- Variable in class org.mybatis.generator.api.
PluginAdapter
context
- Variable in class org.mybatis.generator.codegen.
AbstractGenerator
Context
- Class in
org.mybatis.generator.config
Context(ModelType)
- Constructor for class org.mybatis.generator.config.
Context
Constructs a Context object.
context
- Variable in class org.mybatis.generator.internal.types.
JavaTypeResolverDefaultImpl
CONTEXT_AUTO_DELIMIT_KEYWORDS
- Static variable in class org.mybatis.generator.config.
PropertyRegistry
CONTEXT_BEGINNING_DELIMITER
- Static variable in class org.mybatis.generator.config.
PropertyRegistry
CONTEXT_ENDING_DELIMITER
- Static variable in class org.mybatis.generator.config.
PropertyRegistry
CONTEXT_JAVA_FILE_ENCODING
- Static variable in class org.mybatis.generator.config.
PropertyRegistry
CONTEXT_JAVA_FORMATTER
- Static variable in class org.mybatis.generator.config.
PropertyRegistry
CONTEXT_XML_FORMATTER
- Static variable in class org.mybatis.generator.config.
PropertyRegistry
contextGenerateAdditionalJavaFiles()
- Method in interface org.mybatis.generator.api.
Plugin
This method can be used to generate any additional Java file needed by your implementation.
contextGenerateAdditionalJavaFiles(IntrospectedTable)
- Method in interface org.mybatis.generator.api.
Plugin
This method can be used to generate additional Java files needed by your implementation that might be related to a specific table.
contextGenerateAdditionalJavaFiles()
- Method in class org.mybatis.generator.api.
PluginAdapter
contextGenerateAdditionalJavaFiles(IntrospectedTable)
- Method in class org.mybatis.generator.api.
PluginAdapter
contextGenerateAdditionalJavaFiles(IntrospectedTable)
- Method in class org.mybatis.generator.internal.
PluginAggregator
contextGenerateAdditionalJavaFiles()
- Method in class org.mybatis.generator.internal.
PluginAggregator
contextGenerateAdditionalXmlFiles()
- Method in interface org.mybatis.generator.api.
Plugin
This method can be used to generate any additional XML file needed by your implementation.
contextGenerateAdditionalXmlFiles(IntrospectedTable)
- Method in interface org.mybatis.generator.api.
Plugin
This method can be used to generate additional XML files needed by your implementation that might be related to a specific table.
contextGenerateAdditionalXmlFiles()
- Method in class org.mybatis.generator.api.
PluginAdapter
contextGenerateAdditionalXmlFiles(IntrospectedTable)
- Method in class org.mybatis.generator.api.
PluginAdapter
contextGenerateAdditionalXmlFiles(IntrospectedTable)
- Method in class org.mybatis.generator.internal.
PluginAggregator
contextGenerateAdditionalXmlFiles()
- Method in class org.mybatis.generator.internal.
PluginAggregator
contextGenerateAdditionalXmlFiles()
- Method in class org.mybatis.generator.plugins.
MapperConfigPlugin
contextGenerateAdditionalXmlFiles()
- Method in class org.mybatis.generator.plugins.
SqlMapConfigPlugin
CountByExampleElementGenerator
- Class in
org.mybatis.generator.codegen.ibatis2.sqlmap.elements
CountByExampleElementGenerator()
- Constructor for class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.
CountByExampleElementGenerator
CountByExampleElementGenerator
- Class in
org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
CountByExampleElementGenerator()
- Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.
CountByExampleElementGenerator
CountByExampleMethodGenerator
- Class in
org.mybatis.generator.codegen.ibatis2.dao.elements
CountByExampleMethodGenerator(boolean)
- Constructor for class org.mybatis.generator.codegen.ibatis2.dao.elements.
CountByExampleMethodGenerator
CountByExampleMethodGenerator
- Class in
org.mybatis.generator.codegen.mybatis3.javamapper.elements
CountByExampleMethodGenerator()
- Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.
CountByExampleMethodGenerator
createCommentGenerator(Context)
- Static method in class org.mybatis.generator.internal.
ObjectFactory
createControl(Composite)
- Method in class org.mybatis.generator.eclipse.ui.buildpath.
MyBatisContainerPage
createControl(Composite)
- Method in class org.mybatis.generator.eclipse.ui.wizards.
NewConfigFileWizardPage1
createExternalObject(String)
- Static method in class org.mybatis.generator.internal.
ObjectFactory
createInternalObject(String)
- Static method in class org.mybatis.generator.internal.
ObjectFactory
createIntrospectedColumn(Context)
- Static method in class org.mybatis.generator.internal.
ObjectFactory
createIntrospectedTable(TableConfiguration, FullyQualifiedTable, Context)
- Static method in class org.mybatis.generator.internal.
ObjectFactory
createIntrospectedTableForValidation(Context)
- Static method in class org.mybatis.generator.internal.
ObjectFactory
This method creates an introspected table implementation that is only usable for validation (i.e.
createJavaClientGenerator()
- Method in class org.mybatis.generator.codegen.mybatis3.
IntrospectedTableMyBatis3Impl
createJavaClientGenerator()
- Method in class org.mybatis.generator.codegen.mybatis3.
IntrospectedTableMyBatis3SimpleImpl
createJavaFormatter(Context)
- Static method in class org.mybatis.generator.internal.
ObjectFactory
createJavaTypeResolver(Context, List<String>)
- Static method in class org.mybatis.generator.internal.
ObjectFactory
createPlugin(Context, PluginConfiguration)
- Static method in class org.mybatis.generator.internal.
ObjectFactory
createPropertyset()
- Method in class org.mybatis.generator.ant.
GeneratorAntTask
createPropertyset()
- Method in class org.mybatis.generator.eclipse.ui.ant.
GeneratorAntTask
createXmlFormatter(Context)
- Static method in class org.mybatis.generator.internal.
ObjectFactory
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X