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

I

IBATIS2_SQL_MAP_CONFIG_PUBLIC_ID - Static variable in class org.mybatis.generator.codegen.XmlConstants
 
IBATIS2_SQL_MAP_CONFIG_SYSTEM_ID - Static variable in class org.mybatis.generator.codegen.XmlConstants
 
IBATIS2_SQL_MAP_PUBLIC_ID - Static variable in class org.mybatis.generator.codegen.XmlConstants
 
IBATIS2_SQL_MAP_SYSTEM_ID - Static variable in class org.mybatis.generator.codegen.XmlConstants
 
Ibatis2FormattingUtilities - Class in org.mybatis.generator.codegen.ibatis2
 
IbatisDAOTemplate - Class in org.mybatis.generator.codegen.ibatis2.dao.templates
 
IbatisDAOTemplate() - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.templates.IbatisDAOTemplate
 
IBATOR_CONFIG_PUBLIC_ID - Static variable in class org.mybatis.generator.codegen.XmlConstants
 
IBATOR_CONFIG_SYSTEM_ID - Static variable in class org.mybatis.generator.codegen.XmlConstants
 
IbatorConfigurationParser - Class in org.mybatis.generator.config.xml
This class parses old Ibator configuration files into the new Configuration API
IbatorConfigurationParser(Properties) - Constructor for class org.mybatis.generator.config.xml.IbatorConfigurationParser
 
identity - Variable in class org.mybatis.generator.api.IntrospectedColumn
 
IgnoredColumn - Class in org.mybatis.generator.config
 
IgnoredColumn(String) - Constructor for class org.mybatis.generator.config.IgnoredColumn
 
init(IWorkbench, IStructuredSelection) - Method in class org.mybatis.generator.eclipse.ui.wizards.NewConfigFileWizard
We will accept the selection in the workbench to see if we can initialize from it.
InitializationBlock - Class in org.mybatis.generator.api.dom.java
 
InitializationBlock() - Constructor for class org.mybatis.generator.api.dom.java.InitializationBlock
 
InitializationBlock(boolean) - Constructor for class org.mybatis.generator.api.dom.java.InitializationBlock
 
initialize() - Method in class org.mybatis.generator.api.IntrospectedTable
 
initialize(IPath, IJavaProject) - Method in class org.mybatis.generator.eclipse.ui.buildpath.MyBatisContainerInitializer
 
initializeAbstractGenerator(AbstractGenerator, List<String>, ProgressCallback) - Method in class org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
 
initializeAbstractGenerator(AbstractGenerator, List<String>, ProgressCallback) - Method in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
 
initializeAndExecuteGenerator(AbstractDAOElementGenerator, TopLevelClass, Interface) - Method in class org.mybatis.generator.codegen.ibatis2.dao.DAOGenerator
 
initializeAndExecuteGenerator(AbstractXmlElementGenerator, XmlElement) - Method in class org.mybatis.generator.codegen.ibatis2.sqlmap.SqlMapGenerator
 
initializeAndExecuteGenerator(AbstractJavaMapperMethodGenerator, Interface) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.JavaMapperGenerator
 
initializeAndExecuteGenerator(AbstractJavaProviderMethodGenerator, TopLevelClass) - Method in class org.mybatis.generator.codegen.mybatis3.javamapper.SqlProviderGenerator
 
initializeAndExecuteGenerator(AbstractXmlElementGenerator, XmlElement) - Method in class org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
 
initialized(IntrospectedTable) - Method in interface org.mybatis.generator.api.Plugin
This method is called just before the getGeneratedXXXFiles methods are called on the introspected table.
initialized(IntrospectedTable) - Method in class org.mybatis.generator.api.PluginAdapter
 
initialized(IntrospectedTable) - Method in class org.mybatis.generator.internal.PluginAggregator
 
initialized(IntrospectedTable) - Method in class org.mybatis.generator.plugins.RenameExampleClassPlugin
 
InnerClass - Class in org.mybatis.generator.api.dom.java
This class encapsulates the idea of an inner class - it has methods that make it easy to generate inner classes.
InnerClass(FullyQualifiedJavaType) - Constructor for class org.mybatis.generator.api.dom.java.InnerClass
 
InnerClass(String) - Constructor for class org.mybatis.generator.api.dom.java.InnerClass
 
InnerEnum - Class in org.mybatis.generator.api.dom.java
This class encapsulates the idea of an inner enum - it has methods that make it easy to generate inner enum.
InnerEnum(FullyQualifiedJavaType) - Constructor for class org.mybatis.generator.api.dom.java.InnerEnum
 
InsertElementGenerator - Class in org.mybatis.generator.codegen.ibatis2.sqlmap.elements
 
InsertElementGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.InsertElementGenerator
 
InsertElementGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
 
InsertElementGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.InsertElementGenerator
 
InsertMethodGenerator - Class in org.mybatis.generator.codegen.ibatis2.dao.elements
 
InsertMethodGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.elements.InsertMethodGenerator
 
InsertMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements
 
InsertMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.InsertMethodGenerator
 
InsertSelectiveElementGenerator - Class in org.mybatis.generator.codegen.ibatis2.sqlmap.elements
 
InsertSelectiveElementGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.sqlmap.elements.InsertSelectiveElementGenerator
 
InsertSelectiveElementGenerator - Class in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
 
InsertSelectiveElementGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.InsertSelectiveElementGenerator
 
InsertSelectiveMethodGenerator - Class in org.mybatis.generator.codegen.ibatis2.dao.elements
 
InsertSelectiveMethodGenerator() - Constructor for class org.mybatis.generator.codegen.ibatis2.dao.elements.InsertSelectiveMethodGenerator
 
InsertSelectiveMethodGenerator - Class in org.mybatis.generator.codegen.mybatis3.javamapper.elements
 
InsertSelectiveMethodGenerator() - Constructor for class org.mybatis.generator.codegen.mybatis3.javamapper.elements.InsertSelectiveMethodGenerator
 
Interface - Class in org.mybatis.generator.api.dom.java
 
Interface(FullyQualifiedJavaType) - Constructor for class org.mybatis.generator.api.dom.java.Interface
 
Interface(String) - Constructor for class org.mybatis.generator.api.dom.java.Interface
 
internalAttributes - Variable in class org.mybatis.generator.api.IntrospectedTable
Internal attributes are used to store commonly accessed items by all code generators
internalClassForName(String) - Static method in class org.mybatis.generator.internal.ObjectFactory
 
IntrospectedColumn - Class in org.mybatis.generator.api
This class holds information about an introspected column.
IntrospectedColumn() - Constructor for class org.mybatis.generator.api.IntrospectedColumn
Constructs a Column definition.
introspectedTable - Variable in class org.mybatis.generator.api.IntrospectedColumn
 
IntrospectedTable - Class in org.mybatis.generator.api
Base class for all code generator implementations.
IntrospectedTable(IntrospectedTable.TargetRuntime) - Constructor for class org.mybatis.generator.api.IntrospectedTable
 
introspectedTable - Variable in class org.mybatis.generator.codegen.AbstractGenerator
 
introspectedTable - Variable in class org.mybatis.generator.internal.rules.BaseRules
 
IntrospectedTable.InternalAttribute - Enum in org.mybatis.generator.api
 
IntrospectedTable.TargetRuntime - Enum in org.mybatis.generator.api
 
IntrospectedTableIbatis2Java2Impl - Class in org.mybatis.generator.codegen.ibatis2
 
IntrospectedTableIbatis2Java2Impl() - Constructor for class org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
 
IntrospectedTableIbatis2Java5Impl - Class in org.mybatis.generator.codegen.ibatis2
 
IntrospectedTableIbatis2Java5Impl() - Constructor for class org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java5Impl
 
IntrospectedTableMyBatis3Impl - Class in org.mybatis.generator.codegen.mybatis3
 
IntrospectedTableMyBatis3Impl() - Constructor for class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
 
introspectionStarted(int) - Method in interface org.mybatis.generator.api.ProgressCallback
Called to note the start of the introspection phase, and to note the maximum number of startTask messages that will be sent for the introspection phase.
introspectionStarted(int) - Method in class org.mybatis.generator.eclipse.core.callback.EclipseProgressCallback
 
introspectionStarted(int) - Method in class org.mybatis.generator.internal.NullProgressCallback
 
introspectTables(ProgressCallback, List<String>, Set<String>) - Method in class org.mybatis.generator.config.Context
Introspect tables based on the configuration specified in the constructor.
introspectTables(TableConfiguration) - Method in class org.mybatis.generator.internal.db.DatabaseIntrospector
Returns a List that matches the specified table configuration.
InvalidConfigurationException - Exception in org.mybatis.generator.exception
 
InvalidConfigurationException(List<String>) - Constructor for exception org.mybatis.generator.exception.InvalidConfigurationException
 
isAbstract() - Method in class org.mybatis.generator.api.dom.java.InnerClass
 
isAllColumnDelimitingEnabled() - Method in class org.mybatis.generator.config.TableConfiguration
 
isBLOBColumn() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
isColumnIgnored(String) - Method in class org.mybatis.generator.config.TableConfiguration
 
isColumnNameDelimited - Variable in class org.mybatis.generator.api.IntrospectedColumn
 
isColumnNameDelimited() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
isColumnNameDelimited() - Method in class org.mybatis.generator.config.ColumnOverride
 
isColumnNameDelimited() - Method in class org.mybatis.generator.config.IgnoredColumn
 
isConfigFile() - Method in class org.mybatis.generator.eclipse.ui.content.ConfigVerifyer
 
isConstructor() - Method in class org.mybatis.generator.api.dom.java.Method
 
isConstructorBased() - Method in class org.mybatis.generator.api.IntrospectedTable
 
isCountByExampleStatementEnabled() - Method in class org.mybatis.generator.config.TableConfiguration
 
isDebugEnabled() - Method in class org.mybatis.generator.logging.JdkLoggingImpl
 
isDebugEnabled() - Method in interface org.mybatis.generator.logging.Log
 
isDebugEnabled() - Method in class org.mybatis.generator.logging.Log4jImpl
 
isDeleteByExampleStatementEnabled() - Method in class org.mybatis.generator.config.TableConfiguration
 
isDeleteByPrimaryKeyStatementEnabled() - Method in class org.mybatis.generator.config.TableConfiguration
 
isDelimitIdentifiers() - Method in class org.mybatis.generator.config.TableConfiguration
 
isExplicitlyImported() - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
isFinal() - Method in class org.mybatis.generator.api.dom.java.JavaElement
 
isIdentity() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
isIdentity() - Method in class org.mybatis.generator.config.GeneratedKey
 
isImmutable() - Method in class org.mybatis.generator.api.IntrospectedTable
 
isInsertStatementEnabled() - Method in class org.mybatis.generator.config.TableConfiguration
 
isInterface() - Method in class org.mybatis.generator.eclipse.core.merge.NewJavaFileVisitor
 
isJava5Targeted() - Method in class org.mybatis.generator.api.IntrospectedTable
Denotes whether generated code is targeted for Java version 5.0 or higher.
isJava5Targeted() - Method in class org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl
 
isJava5Targeted() - Method in class org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java5Impl
 
isJava5Targeted() - Method in class org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
 
isJavaEnumeration() - Method in interface org.mybatis.generator.api.dom.java.CompilationUnit
 
isJavaEnumeration() - Method in class org.mybatis.generator.api.dom.java.Interface
 
isJavaEnumeration() - Method in class org.mybatis.generator.api.dom.java.TopLevelClass
 
isJavaEnumeration() - Method in class org.mybatis.generator.api.dom.java.TopLevelEnumeration
 
isJavaInterface() - Method in interface org.mybatis.generator.api.dom.java.CompilationUnit
 
isJavaInterface() - Method in class org.mybatis.generator.api.dom.java.Interface
 
isJavaInterface() - Method in class org.mybatis.generator.api.dom.java.TopLevelClass
 
isJavaInterface() - Method in class org.mybatis.generator.api.dom.java.TopLevelEnumeration
 
isJdbcCharacterColumn() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
isJDBCDateColumn() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
isJdbcStandard() - Method in class org.mybatis.generator.config.GeneratedKey
 
isJDBCTimeColumn() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
isMergeable() - Method in class org.mybatis.generator.api.GeneratedFile
 
isMergeable() - Method in class org.mybatis.generator.api.GeneratedJavaFile
A Java file is mergeable if the getCompilationUnit() method returns a valid compilation unit.
isMergeable() - Method in class org.mybatis.generator.api.GeneratedXmlFile
 
isMergeSupported() - Method in interface org.mybatis.generator.api.ShellCallback
Return true if the callback supports Java merging, otherwise false.
isMergeSupported() - Method in class org.mybatis.generator.eclipse.core.callback.EclipseShellCallback
 
isMergeSupported() - Method in class org.mybatis.generator.internal.DefaultShellCallback
 
isNullable() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
isOverwrite() - Method in class org.mybatis.generator.ant.GeneratorAntTask
 
isOverwriteEnabled() - Method in interface org.mybatis.generator.api.ShellCallback
Return true if the generator should overwrite an existing file if one exists.
isOverwriteEnabled() - Method in class org.mybatis.generator.eclipse.core.callback.EclipseShellCallback
 
isOverwriteEnabled() - Method in class org.mybatis.generator.internal.DefaultShellCallback
 
isPlacedBeforeInsertInIbatis2() - Method in class org.mybatis.generator.config.GeneratedKey
This method is used by the iBATIS2 generators to know if the XML element should be placed before the insert SQL statement.
isPrimitive() - Method in class org.mybatis.generator.api.dom.java.FullyQualifiedJavaType
 
isSelectByExampleStatementEnabled() - Method in class org.mybatis.generator.config.TableConfiguration
 
isSelectByPrimaryKeyStatementEnabled() - Method in class org.mybatis.generator.config.TableConfiguration
 
isSequenceColumn - Variable in class org.mybatis.generator.api.IntrospectedColumn
 
isSequenceColumn() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
isStatic() - Method in class org.mybatis.generator.api.dom.java.InitializationBlock
 
isStatic() - Method in class org.mybatis.generator.api.dom.java.JavaElement
 
isStringColumn() - Method in class org.mybatis.generator.api.IntrospectedColumn
 
isTrimStringsEnabled() - Method in class org.mybatis.generator.codegen.AbstractJavaGenerator
 
isTrue(String) - Static method in class org.mybatis.generator.internal.util.StringUtility
 
isUpdateByExampleStatementEnabled() - Method in class org.mybatis.generator.config.TableConfiguration
 
isUpdateByPrimaryKeyStatementEnabled() - Method in class org.mybatis.generator.config.TableConfiguration
 
isVerbose() - Method in class org.mybatis.generator.ant.GeneratorAntTask
 
isWildcardEscapingEnabled() - Method in class org.mybatis.generator.config.TableConfiguration
 
isXML11 - Variable in class org.mybatis.generator.internal.DomWriter
 

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