Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractEnhancedDeserializationProxy - Class in org.apache.ibatis.executor.loader
 
AbstractEnhancedDeserializationProxy(Class<?>, Map<String, ResultLoaderMap.LoadPair>, ObjectFactory, List<Class<?>>, List<Object>) - Constructor for class org.apache.ibatis.executor.loader.AbstractEnhancedDeserializationProxy
 
AbstractSerialStateHolder - Class in org.apache.ibatis.executor.loader
 
AbstractSerialStateHolder() - Constructor for class org.apache.ibatis.executor.loader.AbstractSerialStateHolder
 
AbstractSerialStateHolder(Object, Map<String, ResultLoaderMap.LoadPair>, ObjectFactory, List<Class<?>>, List<Object>) - Constructor for class org.apache.ibatis.executor.loader.AbstractSerialStateHolder
 
AbstractSQL<T> - Class in org.apache.ibatis.jdbc
 
AbstractSQL() - Constructor for class org.apache.ibatis.jdbc.AbstractSQL
 
AbstractSQL.SafeAppendable - Class in org.apache.ibatis.jdbc
 
AbstractSQL.SQLStatement - Class in org.apache.ibatis.jdbc
 
AbstractSQL.SQLStatement.LimitingRowsStrategy - Enum in org.apache.ibatis.jdbc
 
AbstractSQL.SQLStatement.StatementType - Enum in org.apache.ibatis.jdbc
 
acceptsURL(String) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource.DriverProxy
 
accumulatedCheckoutTime - Variable in class org.apache.ibatis.datasource.pooled.PoolState
 
accumulatedCheckoutTimeOfOverdueConnections - Variable in class org.apache.ibatis.datasource.pooled.PoolState
 
accumulatedRequestTime - Variable in class org.apache.ibatis.datasource.pooled.PoolState
 
accumulatedWaitTime - Variable in class org.apache.ibatis.datasource.pooled.PoolState
 
acquireLock(Object) - Method in class org.apache.ibatis.cache.decorators.BlockingCache
 
activeConnections - Variable in class org.apache.ibatis.datasource.pooled.PoolState
 
activity - Variable in class org.apache.ibatis.executor.ErrorContext
 
activity(String) - Method in class org.apache.ibatis.executor.ErrorContext
 
actualTypeArguments - Variable in class org.apache.ibatis.reflection.TypeParameterResolver.ParameterizedTypeImpl
 
add(Object) - Method in class org.apache.ibatis.reflection.MetaObject
 
add(Object) - Method in class org.apache.ibatis.reflection.wrapper.BeanWrapper
 
add(Object) - Method in class org.apache.ibatis.reflection.wrapper.CollectionWrapper
 
add(Object) - Method in class org.apache.ibatis.reflection.wrapper.MapWrapper
 
add(Object) - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
 
ADD_ROW() - Method in class org.apache.ibatis.jdbc.AbstractSQL
used to add a new inserted row while do multi-row insert.
addAll(List<E>) - Method in class org.apache.ibatis.reflection.MetaObject
 
addAll(List<E>) - Method in class org.apache.ibatis.reflection.wrapper.BeanWrapper
 
addAll(List<E>) - Method in class org.apache.ibatis.reflection.wrapper.CollectionWrapper
 
addAll(List<E>) - Method in class org.apache.ibatis.reflection.wrapper.MapWrapper
 
addAll(List<E>) - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
 
addCache(Cache) - Method in class org.apache.ibatis.session.Configuration
 
addCacheRef(String, String) - Method in class org.apache.ibatis.session.Configuration
 
addDecorator(Class<? extends Cache>) - Method in class org.apache.ibatis.mapping.CacheBuilder
 
addDefaultConstructor(Class<?>) - Method in class org.apache.ibatis.reflection.Reflector
 
addFields(Class<?>) - Method in class org.apache.ibatis.reflection.Reflector
 
addGetField(Field) - Method in class org.apache.ibatis.reflection.Reflector
 
addGetMethod(String, Method, boolean) - Method in class org.apache.ibatis.reflection.Reflector
 
addGetMethods(Class<?>) - Method in class org.apache.ibatis.reflection.Reflector
 
addIfMatching(ResolverUtil.Test, String) - Method in class org.apache.ibatis.io.ResolverUtil
Add the class designated by the fully qualified class name provided to the set of resolved classes if and only if it is approved by the Test supplied.
addImplClass(Class<? extends VFS>) - Static method in class org.apache.ibatis.io.VFS
Adds the specified class to the list of VFS implementations.
addIncompleteCacheRef(CacheRefResolver) - Method in class org.apache.ibatis.session.Configuration
 
addIncompleteMethod(MethodResolver) - Method in class org.apache.ibatis.session.Configuration
 
addIncompleteResultMap(ResultMapResolver) - Method in class org.apache.ibatis.session.Configuration
 
addIncompleteStatement(XMLStatementBuilder) - Method in class org.apache.ibatis.session.Configuration
 
addInterceptor(Interceptor) - Method in class org.apache.ibatis.plugin.InterceptorChain
 
addInterceptor(Interceptor) - Method in class org.apache.ibatis.session.Configuration
 
additionalParameters - Variable in class org.apache.ibatis.mapping.BoundSql
 
addKeyGenerator(String, KeyGenerator) - Method in class org.apache.ibatis.session.Configuration
 
addLoadedResource(String) - Method in class org.apache.ibatis.session.Configuration
 
addLoader(String, MetaObject, ResultLoader) - Method in class org.apache.ibatis.executor.loader.ResultLoaderMap
 
addMappedStatement(String, SqlSource, StatementType, SqlCommandType, Integer, Integer, String, Class<?>, String, Class<?>, ResultSetType, boolean, boolean, boolean, KeyGenerator, String, String, String, LanguageDriver) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
Backward compatibility signature 'addMappedStatement'.
addMappedStatement(String, SqlSource, StatementType, SqlCommandType, Integer, Integer, String, Class<?>, String, Class<?>, ResultSetType, boolean, boolean, boolean, KeyGenerator, String, String, String, LanguageDriver, String) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
 
addMappedStatement(MappedStatement) - Method in class org.apache.ibatis.session.Configuration
 
addMapper(Class<T>) - Method in class org.apache.ibatis.binding.MapperRegistry
 
addMapper(Class<T>) - Method in class org.apache.ibatis.session.Configuration
 
addMappers(String) - Method in class org.apache.ibatis.binding.MapperRegistry
Adds the mappers.
addMappers(String) - Method in class org.apache.ibatis.session.Configuration
 
addMappers(String, Class<?>) - Method in class org.apache.ibatis.binding.MapperRegistry
Adds the mappers.
addMappers(String, Class<?>) - Method in class org.apache.ibatis.session.Configuration
 
addMethodConflict(Map<String, List<Method>>, String, Method) - Method in class org.apache.ibatis.reflection.Reflector
 
addParameterMap(String, Class<?>, List<ParameterMapping>) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
 
addParameterMap(ParameterMap) - Method in class org.apache.ibatis.session.Configuration
 
addParameterObject(Object) - Method in class org.apache.ibatis.executor.BatchResult
 
addPendingChildRelation(ResultSet, MetaObject, ResultMapping) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
addResultMap(String, Class<?>, String, Discriminator, List<ResultMapping>, Boolean) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
 
addResultMap(ResultMap) - Method in class org.apache.ibatis.session.Configuration
 
addSetField(Field) - Method in class org.apache.ibatis.reflection.Reflector
 
addSetMethod(String, Method) - Method in class org.apache.ibatis.reflection.Reflector
 
addSetMethods(Class<?>) - Method in class org.apache.ibatis.reflection.Reflector
 
addUniqueMethods(Map<String, Method>, Method[]) - Method in class org.apache.ibatis.reflection.Reflector
 
aggressive - Variable in class org.apache.ibatis.executor.loader.cglib.CglibProxyFactory.EnhancedResultObjectProxyImpl
 
aggressive - Variable in class org.apache.ibatis.executor.loader.javassist.JavassistProxyFactory.EnhancedResultObjectProxyImpl
 
aggressiveLazyLoading - Variable in class org.apache.ibatis.session.Configuration
 
Alias - Annotation Type in org.apache.ibatis.type
The annotation that specify alias name.
ALLOWED_MODES - Static variable in class org.apache.ibatis.binding.MapperProxy
 
allowedConstructorUsingTypeHandlers(Constructor<?>, List<JdbcType>) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
allTypeHandlersMap - Variable in class org.apache.ibatis.type.TypeHandlerRegistry
 
Ambiguity(String) - Constructor for class org.apache.ibatis.session.Configuration.StrictMap.Ambiguity
 
AmbiguousMethodInvoker - Class in org.apache.ibatis.reflection.invoker
 
AmbiguousMethodInvoker(Method, String) - Constructor for class org.apache.ibatis.reflection.invoker.AmbiguousMethodInvoker
 
ancestorObjects - Variable in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
AND - Static variable in class org.apache.ibatis.jdbc.AbstractSQL
 
AND() - Method in class org.apache.ibatis.jdbc.AbstractSQL
 
AND() - Static method in class org.apache.ibatis.jdbc.SelectBuilder
Deprecated.
 
AND() - Static method in class org.apache.ibatis.jdbc.SqlBuilder
Deprecated.
 
AnnotatedWith(Class<? extends Annotation>) - Constructor for class org.apache.ibatis.io.ResolverUtil.AnnotatedWith
Constructs an AnnotatedWith test for the specified annotation type.
annotation - Variable in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder.AnnotationWrapper
 
annotation - Variable in class org.apache.ibatis.io.ResolverUtil.AnnotatedWith
The annotation.
annotationBuilder - Variable in class org.apache.ibatis.builder.annotation.MethodResolver
 
AnnotationWrapper(Annotation) - Constructor for class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder.AnnotationWrapper
 
anyNotNullColumnHasValue(ResultMapping, String, ResultSetWrapper) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
append(CharSequence) - Method in class org.apache.ibatis.jdbc.AbstractSQL.SafeAppendable
 
appendable - Variable in class org.apache.ibatis.jdbc.AbstractSQL.SafeAppendable
 
appendClause(AbstractSQL.SafeAppendable, String, String) - Method in enum org.apache.ibatis.jdbc.AbstractSQL.SQLStatement.LimitingRowsStrategy
 
appendSql(String) - Method in class org.apache.ibatis.scripting.xmltags.DynamicContext
 
appendSql(String) - Method in class org.apache.ibatis.scripting.xmltags.ForEachSqlNode.FilteredDynamicContext
 
appendSql(String) - Method in class org.apache.ibatis.scripting.xmltags.ForEachSqlNode.PrefixedContext
 
appendSql(String) - Method in class org.apache.ibatis.scripting.xmltags.TrimSqlNode.FilteredDynamicContext
 
apply(DynamicContext) - Method in class org.apache.ibatis.scripting.xmltags.ChooseSqlNode
 
apply(DynamicContext) - Method in class org.apache.ibatis.scripting.xmltags.ForEachSqlNode
 
apply(DynamicContext) - Method in class org.apache.ibatis.scripting.xmltags.IfSqlNode
 
apply(DynamicContext) - Method in class org.apache.ibatis.scripting.xmltags.MixedSqlNode
 
apply(DynamicContext) - Method in interface org.apache.ibatis.scripting.xmltags.SqlNode
 
apply(DynamicContext) - Method in class org.apache.ibatis.scripting.xmltags.StaticTextSqlNode
 
apply(DynamicContext) - Method in class org.apache.ibatis.scripting.xmltags.TextSqlNode
 
apply(DynamicContext) - Method in class org.apache.ibatis.scripting.xmltags.TrimSqlNode
 
apply(DynamicContext) - Method in class org.apache.ibatis.scripting.xmltags.VarDeclSqlNode
 
applyAll() - Method in class org.apache.ibatis.scripting.xmltags.TrimSqlNode.FilteredDynamicContext
 
applyAutomaticMappings(ResultSetWrapper, ResultMap, MetaObject, String) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
applyClose(DynamicContext) - Method in class org.apache.ibatis.scripting.xmltags.ForEachSqlNode
 
applyConstructorArgs(Arg[], Class<?>, List<ResultMapping>) - Method in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
 
applyCurrentNamespace(String, boolean) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
 
applyDiscriminator(String, Class<?>, TypeDiscriminator) - Method in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
 
applyIncludes(Node) - Method in class org.apache.ibatis.builder.xml.XMLIncludeTransformer
 
applyIncludes(Node, Properties, boolean) - Method in class org.apache.ibatis.builder.xml.XMLIncludeTransformer
Recursively apply includes through all SQL fragments.
applyIndex(DynamicContext, Object, int) - Method in class org.apache.ibatis.scripting.xmltags.ForEachSqlNode
 
applyItem(DynamicContext, Object, int) - Method in class org.apache.ibatis.scripting.xmltags.ForEachSqlNode
 
applyNestedResultMappings(ResultSetWrapper, ResultMap, MetaObject, String, CacheKey, boolean) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
applyOpen(DynamicContext) - Method in class org.apache.ibatis.scripting.xmltags.ForEachSqlNode
 
applyPrefix(StringBuilder, String) - Method in class org.apache.ibatis.scripting.xmltags.TrimSqlNode.FilteredDynamicContext
 
applyPropertyMappings(ResultSetWrapper, ResultMap, MetaObject, ResultLoaderMap, String) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
applyResultMap(String, Class<?>, Arg[], Result[], TypeDiscriminator) - Method in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
 
applyResults(Result[], Class<?>, List<ResultMapping>) - Method in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
 
applySuffix(StringBuilder, String) - Method in class org.apache.ibatis.scripting.xmltags.TrimSqlNode.FilteredDynamicContext
 
applyTransactionTimeout(Statement) - Method in class org.apache.ibatis.executor.BaseExecutor
Apply a transaction timeout.
applyTransactionTimeout(Statement, Integer, Integer) - Static method in class org.apache.ibatis.executor.statement.StatementUtil
Apply a transaction timeout.
Arg - Annotation Type in org.apache.ibatis.annotations
The annotation that specify a mapping definition for the constructor argument.
argNamesOfMatchingConstructor(List<String>) - Method in class org.apache.ibatis.mapping.ResultMap.Builder
 
args - Variable in class org.apache.ibatis.plugin.Invocation
 
args() - Element in annotation type org.apache.ibatis.plugin.Signature
Returns java types for method argument.
argTypesMatch(List<String>, Class<?>[], List<String>) - Method in class org.apache.ibatis.mapping.ResultMap.Builder
 
ARRAY - Enum constant in enum org.apache.ibatis.type.JdbcType
 
ArrayTypeHandler - Class in org.apache.ibatis.type
 
ArrayTypeHandler() - Constructor for class org.apache.ibatis.type.ArrayTypeHandler
 
ArrayUtil - Class in org.apache.ibatis.reflection
Provides hashCode, equals and toString methods that can handle array.
ArrayUtil() - Constructor for class org.apache.ibatis.reflection.ArrayUtil
 
assembleConnectionTypeCode(String, String, String) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
assign(ResultSet, Object) - Method in class org.apache.ibatis.executor.keygen.Jdbc3KeyGenerator.KeyAssigner
 
assignKeys(Configuration, ResultSet, ResultSetMetaData, String[], Object) - Method in class org.apache.ibatis.executor.keygen.Jdbc3KeyGenerator
 
assignKeysToParam(Configuration, ResultSet, ResultSetMetaData, String[], Object) - Method in class org.apache.ibatis.executor.keygen.Jdbc3KeyGenerator
 
assignKeysToParamMap(Configuration, ResultSet, ResultSetMetaData, String[], Map<String, ?>) - Method in class org.apache.ibatis.executor.keygen.Jdbc3KeyGenerator
 
assignKeysToParamMapList(Configuration, ResultSet, ResultSetMetaData, String[], ArrayList<MapperMethod.ParamMap<?>>) - Method in class org.apache.ibatis.executor.keygen.Jdbc3KeyGenerator
 
assistant - Variable in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
 
assistant - Variable in class org.apache.ibatis.builder.CacheRefResolver
 
assistant - Variable in class org.apache.ibatis.builder.ResultMapResolver
 
attributes - Variable in class org.apache.ibatis.parsing.XNode
 
autoCommit - Variable in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
autoCommit - Variable in class org.apache.ibatis.jdbc.ScriptRunner
 
autoCommit - Variable in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
autoCommit - Variable in class org.apache.ibatis.transaction.jdbc.JdbcTransaction
 
AutomapConstructor - Annotation Type in org.apache.ibatis.annotations
The marker annotation that indicate a constructor for automatic mapping.
autoMapping - Variable in class org.apache.ibatis.builder.ResultMapResolver
 
autoMapping - Variable in class org.apache.ibatis.mapping.ResultMap
 
autoMappingBehavior - Variable in class org.apache.ibatis.session.Configuration
 
AutoMappingBehavior - Enum in org.apache.ibatis.session
Specifies if and how MyBatis should automatically map columns to fields/properties.
AutoMappingBehavior() - Constructor for enum org.apache.ibatis.session.AutoMappingBehavior
 
autoMappingsCache - Variable in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
autoMappingUnknownColumnBehavior - Variable in class org.apache.ibatis.session.Configuration
 
AutoMappingUnknownColumnBehavior - Enum in org.apache.ibatis.session
Specify the behavior when detects an unknown column (or unknown property type) of automatic mapping target.
AutoMappingUnknownColumnBehavior() - Constructor for enum org.apache.ibatis.session.AutoMappingUnknownColumnBehavior
 
AutoMappingUnknownColumnBehavior.LogHolder - Class in org.apache.ibatis.session
 

B

badConnectionCount - Variable in class org.apache.ibatis.datasource.pooled.PoolState
 
BaseBuilder - Class in org.apache.ibatis.builder
 
BaseBuilder(Configuration) - Constructor for class org.apache.ibatis.builder.BaseBuilder
 
BaseExecutor - Class in org.apache.ibatis.executor
 
BaseExecutor(Configuration, Transaction) - Constructor for class org.apache.ibatis.executor.BaseExecutor
 
BaseExecutor.DeferredLoad - Class in org.apache.ibatis.executor
 
BaseJdbcLogger - Class in org.apache.ibatis.logging.jdbc
Base class for proxies to do logging.
BaseJdbcLogger(Log, int) - Constructor for class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
 
BaseStatementHandler - Class in org.apache.ibatis.executor.statement
 
BaseStatementHandler(Executor, MappedStatement, Object, RowBounds, ResultHandler, BoundSql) - Constructor for class org.apache.ibatis.executor.statement.BaseStatementHandler
 
BaseTypeHandler<T> - Class in org.apache.ibatis.type
The base TypeHandler for references a generic type.
BaseTypeHandler() - Constructor for class org.apache.ibatis.type.BaseTypeHandler
 
BaseWrapper - Class in org.apache.ibatis.reflection.wrapper
 
BaseWrapper(MetaObject) - Constructor for class org.apache.ibatis.reflection.wrapper.BaseWrapper
 
batch(Statement) - Method in class org.apache.ibatis.executor.statement.CallableStatementHandler
 
batch(Statement) - Method in class org.apache.ibatis.executor.statement.PreparedStatementHandler
 
batch(Statement) - Method in class org.apache.ibatis.executor.statement.RoutingStatementHandler
 
batch(Statement) - Method in class org.apache.ibatis.executor.statement.SimpleStatementHandler
 
batch(Statement) - Method in interface org.apache.ibatis.executor.statement.StatementHandler
 
BATCH - Enum constant in enum org.apache.ibatis.session.ExecutorType
 
BATCH_UPDATE_RETURN_VALUE - Static variable in class org.apache.ibatis.executor.BatchExecutor
 
BatchExecutor - Class in org.apache.ibatis.executor
 
BatchExecutor(Configuration, Transaction) - Constructor for class org.apache.ibatis.executor.BatchExecutor
 
BatchExecutorException - Exception in org.apache.ibatis.executor
This exception is thrown if a java.sql.BatchUpdateException is caught during the execution of any nested batch.
BatchExecutorException(String, BatchUpdateException, List<BatchResult>, BatchResult) - Constructor for exception org.apache.ibatis.executor.BatchExecutorException
 
batchResult - Variable in exception org.apache.ibatis.executor.BatchExecutorException
 
BatchResult - Class in org.apache.ibatis.executor
 
BatchResult(MappedStatement, String) - Constructor for class org.apache.ibatis.executor.BatchResult
 
BatchResult(MappedStatement, String, Object) - Constructor for class org.apache.ibatis.executor.BatchResult
 
batchResultList - Variable in class org.apache.ibatis.executor.BatchExecutor
 
batchUpdateException - Variable in exception org.apache.ibatis.executor.BatchExecutorException
 
BeanWrapper - Class in org.apache.ibatis.reflection.wrapper
 
BeanWrapper(MetaObject, Object) - Constructor for class org.apache.ibatis.reflection.wrapper.BeanWrapper
 
before() - Element in annotation type org.apache.ibatis.annotations.SelectKey
Returns whether retrieves a key value before executing insert/update statement.
BEGIN() - Static method in class org.apache.ibatis.jdbc.SelectBuilder
Deprecated.
 
BEGIN() - Static method in class org.apache.ibatis.jdbc.SqlBuilder
Deprecated.
 
BIGDECIMAL - Enum constant in enum org.apache.ibatis.jdbc.Null
 
BigDecimalTypeHandler - Class in org.apache.ibatis.type
 
BigDecimalTypeHandler() - Constructor for class org.apache.ibatis.type.BigDecimalTypeHandler
 
BIGINT - Enum constant in enum org.apache.ibatis.type.JdbcType
 
BigIntegerTypeHandler - Class in org.apache.ibatis.type
 
BigIntegerTypeHandler() - Constructor for class org.apache.ibatis.type.BigIntegerTypeHandler
 
BINARY - Enum constant in enum org.apache.ibatis.type.JdbcType
 
bind(String, Object) - Method in class org.apache.ibatis.scripting.xmltags.DynamicContext
 
bind(String, Object) - Method in class org.apache.ibatis.scripting.xmltags.ForEachSqlNode.FilteredDynamicContext
 
bind(String, Object) - Method in class org.apache.ibatis.scripting.xmltags.ForEachSqlNode.PrefixedContext
 
bind(String, Object) - Method in class org.apache.ibatis.scripting.xmltags.TrimSqlNode.FilteredDynamicContext
 
BindHandler() - Constructor for class org.apache.ibatis.scripting.xmltags.XMLScriptBuilder.BindHandler
 
BindingException - Exception in org.apache.ibatis.binding
 
BindingException() - Constructor for exception org.apache.ibatis.binding.BindingException
 
BindingException(String) - Constructor for exception org.apache.ibatis.binding.BindingException
 
BindingException(String, Throwable) - Constructor for exception org.apache.ibatis.binding.BindingException
 
BindingException(Throwable) - Constructor for exception org.apache.ibatis.binding.BindingException
 
bindings - Variable in class org.apache.ibatis.scripting.xmltags.DynamicContext
 
BindingTokenParser(DynamicContext, Pattern) - Constructor for class org.apache.ibatis.scripting.xmltags.TextSqlNode.BindingTokenParser
 
bindMapperForNamespace() - Method in class org.apache.ibatis.builder.xml.XMLMapperBuilder
 
BIT - Enum constant in enum org.apache.ibatis.type.JdbcType
 
BLOB - Enum constant in enum org.apache.ibatis.jdbc.Null
 
BLOB - Enum constant in enum org.apache.ibatis.type.JdbcType
 
BLOB_TYPES - Static variable in class org.apache.ibatis.logging.jdbc.ResultSetLogger
 
BlobByteObjectArrayTypeHandler - Class in org.apache.ibatis.type
 
BlobByteObjectArrayTypeHandler() - Constructor for class org.apache.ibatis.type.BlobByteObjectArrayTypeHandler
 
blobColumns - Variable in class org.apache.ibatis.logging.jdbc.ResultSetLogger
 
BlobInputStreamTypeHandler - Class in org.apache.ibatis.type
The TypeHandler for Blob/InputStream using method supported at JDBC 4.0.
BlobInputStreamTypeHandler() - Constructor for class org.apache.ibatis.type.BlobInputStreamTypeHandler
 
BlobTypeHandler - Class in org.apache.ibatis.type
 
BlobTypeHandler() - Constructor for class org.apache.ibatis.type.BlobTypeHandler
 
blocking - Variable in class org.apache.ibatis.mapping.CacheBuilder
 
blocking() - Element in annotation type org.apache.ibatis.annotations.CacheNamespace
Returns whether block the cache at request time or not.
blocking(boolean) - Method in class org.apache.ibatis.mapping.CacheBuilder
 
BlockingCache - Class in org.apache.ibatis.cache.decorators
Simple blocking decorator
BlockingCache(Cache) - Constructor for class org.apache.ibatis.cache.decorators.BlockingCache
 
body - Variable in class org.apache.ibatis.parsing.XNode
 
BOOLEAN - Enum constant in enum org.apache.ibatis.jdbc.Null
 
BOOLEAN - Enum constant in enum org.apache.ibatis.type.JdbcType
 
BooleanTypeHandler - Class in org.apache.ibatis.type
 
BooleanTypeHandler() - Constructor for class org.apache.ibatis.type.BooleanTypeHandler
 
booleanValueOf(String, Boolean) - Method in class org.apache.ibatis.builder.BaseBuilder
 
boundSql - Variable in class org.apache.ibatis.executor.loader.ResultLoader
 
boundSql - Variable in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
boundSql - Variable in class org.apache.ibatis.executor.statement.BaseStatementHandler
 
boundSql - Variable in class org.apache.ibatis.scripting.defaults.DefaultParameterHandler
 
BoundSql - Class in org.apache.ibatis.mapping
An actual SQL String got from an SqlSource after having processed any dynamic content.
BoundSql(Configuration, String, List<ParameterMapping>, Object) - Constructor for class org.apache.ibatis.mapping.BoundSql
 
build() - Method in class org.apache.ibatis.mapping.CacheBuilder
 
build() - Method in class org.apache.ibatis.mapping.Discriminator.Builder
 
build() - Method in class org.apache.ibatis.mapping.Environment.Builder
 
build() - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
 
build() - Method in class org.apache.ibatis.mapping.ParameterMap.Builder
 
build() - Method in class org.apache.ibatis.mapping.ParameterMapping.Builder
 
build() - Method in class org.apache.ibatis.mapping.ResultMap.Builder
 
build() - Method in class org.apache.ibatis.mapping.ResultMapping.Builder
 
build(InputStream) - Method in class org.apache.ibatis.session.SqlSessionFactoryBuilder
 
build(InputStream, String) - Method in class org.apache.ibatis.session.SqlSessionFactoryBuilder
 
build(InputStream, String, Properties) - Method in class org.apache.ibatis.session.SqlSessionFactoryBuilder
 
build(InputStream, Properties) - Method in class org.apache.ibatis.session.SqlSessionFactoryBuilder
 
build(Reader) - Method in class org.apache.ibatis.session.SqlSessionFactoryBuilder
 
build(Reader, String) - Method in class org.apache.ibatis.session.SqlSessionFactoryBuilder
 
build(Reader, String, Properties) - Method in class org.apache.ibatis.session.SqlSessionFactoryBuilder
 
build(Reader, Properties) - Method in class org.apache.ibatis.session.SqlSessionFactoryBuilder
 
build(Configuration) - Method in class org.apache.ibatis.session.SqlSessionFactoryBuilder
 
buildAllStatements() - Method in class org.apache.ibatis.session.Configuration
 
buildDiscriminator(Class<?>, String, Class<?>, JdbcType, Class<? extends TypeHandler<?>>, Map<String, String>) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
 
Builder(String) - Constructor for class org.apache.ibatis.mapping.Environment.Builder
 
Builder(Configuration, String) - Constructor for class org.apache.ibatis.mapping.ResultMapping.Builder
 
Builder(Configuration, String, Class<?>) - Constructor for class org.apache.ibatis.mapping.ParameterMapping.Builder
 
Builder(Configuration, String, Class<?>, List<ParameterMapping>) - Constructor for class org.apache.ibatis.mapping.ParameterMap.Builder
 
Builder(Configuration, String, Class<?>, List<ResultMapping>) - Constructor for class org.apache.ibatis.mapping.ResultMap.Builder
 
Builder(Configuration, String, Class<?>, List<ResultMapping>, Boolean) - Constructor for class org.apache.ibatis.mapping.ResultMap.Builder
 
Builder(Configuration, String, String, Class<?>) - Constructor for class org.apache.ibatis.mapping.ResultMapping.Builder
 
Builder(Configuration, String, String, TypeHandler<?>) - Constructor for class org.apache.ibatis.mapping.ResultMapping.Builder
 
Builder(Configuration, String, SqlSource, SqlCommandType) - Constructor for class org.apache.ibatis.mapping.MappedStatement.Builder
 
Builder(Configuration, String, TypeHandler<?>) - Constructor for class org.apache.ibatis.mapping.ParameterMapping.Builder
 
Builder(Configuration, ResultMapping, Map<String, String>) - Constructor for class org.apache.ibatis.mapping.Discriminator.Builder
 
builderAssistant - Variable in class org.apache.ibatis.builder.xml.XMLIncludeTransformer
 
builderAssistant - Variable in class org.apache.ibatis.builder.xml.XMLMapperBuilder
 
builderAssistant - Variable in class org.apache.ibatis.builder.xml.XMLStatementBuilder
 
BuilderException - Exception in org.apache.ibatis.builder
 
BuilderException() - Constructor for exception org.apache.ibatis.builder.BuilderException
 
BuilderException(String) - Constructor for exception org.apache.ibatis.builder.BuilderException
 
BuilderException(String, Throwable) - Constructor for exception org.apache.ibatis.builder.BuilderException
 
BuilderException(Throwable) - Constructor for exception org.apache.ibatis.builder.BuilderException
 
buildMessage(MappedStatement, String, String, Class<?>) - Static method in enum org.apache.ibatis.session.AutoMappingUnknownColumnBehavior
build error message.
buildParameterMapping(Class<?>, String, Class<?>, JdbcType, String, ParameterMode, Class<? extends TypeHandler<?>>, Integer) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
 
buildParameterMapping(String) - Method in class org.apache.ibatis.builder.SqlSourceBuilder.ParameterMappingTokenHandler
 
buildProperty(String, StringBuilder) - Method in class org.apache.ibatis.reflection.MetaClass
 
buildResultMapping(Class<?>, String, String, Class<?>, JdbcType, String, String, String, String, Class<? extends TypeHandler<?>>, List<ResultFlag>) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
Backward compatibility signature 'buildResultMapping'.
buildResultMapping(Class<?>, String, String, Class<?>, JdbcType, String, String, String, String, Class<? extends TypeHandler<?>>, List<ResultFlag>, String, String, boolean) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
 
buildResultMappingFromContext(XNode, Class<?>, List<ResultFlag>) - Method in class org.apache.ibatis.builder.xml.XMLMapperBuilder
 
buildSqlSource(Annotation, Class<?>, LanguageDriver, Method) - Method in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
 
buildSqlSourceFromStrings(String[], Class<?>, LanguageDriver) - Method in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
 
buildStatementFromContext(List<XNode>) - Method in class org.apache.ibatis.builder.xml.XMLMapperBuilder
 
buildStatementFromContext(List<XNode>, String) - Method in class org.apache.ibatis.builder.xml.XMLMapperBuilder
 
BYTE - Enum constant in enum org.apache.ibatis.jdbc.Null
 
BYTEARRAY - Enum constant in enum org.apache.ibatis.jdbc.Null
 
ByteArrayTypeHandler - Class in org.apache.ibatis.type
 
ByteArrayTypeHandler() - Constructor for class org.apache.ibatis.type.ByteArrayTypeHandler
 
ByteArrayUtils - Class in org.apache.ibatis.type
 
ByteArrayUtils() - Constructor for class org.apache.ibatis.type.ByteArrayUtils
 
ByteObjectArrayTypeHandler - Class in org.apache.ibatis.type
 
ByteObjectArrayTypeHandler() - Constructor for class org.apache.ibatis.type.ByteObjectArrayTypeHandler
 
ByteTypeHandler - Class in org.apache.ibatis.type
 
ByteTypeHandler() - Constructor for class org.apache.ibatis.type.ByteTypeHandler
 

C

cache - Variable in class org.apache.ibatis.cache.impl.PerpetualCache
 
cache - Variable in class org.apache.ibatis.mapping.MappedStatement
 
cache(Cache) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
 
Cache - Interface in org.apache.ibatis.cache
SPI for cache providers.
CacheBuilder - Class in org.apache.ibatis.mapping
 
CacheBuilder(String) - Constructor for class org.apache.ibatis.mapping.CacheBuilder
 
cachedInvoker(Method) - Method in class org.apache.ibatis.binding.MapperProxy
 
cacheElement(XNode) - Method in class org.apache.ibatis.builder.xml.XMLMapperBuilder
 
cacheEnabled - Variable in class org.apache.ibatis.session.Configuration
 
CacheException - Exception in org.apache.ibatis.cache
 
CacheException() - Constructor for exception org.apache.ibatis.cache.CacheException
 
CacheException(String) - Constructor for exception org.apache.ibatis.cache.CacheException
 
CacheException(String, Throwable) - Constructor for exception org.apache.ibatis.cache.CacheException
 
CacheException(Throwable) - Constructor for exception org.apache.ibatis.cache.CacheException
 
cacheKey - Variable in class org.apache.ibatis.executor.loader.ResultLoader
 
CacheKey - Class in org.apache.ibatis.cache
 
CacheKey() - Constructor for class org.apache.ibatis.cache.CacheKey
 
CacheKey(Object[]) - Constructor for class org.apache.ibatis.cache.CacheKey
 
CacheNamespace - Annotation Type in org.apache.ibatis.annotations
The annotation that specify to use cache on namespace(e.g.
CacheNamespaceRef - Annotation Type in org.apache.ibatis.annotations
The annotation that reference a cache.
cacheRefElement(XNode) - Method in class org.apache.ibatis.builder.xml.XMLMapperBuilder
 
cacheRefMap - Variable in class org.apache.ibatis.session.Configuration
 
cacheRefNamespace - Variable in class org.apache.ibatis.builder.CacheRefResolver
 
CacheRefResolver - Class in org.apache.ibatis.builder
 
CacheRefResolver(MapperBuilderAssistant, String) - Constructor for class org.apache.ibatis.builder.CacheRefResolver
 
caches - Variable in class org.apache.ibatis.session.Configuration
 
CachingExecutor - Class in org.apache.ibatis.executor
 
CachingExecutor(Executor) - Constructor for class org.apache.ibatis.executor.CachingExecutor
 
CALLABLE - Enum constant in enum org.apache.ibatis.mapping.StatementType
 
CallableStatementHandler - Class in org.apache.ibatis.executor.statement
 
CallableStatementHandler(Executor, MappedStatement, Object, RowBounds, ResultHandler, BoundSql) - Constructor for class org.apache.ibatis.executor.statement.CallableStatementHandler
 
callResultHandler(ResultHandler<?>, DefaultResultContext<Object>, Object) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
callSettersOnNulls - Variable in class org.apache.ibatis.session.Configuration
 
canControlMemberAccessible - Variable in class org.apache.ibatis.scripting.xmltags.OgnlMemberAccess
 
canControlMemberAccessible() - Static method in class org.apache.ibatis.reflection.Reflector
Checks whether can control member accessible.
canHaveStatement(Method) - Method in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
 
canLoad() - Method in class org.apache.ibatis.executor.BaseExecutor.DeferredLoad
 
Case - Annotation Type in org.apache.ibatis.annotations
The annotation that conditional mapping definition for TypeDiscriminator.
caseInsensitivePropertyMap - Variable in class org.apache.ibatis.reflection.Reflector
 
cases() - Element in annotation type org.apache.ibatis.annotations.TypeDiscriminator
Returns conditional mapping definitions.
cause - Variable in class org.apache.ibatis.executor.ErrorContext
 
cause(Throwable) - Method in class org.apache.ibatis.executor.ErrorContext
 
CglibProxyFactory - Class in org.apache.ibatis.executor.loader.cglib
 
CglibProxyFactory - Class in org.apache.ibatis.executor.loader
Deprecated.
CglibProxyFactory() - Constructor for class org.apache.ibatis.executor.loader.cglib.CglibProxyFactory
 
CglibProxyFactory() - Constructor for class org.apache.ibatis.executor.loader.CglibProxyFactory
Deprecated.
 
CglibProxyFactory.EnhancedDeserializationProxyImpl - Class in org.apache.ibatis.executor.loader.cglib
 
CglibProxyFactory.EnhancedResultObjectProxyImpl - Class in org.apache.ibatis.executor.loader.cglib
 
CglibProxyFactory.LogHolder - Class in org.apache.ibatis.executor.loader.cglib
 
CglibSerialStateHolder - Class in org.apache.ibatis.executor.loader.cglib
 
CglibSerialStateHolder() - Constructor for class org.apache.ibatis.executor.loader.cglib.CglibSerialStateHolder
 
CglibSerialStateHolder(Object, Map<String, ResultLoaderMap.LoadPair>, ObjectFactory, List<Class<?>>, List<Object>) - Constructor for class org.apache.ibatis.executor.loader.cglib.CglibSerialStateHolder
 
CHAR - Enum constant in enum org.apache.ibatis.type.JdbcType
 
CharacterTypeHandler - Class in org.apache.ibatis.type
 
CharacterTypeHandler() - Constructor for class org.apache.ibatis.type.CharacterTypeHandler
 
charset - Static variable in class org.apache.ibatis.io.Resources
Charset to use when calling getResourceAsReader.
check() - Static method in class org.apache.ibatis.io.SerialFilterChecker
 
checkConnection() - Method in class org.apache.ibatis.datasource.pooled.PooledConnection
 
checkForMissingLineTerminator(StringBuilder) - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
checkGloballyForDiscriminatedNestedResultMaps(ResultMap) - Method in class org.apache.ibatis.session.Configuration
 
checkInjection(String) - Method in class org.apache.ibatis.scripting.xmltags.TextSqlNode.BindingTokenParser
 
checkIsNotDynamic(SqlSource) - Method in class org.apache.ibatis.scripting.defaults.RawLanguageDriver
 
checkLocallyForDiscriminatedNestedResultMaps(ResultMap) - Method in class org.apache.ibatis.session.Configuration
 
checkNotNull(T) - Static method in class org.apache.ibatis.io.JBoss6VFS
Verifies that the provided object reference is null.
checkoutTimestamp - Variable in class org.apache.ibatis.datasource.pooled.PooledConnection
 
checkResultHandler() - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
checkReturnType(Method, Class<?>) - Static method in class org.apache.ibatis.io.JBoss6VFS
Verifies that the return type of a method is what it is expected to be.
checksum - Variable in class org.apache.ibatis.cache.CacheKey
 
checkWarnings(Statement) - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
children - Variable in class org.apache.ibatis.reflection.property.PropertyTokenizer
 
ChooseHandler() - Constructor for class org.apache.ibatis.scripting.xmltags.XMLScriptBuilder.ChooseHandler
 
ChooseSqlNode - Class in org.apache.ibatis.scripting.xmltags
 
ChooseSqlNode(List<SqlNode>, SqlNode) - Constructor for class org.apache.ibatis.scripting.xmltags.ChooseSqlNode
 
claimedOverdueConnectionCount - Variable in class org.apache.ibatis.datasource.pooled.PoolState
 
CLASS_RESOLVER - Static variable in class org.apache.ibatis.scripting.xmltags.OgnlCache
 
classCacheEnabled - Variable in class org.apache.ibatis.reflection.DefaultReflectorFactory
 
classForName(String) - Method in class org.apache.ibatis.io.ClassLoaderWrapper
Find a class on the classpath (or die trying)
classForName(String) - Static method in class org.apache.ibatis.io.Resources
Loads a class
classForName(String, ClassLoader) - Method in class org.apache.ibatis.io.ClassLoaderWrapper
Find a class on the classpath, starting with a specific classloader (or die trying)
classForName(String, ClassLoader[]) - Method in class org.apache.ibatis.io.ClassLoaderWrapper
Attempt to load a class from a group of classloaders
classForName(String, Map<String, Object>) - Method in class org.apache.ibatis.scripting.xmltags.OgnlClassResolver
 
classloader - Variable in class org.apache.ibatis.io.ResolverUtil
The ClassLoader to use when looking for classes.
classLoaderWrapper - Static variable in class org.apache.ibatis.io.Resources
 
ClassLoaderWrapper - Class in org.apache.ibatis.io
A class to wrap access to multiple class loaders making them work as one
ClassLoaderWrapper() - Constructor for class org.apache.ibatis.io.ClassLoaderWrapper
 
classNames - Variable in class org.apache.ibatis.executor.resultset.ResultSetWrapper
 
cleanUpAfterHandlingResultSet() - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
clear() - Method in interface org.apache.ibatis.cache.Cache
Clears this cache instance.
clear() - Method in class org.apache.ibatis.cache.decorators.BlockingCache
 
clear() - Method in class org.apache.ibatis.cache.decorators.FifoCache
 
clear() - Method in class org.apache.ibatis.cache.decorators.LoggingCache
 
clear() - Method in class org.apache.ibatis.cache.decorators.LruCache
 
clear() - Method in class org.apache.ibatis.cache.decorators.ScheduledCache
 
clear() - Method in class org.apache.ibatis.cache.decorators.SerializedCache
 
clear() - Method in class org.apache.ibatis.cache.decorators.SoftCache
 
clear() - Method in class org.apache.ibatis.cache.decorators.SynchronizedCache
 
clear() - Method in class org.apache.ibatis.cache.decorators.TransactionalCache
 
clear() - Method in class org.apache.ibatis.cache.decorators.WeakCache
 
clear() - Method in class org.apache.ibatis.cache.impl.PerpetualCache
 
clear(Cache) - Method in class org.apache.ibatis.cache.TransactionalCacheManager
 
clearCache() - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
clearCache() - Method in interface org.apache.ibatis.session.SqlSession
Clears local session cache.
clearCache() - Method in class org.apache.ibatis.session.SqlSessionManager
 
clearColumnInfo() - Method in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
 
clearInterval - Variable in class org.apache.ibatis.cache.decorators.ScheduledCache
 
clearInterval - Variable in class org.apache.ibatis.mapping.CacheBuilder
 
clearInterval(Long) - Method in class org.apache.ibatis.mapping.CacheBuilder
 
clearLocalCache() - Method in class org.apache.ibatis.executor.BaseExecutor
 
clearLocalCache() - Method in class org.apache.ibatis.executor.CachingExecutor
 
clearLocalCache() - Method in interface org.apache.ibatis.executor.Executor
 
clearOnCommit - Variable in class org.apache.ibatis.cache.decorators.TransactionalCache
 
clearWhenStale() - Method in class org.apache.ibatis.cache.decorators.ScheduledCache
 
CLOB - Enum constant in enum org.apache.ibatis.jdbc.Null
 
CLOB - Enum constant in enum org.apache.ibatis.type.JdbcType
 
ClobReaderTypeHandler - Class in org.apache.ibatis.type
The TypeHandler for Clob/Reader using method supported at JDBC 4.0.
ClobReaderTypeHandler() - Constructor for class org.apache.ibatis.type.ClobReaderTypeHandler
 
ClobTypeHandler - Class in org.apache.ibatis.type
 
ClobTypeHandler() - Constructor for class org.apache.ibatis.type.ClobTypeHandler
 
clone() - Method in class org.apache.ibatis.cache.CacheKey
 
close - Variable in class org.apache.ibatis.scripting.xmltags.ForEachSqlNode
 
close() - Method in class org.apache.ibatis.cursor.defaults.DefaultCursor
 
close() - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
close() - Method in interface org.apache.ibatis.session.SqlSession
Closes the session.
close() - Method in class org.apache.ibatis.session.SqlSessionManager
 
close() - Method in class org.apache.ibatis.transaction.jdbc.JdbcTransaction
 
close() - Method in class org.apache.ibatis.transaction.managed.ManagedTransaction
 
close() - Method in interface org.apache.ibatis.transaction.Transaction
Close inner database connection.
close(boolean) - Method in class org.apache.ibatis.executor.BaseExecutor
 
close(boolean) - Method in class org.apache.ibatis.executor.CachingExecutor
 
close(boolean) - Method in interface org.apache.ibatis.executor.Executor
 
CLOSE - Static variable in class org.apache.ibatis.datasource.pooled.PooledConnection
 
closeConnection - Variable in class org.apache.ibatis.transaction.managed.ManagedTransaction
 
closeConnection - Variable in class org.apache.ibatis.transaction.managed.ManagedTransactionFactory
 
closeConnection() - Method in class org.apache.ibatis.jdbc.ScriptRunner
Deprecated.
Since 3.5.4, this method is deprecated. Please close the Connection outside of this class.
closeConnection() - Method in class org.apache.ibatis.jdbc.SqlRunner
Deprecated.
Since 3.5.4, this method is deprecated. Please close the Connection outside of this class.
closeCursors() - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
closed - Variable in class org.apache.ibatis.executor.BaseExecutor
 
CLOSED - Enum constant in enum org.apache.ibatis.cursor.defaults.DefaultCursor.CursorStatus
A closed cursor, not fully consumed.
ClosedExecutor() - Constructor for class org.apache.ibatis.executor.loader.ResultLoaderMap.ClosedExecutor
 
closeResultSet(ResultSet) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
closeStatement(Statement) - Method in class org.apache.ibatis.executor.BaseExecutor
 
closeStatement(Statement) - Method in class org.apache.ibatis.executor.statement.BaseStatementHandler
 
closeToken - Variable in class org.apache.ibatis.parsing.GenericTokenParser
 
closeTransaction(Transaction) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSessionFactory
 
codeLookup - Static variable in enum org.apache.ibatis.type.JdbcType
 
collapseSingleResultList(List<Object>) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
collectionExpression - Variable in class org.apache.ibatis.scripting.xmltags.ForEachSqlNode
 
collectionize(Object) - Static method in class org.apache.ibatis.executor.keygen.Jdbc3KeyGenerator
 
CollectionWrapper - Class in org.apache.ibatis.reflection.wrapper
 
CollectionWrapper(MetaObject, Collection<Object>) - Constructor for class org.apache.ibatis.reflection.wrapper.CollectionWrapper
 
column - Variable in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler.UnMappedColumnAutoMapping
 
column - Variable in class org.apache.ibatis.mapping.ResultMapping
 
column() - Element in annotation type org.apache.ibatis.annotations.Arg
Return the column name(or column label) to map to this argument.
column() - Element in annotation type org.apache.ibatis.annotations.Result
Return the column name(or column label) to map to this argument.
column() - Element in annotation type org.apache.ibatis.annotations.TypeDiscriminator
Returns the column name(column label) that hold conditional value.
column(String) - Method in class org.apache.ibatis.mapping.ResultMapping.Builder
 
columnMap - Variable in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
 
columnNames - Variable in class org.apache.ibatis.executor.resultset.ResultSetWrapper
 
columnNames - Variable in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
 
columnPosition - Variable in class org.apache.ibatis.executor.keygen.Jdbc3KeyGenerator.KeyAssigner
 
columnPrefix - Variable in class org.apache.ibatis.mapping.ResultMapping
 
columnPrefix() - Element in annotation type org.apache.ibatis.annotations.Arg
Returns the column prefix that use when applying Arg.resultMap().
columnPrefix() - Element in annotation type org.apache.ibatis.annotations.Many
Returns the columnPrefix.
columnPrefix() - Element in annotation type org.apache.ibatis.annotations.One
Returns the columnPrefix.
columnPrefix(String) - Method in class org.apache.ibatis.mapping.ResultMapping.Builder
 
columns - Variable in class org.apache.ibatis.jdbc.AbstractSQL.SQLStatement
 
columnValues - Variable in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
 
combineKeys(CacheKey, CacheKey) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
COMMA - Static variable in class org.apache.ibatis.scripting.xmltags.SetSqlNode
 
command - Variable in class org.apache.ibatis.binding.MapperMethod
 
commandReadyToExecute(String) - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
commit() - Method in class org.apache.ibatis.cache.decorators.TransactionalCache
 
commit() - Method in class org.apache.ibatis.cache.TransactionalCacheManager
 
commit() - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
commit() - Method in interface org.apache.ibatis.session.SqlSession
Flushes batch statements and commits database connection.
commit() - Method in class org.apache.ibatis.session.SqlSessionManager
 
commit() - Method in class org.apache.ibatis.transaction.jdbc.JdbcTransaction
 
commit() - Method in class org.apache.ibatis.transaction.managed.ManagedTransaction
 
commit() - Method in interface org.apache.ibatis.transaction.Transaction
Commit inner database connection.
commit(boolean) - Method in class org.apache.ibatis.executor.BaseExecutor
 
commit(boolean) - Method in class org.apache.ibatis.executor.CachingExecutor
 
commit(boolean) - Method in interface org.apache.ibatis.executor.Executor
 
commit(boolean) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
commit(boolean) - Method in interface org.apache.ibatis.session.SqlSession
Flushes batch statements and commits database connection.
commit(boolean) - Method in class org.apache.ibatis.session.SqlSessionManager
 
commitConnection() - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
commonConstructor(boolean, Properties, EntityResolver) - Method in class org.apache.ibatis.parsing.XPathParser
 
composites - Variable in class org.apache.ibatis.mapping.ResultMapping
 
composites(List<ResultMapping>) - Method in class org.apache.ibatis.mapping.ResultMapping.Builder
 
config - Variable in class org.apache.ibatis.binding.MapperRegistry
 
config - Variable in class org.apache.ibatis.type.UnknownTypeHandler
 
configuration - Variable in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
 
configuration - Variable in class org.apache.ibatis.builder.annotation.ProviderSqlSource
 
configuration - Variable in class org.apache.ibatis.builder.BaseBuilder
 
configuration - Variable in class org.apache.ibatis.builder.StaticSqlSource
 
configuration - Variable in class org.apache.ibatis.builder.xml.XMLIncludeTransformer
 
configuration - Variable in class org.apache.ibatis.executor.BaseExecutor
 
configuration - Variable in class org.apache.ibatis.executor.keygen.Jdbc3KeyGenerator.KeyAssigner
 
configuration - Variable in class org.apache.ibatis.executor.loader.ResultLoader
 
configuration - Variable in class org.apache.ibatis.executor.ResultExtractor
 
configuration - Variable in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
configuration - Variable in class org.apache.ibatis.executor.statement.BaseStatementHandler
 
configuration - Variable in class org.apache.ibatis.mapping.MappedStatement
 
configuration - Variable in class org.apache.ibatis.mapping.ParameterMapping
 
configuration - Variable in class org.apache.ibatis.mapping.ResultMap
 
configuration - Variable in class org.apache.ibatis.mapping.ResultMapping
 
configuration - Variable in class org.apache.ibatis.scripting.defaults.DefaultParameterHandler
 
configuration - Variable in class org.apache.ibatis.scripting.xmltags.DynamicSqlSource
 
configuration - Variable in class org.apache.ibatis.scripting.xmltags.ForEachSqlNode
 
configuration - Variable in class org.apache.ibatis.scripting.xmltags.TrimSqlNode
 
configuration - Variable in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
configuration - Variable in class org.apache.ibatis.session.defaults.DefaultSqlSessionFactory
 
configuration - Variable in class org.apache.ibatis.type.BaseTypeHandler
Deprecated.
Since 3.5.0 - See https://github.com/mybatis/mybatis-3/issues/1203. This field will remove future.
Configuration - Class in org.apache.ibatis.session
 
Configuration() - Constructor for class org.apache.ibatis.session.Configuration
 
Configuration(Environment) - Constructor for class org.apache.ibatis.session.Configuration
 
Configuration.StrictMap<V> - Class in org.apache.ibatis.session
 
Configuration.StrictMap.Ambiguity - Class in org.apache.ibatis.session
 
configurationElement(XNode) - Method in class org.apache.ibatis.builder.xml.XMLMapperBuilder
 
configurationFactory - Variable in class org.apache.ibatis.executor.loader.ResultLoaderMap.LoadPair
Factory class through which we get database connection.
configurationFactory - Variable in class org.apache.ibatis.session.Configuration
Configuration factory class.
configureConnection(Connection) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
conflictMessageProducer - Variable in class org.apache.ibatis.session.Configuration.StrictMap
 
conflictMessageProducer(BiFunction<V, V, String>) - Method in class org.apache.ibatis.session.Configuration.StrictMap
Assign a function for producing a conflict error message when contains value with the same key.
connect(String, Properties) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource.DriverProxy
 
connection - Variable in class org.apache.ibatis.jdbc.ScriptRunner
 
connection - Variable in class org.apache.ibatis.jdbc.SqlRunner
 
connection - Variable in class org.apache.ibatis.logging.jdbc.ConnectionLogger
 
connection - Variable in class org.apache.ibatis.transaction.jdbc.JdbcTransaction
 
connection - Variable in class org.apache.ibatis.transaction.managed.ManagedTransaction
 
ConnectionLogger - Class in org.apache.ibatis.logging.jdbc
Connection proxy to add logging.
ConnectionLogger(Connection, Log, int) - Constructor for class org.apache.ibatis.logging.jdbc.ConnectionLogger
 
connectionTypeCode - Variable in class org.apache.ibatis.datasource.pooled.PooledConnection
 
constructArgs() - Element in annotation type org.apache.ibatis.annotations.Case
Return mapping definitions for constructor.
CONSTRUCTOR - Enum constant in enum org.apache.ibatis.mapping.ResultFlag
 
constructorArgs - Variable in class org.apache.ibatis.executor.loader.AbstractEnhancedDeserializationProxy
 
constructorArgs - Variable in class org.apache.ibatis.executor.loader.AbstractSerialStateHolder
 
constructorArgs - Variable in class org.apache.ibatis.executor.loader.cglib.CglibProxyFactory.EnhancedResultObjectProxyImpl
 
constructorArgs - Variable in class org.apache.ibatis.executor.loader.javassist.JavassistProxyFactory.EnhancedResultObjectProxyImpl
 
ConstructorArgs - Annotation Type in org.apache.ibatis.annotations
The annotation that be grouping mapping definitions for constructor.
constructorArgTypes - Variable in class org.apache.ibatis.executor.loader.AbstractEnhancedDeserializationProxy
 
constructorArgTypes - Variable in class org.apache.ibatis.executor.loader.AbstractSerialStateHolder
 
constructorArgTypes - Variable in class org.apache.ibatis.executor.loader.cglib.CglibProxyFactory.EnhancedResultObjectProxyImpl
 
constructorArgTypes - Variable in class org.apache.ibatis.executor.loader.javassist.JavassistProxyFactory.EnhancedResultObjectProxyImpl
 
constructorResultMappings - Variable in class org.apache.ibatis.mapping.ResultMap
 
CONSUMED - Enum constant in enum org.apache.ibatis.cursor.defaults.DefaultCursor.CursorStatus
A fully consumed cursor, a consumed cursor is always closed.
contents - Variable in class org.apache.ibatis.scripting.xmltags.ForEachSqlNode
 
contents - Variable in class org.apache.ibatis.scripting.xmltags.IfSqlNode
 
contents - Variable in class org.apache.ibatis.scripting.xmltags.MixedSqlNode
 
contents - Variable in class org.apache.ibatis.scripting.xmltags.TrimSqlNode
 
context - Variable in class org.apache.ibatis.builder.xml.XMLStatementBuilder
 
context - Variable in class org.apache.ibatis.scripting.xmltags.TextSqlNode.BindingTokenParser
 
context - Variable in class org.apache.ibatis.scripting.xmltags.XMLScriptBuilder
 
ContextAccessor() - Constructor for class org.apache.ibatis.scripting.xmltags.DynamicContext.ContextAccessor
 
ContextMap(MetaObject, boolean) - Constructor for class org.apache.ibatis.scripting.xmltags.DynamicContext.ContextMap
 
convertArgsToSqlCommandParam(Object[]) - Method in class org.apache.ibatis.binding.MapperMethod.MethodSignature
 
convertToArray(List<E>) - Method in class org.apache.ibatis.binding.MapperMethod
 
convertToDeclaredCollection(Configuration, List<E>) - Method in class org.apache.ibatis.binding.MapperMethod
 
convertToObjectArray(byte[]) - Static method in class org.apache.ibatis.type.ByteArrayUtils
 
convertToPrimitiveArray(Byte[]) - Static method in class org.apache.ibatis.type.ByteArrayUtils
 
convertToProperties(Property[]) - Method in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
 
convertValue(MetaObject, String, String) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSourceFactory
 
copyBeanProperties(Class<?>, Object, Object) - Static method in class org.apache.ibatis.reflection.property.PropertyCopier
 
copyExternalResource(File, File) - Static method in class org.apache.ibatis.io.ExternalResources
Deprecated.
 
count - Variable in class org.apache.ibatis.cache.CacheKey
 
crateProxy(Class<?>, MethodHandler, List<Class<?>>, List<Object>) - Static method in class org.apache.ibatis.executor.loader.javassist.JavassistProxyFactory
 
crateProxy(Class<?>, Callback, List<Class<?>>, List<Object>) - Static method in class org.apache.ibatis.executor.loader.cglib.CglibProxyFactory
 
create(Class<T>) - Method in class org.apache.ibatis.reflection.factory.DefaultObjectFactory
 
create(Class<T>) - Method in interface org.apache.ibatis.reflection.factory.ObjectFactory
Creates a new object with default constructor.
create(Class<T>, List<Class<?>>, List<Object>) - Method in class org.apache.ibatis.reflection.factory.DefaultObjectFactory
 
create(Class<T>, List<Class<?>>, List<Object>) - Method in interface org.apache.ibatis.reflection.factory.ObjectFactory
Creates a new object with the specified constructor and params.
createAutomaticMappings(ResultSetWrapper, ResultMap, MetaObject, String) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
createByConstructorSignature(ResultSetWrapper, Class<?>, List<Class<?>>, List<Object>) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
createCacheKey(MappedStatement, Object, RowBounds, BoundSql) - Method in class org.apache.ibatis.executor.BaseExecutor
 
createCacheKey(MappedStatement, Object, RowBounds, BoundSql) - Method in class org.apache.ibatis.executor.CachingExecutor
 
createCacheKey(MappedStatement, Object, RowBounds, BoundSql) - Method in interface org.apache.ibatis.executor.Executor
 
CREATED - Enum constant in enum org.apache.ibatis.cursor.defaults.DefaultCursor.CursorStatus
A freshly created cursor, database ResultSet consuming has not started.
createDeserializationProxy(Object, Map<String, ResultLoaderMap.LoadPair>, ObjectFactory, List<Class<?>>, List<Object>) - Method in class org.apache.ibatis.executor.loader.AbstractSerialStateHolder
 
createDeserializationProxy(Object, Map<String, ResultLoaderMap.LoadPair>, ObjectFactory, List<Class<?>>, List<Object>) - Method in class org.apache.ibatis.executor.loader.cglib.CglibProxyFactory
 
createDeserializationProxy(Object, Map<String, ResultLoaderMap.LoadPair>, ObjectFactory, List<Class<?>>, List<Object>) - Method in class org.apache.ibatis.executor.loader.cglib.CglibSerialStateHolder
 
createDeserializationProxy(Object, Map<String, ResultLoaderMap.LoadPair>, ObjectFactory, List<Class<?>>, List<Object>) - Method in class org.apache.ibatis.executor.loader.javassist.JavassistProxyFactory
 
createDeserializationProxy(Object, Map<String, ResultLoaderMap.LoadPair>, ObjectFactory, List<Class<?>>, List<Object>) - Method in class org.apache.ibatis.executor.loader.javassist.JavassistSerialStateHolder
 
createDiscriminatorResultMaps(String, Class<?>, TypeDiscriminator) - Method in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
 
createDocument(InputSource) - Method in class org.apache.ibatis.parsing.XPathParser
 
createdTimestamp - Variable in class org.apache.ibatis.datasource.pooled.PooledConnection
 
createInstance(String) - Method in class org.apache.ibatis.builder.BaseBuilder
 
createKeyForMultipleResults(ResultSet, ResultMapping, String, String) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
createParameterHandler(MappedStatement, Object, BoundSql) - Method in interface org.apache.ibatis.scripting.LanguageDriver
Creates a ParameterHandler that passes the actual parameters to the the JDBC statement.
createParameterHandler(MappedStatement, Object, BoundSql) - Method in class org.apache.ibatis.scripting.xmltags.XMLLanguageDriver
 
createParameterizedResultObject(ResultSetWrapper, Class<?>, List<ResultMapping>, List<Class<?>>, List<Object>, String) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
createParser(TokenHandler) - Method in class org.apache.ibatis.scripting.xmltags.TextSqlNode
 
createPrimitiveResultObject(ResultSetWrapper, ResultMap, String) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
createProxy(Object, Map<String, ResultLoaderMap.LoadPair>, ObjectFactory, List<Class<?>>, List<Object>) - Static method in class org.apache.ibatis.executor.loader.cglib.CglibProxyFactory.EnhancedDeserializationProxyImpl
 
createProxy(Object, Map<String, ResultLoaderMap.LoadPair>, ObjectFactory, List<Class<?>>, List<Object>) - Static method in class org.apache.ibatis.executor.loader.javassist.JavassistProxyFactory.EnhancedDeserializationProxyImpl
 
createProxy(Object, ResultLoaderMap, Configuration, ObjectFactory, List<Class<?>>, List<Object>) - Method in class org.apache.ibatis.executor.loader.cglib.CglibProxyFactory
 
createProxy(Object, ResultLoaderMap, Configuration, ObjectFactory, List<Class<?>>, List<Object>) - Static method in class org.apache.ibatis.executor.loader.cglib.CglibProxyFactory.EnhancedResultObjectProxyImpl
 
createProxy(Object, ResultLoaderMap, Configuration, ObjectFactory, List<Class<?>>, List<Object>) - Method in class org.apache.ibatis.executor.loader.javassist.JavassistProxyFactory
 
createProxy(Object, ResultLoaderMap, Configuration, ObjectFactory, List<Class<?>>, List<Object>) - Static method in class org.apache.ibatis.executor.loader.javassist.JavassistProxyFactory.EnhancedResultObjectProxyImpl
 
createProxy(Object, ResultLoaderMap, Configuration, ObjectFactory, List<Class<?>>, List<Object>) - Method in interface org.apache.ibatis.executor.loader.ProxyFactory
 
createResultObject(ResultSetWrapper, ResultMap, List<Class<?>>, List<Object>, String) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
createResultObject(ResultSetWrapper, ResultMap, ResultLoaderMap, String) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
createRowKey(ResultMap, ResultSetWrapper, String) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
createRowKeyForMap(ResultSetWrapper, CacheKey) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
createRowKeyForMappedProperties(ResultMap, ResultSetWrapper, CacheKey, List<ResultMapping>, String) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
createRowKeyForUnmappedProperties(ResultMap, ResultSetWrapper, CacheKey, String) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
createSqlSource(Object) - Method in class org.apache.ibatis.builder.annotation.ProviderSqlSource
 
createSqlSource(Configuration, String, Class<?>) - Method in class org.apache.ibatis.scripting.defaults.RawLanguageDriver
 
createSqlSource(Configuration, String, Class<?>) - Method in interface org.apache.ibatis.scripting.LanguageDriver
Creates an SqlSource that will hold the statement read from an annotation.
createSqlSource(Configuration, String, Class<?>) - Method in class org.apache.ibatis.scripting.xmltags.XMLLanguageDriver
 
createSqlSource(Configuration, XNode, Class<?>) - Method in class org.apache.ibatis.scripting.defaults.RawLanguageDriver
 
createSqlSource(Configuration, XNode, Class<?>) - Method in interface org.apache.ibatis.scripting.LanguageDriver
Creates an SqlSource that will hold the statement read from a mapper xml file.
createSqlSource(Configuration, XNode, Class<?>) - Method in class org.apache.ibatis.scripting.xmltags.XMLLanguageDriver
 
createUsingConstructor(ResultSetWrapper, Class<?>, List<Class<?>>, List<Object>, Constructor<?>) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
createVFS() - Static method in class org.apache.ibatis.io.VFS.VFSHolder
 
creatorThreadId - Variable in class org.apache.ibatis.executor.loader.ResultLoader
 
currentCache - Variable in class org.apache.ibatis.builder.MapperBuilderAssistant
 
currentNamespace - Variable in class org.apache.ibatis.builder.MapperBuilderAssistant
 
currentSql - Variable in class org.apache.ibatis.executor.BatchExecutor
 
currentStatement - Variable in class org.apache.ibatis.executor.BatchExecutor
 
Cursor<T> - Interface in org.apache.ibatis.cursor
Cursor contract to handle fetching items lazily using an Iterator.
CURSOR - Enum constant in enum org.apache.ibatis.type.JdbcType
 
cursorIterator - Variable in class org.apache.ibatis.cursor.defaults.DefaultCursor
 
CursorIterator() - Constructor for class org.apache.ibatis.cursor.defaults.DefaultCursor.CursorIterator
 
cursorList - Variable in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
CursorStatus() - Constructor for enum org.apache.ibatis.cursor.defaults.DefaultCursor.CursorStatus
 
CustomObjectInputStream(InputStream) - Constructor for class org.apache.ibatis.cache.decorators.SerializedCache.CustomObjectInputStream
 
cycleKeyList(Object) - Method in class org.apache.ibatis.cache.decorators.FifoCache
 
cycleKeyList(Object) - Method in class org.apache.ibatis.cache.decorators.LruCache
 

D

DATA_SOURCE - Static variable in class org.apache.ibatis.datasource.jndi.JndiDataSourceFactory
 
DATABASE_ID_KEY - Static variable in class org.apache.ibatis.scripting.xmltags.DynamicContext
 
databaseId - Variable in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder.AnnotationWrapper
 
databaseId - Variable in class org.apache.ibatis.builder.annotation.ProviderContext
 
databaseId - Variable in class org.apache.ibatis.mapping.MappedStatement
 
databaseId - Variable in class org.apache.ibatis.session.Configuration
 
databaseId() - Element in annotation type org.apache.ibatis.annotations.Delete
 
databaseId() - Element in annotation type org.apache.ibatis.annotations.DeleteProvider
 
databaseId() - Element in annotation type org.apache.ibatis.annotations.Insert
 
databaseId() - Element in annotation type org.apache.ibatis.annotations.InsertProvider
 
databaseId() - Element in annotation type org.apache.ibatis.annotations.Options
 
databaseId() - Element in annotation type org.apache.ibatis.annotations.Select
 
databaseId() - Element in annotation type org.apache.ibatis.annotations.SelectKey
 
databaseId() - Element in annotation type org.apache.ibatis.annotations.SelectProvider
 
databaseId() - Element in annotation type org.apache.ibatis.annotations.Update
 
databaseId() - Element in annotation type org.apache.ibatis.annotations.UpdateProvider
 
databaseId(String) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
 
databaseIdMatchesCurrent(String, String, String) - Method in class org.apache.ibatis.builder.xml.XMLMapperBuilder
 
databaseIdMatchesCurrent(String, String, String) - Method in class org.apache.ibatis.builder.xml.XMLStatementBuilder
 
DatabaseIdProvider - Interface in org.apache.ibatis.mapping
Should return an id to identify the type of this database.
databaseIdProviderElement(XNode) - Method in class org.apache.ibatis.builder.xml.XMLConfigBuilder
 
DATALINK - Enum constant in enum org.apache.ibatis.type.JdbcType
 
dataSource - Variable in class org.apache.ibatis.datasource.jndi.JndiDataSourceFactory
 
dataSource - Variable in class org.apache.ibatis.datasource.pooled.PooledConnection
 
dataSource - Variable in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
dataSource - Variable in class org.apache.ibatis.datasource.pooled.PoolState
 
dataSource - Variable in class org.apache.ibatis.datasource.unpooled.UnpooledDataSourceFactory
 
dataSource - Variable in class org.apache.ibatis.mapping.Environment.Builder
 
dataSource - Variable in class org.apache.ibatis.mapping.Environment
 
dataSource - Variable in class org.apache.ibatis.transaction.jdbc.JdbcTransaction
 
dataSource - Variable in class org.apache.ibatis.transaction.managed.ManagedTransaction
 
dataSource(DataSource) - Method in class org.apache.ibatis.mapping.Environment.Builder
 
dataSourceElement(XNode) - Method in class org.apache.ibatis.builder.xml.XMLConfigBuilder
 
DataSourceException - Exception in org.apache.ibatis.datasource
 
DataSourceException() - Constructor for exception org.apache.ibatis.datasource.DataSourceException
 
DataSourceException(String) - Constructor for exception org.apache.ibatis.datasource.DataSourceException
 
DataSourceException(String, Throwable) - Constructor for exception org.apache.ibatis.datasource.DataSourceException
 
DataSourceException(Throwable) - Constructor for exception org.apache.ibatis.datasource.DataSourceException
 
DataSourceFactory - Interface in org.apache.ibatis.datasource
 
DATE - Enum constant in enum org.apache.ibatis.jdbc.Null
 
DATE - Enum constant in enum org.apache.ibatis.type.JdbcType
 
dateAndTimeApiExists - Static variable in class org.apache.ibatis.reflection.Jdk
Deprecated.
Since 3.5.0, Will remove this field at feature(next major version up)
DateOnlyTypeHandler - Class in org.apache.ibatis.type
 
DateOnlyTypeHandler() - Constructor for class org.apache.ibatis.type.DateOnlyTypeHandler
 
DATETIMEOFFSET - Enum constant in enum org.apache.ibatis.type.JdbcType
 
DateTypeHandler - Class in org.apache.ibatis.type
 
DateTypeHandler() - Constructor for class org.apache.ibatis.type.DateTypeHandler
 
debug(String) - Method in class org.apache.ibatis.logging.commons.JakartaCommonsLoggingImpl
 
debug(String) - Method in class org.apache.ibatis.logging.jdk14.Jdk14LoggingImpl
 
debug(String) - Method in interface org.apache.ibatis.logging.Log
 
debug(String) - Method in class org.apache.ibatis.logging.log4j.Log4jImpl
 
debug(String) - Method in class org.apache.ibatis.logging.log4j2.Log4j2AbstractLoggerImpl
 
debug(String) - Method in class org.apache.ibatis.logging.log4j2.Log4j2Impl
 
debug(String) - Method in class org.apache.ibatis.logging.log4j2.Log4j2LoggerImpl
 
debug(String) - Method in class org.apache.ibatis.logging.nologging.NoLoggingImpl
 
debug(String) - Method in class org.apache.ibatis.logging.slf4j.Slf4jImpl
 
debug(String) - Method in class org.apache.ibatis.logging.slf4j.Slf4jLocationAwareLoggerImpl
 
debug(String) - Method in class org.apache.ibatis.logging.slf4j.Slf4jLoggerImpl
 
debug(String) - Method in class org.apache.ibatis.logging.stdout.StdOutImpl
 
debug(String, boolean) - Method in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
 
DECIMAL - Enum constant in enum org.apache.ibatis.type.JdbcType
 
decorators - Variable in class org.apache.ibatis.mapping.CacheBuilder
 
DEFAULT - Enum constant in enum org.apache.ibatis.annotations.Options.FlushCachePolicy
false for select statement; true for insert/update/delete statement.
DEFAULT - Enum constant in enum org.apache.ibatis.mapping.FetchType
 
DEFAULT - Enum constant in enum org.apache.ibatis.mapping.ResultSetType
behavior with same as unset (driver dependent).
DEFAULT - Static variable in class org.apache.ibatis.session.RowBounds
 
DEFAULT_DELIMITER - Static variable in class org.apache.ibatis.jdbc.ScriptRunner
 
DEFAULT_HASHCODE - Static variable in class org.apache.ibatis.cache.CacheKey
 
DEFAULT_MULTIPLIER - Static variable in class org.apache.ibatis.cache.CacheKey
 
DEFAULT_OBJECT_FACTORY - Static variable in class org.apache.ibatis.reflection.SystemMetaObject
 
DEFAULT_OBJECT_WRAPPER_FACTORY - Static variable in class org.apache.ibatis.reflection.SystemMetaObject
 
DEFAULT_VALUE_SEPARATOR - Static variable in class org.apache.ibatis.parsing.PropertyParser
 
defaultClassLoader - Variable in class org.apache.ibatis.io.ClassLoaderWrapper
 
defaultConstructor - Variable in class org.apache.ibatis.reflection.Reflector
 
DefaultCursor<T> - Class in org.apache.ibatis.cursor.defaults
This is the default implementation of a MyBatis Cursor.
DefaultCursor(DefaultResultSetHandler, ResultMap, ResultSetWrapper, RowBounds) - Constructor for class org.apache.ibatis.cursor.defaults.DefaultCursor
 
DefaultCursor.CursorIterator - Class in org.apache.ibatis.cursor.defaults
 
DefaultCursor.CursorStatus - Enum in org.apache.ibatis.cursor.defaults
 
DefaultCursor.ObjectWrapperResultHandler<T> - Class in org.apache.ibatis.cursor.defaults
 
DefaultDatabaseIdProvider - Class in org.apache.ibatis.mapping
Deprecated.
DefaultDatabaseIdProvider() - Constructor for class org.apache.ibatis.mapping.DefaultDatabaseIdProvider
Deprecated.
 
defaultDriverClass - Variable in class org.apache.ibatis.scripting.LanguageDriverRegistry
 
defaultEnumTypeHandler - Variable in class org.apache.ibatis.type.TypeHandlerRegistry
 
defaultExecutorType - Variable in class org.apache.ibatis.session.Configuration
 
defaultFetchSize - Variable in class org.apache.ibatis.session.Configuration
 
DefaultMapResultHandler<K,V> - Class in org.apache.ibatis.executor.result
 
DefaultMapResultHandler(String, ObjectFactory, ObjectWrapperFactory, ReflectorFactory) - Constructor for class org.apache.ibatis.executor.result.DefaultMapResultHandler
 
DefaultMethodInvoker(MethodHandle) - Constructor for class org.apache.ibatis.binding.MapperProxy.DefaultMethodInvoker
 
defaultNetworkTimeout - Variable in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
DefaultObjectFactory - Class in org.apache.ibatis.reflection.factory
 
DefaultObjectFactory() - Constructor for class org.apache.ibatis.reflection.factory.DefaultObjectFactory
 
DefaultObjectWrapperFactory - Class in org.apache.ibatis.reflection.wrapper
 
DefaultObjectWrapperFactory() - Constructor for class org.apache.ibatis.reflection.wrapper.DefaultObjectWrapperFactory
 
DefaultParameterHandler - Class in org.apache.ibatis.scripting.defaults
 
DefaultParameterHandler(MappedStatement, Object, BoundSql) - Constructor for class org.apache.ibatis.scripting.defaults.DefaultParameterHandler
 
DefaultReflectorFactory - Class in org.apache.ibatis.reflection
 
DefaultReflectorFactory() - Constructor for class org.apache.ibatis.reflection.DefaultReflectorFactory
 
DefaultResultContext<T> - Class in org.apache.ibatis.executor.result
 
DefaultResultContext() - Constructor for class org.apache.ibatis.executor.result.DefaultResultContext
 
DefaultResultHandler - Class in org.apache.ibatis.executor.result
 
DefaultResultHandler() - Constructor for class org.apache.ibatis.executor.result.DefaultResultHandler
 
DefaultResultHandler(ObjectFactory) - Constructor for class org.apache.ibatis.executor.result.DefaultResultHandler
 
DefaultResultSetHandler - Class in org.apache.ibatis.executor.resultset
 
DefaultResultSetHandler(Executor, MappedStatement, ParameterHandler, ResultHandler<?>, BoundSql, RowBounds) - Constructor for class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
DefaultResultSetHandler.PendingRelation - Class in org.apache.ibatis.executor.resultset
 
DefaultResultSetHandler.UnMappedColumnAutoMapping - Class in org.apache.ibatis.executor.resultset
 
defaultResultSetType - Variable in class org.apache.ibatis.session.Configuration
 
defaultSqlNode - Variable in class org.apache.ibatis.scripting.xmltags.ChooseSqlNode
 
defaultSqlProviderType - Variable in class org.apache.ibatis.session.Configuration
 
DefaultSqlSession - Class in org.apache.ibatis.session.defaults
The default implementation for SqlSession.
DefaultSqlSession(Configuration, Executor) - Constructor for class org.apache.ibatis.session.defaults.DefaultSqlSession
 
DefaultSqlSession(Configuration, Executor, boolean) - Constructor for class org.apache.ibatis.session.defaults.DefaultSqlSession
 
DefaultSqlSession.StrictMap<V> - Class in org.apache.ibatis.session.defaults
Deprecated.
Since 3.5.5
DefaultSqlSessionFactory - Class in org.apache.ibatis.session.defaults
 
DefaultSqlSessionFactory(Configuration) - Constructor for class org.apache.ibatis.session.defaults.DefaultSqlSessionFactory
 
defaultStatementTimeout - Variable in class org.apache.ibatis.session.Configuration
 
defaultTransactionIsolationLevel - Variable in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
defaultValueSeparator - Variable in class org.apache.ibatis.parsing.PropertyParser.VariableTokenHandler
 
DefaultVFS - Class in org.apache.ibatis.io
A default implementation of VFS that works for most application servers.
DefaultVFS() - Constructor for class org.apache.ibatis.io.DefaultVFS
 
deferLoad(MappedStatement, MetaObject, String, CacheKey, Class<?>) - Method in class org.apache.ibatis.executor.BaseExecutor
 
deferLoad(MappedStatement, MetaObject, String, CacheKey, Class<?>) - Method in class org.apache.ibatis.executor.CachingExecutor
 
deferLoad(MappedStatement, MetaObject, String, CacheKey, Class<?>) - Method in interface org.apache.ibatis.executor.Executor
 
DEFERRED - Static variable in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
DeferredLoad(MetaObject, String, CacheKey, PerpetualCache, Configuration, Class<?>) - Constructor for class org.apache.ibatis.executor.BaseExecutor.DeferredLoad
 
deferredLoads - Variable in class org.apache.ibatis.executor.BaseExecutor
 
delegate - Variable in class org.apache.ibatis.cache.decorators.BlockingCache
 
delegate - Variable in class org.apache.ibatis.cache.decorators.FifoCache
 
delegate - Variable in class org.apache.ibatis.cache.decorators.LoggingCache
 
delegate - Variable in class org.apache.ibatis.cache.decorators.LruCache
 
delegate - Variable in class org.apache.ibatis.cache.decorators.ScheduledCache
 
delegate - Variable in class org.apache.ibatis.cache.decorators.SerializedCache
 
delegate - Variable in class org.apache.ibatis.cache.decorators.SoftCache
 
delegate - Variable in class org.apache.ibatis.cache.decorators.SynchronizedCache
 
delegate - Variable in class org.apache.ibatis.cache.decorators.TransactionalCache
 
delegate - Variable in class org.apache.ibatis.cache.decorators.WeakCache
 
delegate - Variable in class org.apache.ibatis.executor.CachingExecutor
 
delegate - Variable in class org.apache.ibatis.executor.statement.RoutingStatementHandler
 
delegate - Variable in class org.apache.ibatis.scripting.xmltags.ForEachSqlNode.FilteredDynamicContext
 
delegate - Variable in class org.apache.ibatis.scripting.xmltags.ForEachSqlNode.PrefixedContext
 
delegate - Variable in class org.apache.ibatis.scripting.xmltags.TrimSqlNode.FilteredDynamicContext
 
delete(String) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
delete(String) - Method in interface org.apache.ibatis.session.SqlSession
Execute a delete statement.
delete(String) - Method in class org.apache.ibatis.session.SqlSessionManager
 
delete(String, Object) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
delete(String, Object) - Method in interface org.apache.ibatis.session.SqlSession
Execute a delete statement.
delete(String, Object) - Method in class org.apache.ibatis.session.SqlSessionManager
 
delete(String, Object...) - Method in class org.apache.ibatis.jdbc.SqlRunner
Executes a DELETE statement.
Delete - Annotation Type in org.apache.ibatis.annotations
The annotation that specify an SQL for deleting record(s).
DELETE - Enum constant in enum org.apache.ibatis.jdbc.AbstractSQL.SQLStatement.StatementType
 
DELETE - Enum constant in enum org.apache.ibatis.mapping.SqlCommandType
 
DELETE_FROM(String) - Method in class org.apache.ibatis.jdbc.AbstractSQL
 
DELETE_FROM(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
Deprecated.
 
Delete.List - Annotation Type in org.apache.ibatis.annotations
The container annotation for Delete.
DeleteProvider - Annotation Type in org.apache.ibatis.annotations
The annotation that specify a method that provide an SQL for deleting record(s).
DeleteProvider.List - Annotation Type in org.apache.ibatis.annotations
The container annotation for DeleteProvider.
deleteSQL(AbstractSQL.SafeAppendable) - Method in class org.apache.ibatis.jdbc.AbstractSQL.SQLStatement
 
delimitedStringToArray(String) - Static method in class org.apache.ibatis.mapping.MappedStatement
 
delimiter - Variable in class org.apache.ibatis.jdbc.ScriptRunner
 
DELIMITER_PATTERN - Static variable in class org.apache.ibatis.jdbc.ScriptRunner
 
deserialize(byte[]) - Method in class org.apache.ibatis.cache.decorators.SerializedCache
 
dirty - Variable in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
discriminator - Variable in class org.apache.ibatis.builder.ResultMapResolver
 
discriminator - Variable in class org.apache.ibatis.mapping.Discriminator.Builder
 
discriminator - Variable in class org.apache.ibatis.mapping.ResultMap
 
discriminator(Discriminator) - Method in class org.apache.ibatis.mapping.ResultMap.Builder
 
Discriminator - Class in org.apache.ibatis.mapping
 
Discriminator() - Constructor for class org.apache.ibatis.mapping.Discriminator
 
Discriminator.Builder - Class in org.apache.ibatis.mapping
 
discriminatorMap - Variable in class org.apache.ibatis.mapping.Discriminator
 
distinct - Variable in class org.apache.ibatis.jdbc.AbstractSQL.SQLStatement
 
DISTINCT - Enum constant in enum org.apache.ibatis.type.JdbcType
 
doAction(MappedStatement, String, String, Class<?>) - Method in enum org.apache.ibatis.session.AutoMappingUnknownColumnBehavior
Perform the action when detects an unknown column (or unknown property type) of automatic mapping target.
document - Variable in class org.apache.ibatis.parsing.XPathParser
 
doFlushStatements(boolean) - Method in class org.apache.ibatis.executor.BaseExecutor
 
doFlushStatements(boolean) - Method in class org.apache.ibatis.executor.BatchExecutor
 
doFlushStatements(boolean) - Method in class org.apache.ibatis.executor.loader.ResultLoaderMap.ClosedExecutor
 
doFlushStatements(boolean) - Method in class org.apache.ibatis.executor.ReuseExecutor
 
doFlushStatements(boolean) - Method in class org.apache.ibatis.executor.SimpleExecutor
 
doGetConnection(String, String) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
doGetConnection(Properties) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
doQuery(MappedStatement, Object, RowBounds, ResultHandler, BoundSql) - Method in class org.apache.ibatis.executor.BaseExecutor
 
doQuery(MappedStatement, Object, RowBounds, ResultHandler, BoundSql) - Method in class org.apache.ibatis.executor.BatchExecutor
 
doQuery(MappedStatement, Object, RowBounds, ResultHandler, BoundSql) - Method in class org.apache.ibatis.executor.loader.ResultLoaderMap.ClosedExecutor
 
doQuery(MappedStatement, Object, RowBounds, ResultHandler, BoundSql) - Method in class org.apache.ibatis.executor.ReuseExecutor
 
doQuery(MappedStatement, Object, RowBounds, ResultHandler, BoundSql) - Method in class org.apache.ibatis.executor.SimpleExecutor
 
doQueryCursor(MappedStatement, Object, RowBounds, BoundSql) - Method in class org.apache.ibatis.executor.BaseExecutor
 
doQueryCursor(MappedStatement, Object, RowBounds, BoundSql) - Method in class org.apache.ibatis.executor.BatchExecutor
 
doQueryCursor(MappedStatement, Object, RowBounds, BoundSql) - Method in class org.apache.ibatis.executor.loader.ResultLoaderMap.ClosedExecutor
 
doQueryCursor(MappedStatement, Object, RowBounds, BoundSql) - Method in class org.apache.ibatis.executor.ReuseExecutor
 
doQueryCursor(MappedStatement, Object, RowBounds, BoundSql) - Method in class org.apache.ibatis.executor.SimpleExecutor
 
DOUBLE - Enum constant in enum org.apache.ibatis.jdbc.Null
 
DOUBLE - Enum constant in enum org.apache.ibatis.type.JdbcType
 
DoubleTypeHandler - Class in org.apache.ibatis.type
 
DoubleTypeHandler() - Constructor for class org.apache.ibatis.type.DoubleTypeHandler
 
doUpdate(MappedStatement, Object) - Method in class org.apache.ibatis.executor.BaseExecutor
 
doUpdate(MappedStatement, Object) - Method in class org.apache.ibatis.executor.BatchExecutor
 
doUpdate(MappedStatement, Object) - Method in class org.apache.ibatis.executor.loader.ResultLoaderMap.ClosedExecutor
 
doUpdate(MappedStatement, Object) - Method in class org.apache.ibatis.executor.ReuseExecutor
 
doUpdate(MappedStatement, Object) - Method in class org.apache.ibatis.executor.SimpleExecutor
 
driver - Variable in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
driver - Variable in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource.DriverProxy
 
DRIVER_PROPERTY_PREFIX - Static variable in class org.apache.ibatis.datasource.unpooled.UnpooledDataSourceFactory
 
DRIVER_PROPERTY_PREFIX_LENGTH - Static variable in class org.apache.ibatis.datasource.unpooled.UnpooledDataSourceFactory
 
driverClassLoader - Variable in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
driverProperties - Variable in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
DriverProxy(Driver) - Constructor for class org.apache.ibatis.datasource.unpooled.UnpooledDataSource.DriverProxy
 
DynamicCheckerTokenParser() - Constructor for class org.apache.ibatis.scripting.xmltags.TextSqlNode.DynamicCheckerTokenParser
 
DynamicContext - Class in org.apache.ibatis.scripting.xmltags
 
DynamicContext(Configuration, Object) - Constructor for class org.apache.ibatis.scripting.xmltags.DynamicContext
 
DynamicContext.ContextAccessor - Class in org.apache.ibatis.scripting.xmltags
 
DynamicContext.ContextMap - Class in org.apache.ibatis.scripting.xmltags
 
DynamicSqlSource - Class in org.apache.ibatis.scripting.xmltags
 
DynamicSqlSource(Configuration, SqlNode) - Constructor for class org.apache.ibatis.scripting.xmltags.DynamicSqlSource
 

E

EAGER - Enum constant in enum org.apache.ibatis.mapping.FetchType
 
eldestKey - Variable in class org.apache.ibatis.cache.decorators.LruCache
 
empty - Variable in class org.apache.ibatis.jdbc.AbstractSQL.SafeAppendable
 
ENABLE_DEFAULT_VALUE - Static variable in class org.apache.ibatis.parsing.PropertyParser
 
enableDefaultValue - Variable in class org.apache.ibatis.parsing.PropertyParser.VariableTokenHandler
 
EnhancedDeserializationProxyImpl(Class<?>, Map<String, ResultLoaderMap.LoadPair>, ObjectFactory, List<Class<?>>, List<Object>) - Constructor for class org.apache.ibatis.executor.loader.cglib.CglibProxyFactory.EnhancedDeserializationProxyImpl
 
EnhancedDeserializationProxyImpl(Class<?>, Map<String, ResultLoaderMap.LoadPair>, ObjectFactory, List<Class<?>>, List<Object>) - Constructor for class org.apache.ibatis.executor.loader.javassist.JavassistProxyFactory.EnhancedDeserializationProxyImpl
 
EnhancedResultObjectProxyImpl(Class<?>, ResultLoaderMap, Configuration, ObjectFactory, List<Class<?>>, List<Object>) - Constructor for class org.apache.ibatis.executor.loader.cglib.CglibProxyFactory.EnhancedResultObjectProxyImpl
 
EnhancedResultObjectProxyImpl(Class<?>, ResultLoaderMap, Configuration, ObjectFactory, List<Class<?>>, List<Object>) - Constructor for class org.apache.ibatis.executor.loader.javassist.JavassistProxyFactory.EnhancedResultObjectProxyImpl
 
ensureNoOutParams(MappedStatement, BoundSql) - Method in class org.apache.ibatis.executor.CachingExecutor
 
ensureNoRowBounds() - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
entityResolver - Variable in class org.apache.ibatis.parsing.XPathParser
 
entriesMissedInCache - Variable in class org.apache.ibatis.cache.decorators.TransactionalCache
 
entriesToAddOnCommit - Variable in class org.apache.ibatis.cache.decorators.TransactionalCache
 
entry(K, V) - Static method in class org.apache.ibatis.executor.keygen.Jdbc3KeyGenerator
 
EnumOrdinalTypeHandler<E extends Enum<E>> - Class in org.apache.ibatis.type
 
EnumOrdinalTypeHandler(Class<E>) - Constructor for class org.apache.ibatis.type.EnumOrdinalTypeHandler
 
enums - Variable in class org.apache.ibatis.type.EnumOrdinalTypeHandler
 
EnumTypeHandler<E extends Enum<E>> - Class in org.apache.ibatis.type
 
EnumTypeHandler(Class<E>) - Constructor for class org.apache.ibatis.type.EnumTypeHandler
 
ENV_PREFIX - Static variable in class org.apache.ibatis.datasource.jndi.JndiDataSourceFactory
 
environment - Variable in class org.apache.ibatis.builder.xml.XMLConfigBuilder
 
environment - Variable in class org.apache.ibatis.session.Configuration
 
Environment - Class in org.apache.ibatis.mapping
 
Environment(String, TransactionFactory, DataSource) - Constructor for class org.apache.ibatis.mapping.Environment
 
Environment.Builder - Class in org.apache.ibatis.mapping
 
environmentsElement(XNode) - Method in class org.apache.ibatis.builder.xml.XMLConfigBuilder
 
equals(Object) - Method in class org.apache.ibatis.cache.CacheKey
 
equals(Object) - Method in class org.apache.ibatis.cache.decorators.LoggingCache
 
equals(Object) - Method in class org.apache.ibatis.cache.decorators.ScheduledCache
 
equals(Object) - Method in class org.apache.ibatis.cache.decorators.SerializedCache
 
equals(Object) - Method in class org.apache.ibatis.cache.decorators.SynchronizedCache
 
equals(Object) - Method in class org.apache.ibatis.cache.impl.PerpetualCache
 
equals(Object) - Method in class org.apache.ibatis.datasource.pooled.PooledConnection
Allows comparing this connection to another.
equals(Object) - Method in class org.apache.ibatis.mapping.ResultMapping
 
equals(Object, Object) - Static method in class org.apache.ibatis.reflection.ArrayUtil
Compares two objects.
error(String) - Method in class org.apache.ibatis.logging.commons.JakartaCommonsLoggingImpl
 
error(String) - Method in class org.apache.ibatis.logging.jdk14.Jdk14LoggingImpl
 
error(String) - Method in interface org.apache.ibatis.logging.Log
 
error(String) - Method in class org.apache.ibatis.logging.log4j.Log4jImpl
 
error(String) - Method in class org.apache.ibatis.logging.log4j2.Log4j2AbstractLoggerImpl
 
error(String) - Method in class org.apache.ibatis.logging.log4j2.Log4j2Impl
 
error(String) - Method in class org.apache.ibatis.logging.log4j2.Log4j2LoggerImpl
 
error(String) - Method in class org.apache.ibatis.logging.nologging.NoLoggingImpl
 
error(String) - Method in class org.apache.ibatis.logging.slf4j.Slf4jImpl
 
error(String) - Method in class org.apache.ibatis.logging.slf4j.Slf4jLocationAwareLoggerImpl
 
error(String) - Method in class org.apache.ibatis.logging.slf4j.Slf4jLoggerImpl
 
error(String) - Method in class org.apache.ibatis.logging.stdout.StdOutImpl
 
error(String, Throwable) - Method in class org.apache.ibatis.logging.commons.JakartaCommonsLoggingImpl
 
error(String, Throwable) - Method in class org.apache.ibatis.logging.jdk14.Jdk14LoggingImpl
 
error(String, Throwable) - Method in interface org.apache.ibatis.logging.Log
 
error(String, Throwable) - Method in class org.apache.ibatis.logging.log4j.Log4jImpl
 
error(String, Throwable) - Method in class org.apache.ibatis.logging.log4j2.Log4j2AbstractLoggerImpl
 
error(String, Throwable) - Method in class org.apache.ibatis.logging.log4j2.Log4j2Impl
 
error(String, Throwable) - Method in class org.apache.ibatis.logging.log4j2.Log4j2LoggerImpl
 
error(String, Throwable) - Method in class org.apache.ibatis.logging.nologging.NoLoggingImpl
 
error(String, Throwable) - Method in class org.apache.ibatis.logging.slf4j.Slf4jImpl
 
error(String, Throwable) - Method in class org.apache.ibatis.logging.slf4j.Slf4jLocationAwareLoggerImpl
 
error(String, Throwable) - Method in class org.apache.ibatis.logging.slf4j.Slf4jLoggerImpl
 
error(String, Throwable) - Method in class org.apache.ibatis.logging.stdout.StdOutImpl
 
ErrorContext - Class in org.apache.ibatis.executor
 
ErrorContext() - Constructor for class org.apache.ibatis.executor.ErrorContext
 
errorLogWriter - Variable in class org.apache.ibatis.jdbc.ScriptRunner
 
escapeProcessing - Variable in class org.apache.ibatis.jdbc.ScriptRunner
 
evalBoolean(Object, String) - Method in class org.apache.ibatis.parsing.XPathParser
 
evalBoolean(String) - Method in class org.apache.ibatis.parsing.XNode
 
evalBoolean(String) - Method in class org.apache.ibatis.parsing.XPathParser
 
evalDouble(Object, String) - Method in class org.apache.ibatis.parsing.XPathParser
 
evalDouble(String) - Method in class org.apache.ibatis.parsing.XNode
 
evalDouble(String) - Method in class org.apache.ibatis.parsing.XPathParser
 
evalFloat(Object, String) - Method in class org.apache.ibatis.parsing.XPathParser
 
evalFloat(String) - Method in class org.apache.ibatis.parsing.XPathParser
 
evalInteger(Object, String) - Method in class org.apache.ibatis.parsing.XPathParser
 
evalInteger(String) - Method in class org.apache.ibatis.parsing.XPathParser
 
evalLong(Object, String) - Method in class org.apache.ibatis.parsing.XPathParser
 
evalLong(String) - Method in class org.apache.ibatis.parsing.XPathParser
 
evalNode(Object, String) - Method in class org.apache.ibatis.parsing.XPathParser
 
evalNode(String) - Method in class org.apache.ibatis.parsing.XNode
 
evalNode(String) - Method in class org.apache.ibatis.parsing.XPathParser
 
evalNodes(Object, String) - Method in class org.apache.ibatis.parsing.XPathParser
 
evalNodes(String) - Method in class org.apache.ibatis.parsing.XNode
 
evalNodes(String) - Method in class org.apache.ibatis.parsing.XPathParser
 
evalShort(Object, String) - Method in class org.apache.ibatis.parsing.XPathParser
 
evalShort(String) - Method in class org.apache.ibatis.parsing.XPathParser
 
evalString(Object, String) - Method in class org.apache.ibatis.parsing.XPathParser
 
evalString(String) - Method in class org.apache.ibatis.parsing.XNode
 
evalString(String) - Method in class org.apache.ibatis.parsing.XPathParser
 
evaluate(String, Object, QName) - Method in class org.apache.ibatis.parsing.XPathParser
 
evaluateBoolean(String, Object) - Method in class org.apache.ibatis.scripting.xmltags.ExpressionEvaluator
 
evaluateIterable(String, Object) - Method in class org.apache.ibatis.scripting.xmltags.ExpressionEvaluator
 
evaluator - Variable in class org.apache.ibatis.scripting.xmltags.ForEachSqlNode
 
evaluator - Variable in class org.apache.ibatis.scripting.xmltags.IfSqlNode
 
eviction() - Element in annotation type org.apache.ibatis.annotations.CacheNamespace
Returns the cache evicting implementation type to use.
ExceptionFactory - Class in org.apache.ibatis.exceptions
 
ExceptionFactory() - Constructor for class org.apache.ibatis.exceptions.ExceptionFactory
 
exceptionMessage - Variable in class org.apache.ibatis.reflection.invoker.AmbiguousMethodInvoker
 
ExceptionUtil - Class in org.apache.ibatis.reflection
 
ExceptionUtil() - Constructor for class org.apache.ibatis.reflection.ExceptionUtil
 
execute(SqlSession, Object[]) - Method in class org.apache.ibatis.binding.MapperMethod
 
EXECUTE_METHODS - Static variable in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
 
executeBefore - Variable in class org.apache.ibatis.executor.keygen.SelectKeyGenerator
 
executeForCursor(SqlSession, Object[]) - Method in class org.apache.ibatis.binding.MapperMethod
 
executeForMany(SqlSession, Object[]) - Method in class org.apache.ibatis.binding.MapperMethod
 
executeForMap(SqlSession, Object[]) - Method in class org.apache.ibatis.binding.MapperMethod
 
executeFullScript(Reader) - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
executeLineByLine(Reader) - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
executeStatement(String) - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
executeWithResultHandler(SqlSession, Object[]) - Method in class org.apache.ibatis.binding.MapperMethod
 
EXECUTION_PLACEHOLDER - Enum constant in enum org.apache.ibatis.executor.ExecutionPlaceholder
 
ExecutionPlaceholder - Enum in org.apache.ibatis.executor
 
ExecutionPlaceholder() - Constructor for enum org.apache.ibatis.executor.ExecutionPlaceholder
 
executor - Variable in class org.apache.ibatis.executor.loader.ResultLoader
 
executor - Variable in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
executor - Variable in class org.apache.ibatis.executor.statement.BaseStatementHandler
 
executor - Variable in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
Executor - Interface in org.apache.ibatis.executor
 
ExecutorException - Exception in org.apache.ibatis.executor
 
ExecutorException() - Constructor for exception org.apache.ibatis.executor.ExecutorException
 
ExecutorException(String) - Constructor for exception org.apache.ibatis.executor.ExecutorException
 
ExecutorException(String, Throwable) - Constructor for exception org.apache.ibatis.executor.ExecutorException
 
ExecutorException(Throwable) - Constructor for exception org.apache.ibatis.executor.ExecutorException
 
ExecutorType - Enum in org.apache.ibatis.session
 
ExecutorType() - Constructor for enum org.apache.ibatis.session.ExecutorType
 
expectedConnectionTypeCode - Variable in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
expression - Variable in class org.apache.ibatis.mapping.ParameterMapping
 
expression - Variable in class org.apache.ibatis.scripting.xmltags.VarDeclSqlNode
 
expression(String) - Method in class org.apache.ibatis.mapping.ParameterMapping.Builder
 
expression(String, int) - Method in class org.apache.ibatis.builder.ParameterExpression
 
expressionCache - Static variable in class org.apache.ibatis.scripting.xmltags.OgnlCache
 
ExpressionEvaluator - Class in org.apache.ibatis.scripting.xmltags
 
ExpressionEvaluator() - Constructor for class org.apache.ibatis.scripting.xmltags.ExpressionEvaluator
 
extend - Variable in class org.apache.ibatis.builder.ResultMapResolver
 
ExternalResources - Class in org.apache.ibatis.io
Deprecated.
ExternalResources() - Constructor for class org.apache.ibatis.io.ExternalResources
Deprecated.
 
extractArray(Array) - Method in class org.apache.ibatis.type.ArrayTypeHandler
 
extractNamespace(String) - Method in class org.apache.ibatis.session.Configuration
Extracts namespace from fully qualified statement id.
extractObjectFromList(List<Object>, Class<?>) - Method in class org.apache.ibatis.executor.ResultExtractor
 
extractProviderMethodArguments(Object) - Method in class org.apache.ibatis.builder.annotation.ProviderSqlSource
 
extractProviderMethodArguments(Map<String, Object>, String[]) - Method in class org.apache.ibatis.builder.annotation.ProviderSqlSource
 
extractResultHandler(Object[]) - Method in class org.apache.ibatis.binding.MapperMethod.MethodSignature
 
extractRootCause(Exception) - Method in class org.apache.ibatis.builder.annotation.ProviderSqlSource
 
extractRowBounds(Object[]) - Method in class org.apache.ibatis.binding.MapperMethod.MethodSignature
 

F

FACTORY_METHOD - Static variable in class org.apache.ibatis.executor.loader.ResultLoaderMap.LoadPair
Name of factory method which returns database connection.
FAILING - Enum constant in enum org.apache.ibatis.session.AutoMappingUnknownColumnBehavior
Fail mapping.
fallbackParameterObject - Variable in class org.apache.ibatis.scripting.xmltags.DynamicContext.ContextMap
 
FALSE - Enum constant in enum org.apache.ibatis.annotations.Options.FlushCachePolicy
Does not flush cache regardless of the statement type.
FETCH_FIRST_ROWS_ONLY(int) - Method in class org.apache.ibatis.jdbc.AbstractSQL
Set the fetch first rows value.
FETCH_FIRST_ROWS_ONLY(String) - Method in class org.apache.ibatis.jdbc.AbstractSQL
Set the fetch first rows variable string(e.g.
fetched - Variable in class org.apache.ibatis.cursor.defaults.DefaultCursor.ObjectWrapperResultHandler
 
fetchNextObjectFromDatabase() - Method in class org.apache.ibatis.cursor.defaults.DefaultCursor
 
fetchNextUsingRowBound() - Method in class org.apache.ibatis.cursor.defaults.DefaultCursor
 
fetchSize - Variable in class org.apache.ibatis.mapping.MappedStatement
 
fetchSize() - Element in annotation type org.apache.ibatis.annotations.Options
Returns the fetch size.
fetchSize(Integer) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
 
fetchType() - Element in annotation type org.apache.ibatis.annotations.Many
Returns the fetch strategy for nested statement.
fetchType() - Element in annotation type org.apache.ibatis.annotations.One
Returns the fetch strategy for nested statement.
FetchType - Enum in org.apache.ibatis.mapping
 
FetchType() - Constructor for enum org.apache.ibatis.mapping.FetchType
 
field - Variable in class org.apache.ibatis.reflection.invoker.GetFieldInvoker
 
field - Variable in class org.apache.ibatis.reflection.invoker.SetFieldInvoker
 
FifoCache - Class in org.apache.ibatis.cache.decorators
FIFO (first in, first out) cache decorator.
FifoCache(Cache) - Constructor for class org.apache.ibatis.cache.decorators.FifoCache
 
FilteredDynamicContext(DynamicContext) - Constructor for class org.apache.ibatis.scripting.xmltags.TrimSqlNode.FilteredDynamicContext
 
FilteredDynamicContext(Configuration, DynamicContext, String, String, int) - Constructor for class org.apache.ibatis.scripting.xmltags.ForEachSqlNode.FilteredDynamicContext
 
finalize() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
FINALIZE_METHOD - Static variable in class org.apache.ibatis.executor.loader.AbstractEnhancedDeserializationProxy
 
FINALIZE_METHOD - Static variable in class org.apache.ibatis.executor.loader.cglib.CglibProxyFactory
 
FINALIZE_METHOD - Static variable in class org.apache.ibatis.executor.loader.javassist.JavassistProxyFactory
 
find(ResolverUtil.Test, String) - Method in class org.apache.ibatis.io.ResolverUtil
Scans for classes starting at the package provided and descending into subpackages.
findAnnotated(Class<? extends Annotation>, String...) - Method in class org.apache.ibatis.io.ResolverUtil
Attempts to discover classes that are annotated with the annotation.
findColumnPrefix(Result) - Method in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
 
findDefaultConstructor(Constructor<?>[]) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
findForClass(Class<?>) - Method in class org.apache.ibatis.reflection.DefaultReflectorFactory
 
findForClass(Class<?>) - Method in interface org.apache.ibatis.reflection.ReflectorFactory
 
findImplementations(Class<?>, String...) - Method in class org.apache.ibatis.io.ResolverUtil
Attempts to discover classes that are assignable to the type provided.
findJarForResource(URL) - Method in class org.apache.ibatis.io.DefaultVFS
Attempts to deconstruct the given URL to find a JAR file containing the resource referenced by the URL.
findProperty(String) - Method in class org.apache.ibatis.reflection.MetaClass
 
findProperty(String, boolean) - Method in class org.apache.ibatis.reflection.MetaClass
 
findProperty(String, boolean) - Method in class org.apache.ibatis.reflection.MetaObject
 
findProperty(String, boolean) - Method in class org.apache.ibatis.reflection.wrapper.BeanWrapper
 
findProperty(String, boolean) - Method in class org.apache.ibatis.reflection.wrapper.CollectionWrapper
 
findProperty(String, boolean) - Method in class org.apache.ibatis.reflection.wrapper.MapWrapper
 
findProperty(String, boolean) - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
 
findPropertyName(String) - Method in class org.apache.ibatis.reflection.Reflector
 
findSqlFragment(String, Properties) - Method in class org.apache.ibatis.builder.xml.XMLIncludeTransformer
 
first - Variable in class org.apache.ibatis.logging.jdbc.ResultSetLogger
 
firstInvocation - Static variable in class org.apache.ibatis.io.SerialFilterChecker
 
flags - Variable in class org.apache.ibatis.mapping.ResultMapping
 
flags(List<ResultFlag>) - Method in class org.apache.ibatis.mapping.ResultMapping.Builder
 
FLOAT - Enum constant in enum org.apache.ibatis.jdbc.Null
 
FLOAT - Enum constant in enum org.apache.ibatis.type.JdbcType
 
FloatTypeHandler - Class in org.apache.ibatis.type
 
FloatTypeHandler() - Constructor for class org.apache.ibatis.type.FloatTypeHandler
 
Flush - Annotation Type in org.apache.ibatis.annotations
The maker annotation that invoke a flush statements via Mapper interface.
FLUSH - Enum constant in enum org.apache.ibatis.mapping.SqlCommandType
 
flushCache() - Element in annotation type org.apache.ibatis.annotations.Options
Returns the 2nd cache flush strategy.
flushCacheIfRequired(MappedStatement) - Method in class org.apache.ibatis.executor.CachingExecutor
 
FlushCachePolicy() - Constructor for enum org.apache.ibatis.annotations.Options.FlushCachePolicy
 
flushCacheRequired - Variable in class org.apache.ibatis.mapping.MappedStatement
 
flushCacheRequired(boolean) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
 
flushInterval() - Element in annotation type org.apache.ibatis.annotations.CacheNamespace
Returns the flush interval.
flushPendingEntries() - Method in class org.apache.ibatis.cache.decorators.TransactionalCache
 
flushStatements() - Method in class org.apache.ibatis.executor.BaseExecutor
 
flushStatements() - Method in class org.apache.ibatis.executor.CachingExecutor
 
flushStatements() - Method in interface org.apache.ibatis.executor.Executor
 
flushStatements() - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
flushStatements() - Method in interface org.apache.ibatis.session.SqlSession
Flushes batch statements.
flushStatements() - Method in class org.apache.ibatis.session.SqlSessionManager
 
flushStatements(boolean) - Method in class org.apache.ibatis.executor.BaseExecutor
 
forceCloseAll() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
Closes all active and idle connections in the pool.
forceNestedResultMaps() - Method in class org.apache.ibatis.mapping.ResultMap
 
forClass(Class<?>, ReflectorFactory) - Static method in class org.apache.ibatis.reflection.MetaClass
 
forCode(int) - Static method in enum org.apache.ibatis.type.JdbcType
 
ForEachHandler() - Constructor for class org.apache.ibatis.scripting.xmltags.XMLScriptBuilder.ForEachHandler
 
ForEachSqlNode - Class in org.apache.ibatis.scripting.xmltags
 
ForEachSqlNode(Configuration, SqlNode, String, String, String, String, String, String) - Constructor for class org.apache.ibatis.scripting.xmltags.ForEachSqlNode
 
ForEachSqlNode.FilteredDynamicContext - Class in org.apache.ibatis.scripting.xmltags
 
ForEachSqlNode.PrefixedContext - Class in org.apache.ibatis.scripting.xmltags
 
foreignColumn - Variable in class org.apache.ibatis.mapping.ResultMapping
 
foreignColumn(String) - Method in class org.apache.ibatis.mapping.ResultMapping.Builder
 
forObject(Object) - Static method in class org.apache.ibatis.reflection.SystemMetaObject
 
forObject(Object, ObjectFactory, ObjectWrapperFactory, ReflectorFactory) - Static method in class org.apache.ibatis.reflection.MetaObject
 
FORWARD_ONLY - Enum constant in enum org.apache.ibatis.mapping.ResultSetType
 
FQCN - Static variable in class org.apache.ibatis.logging.log4j.Log4jImpl
 
FQCN - Static variable in class org.apache.ibatis.logging.log4j2.Log4j2AbstractLoggerImpl
 
FQCN - Static variable in class org.apache.ibatis.logging.slf4j.Slf4jLocationAwareLoggerImpl
 
FROM(String) - Method in class org.apache.ibatis.jdbc.AbstractSQL
 
FROM(String) - Static method in class org.apache.ibatis.jdbc.SelectBuilder
Deprecated.
 
FROM(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
Deprecated.
 
FROM(String...) - Method in class org.apache.ibatis.jdbc.AbstractSQL
From.
FULL - Enum constant in enum org.apache.ibatis.session.AutoMappingBehavior
Will auto-map result mappings of any complexity (containing nested or otherwise).
fullLineDelimiter - Variable in class org.apache.ibatis.jdbc.ScriptRunner
 

G

generateKeys(Object) - Method in class org.apache.ibatis.executor.statement.BaseStatementHandler
 
generateResultMapName(Method) - Method in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
 
GENERIC_NAME_PREFIX - Static variable in class org.apache.ibatis.reflection.ParamNameResolver
 
GenericArrayTypeImpl(Type) - Constructor for class org.apache.ibatis.reflection.TypeParameterResolver.GenericArrayTypeImpl
 
genericComponentType - Variable in class org.apache.ibatis.reflection.TypeParameterResolver.GenericArrayTypeImpl
 
GenericTokenParser - Class in org.apache.ibatis.parsing
 
GenericTokenParser(String, String, TokenHandler) - Constructor for class org.apache.ibatis.parsing.GenericTokenParser
 
get(Object) - Method in class org.apache.ibatis.binding.MapperMethod.ParamMap
 
get(Object) - Method in class org.apache.ibatis.scripting.xmltags.DynamicContext.ContextMap
 
get(Object) - Method in class org.apache.ibatis.session.Configuration.StrictMap
 
get(Object) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession.StrictMap
Deprecated.
 
get(PropertyTokenizer) - Method in class org.apache.ibatis.reflection.wrapper.BeanWrapper
 
get(PropertyTokenizer) - Method in class org.apache.ibatis.reflection.wrapper.CollectionWrapper
 
get(PropertyTokenizer) - Method in class org.apache.ibatis.reflection.wrapper.MapWrapper
 
get(PropertyTokenizer) - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
 
getActiveConnectionCount() - Method in class org.apache.ibatis.datasource.pooled.PoolState
 
getActualParamName(Method, int) - Method in class org.apache.ibatis.reflection.ParamNameResolver
 
getActualTypeArguments() - Method in class org.apache.ibatis.reflection.TypeParameterResolver.ParameterizedTypeImpl
 
getAdditionalParameter(String) - Method in class org.apache.ibatis.mapping.BoundSql
 
getAge() - Method in class org.apache.ibatis.datasource.pooled.PooledConnection
Getter for the age of the connection.
getAllInterfaces(Class<?>, Map<Class<?>, Set<Method>>) - Static method in class org.apache.ibatis.plugin.Plugin
 
getAnnotation() - Method in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder.AnnotationWrapper
 
getAnnotationWrapper(Method, boolean, Class<? extends Annotation>...) - Method in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
 
getAnnotationWrapper(Method, boolean, Collection<Class<? extends Annotation>>) - Method in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
 
getArgNames(Constructor<?>) - Method in class org.apache.ibatis.mapping.ResultMap.Builder
 
getArgs() - Method in class org.apache.ibatis.plugin.Invocation
 
getAssignerForParamMap(Configuration, ResultSetMetaData, int, Map<String, ?>, String, String[], boolean) - Method in class org.apache.ibatis.executor.keygen.Jdbc3KeyGenerator
 
getAssignerForSingleParam(Configuration, ResultSetMetaData, int, Map<String, ?>, String, boolean) - Method in class org.apache.ibatis.executor.keygen.Jdbc3KeyGenerator
 
getAutoMapping() - Method in class org.apache.ibatis.mapping.ResultMap
 
getAutoMappingBehavior() - Method in class org.apache.ibatis.session.Configuration
 
getAutoMappingUnknownColumnBehavior() - Method in class org.apache.ibatis.session.Configuration
Gets the auto mapping unknown column behavior.
getAverageCheckoutTime() - Method in class org.apache.ibatis.datasource.pooled.PoolState
 
getAverageOverdueCheckoutTime() - Method in class org.apache.ibatis.datasource.pooled.PoolState
 
getAverageRequestTime() - Method in class org.apache.ibatis.datasource.pooled.PoolState
 
getAverageWaitTime() - Method in class org.apache.ibatis.datasource.pooled.PoolState
 
getBadConnectionCount() - Method in class org.apache.ibatis.datasource.pooled.PoolState
 
getBaseCacheConstructor(Class<? extends Cache>) - Method in class org.apache.ibatis.mapping.CacheBuilder
 
getBatchUpdateException() - Method in exception org.apache.ibatis.executor.BatchExecutorException
Returns the BatchUpdateException that caused the nested executor to fail.
getBeanProperty(PropertyTokenizer, Object) - Method in class org.apache.ibatis.reflection.wrapper.BeanWrapper
 
getBindings() - Method in class org.apache.ibatis.scripting.xmltags.DynamicContext
 
getBindings() - Method in class org.apache.ibatis.scripting.xmltags.ForEachSqlNode.FilteredDynamicContext
 
getBindings() - Method in class org.apache.ibatis.scripting.xmltags.ForEachSqlNode.PrefixedContext
 
getBindings() - Method in class org.apache.ibatis.scripting.xmltags.TrimSqlNode.FilteredDynamicContext
 
getBodyData(Node) - Method in class org.apache.ibatis.parsing.XNode
 
getBooleanAttribute(String) - Method in class org.apache.ibatis.parsing.XNode
 
getBooleanAttribute(String, Boolean) - Method in class org.apache.ibatis.parsing.XNode
 
getBooleanBody() - Method in class org.apache.ibatis.parsing.XNode
 
getBooleanBody(Boolean) - Method in class org.apache.ibatis.parsing.XNode
 
getBoundSql() - Method in class org.apache.ibatis.executor.statement.BaseStatementHandler
 
getBoundSql() - Method in class org.apache.ibatis.executor.statement.RoutingStatementHandler
 
getBoundSql() - Method in interface org.apache.ibatis.executor.statement.StatementHandler
 
getBoundSql(Object) - Method in class org.apache.ibatis.builder.annotation.ProviderSqlSource
 
getBoundSql(Object) - Method in class org.apache.ibatis.builder.StaticSqlSource
 
getBoundSql(Object) - Method in class org.apache.ibatis.mapping.MappedStatement
 
getBoundSql(Object) - Method in interface org.apache.ibatis.mapping.SqlSource
 
getBoundSql(Object) - Method in class org.apache.ibatis.scripting.defaults.RawSqlSource
 
getBoundSql(Object) - Method in class org.apache.ibatis.scripting.xmltags.DynamicSqlSource
 
getBytes(byte[]) - Method in class org.apache.ibatis.type.ByteObjectArrayTypeHandler
 
getBytes(Blob) - Method in class org.apache.ibatis.type.BlobByteObjectArrayTypeHandler
 
getCache() - Method in class org.apache.ibatis.mapping.MappedStatement
 
getCache(String) - Method in class org.apache.ibatis.session.Configuration
 
getCacheDecoratorConstructor(Class<? extends Cache>) - Method in class org.apache.ibatis.mapping.CacheBuilder
 
getCacheNames() - Method in class org.apache.ibatis.session.Configuration
 
getCaches() - Method in class org.apache.ibatis.session.Configuration
 
getCharset() - Static method in class org.apache.ibatis.io.Resources
 
getCheckoutTime() - Method in class org.apache.ibatis.datasource.pooled.PooledConnection
Getter for the time that this connection has been checked out.
getCheckoutTimestamp() - Method in class org.apache.ibatis.datasource.pooled.PooledConnection
Getter for the timestamp that this connection was checked out.
getChild - Static variable in class org.apache.ibatis.io.JBoss6VFS.VFS
 
getChild(URL) - Static method in class org.apache.ibatis.io.JBoss6VFS.VFS
 
getChildren() - Method in class org.apache.ibatis.io.JBoss6VFS.VirtualFile
 
getChildren() - Method in class org.apache.ibatis.parsing.XNode
 
getChildren() - Method in class org.apache.ibatis.reflection.property.PropertyTokenizer
 
getChildrenAsProperties() - Method in class org.apache.ibatis.parsing.XNode
 
getChildrenRecursively - Static variable in class org.apache.ibatis.io.JBoss6VFS.VirtualFile
 
getClaimedOverdueConnectionCount() - Method in class org.apache.ibatis.datasource.pooled.PoolState
 
getClass(String) - Static method in class org.apache.ibatis.io.VFS
Get a class by name.
getClasses() - Method in class org.apache.ibatis.io.ResolverUtil
Provides access to the classes discovered so far.
getClassLoader() - Method in class org.apache.ibatis.io.ResolverUtil
Returns the classloader that will be used for scanning for classes.
getClassLoaders(ClassLoader) - Method in class org.apache.ibatis.io.ClassLoaderWrapper
 
getClassMethods(Class<?>) - Method in class org.apache.ibatis.reflection.Reflector
This method returns an array containing all methods declared in this class and any superclass.
getClassNames() - Method in class org.apache.ibatis.executor.resultset.ResultSetWrapper
 
getCollectionValue(PropertyTokenizer, Object) - Method in class org.apache.ibatis.reflection.wrapper.BaseWrapper
 
getColumn() - Method in class org.apache.ibatis.mapping.ResultMapping
 
getColumn(Object) - Method in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
 
getColumnNames() - Method in class org.apache.ibatis.executor.resultset.ResultSetWrapper
 
getColumnPrefix() - Method in class org.apache.ibatis.mapping.ResultMapping
 
getColumnPrefix(String, ResultMapping) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
getColumnString() - Method in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
 
getComposites() - Method in class org.apache.ibatis.mapping.ResultMapping
 
getConfiguration() - Method in class org.apache.ibatis.builder.BaseBuilder
 
getConfiguration() - Method in class org.apache.ibatis.executor.loader.ResultLoaderMap.LoadPair
 
getConfiguration() - Method in class org.apache.ibatis.mapping.MappedStatement
 
getConfiguration() - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
getConfiguration() - Method in class org.apache.ibatis.session.defaults.DefaultSqlSessionFactory
 
getConfiguration() - Method in interface org.apache.ibatis.session.SqlSession
Retrieves current configuration.
getConfiguration() - Method in interface org.apache.ibatis.session.SqlSessionFactory
 
getConfiguration() - Method in class org.apache.ibatis.session.SqlSessionManager
 
getConfigurationFactory() - Method in class org.apache.ibatis.session.Configuration
 
getConfiguredTemplate(String, String) - Static method in class org.apache.ibatis.io.ExternalResources
Deprecated.
 
getConnection() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
getConnection() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
getConnection() - Method in class org.apache.ibatis.logging.jdbc.ConnectionLogger
return the wrapped connection.
getConnection() - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
getConnection() - Method in interface org.apache.ibatis.session.SqlSession
Retrieves inner database connection.
getConnection() - Method in class org.apache.ibatis.session.SqlSessionManager
 
getConnection() - Method in class org.apache.ibatis.transaction.jdbc.JdbcTransaction
 
getConnection() - Method in class org.apache.ibatis.transaction.managed.ManagedTransaction
 
getConnection() - Method in interface org.apache.ibatis.transaction.Transaction
Retrieve inner database connection.
getConnection(String, String) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
getConnection(String, String) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
getConnection(Log) - Method in class org.apache.ibatis.executor.BaseExecutor
 
getConnectionTypeCode() - Method in class org.apache.ibatis.datasource.pooled.PooledConnection
Getter for the connection type (based on url + user + password).
getConstructorResultMappings() - Method in class org.apache.ibatis.mapping.ResultMap
 
getCreatedTimestamp() - Method in class org.apache.ibatis.datasource.pooled.PooledConnection
Getter for the time that the connection was created.
getCurrentIndex() - Method in interface org.apache.ibatis.cursor.Cursor
Get the current item index.
getCurrentIndex() - Method in class org.apache.ibatis.cursor.defaults.DefaultCursor
 
getCurrentNamespace() - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
 
getDatabaseId() - Method in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder.AnnotationWrapper
 
getDatabaseId() - Method in class org.apache.ibatis.builder.annotation.ProviderContext
Get a database id that provided from DatabaseIdProvider.
getDatabaseId() - Method in class org.apache.ibatis.mapping.MappedStatement
 
getDatabaseId() - Method in class org.apache.ibatis.session.Configuration
 
getDatabaseId(DataSource) - Method in interface org.apache.ibatis.mapping.DatabaseIdProvider
 
getDatabaseId(DataSource) - Method in class org.apache.ibatis.mapping.VendorDatabaseIdProvider
 
getDatabaseName(DataSource) - Method in class org.apache.ibatis.mapping.VendorDatabaseIdProvider
 
getDatabaseProductName(DataSource) - Method in class org.apache.ibatis.mapping.VendorDatabaseIdProvider
 
getDataSource() - Method in interface org.apache.ibatis.datasource.DataSourceFactory
 
getDataSource() - Method in class org.apache.ibatis.datasource.jndi.JndiDataSourceFactory
 
getDataSource() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSourceFactory
 
getDataSource() - Method in class org.apache.ibatis.mapping.Environment
 
getDefaultClassLoader() - Static method in class org.apache.ibatis.io.Resources
Returns the default classloader (may be null).
getDefaultConstructor() - Method in class org.apache.ibatis.reflection.Reflector
 
getDefaultDriver() - Method in class org.apache.ibatis.scripting.LanguageDriverRegistry
 
getDefaultDriverClass() - Method in class org.apache.ibatis.scripting.LanguageDriverRegistry
 
getDefaultExecutorType() - Method in class org.apache.ibatis.session.Configuration
 
getDefaultFetchSize() - Method in class org.apache.ibatis.session.Configuration
Gets the default fetch size.
getDefaultNetworkTimeout() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
Gets the default network timeout.
getDefaultNetworkTimeout() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
Gets the default network timeout.
getDefaultResultSetType() - Method in class org.apache.ibatis.session.Configuration
Gets the default result set type.
getDefaultScriptingLanguageInstance() - Method in class org.apache.ibatis.session.Configuration
 
getDefaultScriptingLanuageInstance() - Method in class org.apache.ibatis.session.Configuration
getDefaultSqlNode(List<SqlNode>) - Method in class org.apache.ibatis.scripting.xmltags.XMLScriptBuilder.ChooseHandler
 
getDefaultSqlProviderType() - Method in class org.apache.ibatis.session.Configuration
Gets an applying type when omit a type on sql provider annotation(e.g.
getDefaultStatementTimeout() - Method in class org.apache.ibatis.session.Configuration
 
getDefaultTransactionIsolationLevel() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
getDefaultTransactionIsolationLevel() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
getDiscriminator() - Method in class org.apache.ibatis.mapping.ResultMap
 
getDiscriminatorMap() - Method in class org.apache.ibatis.mapping.Discriminator
 
getDiscriminatorValue(ResultSet, Discriminator, String) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
getDoubleAttribute(String) - Method in class org.apache.ibatis.parsing.XNode
 
getDoubleAttribute(String, Double) - Method in class org.apache.ibatis.parsing.XNode
 
getDoubleBody() - Method in class org.apache.ibatis.parsing.XNode
 
getDoubleBody(Double) - Method in class org.apache.ibatis.parsing.XNode
 
getDriver() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
getDriver() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
getDriver(Class<? extends LanguageDriver>) - Method in class org.apache.ibatis.scripting.LanguageDriverRegistry
 
getDriverClassLoader() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
getDriverProperties() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
getDriverProperties() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
getEnumAttribute(Class<T>, String) - Method in class org.apache.ibatis.parsing.XNode
 
getEnumAttribute(Class<T>, String, T) - Method in class org.apache.ibatis.parsing.XNode
 
getEnvironment() - Method in class org.apache.ibatis.session.Configuration
 
getEnvProperties(Properties) - Static method in class org.apache.ibatis.datasource.jndi.JndiDataSourceFactory
 
getExpression() - Method in class org.apache.ibatis.mapping.ParameterMapping
Expression 'Not used'.
getFailingSqlStatement() - Method in exception org.apache.ibatis.executor.BatchExecutorException
Returns the SQL statement that caused the failure (not the parameterArray).
getFailingStatementId() - Method in exception org.apache.ibatis.executor.BatchExecutorException
Returns the statement id of the statement that caused the failure.
getFetchSize() - Method in class org.apache.ibatis.mapping.MappedStatement
 
GetFieldInvoker - Class in org.apache.ibatis.reflection.invoker
 
GetFieldInvoker(Field) - Constructor for class org.apache.ibatis.reflection.invoker.GetFieldInvoker
 
getFirstResultSet(Statement) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
getFlags() - Method in class org.apache.ibatis.mapping.ResultMapping
 
getFloatAttribute(String) - Method in class org.apache.ibatis.parsing.XNode
 
getFloatAttribute(String, Float) - Method in class org.apache.ibatis.parsing.XNode
 
getFloatBody() - Method in class org.apache.ibatis.parsing.XNode
 
getFloatBody(Float) - Method in class org.apache.ibatis.parsing.XNode
 
getForeignColumn() - Method in class org.apache.ibatis.mapping.ResultMapping
 
getGenericComponentType() - Method in class org.apache.ibatis.reflection.TypeParameterResolver.GenericArrayTypeImpl
 
getGenericGetterType(String) - Method in class org.apache.ibatis.reflection.MetaClass
 
getGetablePropertyNames() - Method in class org.apache.ibatis.reflection.Reflector
Gets an array of the readable properties for an object.
getGetInvoker(String) - Method in class org.apache.ibatis.reflection.MetaClass
 
getGetInvoker(String) - Method in class org.apache.ibatis.reflection.Reflector
 
getGetterNames() - Method in class org.apache.ibatis.reflection.MetaClass
 
getGetterNames() - Method in class org.apache.ibatis.reflection.MetaObject
 
getGetterNames() - Method in class org.apache.ibatis.reflection.wrapper.BeanWrapper
 
getGetterNames() - Method in class org.apache.ibatis.reflection.wrapper.CollectionWrapper
 
getGetterNames() - Method in class org.apache.ibatis.reflection.wrapper.MapWrapper
 
getGetterNames() - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
 
getGetterType(String) - Method in class org.apache.ibatis.reflection.MetaClass
 
getGetterType(String) - Method in class org.apache.ibatis.reflection.MetaObject
 
getGetterType(String) - Method in class org.apache.ibatis.reflection.Reflector
Gets the type for a property getter.
getGetterType(String) - Method in class org.apache.ibatis.reflection.wrapper.BeanWrapper
 
getGetterType(String) - Method in class org.apache.ibatis.reflection.wrapper.CollectionWrapper
 
getGetterType(String) - Method in class org.apache.ibatis.reflection.wrapper.MapWrapper
 
getGetterType(String) - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
 
getGetterType(PropertyTokenizer) - Method in class org.apache.ibatis.reflection.MetaClass
 
getHadToWaitCount() - Method in class org.apache.ibatis.datasource.pooled.PoolState
 
getHitRatio() - Method in class org.apache.ibatis.cache.decorators.LoggingCache
 
getId() - Method in interface org.apache.ibatis.cache.Cache
 
getId() - Method in class org.apache.ibatis.cache.decorators.BlockingCache
 
getId() - Method in class org.apache.ibatis.cache.decorators.FifoCache
 
getId() - Method in class org.apache.ibatis.cache.decorators.LoggingCache
 
getId() - Method in class org.apache.ibatis.cache.decorators.LruCache
 
getId() - Method in class org.apache.ibatis.cache.decorators.ScheduledCache
 
getId() - Method in class org.apache.ibatis.cache.decorators.SerializedCache
 
getId() - Method in class org.apache.ibatis.cache.decorators.SoftCache
 
getId() - Method in class org.apache.ibatis.cache.decorators.SynchronizedCache
 
getId() - Method in class org.apache.ibatis.cache.decorators.TransactionalCache
 
getId() - Method in class org.apache.ibatis.cache.decorators.WeakCache
 
getId() - Method in class org.apache.ibatis.cache.impl.PerpetualCache
 
getId() - Method in class org.apache.ibatis.mapping.Environment
 
getId() - Method in class org.apache.ibatis.mapping.MappedStatement
 
getId() - Method in class org.apache.ibatis.mapping.ParameterMap
 
getId() - Method in class org.apache.ibatis.mapping.ResultMap
 
getIdleConnectionCount() - Method in class org.apache.ibatis.datasource.pooled.PoolState
 
getIdResultMappings() - Method in class org.apache.ibatis.mapping.ResultMap
 
getIncompleteCacheRefs() - Method in class org.apache.ibatis.session.Configuration
 
getIncompleteMethods() - Method in class org.apache.ibatis.session.Configuration
 
getIncompleteResultMaps() - Method in class org.apache.ibatis.session.Configuration
 
getIncompleteStatements() - Method in class org.apache.ibatis.session.Configuration
 
getIndex() - Method in class org.apache.ibatis.reflection.property.PropertyTokenizer
 
getIndexedName() - Method in class org.apache.ibatis.reflection.property.PropertyTokenizer
 
getInputSource(String, String, String) - Method in class org.apache.ibatis.builder.xml.XMLMapperEntityResolver
 
getInstance() - Static method in class org.apache.ibatis.io.VFS
Get the singleton VFS instance.
getInstance(Class<?>, Class<?>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
getInstant(Timestamp) - Static method in class org.apache.ibatis.type.InstantTypeHandler
 
getIntAttribute(String) - Method in class org.apache.ibatis.parsing.XNode
 
getIntAttribute(String, Integer) - Method in class org.apache.ibatis.parsing.XNode
 
getIntBody() - Method in class org.apache.ibatis.parsing.XNode
 
getIntBody(Integer) - Method in class org.apache.ibatis.parsing.XNode
 
getInterceptors() - Method in class org.apache.ibatis.plugin.InterceptorChain
 
getInterceptors() - Method in class org.apache.ibatis.session.Configuration
Gets the interceptors.
getJapaneseDate(Date) - Static method in class org.apache.ibatis.type.JapaneseDateTypeHandler
 
getJavaType() - Method in class org.apache.ibatis.mapping.ParameterMapping
Used for handling output of callable statements.
getJavaType() - Method in class org.apache.ibatis.mapping.ResultMapping
 
getJdbcHandlerMap(Type) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
getJdbcHandlerMapForEnumInterfaces(Class<?>, Class<?>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
getJdbcHandlerMapForSuperclass(Class<?>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
getJdbcType() - Method in enum org.apache.ibatis.jdbc.Null
 
getJdbcType() - Method in class org.apache.ibatis.mapping.ParameterMapping
Used in the UnknownTypeHandler in case there is no handler for the property type.
getJdbcType() - Method in class org.apache.ibatis.mapping.ResultMapping
 
getJdbcType(String) - Method in class org.apache.ibatis.executor.resultset.ResultSetWrapper
 
getJdbcTypeForNull() - Method in class org.apache.ibatis.session.Configuration
 
getJdbcTypeName() - Method in class org.apache.ibatis.mapping.ParameterMapping
Used for handling output of callable statements.
getJdbcTypes() - Method in class org.apache.ibatis.executor.resultset.ResultSetWrapper
 
getKeyColumns() - Method in class org.apache.ibatis.mapping.MappedStatement
 
getKeyGenerator() - Method in class org.apache.ibatis.mapping.MappedStatement
 
getKeyGenerator(String) - Method in class org.apache.ibatis.session.Configuration
 
getKeyGeneratorNames() - Method in class org.apache.ibatis.session.Configuration
 
getKeyGenerators() - Method in class org.apache.ibatis.session.Configuration
 
getKeyProperties() - Method in class org.apache.ibatis.mapping.MappedStatement
 
getLang() - Method in class org.apache.ibatis.mapping.MappedStatement
 
getLanguageDriver(Class<? extends LanguageDriver>) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
getLanguageDriver(Class<? extends LanguageDriver>) - Method in class org.apache.ibatis.session.Configuration
Gets the language driver.
getLanguageDriver(Method) - Method in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
 
getLanguageDriver(String) - Method in class org.apache.ibatis.builder.xml.XMLStatementBuilder
 
getLanguageRegistry() - Method in class org.apache.ibatis.session.Configuration
 
getLastUsedTimestamp() - Method in class org.apache.ibatis.datasource.pooled.PooledConnection
Getter for the time that the connection was last used.
getLazyLoadTriggerMethods() - Method in class org.apache.ibatis.session.Configuration
 
getLevel() - Method in enum org.apache.ibatis.session.TransactionIsolationLevel
 
getLimit() - Method in class org.apache.ibatis.session.RowBounds
 
getLocalCacheScope() - Method in class org.apache.ibatis.session.Configuration
 
getLog(Class<?>) - Static method in class org.apache.ibatis.logging.LogFactory
 
getLog(String) - Static method in class org.apache.ibatis.logging.LogFactory
 
getLogger() - Method in class org.apache.ibatis.executor.loader.ResultLoaderMap.LoadPair
 
getLogImpl() - Method in class org.apache.ibatis.session.Configuration
 
getLoginTimeout() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
getLoginTimeout() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
getLogPrefix() - Method in class org.apache.ibatis.session.Configuration
 
getLogWriter() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
getLogWriter() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
getLongAttribute(String) - Method in class org.apache.ibatis.parsing.XNode
 
getLongAttribute(String, Long) - Method in class org.apache.ibatis.parsing.XNode
 
getLongBody() - Method in class org.apache.ibatis.parsing.XNode
 
getLongBody(Long) - Method in class org.apache.ibatis.parsing.XNode
 
getLowerBounds() - Method in class org.apache.ibatis.reflection.TypeParameterResolver.WildcardTypeImpl
 
getMajorVersion() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource.DriverProxy
 
getMapIdFor(String) - Method in class org.apache.ibatis.mapping.Discriminator
 
getMapKey() - Method in class org.apache.ibatis.binding.MapperMethod.MethodSignature
 
getMapKey(Method) - Method in class org.apache.ibatis.binding.MapperMethod.MethodSignature
 
getMapKey(ResultMap, String) - Method in class org.apache.ibatis.executor.resultset.ResultSetWrapper
 
getMappedColumnNames(ResultMap, String) - Method in class org.apache.ibatis.executor.resultset.ResultSetWrapper
 
getMappedColumns() - Method in class org.apache.ibatis.mapping.ResultMap
 
getMappedProperties() - Method in class org.apache.ibatis.mapping.ResultMap
 
getMappedResults() - Method in class org.apache.ibatis.executor.result.DefaultMapResultHandler
 
getMappedStatement() - Method in class org.apache.ibatis.executor.BatchResult
 
getMappedStatement(String) - Method in class org.apache.ibatis.session.Configuration
 
getMappedStatement(String, boolean) - Method in class org.apache.ibatis.session.Configuration
 
getMappedStatementNames() - Method in class org.apache.ibatis.session.Configuration
 
getMappedStatements() - Method in class org.apache.ibatis.session.Configuration
 
getMapper(Class<T>) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
getMapper(Class<T>) - Method in interface org.apache.ibatis.session.SqlSession
Retrieves a mapper.
getMapper(Class<T>) - Method in class org.apache.ibatis.session.SqlSessionManager
 
getMapper(Class<T>, SqlSession) - Method in class org.apache.ibatis.binding.MapperRegistry
 
getMapper(Class<T>, SqlSession) - Method in class org.apache.ibatis.session.Configuration
 
getMapperInterface() - Method in class org.apache.ibatis.binding.MapperProxyFactory
 
getMapperMethod() - Method in class org.apache.ibatis.builder.annotation.ProviderContext
Get a mapper method that specified provider.
getMapperRegistry() - Method in class org.apache.ibatis.session.Configuration
Gets the mapper registry.
getMappers() - Method in class org.apache.ibatis.binding.MapperRegistry
Gets the mappers.
getMapperType() - Method in class org.apache.ibatis.builder.annotation.ProviderContext
Get a mapper interface type that specified provider.
getMappingTypeHandler(Class<? extends TypeHandler<?>>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
getMethod() - Method in class org.apache.ibatis.plugin.Invocation
 
getMethod(Class<?>, String, Class<?>...) - Static method in class org.apache.ibatis.io.VFS
Get a method by name and parameter types.
getMethodCache() - Method in class org.apache.ibatis.binding.MapperProxyFactory
 
getMethodHandleJava8(Method) - Method in class org.apache.ibatis.binding.MapperProxy
 
getMethodHandleJava9(Method) - Method in class org.apache.ibatis.binding.MapperProxy
 
getMethods - Variable in class org.apache.ibatis.reflection.Reflector
 
getMinorVersion() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource.DriverProxy
 
getMode() - Method in class org.apache.ibatis.mapping.ParameterMapping
Used for handling output of callable statements.
getName() - Method in class org.apache.ibatis.binding.MapperMethod.SqlCommand
 
getName() - Method in class org.apache.ibatis.parsing.XNode
 
getName() - Method in class org.apache.ibatis.reflection.property.PropertyTokenizer
 
getNamedParams(Object[]) - Method in class org.apache.ibatis.reflection.ParamNameResolver
A single non-special parameter is returned without a name.
getNames() - Method in class org.apache.ibatis.reflection.ParamNameResolver
Returns parameter names referenced by SQL providers.
getNestedQueryConstructorValue(ResultSet, ResultMapping, String) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
getNestedQueryId() - Method in class org.apache.ibatis.mapping.ResultMapping
 
getNestedQueryMappingValue(ResultSet, MetaObject, ResultMapping, ResultLoaderMap, String) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
getNestedResultMap(ResultSet, String, String) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
getNestedResultMapId() - Method in class org.apache.ibatis.mapping.ResultMapping
 
getNextResultSet(Statement) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
getNode() - Method in class org.apache.ibatis.parsing.XNode
 
getNotNullColumns() - Method in class org.apache.ibatis.mapping.ResultMapping
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.ArrayTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.BaseTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.BigDecimalTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.BigIntegerTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.BlobByteObjectArrayTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.BlobInputStreamTypeHandler
Get an InputStream that corresponds to a specified column index from CallableStatement.
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.BlobTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.BooleanTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.ByteArrayTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.ByteObjectArrayTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.ByteTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.CharacterTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.ClobReaderTypeHandler
Get a Reader that corresponds to a specified column index from CallableStatement.
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.ClobTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.DateOnlyTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.DateTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.DoubleTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.EnumOrdinalTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.EnumTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.FloatTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.InstantTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.IntegerTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.JapaneseDateTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.LocalDateTimeTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.LocalDateTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.LocalTimeTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.LongTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.MonthTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.NClobTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.NStringTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.ObjectTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.OffsetDateTimeTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.OffsetTimeTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.ShortTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.SqlDateTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.SqlTimestampTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.SqlTimeTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.SqlxmlTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.StringTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.TimeOnlyTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.UnknownTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.YearMonthTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.YearTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.ZonedDateTimeTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.ArrayTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.BaseTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.BigDecimalTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.BigIntegerTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.BlobByteObjectArrayTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.BlobInputStreamTypeHandler
Get an InputStream that corresponds to a specified column index from ResultSet.
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.BlobTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.BooleanTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.ByteArrayTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.ByteObjectArrayTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.ByteTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.CharacterTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.ClobReaderTypeHandler
Get a Reader that corresponds to a specified column index from ResultSet.
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.ClobTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.DateOnlyTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.DateTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.DoubleTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.EnumOrdinalTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.EnumTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.FloatTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.InstantTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.IntegerTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.JapaneseDateTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.LocalDateTimeTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.LocalDateTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.LocalTimeTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.LongTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.MonthTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.NClobTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.NStringTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.ObjectTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.OffsetDateTimeTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.OffsetTimeTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.ShortTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.SqlDateTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.SqlTimestampTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.SqlTimeTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.SqlxmlTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.StringTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.TimeOnlyTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.UnknownTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.YearMonthTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.YearTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.ZonedDateTimeTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.ArrayTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.BaseTypeHandler
Gets the nullable result.
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.BigDecimalTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.BigIntegerTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.BlobByteObjectArrayTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.BlobInputStreamTypeHandler
Get an InputStream that corresponds to a specified column name from ResultSet.
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.BlobTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.BooleanTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.ByteArrayTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.ByteObjectArrayTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.ByteTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.CharacterTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.ClobReaderTypeHandler
Get a Reader that corresponds to a specified column name from ResultSet.
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.ClobTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.DateOnlyTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.DateTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.DoubleTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.EnumOrdinalTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.EnumTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.FloatTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.InstantTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.IntegerTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.JapaneseDateTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.LocalDateTimeTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.LocalDateTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.LocalTimeTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.LongTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.MonthTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.NClobTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.NStringTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.ObjectTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.OffsetDateTimeTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.OffsetTimeTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.ShortTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.SqlDateTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.SqlTimestampTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.SqlTimeTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.SqlxmlTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.StringTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.TimeOnlyTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.UnknownTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.YearMonthTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.YearTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.ZonedDateTimeTypeHandler
 
getNumericScale() - Method in class org.apache.ibatis.mapping.ParameterMapping
Used for handling output of callable statements.
getObject(Object) - Method in interface org.apache.ibatis.cache.Cache
 
getObject(Object) - Method in class org.apache.ibatis.cache.decorators.BlockingCache
 
getObject(Object) - Method in class org.apache.ibatis.cache.decorators.FifoCache
 
getObject(Object) - Method in class org.apache.ibatis.cache.decorators.LoggingCache
 
getObject(Object) - Method in class org.apache.ibatis.cache.decorators.LruCache
 
getObject(Object) - Method in class org.apache.ibatis.cache.decorators.ScheduledCache
 
getObject(Object) - Method in class org.apache.ibatis.cache.decorators.SerializedCache
 
getObject(Object) - Method in class org.apache.ibatis.cache.decorators.SoftCache
 
getObject(Object) - Method in class org.apache.ibatis.cache.decorators.SynchronizedCache
 
getObject(Object) - Method in class org.apache.ibatis.cache.decorators.TransactionalCache
 
getObject(Object) - Method in class org.apache.ibatis.cache.decorators.WeakCache
 
getObject(Object) - Method in class org.apache.ibatis.cache.impl.PerpetualCache
 
getObject(Cache, CacheKey) - Method in class org.apache.ibatis.cache.TransactionalCacheManager
 
getObjectFactory() - Method in class org.apache.ibatis.reflection.MetaObject
 
getObjectFactory() - Method in class org.apache.ibatis.session.Configuration
 
getObjectWrapper() - Method in class org.apache.ibatis.reflection.MetaObject
 
getObjectWrapperFactory() - Method in class org.apache.ibatis.reflection.MetaObject
 
getObjectWrapperFactory() - Method in class org.apache.ibatis.session.Configuration
 
getOffset() - Method in class org.apache.ibatis.session.RowBounds
 
getOriginalObject() - Method in class org.apache.ibatis.reflection.MetaObject
 
getOwnerType() - Method in class org.apache.ibatis.reflection.TypeParameterResolver.ParameterizedTypeImpl
 
getPackagePath(String) - Method in class org.apache.ibatis.io.DefaultVFS
Converts a Java package name to a path that can be looked up with a call to ClassLoader.getResources(String).
getPackagePath(String) - Method in class org.apache.ibatis.io.ResolverUtil
Converts a Java package name to a path that can be looked up with a call to ClassLoader.getResources(String).
getParameterHandler() - Method in class org.apache.ibatis.executor.statement.BaseStatementHandler
 
getParameterHandler() - Method in class org.apache.ibatis.executor.statement.RoutingStatementHandler
 
getParameterHandler() - Method in interface org.apache.ibatis.executor.statement.StatementHandler
 
getParameterMap() - Method in class org.apache.ibatis.mapping.MappedStatement
 
getParameterMap(String) - Method in class org.apache.ibatis.session.Configuration
 
getParameterMapNames() - Method in class org.apache.ibatis.session.Configuration
 
getParameterMappings() - Method in class org.apache.ibatis.builder.SqlSourceBuilder.ParameterMappingTokenHandler
 
getParameterMappings() - Method in class org.apache.ibatis.mapping.BoundSql
 
getParameterMappings() - Method in class org.apache.ibatis.mapping.ParameterMap
 
getParameterMaps() - Method in class org.apache.ibatis.session.Configuration
 
getParameterNames(Executable) - Static method in class org.apache.ibatis.reflection.ParamNameUtil
 
getParameterObject() - Method in class org.apache.ibatis.executor.BatchResult
Deprecated.
getParameterObject() - Method in interface org.apache.ibatis.executor.parameter.ParameterHandler
 
getParameterObject() - Method in class org.apache.ibatis.mapping.BoundSql
 
getParameterObject() - Method in class org.apache.ibatis.scripting.defaults.DefaultParameterHandler
 
getParameterObjects() - Method in class org.apache.ibatis.executor.BatchResult
 
getParameterType(Method) - Method in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
 
getParameterValueString() - Method in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
 
getParamNames(Constructor<?>) - Static method in class org.apache.ibatis.reflection.ParamNameUtil
 
getParamNames(Method) - Static method in class org.apache.ibatis.reflection.ParamNameUtil
 
getParent() - Method in class org.apache.ibatis.parsing.XNode
 
getParentLogger() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
getParentLogger() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource.DriverProxy
 
getParentLogger() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
getPassword() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
getPassword() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
getPath() - Method in class org.apache.ibatis.parsing.XNode
 
getPathNameRelativeTo - Static variable in class org.apache.ibatis.io.JBoss6VFS.VirtualFile
 
getPathNameRelativeTo(JBoss6VFS.VirtualFile) - Method in class org.apache.ibatis.io.JBoss6VFS.VirtualFile
 
getPoolMaximumActiveConnections() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
getPoolMaximumCheckoutTime() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
getPoolMaximumIdleConnections() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
getPoolMaximumLocalBadConnectionTolerance() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
getPoolPingConnectionsNotUsedFor() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
getPoolPingQuery() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
getPoolState() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
getPoolTimeToWait() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
getPreparedStatement() - Method in class org.apache.ibatis.logging.jdbc.PreparedStatementLogger
Return the wrapped prepared statement.
getProperties() - Method in class org.apache.ibatis.executor.loader.ResultLoaderMap
 
getProperty() - Method in class org.apache.ibatis.mapping.ParameterMapping
 
getProperty() - Method in class org.apache.ibatis.mapping.ResultMapping
 
getProperty(Map, Object, Object) - Method in class org.apache.ibatis.scripting.xmltags.DynamicContext.ContextAccessor
 
getPropertyInfo(String, Properties) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource.DriverProxy
 
getPropertyMappingValue(ResultSet, MetaObject, ResultMapping, ResultLoaderMap, String) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
getPropertyNames() - Method in class org.apache.ibatis.executor.loader.ResultLoaderMap
 
getPropertyResultMappings() - Method in class org.apache.ibatis.mapping.ResultMap
 
getPropertyValue(String, String) - Method in class org.apache.ibatis.parsing.PropertyParser.VariableTokenHandler
 
getProviderType(Configuration, Annotation, Method) - Method in class org.apache.ibatis.builder.annotation.ProviderSqlSource
 
getProxyConnection() - Method in class org.apache.ibatis.datasource.pooled.PooledConnection
Getter for the proxy for the connection.
getProxyFactory() - Method in class org.apache.ibatis.session.Configuration
 
getRawType() - Method in class org.apache.ibatis.reflection.TypeParameterResolver.ParameterizedTypeImpl
 
getRawType() - Method in class org.apache.ibatis.type.TypeReference
 
getReadItemsCount() - Method in class org.apache.ibatis.cursor.defaults.DefaultCursor
 
getReadWriteLock() - Method in interface org.apache.ibatis.cache.Cache
Optional.
getRealConnection() - Method in class org.apache.ibatis.datasource.pooled.PooledConnection
Getter for the *real* connection that this wraps.
getRealHashCode() - Method in class org.apache.ibatis.datasource.pooled.PooledConnection
Gets the hashcode of the real connection (or 0 if it is null).
getReflectorFactory() - Method in class org.apache.ibatis.reflection.MetaObject
 
getReflectorFactory() - Method in class org.apache.ibatis.session.Configuration
 
getRequestCount() - Method in class org.apache.ibatis.datasource.pooled.PoolState
 
getResource() - Method in class org.apache.ibatis.mapping.MappedStatement
 
getResourceAsFile(ClassLoader, String) - Static method in class org.apache.ibatis.io.Resources
Returns a resource on the classpath as a File object
getResourceAsFile(String) - Static method in class org.apache.ibatis.io.Resources
Returns a resource on the classpath as a File object
getResourceAsProperties(ClassLoader, String) - Static method in class org.apache.ibatis.io.Resources
Returns a resource on the classpath as a Properties object
getResourceAsProperties(String) - Static method in class org.apache.ibatis.io.Resources
Returns a resource on the classpath as a Properties object
getResourceAsReader(ClassLoader, String) - Static method in class org.apache.ibatis.io.Resources
Returns a resource on the classpath as a Reader object
getResourceAsReader(String) - Static method in class org.apache.ibatis.io.Resources
Returns a resource on the classpath as a Reader object
getResourceAsStream(ClassLoader, String) - Static method in class org.apache.ibatis.io.Resources
Returns a resource on the classpath as a Stream object
getResourceAsStream(String) - Method in class org.apache.ibatis.io.ClassLoaderWrapper
Get a resource from the classpath
getResourceAsStream(String) - Static method in class org.apache.ibatis.io.Resources
Returns a resource on the classpath as a Stream object
getResourceAsStream(String, ClassLoader) - Method in class org.apache.ibatis.io.ClassLoaderWrapper
Get a resource from the classpath, starting with a specific class loader
getResourceAsStream(String, ClassLoader[]) - Method in class org.apache.ibatis.io.ClassLoaderWrapper
Try to get a resource from a group of classloaders
getResourceAsURL(String) - Method in class org.apache.ibatis.io.ClassLoaderWrapper
Get a resource as a URL using the current class path
getResourceAsURL(String, ClassLoader) - Method in class org.apache.ibatis.io.ClassLoaderWrapper
Get a resource from the classpath, starting with a specific class loader
getResourceAsURL(String, ClassLoader[]) - Method in class org.apache.ibatis.io.ClassLoaderWrapper
Get a resource as a URL using the current class path
getResources(String) - Static method in class org.apache.ibatis.io.VFS
Get a list of URLs from the context classloader for all the resources found at the specified path.
getResourceURL(ClassLoader, String) - Static method in class org.apache.ibatis.io.Resources
Returns the URL of the resource on the classpath
getResourceURL(String) - Static method in class org.apache.ibatis.io.Resources
Returns the URL of the resource on the classpath
getResulSets() - Method in class org.apache.ibatis.mapping.MappedStatement
getResult(CallableStatement, int) - Method in class org.apache.ibatis.type.BaseTypeHandler
 
getResult(CallableStatement, int) - Method in interface org.apache.ibatis.type.TypeHandler
 
getResult(ResultSet, int) - Method in class org.apache.ibatis.type.BaseTypeHandler
 
getResult(ResultSet, int) - Method in interface org.apache.ibatis.type.TypeHandler
 
getResult(ResultSet, String) - Method in class org.apache.ibatis.type.BaseTypeHandler
 
getResult(ResultSet, String) - Method in interface org.apache.ibatis.type.TypeHandler
Gets the result.
getResultCount() - Method in class org.apache.ibatis.executor.result.DefaultResultContext
 
getResultCount() - Method in interface org.apache.ibatis.session.ResultContext
 
getResultList() - Method in class org.apache.ibatis.executor.result.DefaultResultHandler
 
getResultMap(String) - Method in class org.apache.ibatis.session.Configuration
 
getResultMapId() - Method in class org.apache.ibatis.mapping.ParameterMapping
Used for handling output of callable statements.
getResultMapNames() - Method in class org.apache.ibatis.session.Configuration
 
getResultMapping() - Method in class org.apache.ibatis.mapping.Discriminator
 
getResultMappings() - Method in class org.apache.ibatis.mapping.ResultMap
 
getResultMappingsForRowKey(ResultMap) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
getResultMaps() - Method in class org.apache.ibatis.mapping.MappedStatement
 
getResultMaps() - Method in class org.apache.ibatis.session.Configuration
 
getResultObject() - Method in class org.apache.ibatis.executor.result.DefaultResultContext
 
getResultObject() - Method in interface org.apache.ibatis.session.ResultContext
 
getResults(ResultSet) - Method in class org.apache.ibatis.jdbc.SqlRunner
 
getResultSet() - Method in class org.apache.ibatis.executor.resultset.ResultSetWrapper
 
getResultSet() - Method in class org.apache.ibatis.mapping.ResultMapping
 
getResultSets() - Method in class org.apache.ibatis.mapping.MappedStatement
 
getResultSetType() - Method in class org.apache.ibatis.mapping.MappedStatement
 
getReturnType() - Method in class org.apache.ibatis.binding.MapperMethod.MethodSignature
 
getReturnType(Method) - Method in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
 
getRowValue(ResultSetWrapper, ResultMap, String) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
getRowValue(ResultSetWrapper, ResultMap, CacheKey, String, Object) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
getRs() - Method in class org.apache.ibatis.logging.jdbc.ResultSetLogger
Get the wrapped result set.
getSelf() - Method in class org.apache.ibatis.jdbc.AbstractSQL
 
getSelf() - Method in class org.apache.ibatis.jdbc.SQL
 
getSetablePropertyNames() - Method in class org.apache.ibatis.reflection.Reflector
Gets an array of the writable properties for an object.
getSetInvoker(String) - Method in class org.apache.ibatis.reflection.MetaClass
 
getSetInvoker(String) - Method in class org.apache.ibatis.reflection.Reflector
 
getSetterNames() - Method in class org.apache.ibatis.reflection.MetaClass
 
getSetterNames() - Method in class org.apache.ibatis.reflection.MetaObject
 
getSetterNames() - Method in class org.apache.ibatis.reflection.wrapper.BeanWrapper
 
getSetterNames() - Method in class org.apache.ibatis.reflection.wrapper.CollectionWrapper
 
getSetterNames() - Method in class org.apache.ibatis.reflection.wrapper.MapWrapper
 
getSetterNames() - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
 
getSetterType(String) - Method in class org.apache.ibatis.reflection.MetaClass
 
getSetterType(String) - Method in class org.apache.ibatis.reflection.MetaObject
 
getSetterType(String) - Method in class org.apache.ibatis.reflection.Reflector
Gets the type for a property setter.
getSetterType(String) - Method in class org.apache.ibatis.reflection.wrapper.BeanWrapper
 
getSetterType(String) - Method in class org.apache.ibatis.reflection.wrapper.CollectionWrapper
 
getSetterType(String) - Method in class org.apache.ibatis.reflection.wrapper.MapWrapper
 
getSetterType(String) - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
 
getShortName(String) - Method in class org.apache.ibatis.session.Configuration.StrictMap
 
getSignature(Method) - Method in class org.apache.ibatis.reflection.Reflector
 
getSignatureMap(Interceptor) - Static method in class org.apache.ibatis.plugin.Plugin
 
getSize() - Method in interface org.apache.ibatis.cache.Cache
Optional.
getSize() - Method in class org.apache.ibatis.cache.decorators.BlockingCache
 
getSize() - Method in class org.apache.ibatis.cache.decorators.FifoCache
 
getSize() - Method in class org.apache.ibatis.cache.decorators.LoggingCache
 
getSize() - Method in class org.apache.ibatis.cache.decorators.LruCache
 
getSize() - Method in class org.apache.ibatis.cache.decorators.ScheduledCache
 
getSize() - Method in class org.apache.ibatis.cache.decorators.SerializedCache
 
getSize() - Method in class org.apache.ibatis.cache.decorators.SoftCache
 
getSize() - Method in class org.apache.ibatis.cache.decorators.SynchronizedCache
 
getSize() - Method in class org.apache.ibatis.cache.decorators.TransactionalCache
 
getSize() - Method in class org.apache.ibatis.cache.decorators.WeakCache
 
getSize() - Method in class org.apache.ibatis.cache.impl.PerpetualCache
 
getSourceAccessor(OgnlContext, Object, Object) - Method in class org.apache.ibatis.scripting.xmltags.DynamicContext.ContextAccessor
 
getSourceSetter(OgnlContext, Object, Object) - Method in class org.apache.ibatis.scripting.xmltags.DynamicContext.ContextAccessor
 
getSql() - Method in class org.apache.ibatis.executor.BatchResult
 
getSql() - Method in class org.apache.ibatis.mapping.BoundSql
 
getSql() - Method in class org.apache.ibatis.scripting.xmltags.DynamicContext
 
getSql() - Method in class org.apache.ibatis.scripting.xmltags.ForEachSqlNode.FilteredDynamicContext
 
getSql() - Method in class org.apache.ibatis.scripting.xmltags.ForEachSqlNode.PrefixedContext
 
getSql() - Method in class org.apache.ibatis.scripting.xmltags.TrimSqlNode.FilteredDynamicContext
 
getSql(Configuration, SqlNode) - Static method in class org.apache.ibatis.scripting.defaults.RawSqlSource
 
getSqlCommandType() - Method in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder.AnnotationWrapper
 
getSqlCommandType() - Method in class org.apache.ibatis.mapping.MappedStatement
 
getSqlFragment(String) - Method in class org.apache.ibatis.builder.xml.XMLMapperBuilder
 
getSqlFragments() - Method in class org.apache.ibatis.session.Configuration
 
getSqlSource() - Method in class org.apache.ibatis.mapping.MappedStatement
 
getStatement() - Method in class org.apache.ibatis.logging.jdbc.StatementLogger
return the wrapped statement.
getStatement(String) - Method in class org.apache.ibatis.executor.ReuseExecutor
 
getStatementLog() - Method in class org.apache.ibatis.mapping.MappedStatement
 
getStatementParameterMap(String, Class<?>, String) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
 
getStatementResultMaps(String, Class<?>, String) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
 
getStatementType() - Method in class org.apache.ibatis.mapping.MappedStatement
 
getStringAttribute(String) - Method in class org.apache.ibatis.parsing.XNode
 
getStringAttribute(String, String) - Method in class org.apache.ibatis.parsing.XNode
 
getStringAttribute(String, Supplier<String>) - Method in class org.apache.ibatis.parsing.XNode
Return a attribute value as String.
getStringAttribute(Node, String) - Method in class org.apache.ibatis.builder.xml.XMLIncludeTransformer
 
getStringBody() - Method in class org.apache.ibatis.parsing.XNode
 
getStringBody(String) - Method in class org.apache.ibatis.parsing.XNode
 
getSubject() - Method in class org.apache.ibatis.session.Configuration.StrictMap.Ambiguity
 
getSuccessfulBatchResults() - Method in exception org.apache.ibatis.executor.BatchExecutorException
Returns a list of BatchResult objects.
getSuperclassTypeParameter(Class<?>) - Method in class org.apache.ibatis.type.TypeReference
 
getTarget() - Method in class org.apache.ibatis.plugin.Invocation
 
getTimeElapsedSinceLastUse() - Method in class org.apache.ibatis.datasource.pooled.PooledConnection
Getter for the time since this connection was last used.
getTimeout() - Method in class org.apache.ibatis.cache.decorators.BlockingCache
 
getTimeout() - Method in class org.apache.ibatis.mapping.MappedStatement
 
getTimeout() - Method in class org.apache.ibatis.transaction.jdbc.JdbcTransaction
 
getTimeout() - Method in class org.apache.ibatis.transaction.managed.ManagedTransaction
 
getTimeout() - Method in interface org.apache.ibatis.transaction.Transaction
Get transaction timeout if set.
getTransaction() - Method in class org.apache.ibatis.executor.BaseExecutor
 
getTransaction() - Method in class org.apache.ibatis.executor.CachingExecutor
 
getTransaction() - Method in interface org.apache.ibatis.executor.Executor
 
getTransactionalCache(Cache) - Method in class org.apache.ibatis.cache.TransactionalCacheManager
 
getTransactionFactory() - Method in class org.apache.ibatis.mapping.Environment
 
getTransactionFactoryFromEnvironment(Environment) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSessionFactory
 
getType() - Method in class org.apache.ibatis.binding.MapperMethod.SqlCommand
 
getType() - Method in class org.apache.ibatis.mapping.ParameterMap
 
getType() - Method in class org.apache.ibatis.mapping.ResultMap
 
getType() - Method in class org.apache.ibatis.reflection.invoker.GetFieldInvoker
 
getType() - Method in interface org.apache.ibatis.reflection.invoker.Invoker
 
getType() - Method in class org.apache.ibatis.reflection.invoker.MethodInvoker
 
getType() - Method in class org.apache.ibatis.reflection.invoker.SetFieldInvoker
 
getType() - Method in class org.apache.ibatis.reflection.Reflector
Gets the name of the class the instance provides information for.
getTypeAliases() - Method in class org.apache.ibatis.type.TypeAliasRegistry
Gets the type aliases.
getTypeAliasRegistry() - Method in class org.apache.ibatis.session.Configuration
 
getTypeHandler() - Method in enum org.apache.ibatis.jdbc.Null
 
getTypeHandler() - Method in class org.apache.ibatis.mapping.ParameterMapping
Used when setting parameters to the PreparedStatement.
getTypeHandler() - Method in class org.apache.ibatis.mapping.ResultMapping
 
getTypeHandler(Class<?>, String) - Method in class org.apache.ibatis.executor.resultset.ResultSetWrapper
Gets the type handler to use when reading the result set.
getTypeHandler(Class<T>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
getTypeHandler(Class<T>, JdbcType) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
getTypeHandler(Type, JdbcType) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
getTypeHandler(JdbcType) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
getTypeHandler(TypeReference<T>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
getTypeHandler(TypeReference<T>, JdbcType) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
getTypeHandlerRegistry() - Method in class org.apache.ibatis.session.Configuration
 
getTypeHandlers() - Method in class org.apache.ibatis.type.TypeHandlerRegistry
Gets the type handlers.
getTypes - Variable in class org.apache.ibatis.reflection.Reflector
 
getUniqueNumber() - Method in class org.apache.ibatis.scripting.xmltags.DynamicContext
 
getUniqueNumber() - Method in class org.apache.ibatis.scripting.xmltags.ForEachSqlNode.FilteredDynamicContext
 
getUniqueNumber() - Method in class org.apache.ibatis.scripting.xmltags.ForEachSqlNode.PrefixedContext
 
getUniqueNumber() - Method in class org.apache.ibatis.scripting.xmltags.TrimSqlNode.FilteredDynamicContext
 
getUniqueParamIndex(Method, Class<?>) - Method in class org.apache.ibatis.binding.MapperMethod.MethodSignature
 
getUnknownTypeHandler() - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
getUnmappedColumnNames(ResultMap, String) - Method in class org.apache.ibatis.executor.resultset.ResultSetWrapper
 
getUpdateCount() - Method in class org.apache.ibatis.cache.CacheKey
 
getUpdateCounts() - Method in class org.apache.ibatis.executor.BatchResult
 
getUpperBounds() - Method in class org.apache.ibatis.reflection.TypeParameterResolver.WildcardTypeImpl
 
getUppercaseFirstProperty(String) - Static method in class org.apache.ibatis.executor.loader.ResultLoaderMap
 
getUrl() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
getUrl() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
getUrlAsProperties(String) - Static method in class org.apache.ibatis.io.Resources
Gets a URL as a Properties object
getUrlAsReader(String) - Static method in class org.apache.ibatis.io.Resources
Gets a URL as a Reader
getUrlAsStream(String) - Static method in class org.apache.ibatis.io.Resources
Gets a URL as an input stream
getUsername() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
getUsername() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
getValue() - Method in enum org.apache.ibatis.mapping.ResultSetType
 
getValue(String) - Method in class org.apache.ibatis.reflection.MetaObject
 
getValue(String, Object) - Static method in class org.apache.ibatis.scripting.xmltags.OgnlCache
 
getValueBasedIdentifier() - Method in class org.apache.ibatis.parsing.XNode
 
getVariables() - Method in class org.apache.ibatis.session.Configuration
 
getVariablesContext(Node, Properties) - Method in class org.apache.ibatis.builder.xml.XMLIncludeTransformer
Read placeholders and their values from include node definition.
getVfsImpl() - Method in class org.apache.ibatis.session.Configuration
 
getWrapperFor(MetaObject, Object) - Method in class org.apache.ibatis.reflection.wrapper.DefaultObjectWrapperFactory
 
getWrapperFor(MetaObject, Object) - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapperFactory
 
GROUP_BY(String) - Method in class org.apache.ibatis.jdbc.AbstractSQL
 
GROUP_BY(String) - Static method in class org.apache.ibatis.jdbc.SelectBuilder
Deprecated.
 
GROUP_BY(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
Deprecated.
 
GROUP_BY(String...) - Method in class org.apache.ibatis.jdbc.AbstractSQL
Group by.
groupBy - Variable in class org.apache.ibatis.jdbc.AbstractSQL.SQLStatement
 

H

hadToWaitCount - Variable in class org.apache.ibatis.datasource.pooled.PoolState
 
handleCursorResultSets(Statement) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
handleCursorResultSets(Statement) - Method in interface org.apache.ibatis.executor.resultset.ResultSetHandler
 
handleLine(StringBuilder, String) - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
handleLocallyCachedOutputParameters(MappedStatement, CacheKey, Object, BoundSql) - Method in class org.apache.ibatis.executor.BaseExecutor
 
handleMultipleProperties(String[], MetaObject, MetaObject) - Method in class org.apache.ibatis.executor.keygen.SelectKeyGenerator
 
handleNode(XNode, List<SqlNode>) - Method in class org.apache.ibatis.scripting.xmltags.XMLScriptBuilder.BindHandler
 
handleNode(XNode, List<SqlNode>) - Method in class org.apache.ibatis.scripting.xmltags.XMLScriptBuilder.ChooseHandler
 
handleNode(XNode, List<SqlNode>) - Method in class org.apache.ibatis.scripting.xmltags.XMLScriptBuilder.ForEachHandler
 
handleNode(XNode, List<SqlNode>) - Method in class org.apache.ibatis.scripting.xmltags.XMLScriptBuilder.IfHandler
 
handleNode(XNode, List<SqlNode>) - Method in interface org.apache.ibatis.scripting.xmltags.XMLScriptBuilder.NodeHandler
 
handleNode(XNode, List<SqlNode>) - Method in class org.apache.ibatis.scripting.xmltags.XMLScriptBuilder.OtherwiseHandler
 
handleNode(XNode, List<SqlNode>) - Method in class org.apache.ibatis.scripting.xmltags.XMLScriptBuilder.SetHandler
 
handleNode(XNode, List<SqlNode>) - Method in class org.apache.ibatis.scripting.xmltags.XMLScriptBuilder.TrimHandler
 
handleNode(XNode, List<SqlNode>) - Method in class org.apache.ibatis.scripting.xmltags.XMLScriptBuilder.WhereHandler
 
handleOutputParameters(CallableStatement) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
handleOutputParameters(CallableStatement) - Method in interface org.apache.ibatis.executor.resultset.ResultSetHandler
 
handler - Variable in class org.apache.ibatis.parsing.GenericTokenParser
 
handleRefCursorOutputParameter(ResultSet, ParameterMapping, MetaObject) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
handleResult(ResultContext<?>) - Method in class org.apache.ibatis.executor.result.DefaultResultHandler
 
handleResult(ResultContext<? extends T>) - Method in class org.apache.ibatis.cursor.defaults.DefaultCursor.ObjectWrapperResultHandler
 
handleResult(ResultContext<? extends T>) - Method in interface org.apache.ibatis.session.ResultHandler
 
handleResult(ResultContext<? extends V>) - Method in class org.apache.ibatis.executor.result.DefaultMapResultHandler
 
handleResultSet(ResultSetWrapper, ResultMap, List<Object>, ResultMapping) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
handleResultSets(Statement) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
handleResultSets(Statement) - Method in interface org.apache.ibatis.executor.resultset.ResultSetHandler
 
handleRowValues(ResultSetWrapper, ResultMap, ResultHandler<?>, RowBounds, ResultMapping) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
handleRowValuesForNestedResultMap(ResultSetWrapper, ResultMap, ResultHandler<?>, RowBounds, ResultMapping) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
handleRowValuesForSimpleResultMap(ResultSetWrapper, ResultMap, ResultHandler<?>, RowBounds, ResultMapping) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
handleSelectKeyAnnotation(SelectKey, String, Class<?>, LanguageDriver) - Method in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
 
handleToken(String) - Method in class org.apache.ibatis.builder.SqlSourceBuilder.ParameterMappingTokenHandler
 
handleToken(String) - Method in class org.apache.ibatis.parsing.PropertyParser.VariableTokenHandler
 
handleToken(String) - Method in interface org.apache.ibatis.parsing.TokenHandler
 
handleToken(String) - Method in class org.apache.ibatis.scripting.xmltags.TextSqlNode.BindingTokenParser
 
handleToken(String) - Method in class org.apache.ibatis.scripting.xmltags.TextSqlNode.DynamicCheckerTokenParser
 
handleWhenOtherwiseNodes(XNode, List<SqlNode>, List<SqlNode>) - Method in class org.apache.ibatis.scripting.xmltags.XMLScriptBuilder.ChooseHandler
 
hardLinksToAvoidGarbageCollection - Variable in class org.apache.ibatis.cache.decorators.SoftCache
 
hardLinksToAvoidGarbageCollection - Variable in class org.apache.ibatis.cache.decorators.WeakCache
 
hasAdditionalParameter(String) - Method in class org.apache.ibatis.mapping.BoundSql
 
hasCache(String) - Method in class org.apache.ibatis.session.Configuration
 
hasDefaultConstructor() - Method in class org.apache.ibatis.reflection.MetaClass
 
hasDefaultConstructor() - Method in class org.apache.ibatis.reflection.Reflector
 
hasGetter(String) - Method in class org.apache.ibatis.reflection.MetaClass
 
hasGetter(String) - Method in class org.apache.ibatis.reflection.MetaObject
 
hasGetter(String) - Method in class org.apache.ibatis.reflection.Reflector
Check to see if a class has a readable property by name.
hasGetter(String) - Method in class org.apache.ibatis.reflection.wrapper.BeanWrapper
 
hasGetter(String) - Method in class org.apache.ibatis.reflection.wrapper.CollectionWrapper
 
hasGetter(String) - Method in class org.apache.ibatis.reflection.wrapper.MapWrapper
 
hasGetter(String) - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
 
hashcode - Variable in class org.apache.ibatis.cache.CacheKey
 
hashCode - Variable in class org.apache.ibatis.datasource.pooled.PooledConnection
 
hashCode() - Method in class org.apache.ibatis.cache.CacheKey
 
hashCode() - Method in class org.apache.ibatis.cache.decorators.LoggingCache
 
hashCode() - Method in class org.apache.ibatis.cache.decorators.ScheduledCache
 
hashCode() - Method in class org.apache.ibatis.cache.decorators.SerializedCache
 
hashCode() - Method in class org.apache.ibatis.cache.decorators.SynchronizedCache
 
hashCode() - Method in class org.apache.ibatis.cache.impl.PerpetualCache
 
hashCode() - Method in class org.apache.ibatis.datasource.pooled.PooledConnection
 
hashCode() - Method in class org.apache.ibatis.mapping.ResultMapping
 
hashCode(Object) - Static method in class org.apache.ibatis.reflection.ArrayUtil
Returns a hash code for obj.
hasKeyGenerator(String) - Method in class org.apache.ibatis.session.Configuration
 
hasLoader(String) - Method in class org.apache.ibatis.executor.loader.ResultLoaderMap
 
hasMapper(Class<?>) - Method in class org.apache.ibatis.session.Configuration
 
hasMapper(Class<T>) - Method in class org.apache.ibatis.binding.MapperRegistry
 
hasNestedQueries - Variable in class org.apache.ibatis.mapping.ResultMap
 
hasNestedQueries() - Method in class org.apache.ibatis.mapping.ResultMap
 
hasNestedResultMap(Result) - Method in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
 
hasNestedResultMaps - Variable in class org.apache.ibatis.mapping.MappedStatement
 
hasNestedResultMaps - Variable in class org.apache.ibatis.mapping.ResultMap
 
hasNestedResultMaps() - Method in class org.apache.ibatis.mapping.MappedStatement
 
hasNestedResultMaps() - Method in class org.apache.ibatis.mapping.ResultMap
 
hasNestedSelect(Result) - Method in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
 
hasNext() - Method in class org.apache.ibatis.cursor.defaults.DefaultCursor.CursorIterator
 
hasNext() - Method in class org.apache.ibatis.reflection.property.PropertyTokenizer
 
hasParamAnnotation - Variable in class org.apache.ibatis.reflection.ParamNameResolver
 
hasParameterMap(String) - Method in class org.apache.ibatis.session.Configuration
 
hasResultHandler() - Method in class org.apache.ibatis.binding.MapperMethod.MethodSignature
 
hasResultMap(String) - Method in class org.apache.ibatis.session.Configuration
 
hasRowBounds() - Method in class org.apache.ibatis.binding.MapperMethod.MethodSignature
 
hasSetter(String) - Method in class org.apache.ibatis.reflection.MetaClass
 
hasSetter(String) - Method in class org.apache.ibatis.reflection.MetaObject
 
hasSetter(String) - Method in class org.apache.ibatis.reflection.Reflector
Check to see if a class has a writable property by name.
hasSetter(String) - Method in class org.apache.ibatis.reflection.wrapper.BeanWrapper
 
hasSetter(String) - Method in class org.apache.ibatis.reflection.wrapper.CollectionWrapper
 
hasSetter(String) - Method in class org.apache.ibatis.reflection.wrapper.MapWrapper
 
hasSetter(String) - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
 
hasStatement(String) - Method in class org.apache.ibatis.session.Configuration
 
hasStatement(String, boolean) - Method in class org.apache.ibatis.session.Configuration
 
hasStatementFor(String) - Method in class org.apache.ibatis.executor.ReuseExecutor
 
hasTypeHandler(Class<?>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
hasTypeHandler(Class<?>, JdbcType) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
hasTypeHandler(TypeReference<?>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
hasTypeHandler(TypeReference<?>, JdbcType) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
hasTypeHandlerForResultObject(ResultSetWrapper, Class<?>) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
hasWrapperFor(Object) - Method in class org.apache.ibatis.reflection.wrapper.DefaultObjectWrapperFactory
 
hasWrapperFor(Object) - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapperFactory
 
having - Variable in class org.apache.ibatis.jdbc.AbstractSQL.SQLStatement
 
HAVING(String) - Method in class org.apache.ibatis.jdbc.AbstractSQL
 
HAVING(String) - Static method in class org.apache.ibatis.jdbc.SelectBuilder
Deprecated.
 
HAVING(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
Deprecated.
 
HAVING(String...) - Method in class org.apache.ibatis.jdbc.AbstractSQL
Having.
hits - Variable in class org.apache.ibatis.cache.decorators.LoggingCache
 

I

IBATIS_CONFIG_SYSTEM - Static variable in class org.apache.ibatis.builder.xml.XMLMapperEntityResolver
 
IBATIS_MAPPER_SYSTEM - Static variable in class org.apache.ibatis.builder.xml.XMLMapperEntityResolver
 
IbatisException - Exception in org.apache.ibatis.exceptions
Deprecated.
IbatisException() - Constructor for exception org.apache.ibatis.exceptions.IbatisException
Deprecated.
 
IbatisException(String) - Constructor for exception org.apache.ibatis.exceptions.IbatisException
Deprecated.
 
IbatisException(String, Throwable) - Constructor for exception org.apache.ibatis.exceptions.IbatisException
Deprecated.
 
IbatisException(Throwable) - Constructor for exception org.apache.ibatis.exceptions.IbatisException
Deprecated.
 
id - Variable in class org.apache.ibatis.builder.ResultMapResolver
 
id - Variable in class org.apache.ibatis.cache.impl.PerpetualCache
 
id - Variable in class org.apache.ibatis.mapping.CacheBuilder
 
id - Variable in class org.apache.ibatis.mapping.Environment.Builder
 
id - Variable in class org.apache.ibatis.mapping.Environment
 
id - Variable in class org.apache.ibatis.mapping.MappedStatement
 
id - Variable in class org.apache.ibatis.mapping.ParameterMap
 
id - Variable in class org.apache.ibatis.mapping.ResultMap
 
id() - Element in annotation type org.apache.ibatis.annotations.Arg
Returns whether id column or not.
id() - Element in annotation type org.apache.ibatis.annotations.Result
Returns whether id column or not.
id() - Element in annotation type org.apache.ibatis.annotations.Results
Returns the id of this result map.
id() - Method in class org.apache.ibatis.mapping.Environment.Builder
 
id() - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
 
ID - Enum constant in enum org.apache.ibatis.mapping.ResultFlag
 
idleConnections - Variable in class org.apache.ibatis.datasource.pooled.PoolState
 
idResultMappings - Variable in class org.apache.ibatis.mapping.ResultMap
 
IFACES - Static variable in class org.apache.ibatis.datasource.pooled.PooledConnection
 
IfHandler() - Constructor for class org.apache.ibatis.scripting.xmltags.XMLScriptBuilder.IfHandler
 
IfSqlNode - Class in org.apache.ibatis.scripting.xmltags
 
IfSqlNode(SqlNode, String) - Constructor for class org.apache.ibatis.scripting.xmltags.IfSqlNode
 
ifSqlNodes - Variable in class org.apache.ibatis.scripting.xmltags.ChooseSqlNode
 
implementation - Variable in class org.apache.ibatis.mapping.CacheBuilder
 
implementation() - Element in annotation type org.apache.ibatis.annotations.CacheNamespace
Returns the cache implementation type to use.
implementation(Class<? extends Cache>) - Method in class org.apache.ibatis.mapping.CacheBuilder
 
IMPLEMENTATIONS - Static variable in class org.apache.ibatis.io.VFS
The built-in implementations.
IN - Enum constant in enum org.apache.ibatis.mapping.ParameterMode
 
includeNullJdbcType() - Element in annotation type org.apache.ibatis.type.MappedJdbcTypes
Returns whether map to jdbc null type.
incompleteCacheRefs - Variable in class org.apache.ibatis.session.Configuration
 
IncompleteElementException - Exception in org.apache.ibatis.builder
 
IncompleteElementException() - Constructor for exception org.apache.ibatis.builder.IncompleteElementException
 
IncompleteElementException(String) - Constructor for exception org.apache.ibatis.builder.IncompleteElementException
 
IncompleteElementException(String, Throwable) - Constructor for exception org.apache.ibatis.builder.IncompleteElementException
 
IncompleteElementException(Throwable) - Constructor for exception org.apache.ibatis.builder.IncompleteElementException
 
incompleteMethods - Variable in class org.apache.ibatis.session.Configuration
 
incompleteResultMaps - Variable in class org.apache.ibatis.session.Configuration
 
incompleteStatements - Variable in class org.apache.ibatis.session.Configuration
 
indent(StringBuilder, int) - Method in class org.apache.ibatis.parsing.XNode
 
index - Variable in class org.apache.ibatis.reflection.property.PropertyTokenizer
 
index - Variable in class org.apache.ibatis.scripting.xmltags.ForEachSqlNode.FilteredDynamicContext
 
index - Variable in class org.apache.ibatis.scripting.xmltags.ForEachSqlNode
 
indexedName - Variable in class org.apache.ibatis.reflection.property.PropertyTokenizer
 
indexWithRowBound - Variable in class org.apache.ibatis.cursor.defaults.DefaultCursor
 
inheritEnclosingType(XNode, Class<?>) - Method in class org.apache.ibatis.builder.xml.XMLMapperBuilder
 
INITIAL_CONTEXT - Static variable in class org.apache.ibatis.datasource.jndi.JndiDataSourceFactory
 
initialize() - Method in interface org.apache.ibatis.builder.InitializingObject
Initialize an instance.
initialize() - Static method in class org.apache.ibatis.io.JBoss6VFS
Find all the classes and methods that are required to access the JBoss 6 VFS.
initializeDriver() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
InitializingObject - Interface in org.apache.ibatis.builder
Interface that indicate to provide an initialization method.
initNodeHandlerMap() - Method in class org.apache.ibatis.scripting.xmltags.XMLScriptBuilder
 
injectionFilter - Variable in class org.apache.ibatis.scripting.xmltags.TextSqlNode.BindingTokenParser
 
injectionFilter - Variable in class org.apache.ibatis.scripting.xmltags.TextSqlNode
 
INNER_JOIN(String) - Method in class org.apache.ibatis.jdbc.AbstractSQL
 
INNER_JOIN(String) - Static method in class org.apache.ibatis.jdbc.SelectBuilder
Deprecated.
 
INNER_JOIN(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
Deprecated.
 
INNER_JOIN(String...) - Method in class org.apache.ibatis.jdbc.AbstractSQL
Inner join.
innerJoin - Variable in class org.apache.ibatis.jdbc.AbstractSQL.SQLStatement
 
INOUT - Enum constant in enum org.apache.ibatis.mapping.ParameterMode
 
insert(String) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
insert(String) - Method in interface org.apache.ibatis.session.SqlSession
Execute an insert statement.
insert(String) - Method in class org.apache.ibatis.session.SqlSessionManager
 
insert(String, Object) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
insert(String, Object) - Method in interface org.apache.ibatis.session.SqlSession
Execute an insert statement with the given parameter object.
insert(String, Object) - Method in class org.apache.ibatis.session.SqlSessionManager
 
insert(String, Object...) - Method in class org.apache.ibatis.jdbc.SqlRunner
Executes an INSERT statement.
Insert - Annotation Type in org.apache.ibatis.annotations
The annotation that specify an SQL for inserting record(s).
INSERT - Enum constant in enum org.apache.ibatis.jdbc.AbstractSQL.SQLStatement.StatementType
 
INSERT - Enum constant in enum org.apache.ibatis.mapping.SqlCommandType
 
INSERT_INTO(String) - Method in class org.apache.ibatis.jdbc.AbstractSQL
 
INSERT_INTO(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
Deprecated.
 
Insert.List - Annotation Type in org.apache.ibatis.annotations
The container annotation for Insert.
InsertProvider - Annotation Type in org.apache.ibatis.annotations
The annotation that specify a method that provide an SQL for inserting record(s).
InsertProvider.List - Annotation Type in org.apache.ibatis.annotations
The container annotation for InsertProvider.
insertSQL(AbstractSQL.SafeAppendable) - Method in class org.apache.ibatis.jdbc.AbstractSQL.SQLStatement
 
instance() - Static method in class org.apache.ibatis.executor.ErrorContext
 
INSTANCE - Static variable in class org.apache.ibatis.executor.keygen.Jdbc3KeyGenerator
A shared instance.
INSTANCE - Static variable in class org.apache.ibatis.executor.keygen.NoKeyGenerator
A shared instance.
INSTANCE - Static variable in class org.apache.ibatis.io.VFS.VFSHolder
 
instantiateClass(Class<T>, List<Class<?>>, List<Object>) - Method in class org.apache.ibatis.reflection.factory.DefaultObjectFactory
 
instantiateCollectionPropertyIfAppropriate(ResultMapping, MetaObject) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
instantiateParameterObject(Class<?>) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
instantiatePropertyValue(String, PropertyTokenizer, ObjectFactory) - Method in class org.apache.ibatis.reflection.wrapper.BeanWrapper
 
instantiatePropertyValue(String, PropertyTokenizer, ObjectFactory) - Method in class org.apache.ibatis.reflection.wrapper.CollectionWrapper
 
instantiatePropertyValue(String, PropertyTokenizer, ObjectFactory) - Method in class org.apache.ibatis.reflection.wrapper.MapWrapper
 
instantiatePropertyValue(String, PropertyTokenizer, ObjectFactory) - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
 
instantiateStatement(Connection) - Method in class org.apache.ibatis.executor.statement.BaseStatementHandler
 
instantiateStatement(Connection) - Method in class org.apache.ibatis.executor.statement.CallableStatementHandler
 
instantiateStatement(Connection) - Method in class org.apache.ibatis.executor.statement.PreparedStatementHandler
 
instantiateStatement(Connection) - Method in class org.apache.ibatis.executor.statement.SimpleStatementHandler
 
InstantTypeHandler - Class in org.apache.ibatis.type
 
InstantTypeHandler() - Constructor for class org.apache.ibatis.type.InstantTypeHandler
 
INTEGER - Enum constant in enum org.apache.ibatis.jdbc.Null
 
INTEGER - Enum constant in enum org.apache.ibatis.type.JdbcType
 
IntegerTypeHandler - Class in org.apache.ibatis.type
 
IntegerTypeHandler() - Constructor for class org.apache.ibatis.type.IntegerTypeHandler
 
integerValueOf(String, Integer) - Method in class org.apache.ibatis.builder.BaseBuilder
 
intercept(Object, Method, Object[], MethodProxy) - Method in class org.apache.ibatis.executor.loader.cglib.CglibProxyFactory.EnhancedDeserializationProxyImpl
 
intercept(Object, Method, Object[], MethodProxy) - Method in class org.apache.ibatis.executor.loader.cglib.CglibProxyFactory.EnhancedResultObjectProxyImpl
 
intercept(Invocation) - Method in interface org.apache.ibatis.plugin.Interceptor
 
interceptor - Variable in class org.apache.ibatis.plugin.Plugin
 
Interceptor - Interface in org.apache.ibatis.plugin
 
interceptorChain - Variable in class org.apache.ibatis.session.Configuration
 
InterceptorChain - Class in org.apache.ibatis.plugin
 
InterceptorChain() - Constructor for class org.apache.ibatis.plugin.InterceptorChain
 
interceptors - Variable in class org.apache.ibatis.plugin.InterceptorChain
 
Intercepts - Annotation Type in org.apache.ibatis.plugin
The annotation that specify target methods to intercept.
INTO_COLUMNS(String...) - Method in class org.apache.ibatis.jdbc.AbstractSQL
Into columns.
INTO_VALUES(String...) - Method in class org.apache.ibatis.jdbc.AbstractSQL
Into values.
invalidate() - Method in class org.apache.ibatis.datasource.pooled.PooledConnection
Invalidates the connection.
Invocation - Class in org.apache.ibatis.plugin
 
Invocation(Object, Method, Object[]) - Constructor for class org.apache.ibatis.plugin.Invocation
 
invoke(Object, Object[]) - Method in class org.apache.ibatis.reflection.invoker.AmbiguousMethodInvoker
 
invoke(Object, Object[]) - Method in class org.apache.ibatis.reflection.invoker.GetFieldInvoker
 
invoke(Object, Object[]) - Method in interface org.apache.ibatis.reflection.invoker.Invoker
 
invoke(Object, Object[]) - Method in class org.apache.ibatis.reflection.invoker.MethodInvoker
 
invoke(Object, Object[]) - Method in class org.apache.ibatis.reflection.invoker.SetFieldInvoker
 
invoke(Object, Method, Object[]) - Method in class org.apache.ibatis.binding.MapperProxy
 
invoke(Object, Method, Object[]) - Method in class org.apache.ibatis.datasource.pooled.PooledConnection
Required for InvocationHandler implementation.
invoke(Object, Method, Object[]) - Method in class org.apache.ibatis.executor.loader.AbstractEnhancedDeserializationProxy
 
invoke(Object, Method, Object[]) - Method in class org.apache.ibatis.logging.jdbc.ConnectionLogger
 
invoke(Object, Method, Object[]) - Method in class org.apache.ibatis.logging.jdbc.PreparedStatementLogger
 
invoke(Object, Method, Object[]) - Method in class org.apache.ibatis.logging.jdbc.ResultSetLogger
 
invoke(Object, Method, Object[]) - Method in class org.apache.ibatis.logging.jdbc.StatementLogger
 
invoke(Object, Method, Object[]) - Method in class org.apache.ibatis.plugin.Plugin
 
invoke(Object, Method, Object[]) - Method in class org.apache.ibatis.session.SqlSessionManager.SqlSessionInterceptor
 
invoke(Object, Method, Object[], SqlSession) - Method in class org.apache.ibatis.binding.MapperProxy.DefaultMethodInvoker
 
invoke(Object, Method, Object[], SqlSession) - Method in interface org.apache.ibatis.binding.MapperProxy.MapperMethodInvoker
 
invoke(Object, Method, Object[], SqlSession) - Method in class org.apache.ibatis.binding.MapperProxy.PlainMethodInvoker
 
invoke(Object, Method, Method, Object[]) - Method in class org.apache.ibatis.executor.loader.javassist.JavassistProxyFactory.EnhancedDeserializationProxyImpl
 
invoke(Object, Method, Method, Object[]) - Method in class org.apache.ibatis.executor.loader.javassist.JavassistProxyFactory.EnhancedResultObjectProxyImpl
 
invoke(Method, Object, Object...) - Static method in class org.apache.ibatis.io.VFS
Invoke a method on an object and return whatever it returns.
invokeProviderMethod(Object...) - Method in class org.apache.ibatis.builder.annotation.ProviderSqlSource
 
Invoker - Interface in org.apache.ibatis.reflection.invoker
 
IsA(Class<?>) - Constructor for class org.apache.ibatis.io.ResolverUtil.IsA
Constructs an IsA test using the supplied Class as the parent class/interface.
isAccessible(Map, Object, Member, String) - Method in class org.apache.ibatis.scripting.xmltags.OgnlMemberAccess
 
isAggressiveLazyLoading() - Method in class org.apache.ibatis.session.Configuration
 
isAutoCommit() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
isAutoCommit() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
isCached(MappedStatement, CacheKey) - Method in class org.apache.ibatis.executor.BaseExecutor
 
isCached(MappedStatement, CacheKey) - Method in class org.apache.ibatis.executor.CachingExecutor
 
isCached(MappedStatement, CacheKey) - Method in interface org.apache.ibatis.executor.Executor
 
isCacheEnabled() - Method in class org.apache.ibatis.session.Configuration
 
isCallSettersOnNulls() - Method in class org.apache.ibatis.session.Configuration
 
isClassCacheEnabled() - Method in class org.apache.ibatis.reflection.DefaultReflectorFactory
 
isClassCacheEnabled() - Method in interface org.apache.ibatis.reflection.ReflectorFactory
 
isClosed() - Method in class org.apache.ibatis.cursor.defaults.DefaultCursor
 
isClosed() - Method in class org.apache.ibatis.executor.BaseExecutor
 
isClosed() - Method in class org.apache.ibatis.executor.CachingExecutor
 
isClosed() - Method in interface org.apache.ibatis.executor.Executor
 
isClosed() - Method in class org.apache.ibatis.executor.loader.ResultLoaderMap.ClosedExecutor
 
isCollection() - Method in class org.apache.ibatis.reflection.MetaObject
 
isCollection() - Method in class org.apache.ibatis.reflection.wrapper.BeanWrapper
 
isCollection() - Method in class org.apache.ibatis.reflection.wrapper.CollectionWrapper
 
isCollection() - Method in class org.apache.ibatis.reflection.wrapper.MapWrapper
 
isCollection() - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
 
isCollection(Class<T>) - Method in class org.apache.ibatis.reflection.factory.DefaultObjectFactory
 
isCollection(Class<T>) - Method in interface org.apache.ibatis.reflection.factory.ObjectFactory
Returns true if this object can have a set of other objects.
isCommitOrRollbackRequired(boolean) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
isCompositeResult() - Method in class org.apache.ibatis.mapping.ResultMapping
 
isConsumed() - Method in interface org.apache.ibatis.cursor.Cursor
 
isConsumed() - Method in class org.apache.ibatis.cursor.defaults.DefaultCursor
 
isDebugEnabled() - Method in class org.apache.ibatis.logging.commons.JakartaCommonsLoggingImpl
 
isDebugEnabled() - Method in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
 
isDebugEnabled() - Method in class org.apache.ibatis.logging.jdk14.Jdk14LoggingImpl
 
isDebugEnabled() - Method in interface org.apache.ibatis.logging.Log
 
isDebugEnabled() - Method in class org.apache.ibatis.logging.log4j.Log4jImpl
 
isDebugEnabled() - Method in class org.apache.ibatis.logging.log4j2.Log4j2AbstractLoggerImpl
 
isDebugEnabled() - Method in class org.apache.ibatis.logging.log4j2.Log4j2Impl
 
isDebugEnabled() - Method in class org.apache.ibatis.logging.log4j2.Log4j2LoggerImpl
 
isDebugEnabled() - Method in class org.apache.ibatis.logging.nologging.NoLoggingImpl
 
isDebugEnabled() - Method in class org.apache.ibatis.logging.slf4j.Slf4jImpl
 
isDebugEnabled() - Method in class org.apache.ibatis.logging.slf4j.Slf4jLocationAwareLoggerImpl
 
isDebugEnabled() - Method in class org.apache.ibatis.logging.slf4j.Slf4jLoggerImpl
 
isDebugEnabled() - Method in class org.apache.ibatis.logging.stdout.StdOutImpl
 
isDynamic - Variable in class org.apache.ibatis.scripting.xmltags.TextSqlNode.DynamicCheckerTokenParser
 
isDynamic - Variable in class org.apache.ibatis.scripting.xmltags.XMLScriptBuilder
 
isDynamic() - Method in class org.apache.ibatis.scripting.xmltags.TextSqlNode.DynamicCheckerTokenParser
 
isDynamic() - Method in class org.apache.ibatis.scripting.xmltags.TextSqlNode
 
isEmpty() - Method in class org.apache.ibatis.jdbc.AbstractSQL.SafeAppendable
 
isFlushCacheRequired() - Method in class org.apache.ibatis.mapping.MappedStatement
 
isGetter(String) - Static method in class org.apache.ibatis.reflection.property.PropertyNamer
 
isJar(URL) - Method in class org.apache.ibatis.io.DefaultVFS
Returns true if the resource located at the given URL is a JAR file.
isJar(URL, byte[]) - Method in class org.apache.ibatis.io.DefaultVFS
Returns true if the resource located at the given URL is a JAR file.
isLazy() - Method in class org.apache.ibatis.mapping.ResultMapping
 
isLazy(Result) - Method in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
 
isLazyLoadingEnabled() - Method in class org.apache.ibatis.session.Configuration
 
isManagedSessionStarted() - Method in class org.apache.ibatis.session.SqlSessionManager
 
isMapUnderscoreToCamelCase() - Method in class org.apache.ibatis.session.Configuration
 
isMultipleResultSetsEnabled() - Method in class org.apache.ibatis.session.Configuration
 
ISO - Enum constant in enum org.apache.ibatis.jdbc.AbstractSQL.SQLStatement.LimitingRowsStrategy
 
isOpen() - Method in interface org.apache.ibatis.cursor.Cursor
 
isOpen() - Method in class org.apache.ibatis.cursor.defaults.DefaultCursor
 
isPoolPingEnabled() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
isPrefixApplied() - Method in class org.apache.ibatis.scripting.xmltags.ForEachSqlNode.PrefixedContext
 
isProperty(String) - Static method in class org.apache.ibatis.reflection.property.PropertyNamer
 
isResourceLoaded(String) - Method in class org.apache.ibatis.session.Configuration
 
isResultOrdered() - Method in class org.apache.ibatis.mapping.MappedStatement
 
isReturnInstanceForEmptyRow() - Method in class org.apache.ibatis.session.Configuration
 
isSafeResultHandlerEnabled() - Method in class org.apache.ibatis.session.Configuration
 
isSafeRowBoundsEnabled() - Method in class org.apache.ibatis.session.Configuration
 
isSetter(String) - Static method in class org.apache.ibatis.reflection.property.PropertyNamer
 
isShrinkWhitespacesInSql() - Method in class org.apache.ibatis.session.Configuration
 
isSimple() - Method in class org.apache.ibatis.mapping.ResultMapping
 
isSimpleType(Class<?>) - Static method in class org.apache.ibatis.type.SimpleTypeRegistry
 
isSpecialParameter(Class<?>) - Static method in class org.apache.ibatis.reflection.ParamNameResolver
 
isSpecifiedEnvironment(String) - Method in class org.apache.ibatis.builder.xml.XMLConfigBuilder
 
isStopped() - Method in class org.apache.ibatis.executor.result.DefaultResultContext
 
isStopped() - Method in interface org.apache.ibatis.session.ResultContext
 
isTraceEnabled() - Method in class org.apache.ibatis.logging.commons.JakartaCommonsLoggingImpl
 
isTraceEnabled() - Method in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
 
isTraceEnabled() - Method in class org.apache.ibatis.logging.jdk14.Jdk14LoggingImpl
 
isTraceEnabled() - Method in interface org.apache.ibatis.logging.Log
 
isTraceEnabled() - Method in class org.apache.ibatis.logging.log4j.Log4jImpl
 
isTraceEnabled() - Method in class org.apache.ibatis.logging.log4j2.Log4j2AbstractLoggerImpl
 
isTraceEnabled() - Method in class org.apache.ibatis.logging.log4j2.Log4j2Impl
 
isTraceEnabled() - Method in class org.apache.ibatis.logging.log4j2.Log4j2LoggerImpl
 
isTraceEnabled() - Method in class org.apache.ibatis.logging.nologging.NoLoggingImpl
 
isTraceEnabled() - Method in class org.apache.ibatis.logging.slf4j.Slf4jImpl
 
isTraceEnabled() - Method in class org.apache.ibatis.logging.slf4j.Slf4jLocationAwareLoggerImpl
 
isTraceEnabled() - Method in class org.apache.ibatis.logging.slf4j.Slf4jLoggerImpl
 
isTraceEnabled() - Method in class org.apache.ibatis.logging.stdout.StdOutImpl
 
isUseActualParamName() - Method in class org.apache.ibatis.session.Configuration
 
isUseCache() - Method in class org.apache.ibatis.mapping.MappedStatement
 
isUseColumnLabel() - Method in class org.apache.ibatis.session.Configuration
 
isUseGeneratedKeys() - Method in class org.apache.ibatis.session.Configuration
 
isValid() - Method in class org.apache.ibatis.datasource.pooled.PooledConnection
Method to see if the connection is usable.
isValid() - Method in class org.apache.ibatis.io.DefaultVFS
 
isValid() - Method in class org.apache.ibatis.io.JBoss6VFS
 
isValid() - Method in class org.apache.ibatis.io.VFS
Return true if the VFS implementation is valid for the current environment.
isValidPropertyName(String) - Method in class org.apache.ibatis.reflection.Reflector
 
isWrapperFor(Class<?>) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
isWrapperFor(Class<?>) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
item - Variable in class org.apache.ibatis.scripting.xmltags.ForEachSqlNode.FilteredDynamicContext
 
item - Variable in class org.apache.ibatis.scripting.xmltags.ForEachSqlNode
 
ITEM_PREFIX - Static variable in class org.apache.ibatis.scripting.xmltags.ForEachSqlNode
 
itemIndex - Variable in class org.apache.ibatis.scripting.xmltags.ForEachSqlNode.FilteredDynamicContext
 
itemizeItem(String, int) - Static method in class org.apache.ibatis.scripting.xmltags.ForEachSqlNode
 
iterator() - Method in class org.apache.ibatis.cursor.defaults.DefaultCursor
 
iteratorIndex - Variable in class org.apache.ibatis.cursor.defaults.DefaultCursor.CursorIterator
Index of objects returned using next(), and as such, visible to users.
iteratorRetrieved - Variable in class org.apache.ibatis.cursor.defaults.DefaultCursor
 

J

JakartaCommonsLoggingImpl - Class in org.apache.ibatis.logging.commons
 
JakartaCommonsLoggingImpl(String) - Constructor for class org.apache.ibatis.logging.commons.JakartaCommonsLoggingImpl
 
JapaneseDateTypeHandler - Class in org.apache.ibatis.type
Type Handler for JapaneseDate.
JapaneseDateTypeHandler() - Constructor for class org.apache.ibatis.type.JapaneseDateTypeHandler
 
JAR_MAGIC - Static variable in class org.apache.ibatis.io.DefaultVFS
The magic header that indicates a JAR (ZIP) file.
JAVA_OBJECT - Enum constant in enum org.apache.ibatis.type.JdbcType
 
JavassistProxyFactory - Class in org.apache.ibatis.executor.loader.javassist
 
JavassistProxyFactory - Class in org.apache.ibatis.executor.loader
Deprecated.
JavassistProxyFactory() - Constructor for class org.apache.ibatis.executor.loader.javassist.JavassistProxyFactory
 
JavassistProxyFactory() - Constructor for class org.apache.ibatis.executor.loader.JavassistProxyFactory
Deprecated.
 
JavassistProxyFactory.EnhancedDeserializationProxyImpl - Class in org.apache.ibatis.executor.loader.javassist
 
JavassistProxyFactory.EnhancedResultObjectProxyImpl - Class in org.apache.ibatis.executor.loader.javassist
 
JavassistProxyFactory.LogHolder - Class in org.apache.ibatis.executor.loader.javassist
 
JavassistSerialStateHolder - Class in org.apache.ibatis.executor.loader.javassist
 
JavassistSerialStateHolder() - Constructor for class org.apache.ibatis.executor.loader.javassist.JavassistSerialStateHolder
 
JavassistSerialStateHolder(Object, Map<String, ResultLoaderMap.LoadPair>, ObjectFactory, List<Class<?>>, List<Object>) - Constructor for class org.apache.ibatis.executor.loader.javassist.JavassistSerialStateHolder
 
javaType - Variable in class org.apache.ibatis.mapping.ParameterMapping
 
javaType - Variable in class org.apache.ibatis.mapping.ResultMapping
 
javaType() - Element in annotation type org.apache.ibatis.annotations.Arg
Return the java type for this argument.
javaType() - Element in annotation type org.apache.ibatis.annotations.Result
Return the java type for this argument.
javaType() - Element in annotation type org.apache.ibatis.annotations.TypeDiscriminator
Return the java type for conditional value.
javaType(Class<?>) - Method in class org.apache.ibatis.mapping.ParameterMapping.Builder
 
javaType(Class<?>) - Method in class org.apache.ibatis.mapping.ResultMapping.Builder
 
JBoss6VFS - Class in org.apache.ibatis.io
A JBoss6VFS.VFS implementation that works with the VFS API provided by JBoss 6.
JBoss6VFS() - Constructor for class org.apache.ibatis.io.JBoss6VFS
 
JBoss6VFS.VFS - Class in org.apache.ibatis.io
A class that mimics a tiny subset of the JBoss VFS class.
JBoss6VFS.VirtualFile - Class in org.apache.ibatis.io
A class that mimics a tiny subset of the JBoss VirtualFile class.
Jdbc3KeyGenerator - Class in org.apache.ibatis.executor.keygen
 
Jdbc3KeyGenerator() - Constructor for class org.apache.ibatis.executor.keygen.Jdbc3KeyGenerator
 
Jdbc3KeyGenerator.KeyAssigner - Class in org.apache.ibatis.executor.keygen
 
jdbcCompliant() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource.DriverProxy
 
JdbcTransaction - Class in org.apache.ibatis.transaction.jdbc
Transaction that makes use of the JDBC commit and rollback facilities directly.
JdbcTransaction(Connection) - Constructor for class org.apache.ibatis.transaction.jdbc.JdbcTransaction
 
JdbcTransaction(DataSource, TransactionIsolationLevel, boolean) - Constructor for class org.apache.ibatis.transaction.jdbc.JdbcTransaction
 
JdbcTransactionFactory - Class in org.apache.ibatis.transaction.jdbc
Creates JdbcTransaction instances.
JdbcTransactionFactory() - Constructor for class org.apache.ibatis.transaction.jdbc.JdbcTransactionFactory
 
jdbcType - Variable in enum org.apache.ibatis.jdbc.Null
 
jdbcType - Variable in class org.apache.ibatis.mapping.ParameterMapping
 
jdbcType - Variable in class org.apache.ibatis.mapping.ResultMapping
 
jdbcType() - Element in annotation type org.apache.ibatis.annotations.Arg
Return the jdbc type for column that map to this argument.
jdbcType() - Element in annotation type org.apache.ibatis.annotations.Result
Return the jdbc type for column that map to this argument.
jdbcType() - Element in annotation type org.apache.ibatis.annotations.TypeDiscriminator
Return the jdbc type for column that hold conditional value.
jdbcType(String, int) - Method in class org.apache.ibatis.builder.ParameterExpression
 
jdbcType(JdbcType) - Method in class org.apache.ibatis.mapping.ParameterMapping.Builder
 
jdbcType(JdbcType) - Method in class org.apache.ibatis.mapping.ResultMapping.Builder
 
JdbcType - Enum in org.apache.ibatis.type
 
JdbcType(int) - Constructor for enum org.apache.ibatis.type.JdbcType
 
jdbcTypeForNull - Variable in class org.apache.ibatis.session.Configuration
 
jdbcTypeHandlerMap - Variable in class org.apache.ibatis.type.TypeHandlerRegistry
 
jdbcTypeName - Variable in class org.apache.ibatis.mapping.ParameterMapping
 
jdbcTypeName(String) - Method in class org.apache.ibatis.mapping.ParameterMapping.Builder
 
jdbcTypeOpt(String, int) - Method in class org.apache.ibatis.builder.ParameterExpression
 
jdbcTypes - Variable in class org.apache.ibatis.executor.resultset.ResultSetWrapper
 
Jdk - Class in org.apache.ibatis.reflection
To check the existence of version dependent classes.
Jdk() - Constructor for class org.apache.ibatis.reflection.Jdk
 
JDK_SERIAL_FILTER - Static variable in class org.apache.ibatis.io.SerialFilterChecker
 
Jdk14LoggingImpl - Class in org.apache.ibatis.logging.jdk14
 
Jdk14LoggingImpl(String) - Constructor for class org.apache.ibatis.logging.jdk14.Jdk14LoggingImpl
 
JndiDataSourceFactory - Class in org.apache.ibatis.datasource.jndi
 
JndiDataSourceFactory() - Constructor for class org.apache.ibatis.datasource.jndi.JndiDataSourceFactory
 
join - Variable in class org.apache.ibatis.jdbc.AbstractSQL.SQLStatement
 
JOIN(String) - Method in class org.apache.ibatis.jdbc.AbstractSQL
 
JOIN(String) - Static method in class org.apache.ibatis.jdbc.SelectBuilder
Deprecated.
 
JOIN(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
Deprecated.
 
JOIN(String...) - Method in class org.apache.ibatis.jdbc.AbstractSQL
Join.
joins(AbstractSQL.SafeAppendable) - Method in class org.apache.ibatis.jdbc.AbstractSQL.SQLStatement
 

K

key - Variable in class org.apache.ibatis.cache.decorators.SoftCache.SoftEntry
 
key - Variable in class org.apache.ibatis.cache.decorators.WeakCache.WeakEntry
 
key - Variable in class org.apache.ibatis.executor.BaseExecutor.DeferredLoad
 
KEY_DEFAULT_VALUE_SEPARATOR - Static variable in class org.apache.ibatis.parsing.PropertyParser
The special property key that specify a separator for key and default value on placeholder.
KEY_ENABLE_DEFAULT_VALUE - Static variable in class org.apache.ibatis.parsing.PropertyParser
The special property key that indicate whether enable a default value on placeholder.
KEY_PREFIX - Static variable in class org.apache.ibatis.parsing.PropertyParser
 
KeyAssigner(Configuration, ResultSetMetaData, int, String, String) - Constructor for class org.apache.ibatis.executor.keygen.Jdbc3KeyGenerator.KeyAssigner
 
keyColumn() - Element in annotation type org.apache.ibatis.annotations.Options
Returns column names that retrieves a key value.
keyColumn() - Element in annotation type org.apache.ibatis.annotations.SelectKey
Returns column names that retrieves a key value.
keyColumn(String) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
 
keyColumns - Variable in class org.apache.ibatis.mapping.MappedStatement
 
keyGenerator - Variable in class org.apache.ibatis.mapping.MappedStatement
 
keyGenerator(KeyGenerator) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
 
KeyGenerator - Interface in org.apache.ibatis.executor.keygen
 
keyGenerators - Variable in class org.apache.ibatis.session.Configuration
 
keyList - Variable in class org.apache.ibatis.cache.decorators.FifoCache
 
keyMap - Variable in class org.apache.ibatis.cache.decorators.LruCache
 
keyProperties - Variable in class org.apache.ibatis.mapping.MappedStatement
 
keyProperty() - Element in annotation type org.apache.ibatis.annotations.Options
Returns property names that holds a key value.
keyProperty() - Element in annotation type org.apache.ibatis.annotations.SelectKey
Returns property names that holds a key value.
keyProperty(String) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
 
keyStatement - Variable in class org.apache.ibatis.executor.keygen.SelectKeyGenerator
 
knownMappers - Variable in class org.apache.ibatis.binding.MapperRegistry
 

L

lang - Variable in class org.apache.ibatis.mapping.MappedStatement
 
lang(LanguageDriver) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
 
Lang - Annotation Type in org.apache.ibatis.annotations
The annotation that specify a LanguageDriver to use.
LANGUAGE_DRIVER_MAP - Variable in class org.apache.ibatis.scripting.LanguageDriverRegistry
 
languageDriver - Variable in class org.apache.ibatis.builder.annotation.ProviderSqlSource
 
LanguageDriver - Interface in org.apache.ibatis.scripting
 
LanguageDriverRegistry - Class in org.apache.ibatis.scripting
 
LanguageDriverRegistry() - Constructor for class org.apache.ibatis.scripting.LanguageDriverRegistry
 
languageRegistry - Variable in class org.apache.ibatis.session.Configuration
 
lastClear - Variable in class org.apache.ibatis.cache.decorators.ScheduledCache
 
lastList - Variable in class org.apache.ibatis.jdbc.AbstractSQL.SQLStatement
 
lastUsedTimestamp - Variable in class org.apache.ibatis.datasource.pooled.PooledConnection
 
lazy - Variable in class org.apache.ibatis.mapping.ResultMapping
 
lazy(boolean) - Method in class org.apache.ibatis.mapping.ResultMapping.Builder
 
LAZY - Enum constant in enum org.apache.ibatis.mapping.FetchType
 
lazyLoader - Variable in class org.apache.ibatis.executor.loader.cglib.CglibProxyFactory.EnhancedResultObjectProxyImpl
 
lazyLoader - Variable in class org.apache.ibatis.executor.loader.javassist.JavassistProxyFactory.EnhancedResultObjectProxyImpl
 
lazyLoadingEnabled - Variable in class org.apache.ibatis.session.Configuration
 
lazyLoadTriggerMethods - Variable in class org.apache.ibatis.executor.loader.cglib.CglibProxyFactory.EnhancedResultObjectProxyImpl
 
lazyLoadTriggerMethods - Variable in class org.apache.ibatis.executor.loader.javassist.JavassistProxyFactory.EnhancedResultObjectProxyImpl
 
lazyLoadTriggerMethods - Variable in class org.apache.ibatis.session.Configuration
 
LEFT_OUTER_JOIN(String) - Method in class org.apache.ibatis.jdbc.AbstractSQL
 
LEFT_OUTER_JOIN(String) - Static method in class org.apache.ibatis.jdbc.SelectBuilder
Deprecated.
 
LEFT_OUTER_JOIN(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
Deprecated.
 
LEFT_OUTER_JOIN(String...) - Method in class org.apache.ibatis.jdbc.AbstractSQL
Left outer join.
leftOuterJoin - Variable in class org.apache.ibatis.jdbc.AbstractSQL.SQLStatement
 
level - Variable in enum org.apache.ibatis.session.TransactionIsolationLevel
 
level - Variable in class org.apache.ibatis.transaction.jdbc.JdbcTransaction
 
level - Variable in class org.apache.ibatis.transaction.managed.ManagedTransaction
 
limit - Variable in class org.apache.ibatis.jdbc.AbstractSQL.SQLStatement
 
limit - Variable in class org.apache.ibatis.session.RowBounds
 
LIMIT(int) - Method in class org.apache.ibatis.jdbc.AbstractSQL
Set the limit value.
LIMIT(String) - Method in class org.apache.ibatis.jdbc.AbstractSQL
Set the limit variable string(e.g.
limitingRowsStrategy - Variable in class org.apache.ibatis.jdbc.AbstractSQL.SQLStatement
 
LimitingRowsStrategy() - Constructor for enum org.apache.ibatis.jdbc.AbstractSQL.SQLStatement.LimitingRowsStrategy
 
LINE_SEPARATOR - Static variable in class org.apache.ibatis.executor.ErrorContext
 
LINE_SEPARATOR - Static variable in class org.apache.ibatis.jdbc.ScriptRunner
 
lineIsComment(String) - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
linkObjects(MetaObject, ResultMapping, Object) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
linkToParents(ResultSet, ResultMapping, Object) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
list - Variable in class org.apache.ibatis.executor.result.DefaultResultHandler
 
list(String) - Method in class org.apache.ibatis.io.VFS
Recursively list the full resource path of all the resources that are children of all the resources found at the specified path.
list(URL, String) - Method in class org.apache.ibatis.io.DefaultVFS
 
list(URL, String) - Method in class org.apache.ibatis.io.JBoss6VFS
 
list(URL, String) - Method in class org.apache.ibatis.io.VFS
Recursively list the full resource path of all the resources that are children of the resource identified by a URL.
listResources(JarInputStream, String) - Method in class org.apache.ibatis.io.DefaultVFS
List the names of the entries in the given JarInputStream that begin with the specified path.
load() - Method in class org.apache.ibatis.executor.BaseExecutor.DeferredLoad
 
load() - Method in class org.apache.ibatis.executor.loader.ResultLoaderMap.LoadPair
 
load(Object) - Method in class org.apache.ibatis.executor.loader.ResultLoaderMap.LoadPair
 
load(String) - Method in class org.apache.ibatis.executor.loader.ResultLoaderMap
 
loadAll() - Method in class org.apache.ibatis.executor.loader.ResultLoaderMap
 
loadCustomLogImpl(Properties) - Method in class org.apache.ibatis.builder.xml.XMLConfigBuilder
 
loadCustomVfs(Properties) - Method in class org.apache.ibatis.builder.xml.XMLConfigBuilder
 
loaded - Variable in class org.apache.ibatis.executor.loader.ResultLoader
 
loadedResources - Variable in class org.apache.ibatis.session.Configuration
 
loaderMap - Variable in class org.apache.ibatis.executor.loader.ResultLoaderMap
 
loadMappedAndUnmappedColumnNames(ResultMap, String) - Method in class org.apache.ibatis.executor.resultset.ResultSetWrapper
 
LoadPair(String, MetaObject, ResultLoader) - Constructor for class org.apache.ibatis.executor.loader.ResultLoaderMap.LoadPair
 
loadResult() - Method in class org.apache.ibatis.executor.loader.ResultLoader
 
loadXmlResource() - Method in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
 
LOCAL - Static variable in class org.apache.ibatis.executor.ErrorContext
 
localCache - Variable in class org.apache.ibatis.executor.BaseExecutor.DeferredLoad
 
localCache - Variable in class org.apache.ibatis.executor.BaseExecutor
 
localCacheScope - Variable in class org.apache.ibatis.session.Configuration
 
LocalCacheScope - Enum in org.apache.ibatis.session
 
LocalCacheScope() - Constructor for enum org.apache.ibatis.session.LocalCacheScope
 
LocalDateTimeTypeHandler - Class in org.apache.ibatis.type
 
LocalDateTimeTypeHandler() - Constructor for class org.apache.ibatis.type.LocalDateTimeTypeHandler
 
LocalDateTypeHandler - Class in org.apache.ibatis.type
 
LocalDateTypeHandler() - Constructor for class org.apache.ibatis.type.LocalDateTypeHandler
 
localOutputParameterCache - Variable in class org.apache.ibatis.executor.BaseExecutor
 
localReflectorFactory - Variable in class org.apache.ibatis.builder.xml.XMLConfigBuilder
 
localSQL - Static variable in class org.apache.ibatis.jdbc.SelectBuilder
Deprecated.
 
localSQL - Static variable in class org.apache.ibatis.jdbc.SqlBuilder
Deprecated.
 
localSqlSession - Variable in class org.apache.ibatis.session.SqlSessionManager
 
LocalTimeTypeHandler - Class in org.apache.ibatis.type
 
LocalTimeTypeHandler() - Constructor for class org.apache.ibatis.type.LocalTimeTypeHandler
 
locks - Variable in class org.apache.ibatis.cache.decorators.BlockingCache
 
log - Variable in class org.apache.ibatis.cache.decorators.LoggingCache
 
log - Static variable in class org.apache.ibatis.cache.decorators.TransactionalCache
 
log - Static variable in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
log - Static variable in class org.apache.ibatis.executor.BaseExecutor
 
log - Static variable in class org.apache.ibatis.executor.loader.cglib.CglibProxyFactory.LogHolder
 
log - Static variable in class org.apache.ibatis.executor.loader.javassist.JavassistProxyFactory.LogHolder
 
log - Variable in class org.apache.ibatis.executor.loader.ResultLoaderMap.LoadPair
Wow, logger.
log - Static variable in class org.apache.ibatis.io.DefaultVFS
 
log - Static variable in class org.apache.ibatis.io.ExternalResources
Deprecated.
 
log - Static variable in class org.apache.ibatis.io.JBoss6VFS
 
log - Static variable in class org.apache.ibatis.io.ResolverUtil
An instance of Log to use for logging in this class.
log - Static variable in class org.apache.ibatis.io.SerialFilterChecker
 
log - Static variable in class org.apache.ibatis.io.VFS
 
log - Variable in class org.apache.ibatis.logging.commons.JakartaCommonsLoggingImpl
 
log - Variable in class org.apache.ibatis.logging.jdk14.Jdk14LoggingImpl
 
log - Variable in class org.apache.ibatis.logging.log4j.Log4jImpl
 
log - Variable in class org.apache.ibatis.logging.log4j2.Log4j2AbstractLoggerImpl
 
log - Variable in class org.apache.ibatis.logging.log4j2.Log4j2Impl
 
log - Variable in class org.apache.ibatis.logging.log4j2.Log4j2LoggerImpl
 
log - Variable in class org.apache.ibatis.logging.slf4j.Slf4jImpl
 
log - Variable in class org.apache.ibatis.logging.slf4j.Slf4jLoggerImpl
 
log - Static variable in class org.apache.ibatis.mapping.ResultMap.Builder
 
log - Static variable in class org.apache.ibatis.mapping.VendorDatabaseIdProvider.LogHolder
 
log - Static variable in class org.apache.ibatis.session.AutoMappingUnknownColumnBehavior.LogHolder
 
log - Static variable in class org.apache.ibatis.transaction.jdbc.JdbcTransaction
 
log - Static variable in class org.apache.ibatis.transaction.managed.ManagedTransaction
 
Log - Interface in org.apache.ibatis.logging
 
Log4j2AbstractLoggerImpl - Class in org.apache.ibatis.logging.log4j2
 
Log4j2AbstractLoggerImpl(AbstractLogger) - Constructor for class org.apache.ibatis.logging.log4j2.Log4j2AbstractLoggerImpl
 
Log4j2Impl - Class in org.apache.ibatis.logging.log4j2
 
Log4j2Impl(String) - Constructor for class org.apache.ibatis.logging.log4j2.Log4j2Impl
 
Log4j2LoggerImpl - Class in org.apache.ibatis.logging.log4j2
 
Log4j2LoggerImpl(Logger) - Constructor for class org.apache.ibatis.logging.log4j2.Log4j2LoggerImpl
 
Log4jImpl - Class in org.apache.ibatis.logging.log4j
 
Log4jImpl(String) - Constructor for class org.apache.ibatis.logging.log4j.Log4jImpl
 
logConstructor - Static variable in class org.apache.ibatis.logging.LogFactory
 
LogException - Exception in org.apache.ibatis.logging
 
LogException() - Constructor for exception org.apache.ibatis.logging.LogException
 
LogException(String) - Constructor for exception org.apache.ibatis.logging.LogException
 
LogException(String, Throwable) - Constructor for exception org.apache.ibatis.logging.LogException
 
LogException(Throwable) - Constructor for exception org.apache.ibatis.logging.LogException
 
LogFactory - Class in org.apache.ibatis.logging
 
LogFactory() - Constructor for class org.apache.ibatis.logging.LogFactory
 
logger - Variable in class org.apache.ibatis.logging.slf4j.Slf4jLocationAwareLoggerImpl
 
LoggingCache - Class in org.apache.ibatis.cache.decorators
 
LoggingCache(Cache) - Constructor for class org.apache.ibatis.cache.decorators.LoggingCache
 
LogHolder() - Constructor for class org.apache.ibatis.executor.loader.cglib.CglibProxyFactory.LogHolder
 
LogHolder() - Constructor for class org.apache.ibatis.executor.loader.javassist.JavassistProxyFactory.LogHolder
 
LogHolder() - Constructor for class org.apache.ibatis.mapping.VendorDatabaseIdProvider.LogHolder
 
LogHolder() - Constructor for class org.apache.ibatis.session.AutoMappingUnknownColumnBehavior.LogHolder
 
logImpl - Variable in class org.apache.ibatis.session.Configuration
 
logPrefix - Variable in class org.apache.ibatis.session.Configuration
 
logWriter - Variable in class org.apache.ibatis.jdbc.ScriptRunner
 
LONG - Enum constant in enum org.apache.ibatis.jdbc.Null
 
LONGNVARCHAR - Enum constant in enum org.apache.ibatis.type.JdbcType
 
LongTypeHandler - Class in org.apache.ibatis.type
 
LongTypeHandler() - Constructor for class org.apache.ibatis.type.LongTypeHandler
 
LONGVARBINARY - Enum constant in enum org.apache.ibatis.jdbc.Null
 
LONGVARBINARY - Enum constant in enum org.apache.ibatis.type.JdbcType
 
LONGVARCHAR - Enum constant in enum org.apache.ibatis.jdbc.Null
 
LONGVARCHAR - Enum constant in enum org.apache.ibatis.type.JdbcType
 
lookupConstructor - Static variable in class org.apache.ibatis.binding.MapperProxy
 
lowerBounds - Variable in class org.apache.ibatis.reflection.TypeParameterResolver.WildcardTypeImpl
 
LruCache - Class in org.apache.ibatis.cache.decorators
Lru (least recently used) cache decorator.
LruCache(Cache) - Constructor for class org.apache.ibatis.cache.decorators.LruCache
 

M

ManagedTransaction - Class in org.apache.ibatis.transaction.managed
Transaction that lets the container manage the full lifecycle of the transaction.
ManagedTransaction(Connection, boolean) - Constructor for class org.apache.ibatis.transaction.managed.ManagedTransaction
 
ManagedTransaction(DataSource, TransactionIsolationLevel, boolean) - Constructor for class org.apache.ibatis.transaction.managed.ManagedTransaction
 
ManagedTransactionFactory - Class in org.apache.ibatis.transaction.managed
Creates ManagedTransaction instances.
ManagedTransactionFactory() - Constructor for class org.apache.ibatis.transaction.managed.ManagedTransactionFactory
 
many() - Element in annotation type org.apache.ibatis.annotations.Result
Returns the mapping definition for collection relationship.
Many - Annotation Type in org.apache.ibatis.annotations
The annotation that specify the nested statement for retrieving collections.
map - Variable in class org.apache.ibatis.reflection.wrapper.MapWrapper
 
mapKey - Variable in class org.apache.ibatis.binding.MapperMethod.MethodSignature
 
mapKey - Variable in class org.apache.ibatis.executor.result.DefaultMapResultHandler
 
MapKey - Annotation Type in org.apache.ibatis.annotations
The annotation that specify the property name(or column name) for a key value of Map.
mappedColumnNamesMap - Variable in class org.apache.ibatis.executor.resultset.ResultSetWrapper
 
mappedColumns - Variable in class org.apache.ibatis.mapping.ResultMap
 
MappedJdbcTypes - Annotation Type in org.apache.ibatis.type
The annotation that specify jdbc types to map TypeHandler.
mappedParameter - Variable in class org.apache.ibatis.executor.loader.ResultLoaderMap.LoadPair
Parameter of the sql statement.
mappedProperties - Variable in class org.apache.ibatis.mapping.ResultMap
 
mappedResults - Variable in class org.apache.ibatis.executor.result.DefaultMapResultHandler
 
mappedStatement - Variable in class org.apache.ibatis.executor.BatchResult
 
mappedStatement - Variable in class org.apache.ibatis.executor.loader.ResultLoader
 
mappedStatement - Variable in class org.apache.ibatis.executor.loader.ResultLoaderMap.LoadPair
ID of SQL statement which loads the property.
mappedStatement - Variable in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
mappedStatement - Variable in class org.apache.ibatis.executor.statement.BaseStatementHandler
 
mappedStatement - Variable in class org.apache.ibatis.mapping.MappedStatement.Builder
 
mappedStatement - Variable in class org.apache.ibatis.scripting.defaults.DefaultParameterHandler
 
MappedStatement - Class in org.apache.ibatis.mapping
 
MappedStatement() - Constructor for class org.apache.ibatis.mapping.MappedStatement
 
MappedStatement.Builder - Class in org.apache.ibatis.mapping
 
mappedStatements - Variable in class org.apache.ibatis.session.Configuration
 
MappedTypes - Annotation Type in org.apache.ibatis.type
The annotation that specify java types to map TypeHandler.
Mapper - Annotation Type in org.apache.ibatis.annotations
Marker interface for MyBatis mappers.
MapperAnnotationBuilder - Class in org.apache.ibatis.builder.annotation
 
MapperAnnotationBuilder(Configuration, Class<?>) - Constructor for class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
 
MapperAnnotationBuilder.AnnotationWrapper - Class in org.apache.ibatis.builder.annotation
 
MapperBuilderAssistant - Class in org.apache.ibatis.builder
 
MapperBuilderAssistant(Configuration, String) - Constructor for class org.apache.ibatis.builder.MapperBuilderAssistant
 
mapperElement(XNode) - Method in class org.apache.ibatis.builder.xml.XMLConfigBuilder
 
mapperInterface - Variable in class org.apache.ibatis.binding.MapperProxy
 
mapperInterface - Variable in class org.apache.ibatis.binding.MapperProxyFactory
 
mapperMethod - Variable in class org.apache.ibatis.binding.MapperProxy.PlainMethodInvoker
 
mapperMethod - Variable in class org.apache.ibatis.builder.annotation.ProviderContext
 
mapperMethod - Variable in class org.apache.ibatis.builder.annotation.ProviderSqlSource
 
MapperMethod - Class in org.apache.ibatis.binding
 
MapperMethod(Class<?>, Method, Configuration) - Constructor for class org.apache.ibatis.binding.MapperMethod
 
MapperMethod.MethodSignature - Class in org.apache.ibatis.binding
 
MapperMethod.ParamMap<V> - Class in org.apache.ibatis.binding
 
MapperMethod.SqlCommand - Class in org.apache.ibatis.binding
 
MapperProxy<T> - Class in org.apache.ibatis.binding
 
MapperProxy(SqlSession, Class<T>, Map<Method, MapperProxy.MapperMethodInvoker>) - Constructor for class org.apache.ibatis.binding.MapperProxy
 
MapperProxy.DefaultMethodInvoker - Class in org.apache.ibatis.binding
 
MapperProxy.MapperMethodInvoker - Interface in org.apache.ibatis.binding
 
MapperProxy.PlainMethodInvoker - Class in org.apache.ibatis.binding
 
MapperProxyFactory<T> - Class in org.apache.ibatis.binding
 
MapperProxyFactory(Class<T>) - Constructor for class org.apache.ibatis.binding.MapperProxyFactory
 
mapperRegistry - Variable in class org.apache.ibatis.session.Configuration
 
MapperRegistry - Class in org.apache.ibatis.binding
 
MapperRegistry(Configuration) - Constructor for class org.apache.ibatis.binding.MapperRegistry
 
mapperType - Variable in class org.apache.ibatis.builder.annotation.ProviderContext
 
mapUnderscoreToCamelCase - Variable in class org.apache.ibatis.session.Configuration
 
MapWrapper - Class in org.apache.ibatis.reflection.wrapper
 
MapWrapper(MetaObject, Map<String, Object>) - Constructor for class org.apache.ibatis.reflection.wrapper.MapWrapper
 
MARKER - Static variable in class org.apache.ibatis.logging.log4j2.Log4j2AbstractLoggerImpl
 
MARKER - Static variable in class org.apache.ibatis.logging.log4j2.Log4j2LoggerImpl
 
MARKER - Static variable in class org.apache.ibatis.logging.LogFactory
Marker to be used by logging implementations that support markers.
MARKER - Static variable in class org.apache.ibatis.logging.slf4j.Slf4jLocationAwareLoggerImpl
 
matches - Variable in class org.apache.ibatis.io.ResolverUtil
The set of matches being accumulated.
matches(Class<?>) - Method in class org.apache.ibatis.io.ResolverUtil.AnnotatedWith
Returns true if the type is annotated with the class provided to the constructor.
matches(Class<?>) - Method in class org.apache.ibatis.io.ResolverUtil.IsA
Returns true if type is assignable to the parent type supplied in the constructor.
matches(Class<?>) - Method in interface org.apache.ibatis.io.ResolverUtil.Test
Will be called repeatedly with candidate classes.
MEMBER_ACCESS - Static variable in class org.apache.ibatis.scripting.xmltags.OgnlCache
 
message - Variable in class org.apache.ibatis.executor.ErrorContext
 
message(String) - Method in class org.apache.ibatis.executor.ErrorContext
 
metaClass - Variable in class org.apache.ibatis.reflection.wrapper.BeanWrapper
 
MetaClass - Class in org.apache.ibatis.reflection
 
MetaClass(Class<?>, ReflectorFactory) - Constructor for class org.apache.ibatis.reflection.MetaClass
 
metaClassForProperty(String) - Method in class org.apache.ibatis.reflection.MetaClass
 
metaClassForProperty(PropertyTokenizer) - Method in class org.apache.ibatis.reflection.MetaClass
 
metaObject - Variable in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler.PendingRelation
 
metaObject - Variable in class org.apache.ibatis.reflection.wrapper.BaseWrapper
 
MetaObject - Class in org.apache.ibatis.reflection
 
MetaObject(Object, ObjectFactory, ObjectWrapperFactory, ReflectorFactory) - Constructor for class org.apache.ibatis.reflection.MetaObject
 
metaObjectForProperty(String) - Method in class org.apache.ibatis.reflection.MetaObject
 
metaParameters - Variable in class org.apache.ibatis.builder.SqlSourceBuilder.ParameterMappingTokenHandler
 
metaParameters - Variable in class org.apache.ibatis.mapping.BoundSql
 
metaResultObject - Variable in class org.apache.ibatis.executor.loader.ResultLoaderMap.LoadPair
Meta object which sets loaded properties.
method - Variable in class org.apache.ibatis.binding.MapperMethod
 
method - Variable in class org.apache.ibatis.builder.annotation.MethodResolver
 
method - Variable in class org.apache.ibatis.plugin.Invocation
 
method - Variable in class org.apache.ibatis.reflection.invoker.MethodInvoker
 
method() - Element in annotation type org.apache.ibatis.annotations.DeleteProvider
Specify a method for providing an SQL.
method() - Element in annotation type org.apache.ibatis.annotations.InsertProvider
Specify a method for providing an SQL.
method() - Element in annotation type org.apache.ibatis.annotations.SelectProvider
Specify a method for providing an SQL.
method() - Element in annotation type org.apache.ibatis.annotations.UpdateProvider
Specify a method for providing an SQL.
method() - Element in annotation type org.apache.ibatis.plugin.Signature
Returns the method name.
methodCache - Variable in class org.apache.ibatis.binding.MapperProxy
 
methodCache - Variable in class org.apache.ibatis.binding.MapperProxyFactory
 
methodHandle - Variable in class org.apache.ibatis.binding.MapperProxy.DefaultMethodInvoker
 
MethodInvoker - Class in org.apache.ibatis.reflection.invoker
 
MethodInvoker(Method) - Constructor for class org.apache.ibatis.reflection.invoker.MethodInvoker
 
MethodResolver - Class in org.apache.ibatis.builder.annotation
 
MethodResolver(MapperAnnotationBuilder, Method) - Constructor for class org.apache.ibatis.builder.annotation.MethodResolver
 
MethodSignature(Configuration, Class<?>, Method) - Constructor for class org.apache.ibatis.binding.MapperMethod.MethodSignature
 
methodToProperty(String) - Static method in class org.apache.ibatis.reflection.property.PropertyNamer
 
MixedSqlNode - Class in org.apache.ibatis.scripting.xmltags
 
MixedSqlNode(List<SqlNode>) - Constructor for class org.apache.ibatis.scripting.xmltags.MixedSqlNode
 
mode - Variable in class org.apache.ibatis.mapping.ParameterMapping
 
mode(ParameterMode) - Method in class org.apache.ibatis.mapping.ParameterMapping.Builder
 
MonthTypeHandler - Class in org.apache.ibatis.type
 
MonthTypeHandler() - Constructor for class org.apache.ibatis.type.MonthTypeHandler
 
MSG_TOO_MANY_KEYS - Static variable in class org.apache.ibatis.executor.keygen.Jdbc3KeyGenerator
 
multipleResultSetsEnabled - Variable in class org.apache.ibatis.session.Configuration
 
multiplier - Variable in class org.apache.ibatis.cache.CacheKey
 
MYBATIS_CONFIG_DTD - Static variable in class org.apache.ibatis.builder.xml.XMLMapperEntityResolver
 
MYBATIS_CONFIG_SYSTEM - Static variable in class org.apache.ibatis.builder.xml.XMLMapperEntityResolver
 
MYBATIS_MAPPER_DTD - Static variable in class org.apache.ibatis.builder.xml.XMLMapperEntityResolver
 
MYBATIS_MAPPER_SYSTEM - Static variable in class org.apache.ibatis.builder.xml.XMLMapperEntityResolver
 

N

name - Variable in class org.apache.ibatis.binding.MapperMethod.SqlCommand
 
name - Variable in class org.apache.ibatis.parsing.XNode
 
name - Variable in class org.apache.ibatis.reflection.property.PropertyTokenizer
 
name - Variable in class org.apache.ibatis.scripting.xmltags.VarDeclSqlNode
 
name - Variable in class org.apache.ibatis.session.Configuration.StrictMap
 
name() - Element in annotation type org.apache.ibatis.annotations.Arg
Returns the parameter name for applying this mapping.
name() - Element in annotation type org.apache.ibatis.annotations.CacheNamespaceRef
Returns the namespace name to reference a cache.
name() - Element in annotation type org.apache.ibatis.annotations.Property
Returns the property name.
nameOfSingleParam(Map<String, ?>) - Static method in class org.apache.ibatis.executor.keygen.Jdbc3KeyGenerator
 
names - Variable in class org.apache.ibatis.reflection.ParamNameResolver
The key is the index and the value is the name of the parameter.
The name is obtained from Param if specified.
NCHAR - Enum constant in enum org.apache.ibatis.type.JdbcType
 
NCLOB - Enum constant in enum org.apache.ibatis.type.JdbcType
 
NClobTypeHandler - Class in org.apache.ibatis.type
 
NClobTypeHandler() - Constructor for class org.apache.ibatis.type.NClobTypeHandler
 
nestedQueryId - Variable in class org.apache.ibatis.mapping.ResultMapping
 
nestedQueryId(String) - Method in class org.apache.ibatis.mapping.ResultMapping.Builder
 
nestedResultMapId - Variable in class org.apache.ibatis.mapping.ResultMapping
 
nestedResultMapId(String) - Method in class org.apache.ibatis.mapping.ResultMapping.Builder
 
nestedResultMapId(Result) - Method in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
 
nestedResultObjects - Variable in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
nestedSelectId(Result) - Method in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
 
newBaseCacheInstance(Class<? extends Cache>, String) - Method in class org.apache.ibatis.mapping.CacheBuilder
 
newCacheDecoratorInstance(Class<? extends Cache>, Cache) - Method in class org.apache.ibatis.mapping.CacheBuilder
 
newExecutor() - Method in class org.apache.ibatis.executor.loader.ResultLoader
 
newExecutor(Transaction) - Method in class org.apache.ibatis.session.Configuration
 
newExecutor(Transaction, ExecutorType) - Method in class org.apache.ibatis.session.Configuration
 
newInstance(InputStream) - Static method in class org.apache.ibatis.session.SqlSessionManager
 
newInstance(InputStream, String) - Static method in class org.apache.ibatis.session.SqlSessionManager
 
newInstance(InputStream, Properties) - Static method in class org.apache.ibatis.session.SqlSessionManager
 
newInstance(Reader) - Static method in class org.apache.ibatis.session.SqlSessionManager
 
newInstance(Reader, String) - Static method in class org.apache.ibatis.session.SqlSessionManager
 
newInstance(Reader, Properties) - Static method in class org.apache.ibatis.session.SqlSessionManager
 
newInstance(Connection, Log, int) - Static method in class org.apache.ibatis.logging.jdbc.ConnectionLogger
Creates a logging version of a connection.
newInstance(PreparedStatement, Log, int) - Static method in class org.apache.ibatis.logging.jdbc.PreparedStatementLogger
Creates a logging version of a PreparedStatement.
newInstance(ResultSet, Log, int) - Static method in class org.apache.ibatis.logging.jdbc.ResultSetLogger
Creates a logging version of a ResultSet.
newInstance(Statement, Log, int) - Static method in class org.apache.ibatis.logging.jdbc.StatementLogger
Creates a logging version of a Statement.
newInstance(MapperProxy<T>) - Method in class org.apache.ibatis.binding.MapperProxyFactory
 
newInstance(SqlSession) - Method in class org.apache.ibatis.binding.MapperProxyFactory
 
newInstance(SqlSessionFactory) - Static method in class org.apache.ibatis.session.SqlSessionManager
 
newMetaObject(Object) - Method in class org.apache.ibatis.session.Configuration
 
newParameterHandler(MappedStatement, Object, BoundSql) - Method in class org.apache.ibatis.session.Configuration
 
newResultSetHandler(Executor, MappedStatement, RowBounds, ParameterHandler, ResultHandler, BoundSql) - Method in class org.apache.ibatis.session.Configuration
 
newSerialStateHolder(Object, Map<String, ResultLoaderMap.LoadPair>, ObjectFactory, List<Class<?>>, List<Object>) - Method in class org.apache.ibatis.executor.loader.AbstractEnhancedDeserializationProxy
 
newSerialStateHolder(Object, Map<String, ResultLoaderMap.LoadPair>, ObjectFactory, List<Class<?>>, List<Object>) - Method in class org.apache.ibatis.executor.loader.cglib.CglibProxyFactory.EnhancedDeserializationProxyImpl
 
newSerialStateHolder(Object, Map<String, ResultLoaderMap.LoadPair>, ObjectFactory, List<Class<?>>, List<Object>) - Method in class org.apache.ibatis.executor.loader.javassist.JavassistProxyFactory.EnhancedDeserializationProxyImpl
 
newStatementHandler(Executor, MappedStatement, Object, RowBounds, ResultHandler, BoundSql) - Method in class org.apache.ibatis.session.Configuration
 
newTransaction(Connection) - Method in class org.apache.ibatis.transaction.jdbc.JdbcTransactionFactory
 
newTransaction(Connection) - Method in class org.apache.ibatis.transaction.managed.ManagedTransactionFactory
 
newTransaction(Connection) - Method in interface org.apache.ibatis.transaction.TransactionFactory
Creates a Transaction out of an existing connection.
newTransaction(DataSource, TransactionIsolationLevel, boolean) - Method in class org.apache.ibatis.transaction.jdbc.JdbcTransactionFactory
 
newTransaction(DataSource, TransactionIsolationLevel, boolean) - Method in class org.apache.ibatis.transaction.managed.ManagedTransactionFactory
 
newTransaction(DataSource, TransactionIsolationLevel, boolean) - Method in interface org.apache.ibatis.transaction.TransactionFactory
Creates a Transaction out of a datasource.
newXNode(Node) - Method in class org.apache.ibatis.parsing.XNode
 
next() - Method in class org.apache.ibatis.cursor.defaults.DefaultCursor.CursorIterator
 
next() - Method in class org.apache.ibatis.reflection.property.PropertyTokenizer
 
nextResultMaps - Variable in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
nextResultObject(T) - Method in class org.apache.ibatis.executor.result.DefaultResultContext
 
NO_ARGUMENTS - Static variable in class org.apache.ibatis.reflection.wrapper.BaseWrapper
 
NO_GENERATED_KEY - Static variable in class org.apache.ibatis.jdbc.SqlRunner
 
NO_RESULT_HANDLER - Static variable in interface org.apache.ibatis.executor.Executor
 
NO_ROW_LIMIT - Static variable in class org.apache.ibatis.session.RowBounds
 
NO_ROW_OFFSET - Static variable in class org.apache.ibatis.session.RowBounds
 
node - Variable in class org.apache.ibatis.parsing.XNode
 
nodeHandlerMap - Variable in class org.apache.ibatis.scripting.xmltags.XMLScriptBuilder
 
NoKeyGenerator - Class in org.apache.ibatis.executor.keygen
 
NoKeyGenerator() - Constructor for class org.apache.ibatis.executor.keygen.NoKeyGenerator
 
NoLoggingImpl - Class in org.apache.ibatis.logging.nologging
 
NoLoggingImpl(String) - Constructor for class org.apache.ibatis.logging.nologging.NoLoggingImpl
 
NONE - Enum constant in enum org.apache.ibatis.session.AutoMappingBehavior
Disables auto-mapping.
NONE - Enum constant in enum org.apache.ibatis.session.AutoMappingUnknownColumnBehavior
Do nothing (Default).
NONE - Enum constant in enum org.apache.ibatis.session.TransactionIsolationLevel
 
NOP - Enum constant in enum org.apache.ibatis.jdbc.AbstractSQL.SQLStatement.LimitingRowsStrategy
 
notNullColumns - Variable in class org.apache.ibatis.mapping.ResultMapping
 
notNullColumns(Set<String>) - Method in class org.apache.ibatis.mapping.ResultMapping.Builder
 
NStringTypeHandler - Class in org.apache.ibatis.type
 
NStringTypeHandler() - Constructor for class org.apache.ibatis.type.NStringTypeHandler
 
Null - Enum in org.apache.ibatis.jdbc
 
Null(TypeHandler<?>, JdbcType) - Constructor for enum org.apache.ibatis.jdbc.Null
 
NULL - Enum constant in enum org.apache.ibatis.type.JdbcType
 
NULL_CACHE_KEY - Static variable in class org.apache.ibatis.cache.CacheKey
 
NULL_META_OBJECT - Static variable in class org.apache.ibatis.reflection.SystemMetaObject
 
NULL_TYPE_HANDLER_MAP - Static variable in class org.apache.ibatis.type.TypeHandlerRegistry
 
NullCacheKey - Class in org.apache.ibatis.cache
Deprecated.
Since 3.5.3, This class never used and will be removed future version.
NullCacheKey() - Constructor for class org.apache.ibatis.cache.NullCacheKey
Deprecated.
 
NullObject() - Constructor for class org.apache.ibatis.reflection.SystemMetaObject.NullObject
 
nullOrEmpty(String) - Method in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
 
numberOfHardLinks - Variable in class org.apache.ibatis.cache.decorators.SoftCache
 
numberOfHardLinks - Variable in class org.apache.ibatis.cache.decorators.WeakCache
 
NUMERIC - Enum constant in enum org.apache.ibatis.type.JdbcType
 
numericScale - Variable in class org.apache.ibatis.mapping.ParameterMapping
 
numericScale(Integer) - Method in class org.apache.ibatis.mapping.ParameterMapping.Builder
 
NVARCHAR - Enum constant in enum org.apache.ibatis.type.JdbcType
 

O

object - Variable in class org.apache.ibatis.cursor.defaults.DefaultCursor.CursorIterator
Holder for the next object to be returned.
object - Variable in class org.apache.ibatis.executor.ErrorContext
 
object - Variable in class org.apache.ibatis.reflection.wrapper.BeanWrapper
 
object - Variable in class org.apache.ibatis.reflection.wrapper.CollectionWrapper
 
object(String) - Method in class org.apache.ibatis.executor.ErrorContext
 
OBJECT - Enum constant in enum org.apache.ibatis.jdbc.Null
 
OBJECT_TYPE_HANDLER - Static variable in class org.apache.ibatis.type.UnknownTypeHandler
 
objectFactory - Variable in class org.apache.ibatis.executor.BaseExecutor.DeferredLoad
 
objectFactory - Variable in class org.apache.ibatis.executor.loader.AbstractEnhancedDeserializationProxy
 
objectFactory - Variable in class org.apache.ibatis.executor.loader.AbstractSerialStateHolder
 
objectFactory - Variable in class org.apache.ibatis.executor.loader.cglib.CglibProxyFactory.EnhancedResultObjectProxyImpl
 
objectFactory - Variable in class org.apache.ibatis.executor.loader.javassist.JavassistProxyFactory.EnhancedResultObjectProxyImpl
 
objectFactory - Variable in class org.apache.ibatis.executor.loader.ResultLoader
 
objectFactory - Variable in class org.apache.ibatis.executor.result.DefaultMapResultHandler
 
objectFactory - Variable in class org.apache.ibatis.executor.ResultExtractor
 
objectFactory - Variable in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
objectFactory - Variable in class org.apache.ibatis.executor.statement.BaseStatementHandler
 
objectFactory - Variable in class org.apache.ibatis.reflection.MetaObject
 
objectFactory - Variable in class org.apache.ibatis.session.Configuration
 
ObjectFactory - Interface in org.apache.ibatis.reflection.factory
MyBatis uses an ObjectFactory to create all needed new Objects.
objectFactoryElement(XNode) - Method in class org.apache.ibatis.builder.xml.XMLConfigBuilder
 
ObjectTypeHandler - Class in org.apache.ibatis.type
 
ObjectTypeHandler() - Constructor for class org.apache.ibatis.type.ObjectTypeHandler
 
objectValueString(Object) - Method in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
 
objectWrapper - Variable in class org.apache.ibatis.reflection.MetaObject
 
ObjectWrapper - Interface in org.apache.ibatis.reflection.wrapper
 
objectWrapperFactory - Variable in class org.apache.ibatis.executor.result.DefaultMapResultHandler
 
objectWrapperFactory - Variable in class org.apache.ibatis.reflection.MetaObject
 
objectWrapperFactory - Variable in class org.apache.ibatis.session.Configuration
 
ObjectWrapperFactory - Interface in org.apache.ibatis.reflection.wrapper
 
objectWrapperFactoryElement(XNode) - Method in class org.apache.ibatis.builder.xml.XMLConfigBuilder
 
objectWrapperResultHandler - Variable in class org.apache.ibatis.cursor.defaults.DefaultCursor
 
ObjectWrapperResultHandler() - Constructor for class org.apache.ibatis.cursor.defaults.DefaultCursor.ObjectWrapperResultHandler
 
offset - Variable in class org.apache.ibatis.jdbc.AbstractSQL.SQLStatement
 
offset - Variable in class org.apache.ibatis.session.RowBounds
 
OFFSET(long) - Method in class org.apache.ibatis.jdbc.AbstractSQL
Set the offset value.
OFFSET(String) - Method in class org.apache.ibatis.jdbc.AbstractSQL
Set the offset variable string(e.g.
OFFSET_LIMIT - Enum constant in enum org.apache.ibatis.jdbc.AbstractSQL.SQLStatement.LimitingRowsStrategy
 
OFFSET_ROWS(long) - Method in class org.apache.ibatis.jdbc.AbstractSQL
Set the offset rows value.
OFFSET_ROWS(String) - Method in class org.apache.ibatis.jdbc.AbstractSQL
Set the offset rows variable string(e.g.
OffsetDateTimeTypeHandler - Class in org.apache.ibatis.type
 
OffsetDateTimeTypeHandler() - Constructor for class org.apache.ibatis.type.OffsetDateTimeTypeHandler
 
OffsetTimeTypeHandler - Class in org.apache.ibatis.type
 
OffsetTimeTypeHandler() - Constructor for class org.apache.ibatis.type.OffsetTimeTypeHandler
 
ofNullable(Object) - Static method in class org.apache.ibatis.reflection.OptionalUtil
Deprecated.
 
OgnlCache - Class in org.apache.ibatis.scripting.xmltags
Caches OGNL parsed expressions.
OgnlCache() - Constructor for class org.apache.ibatis.scripting.xmltags.OgnlCache
 
OgnlClassResolver - Class in org.apache.ibatis.scripting.xmltags
Custom ognl ClassResolver which behaves same like ognl's DefaultClassResolver.
OgnlClassResolver() - Constructor for class org.apache.ibatis.scripting.xmltags.OgnlClassResolver
 
OgnlMemberAccess - Class in org.apache.ibatis.scripting.xmltags
The MemberAccess class that based on DefaultMemberAccess.
OgnlMemberAccess() - Constructor for class org.apache.ibatis.scripting.xmltags.OgnlMemberAccess
 
one() - Element in annotation type org.apache.ibatis.annotations.Result
Returns the mapping definition for single relationship.
One - Annotation Type in org.apache.ibatis.annotations
The annotation that specify the nested statement for retrieving single object.
open - Variable in class org.apache.ibatis.scripting.xmltags.ForEachSqlNode
 
OPEN - Enum constant in enum org.apache.ibatis.cursor.defaults.DefaultCursor.CursorStatus
A cursor currently in use, database ResultSet consuming has started.
openConnection() - Method in class org.apache.ibatis.transaction.jdbc.JdbcTransaction
 
openConnection() - Method in class org.apache.ibatis.transaction.managed.ManagedTransaction
 
openSession() - Method in class org.apache.ibatis.session.defaults.DefaultSqlSessionFactory
 
openSession() - Method in interface org.apache.ibatis.session.SqlSessionFactory
 
openSession() - Method in class org.apache.ibatis.session.SqlSessionManager
 
openSession(boolean) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSessionFactory
 
openSession(boolean) - Method in interface org.apache.ibatis.session.SqlSessionFactory
 
openSession(boolean) - Method in class org.apache.ibatis.session.SqlSessionManager
 
openSession(Connection) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSessionFactory
 
openSession(Connection) - Method in interface org.apache.ibatis.session.SqlSessionFactory
 
openSession(Connection) - Method in class org.apache.ibatis.session.SqlSessionManager
 
openSession(ExecutorType) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSessionFactory
 
openSession(ExecutorType) - Method in interface org.apache.ibatis.session.SqlSessionFactory
 
openSession(ExecutorType) - Method in class org.apache.ibatis.session.SqlSessionManager
 
openSession(ExecutorType, boolean) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSessionFactory
 
openSession(ExecutorType, boolean) - Method in interface org.apache.ibatis.session.SqlSessionFactory
 
openSession(ExecutorType, boolean) - Method in class org.apache.ibatis.session.SqlSessionManager
 
openSession(ExecutorType, Connection) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSessionFactory
 
openSession(ExecutorType, Connection) - Method in interface org.apache.ibatis.session.SqlSessionFactory
 
openSession(ExecutorType, Connection) - Method in class org.apache.ibatis.session.SqlSessionManager
 
openSession(ExecutorType, TransactionIsolationLevel) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSessionFactory
 
openSession(ExecutorType, TransactionIsolationLevel) - Method in interface org.apache.ibatis.session.SqlSessionFactory
 
openSession(ExecutorType, TransactionIsolationLevel) - Method in class org.apache.ibatis.session.SqlSessionManager
 
openSession(TransactionIsolationLevel) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSessionFactory
 
openSession(TransactionIsolationLevel) - Method in interface org.apache.ibatis.session.SqlSessionFactory
 
openSession(TransactionIsolationLevel) - Method in class org.apache.ibatis.session.SqlSessionManager
 
openSessionFromConnection(ExecutorType, Connection) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSessionFactory
 
openSessionFromDataSource(ExecutorType, TransactionIsolationLevel, boolean) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSessionFactory
 
openToken - Variable in class org.apache.ibatis.parsing.GenericTokenParser
 
option(String, int) - Method in class org.apache.ibatis.builder.ParameterExpression
 
optionalExists - Static variable in class org.apache.ibatis.reflection.Jdk
Deprecated.
Since 3.5.0, Will remove this field at feature(next major version up)
OptionalUtil - Class in org.apache.ibatis.reflection
Deprecated.
Since 3.5.0, Will remove this class at future(next major version up).
OptionalUtil() - Constructor for class org.apache.ibatis.reflection.OptionalUtil
Deprecated.
 
Options - Annotation Type in org.apache.ibatis.annotations
The annotation that specify options for customizing default behaviors.
Options.FlushCachePolicy - Enum in org.apache.ibatis.annotations
The options for the Options.flushCache().
Options.List - Annotation Type in org.apache.ibatis.annotations
The container annotation for Options.
OR - Static variable in class org.apache.ibatis.jdbc.AbstractSQL
 
OR() - Method in class org.apache.ibatis.jdbc.AbstractSQL
 
OR() - Static method in class org.apache.ibatis.jdbc.SelectBuilder
Deprecated.
 
OR() - Static method in class org.apache.ibatis.jdbc.SqlBuilder
Deprecated.
 
ORDER_BY(String) - Method in class org.apache.ibatis.jdbc.AbstractSQL
 
ORDER_BY(String) - Static method in class org.apache.ibatis.jdbc.SelectBuilder
Deprecated.
 
ORDER_BY(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
Deprecated.
 
ORDER_BY(String...) - Method in class org.apache.ibatis.jdbc.AbstractSQL
Order by.
orderBy - Variable in class org.apache.ibatis.jdbc.AbstractSQL.SQLStatement
 
org.apache.ibatis.annotations - package org.apache.ibatis.annotations
Contains all the annotation that are used in mapper interfaces.
org.apache.ibatis.binding - package org.apache.ibatis.binding
Bings mapper interfaces with mapped statements.
org.apache.ibatis.builder - package org.apache.ibatis.builder
Base package for the Configuration building code.
org.apache.ibatis.builder.annotation - package org.apache.ibatis.builder.annotation
Parses annotions to create a Configuration.
org.apache.ibatis.builder.xml - package org.apache.ibatis.builder.xml
Parses XML files to create a Configuration.
org.apache.ibatis.cache - package org.apache.ibatis.cache
Base package for caching stuff.
org.apache.ibatis.cache.decorators - package org.apache.ibatis.cache.decorators
Contains cache decorators.
org.apache.ibatis.cache.impl - package org.apache.ibatis.cache.impl
Contains the default cache implementation.
org.apache.ibatis.cursor - package org.apache.ibatis.cursor
Base package for cursor feature.
org.apache.ibatis.cursor.defaults - package org.apache.ibatis.cursor.defaults
Default implementation for cursor feature.
org.apache.ibatis.datasource - package org.apache.ibatis.datasource
Base package for Datasources.
org.apache.ibatis.datasource.jndi - package org.apache.ibatis.datasource.jndi
JNDI Datasource factory.
org.apache.ibatis.datasource.pooled - package org.apache.ibatis.datasource.pooled
Simple single-thread pooled datasource.
org.apache.ibatis.datasource.unpooled - package org.apache.ibatis.datasource.unpooled
Hyper-simple Datasource.
org.apache.ibatis.exceptions - package org.apache.ibatis.exceptions
Base package for exceptions.
org.apache.ibatis.executor - package org.apache.ibatis.executor
Contains the statement executors.
org.apache.ibatis.executor.keygen - package org.apache.ibatis.executor.keygen
Contains the key generators.
org.apache.ibatis.executor.loader - package org.apache.ibatis.executor.loader
Base package for loading results into beans.
org.apache.ibatis.executor.loader.cglib - package org.apache.ibatis.executor.loader.cglib
CGLIB proxy factory.
org.apache.ibatis.executor.loader.javassist - package org.apache.ibatis.executor.loader.javassist
Javassist proxy factory.
org.apache.ibatis.executor.parameter - package org.apache.ibatis.executor.parameter
Base package for handling parameters.
org.apache.ibatis.executor.result - package org.apache.ibatis.executor.result
Contains the result handlers.
org.apache.ibatis.executor.resultset - package org.apache.ibatis.executor.resultset
Contains the result processing logic.
org.apache.ibatis.executor.statement - package org.apache.ibatis.executor.statement
Statement handlers.
org.apache.ibatis.io - package org.apache.ibatis.io
Utilities to read resources.
org.apache.ibatis.jdbc - package org.apache.ibatis.jdbc
Utilities for JDBC.
org.apache.ibatis.lang - package org.apache.ibatis.lang
Java Language Package.
org.apache.ibatis.logging - package org.apache.ibatis.logging
Base package for logging.
org.apache.ibatis.logging.commons - package org.apache.ibatis.logging.commons
logger using Commons Logging feature.
org.apache.ibatis.logging.jdbc - package org.apache.ibatis.logging.jdbc
Logging proxies that logs any JDBC statement.
org.apache.ibatis.logging.jdk14 - package org.apache.ibatis.logging.jdk14
logger using JDK logging feature.
org.apache.ibatis.logging.log4j - package org.apache.ibatis.logging.log4j
logger using Log4J feature.
org.apache.ibatis.logging.log4j2 - package org.apache.ibatis.logging.log4j2
logger using Log4J 2 feature.
org.apache.ibatis.logging.nologging - package org.apache.ibatis.logging.nologging
logger for no operation.
org.apache.ibatis.logging.slf4j - package org.apache.ibatis.logging.slf4j
logger using SLF4J feature.
org.apache.ibatis.logging.stdout - package org.apache.ibatis.logging.stdout
logger using standard out.
org.apache.ibatis.mapping - package org.apache.ibatis.mapping
Base package for mapping.
org.apache.ibatis.parsing - package org.apache.ibatis.parsing
Parsing utils.
org.apache.ibatis.plugin - package org.apache.ibatis.plugin
Base package for handing plugins.
org.apache.ibatis.reflection - package org.apache.ibatis.reflection
Reflection utils.
org.apache.ibatis.reflection.factory - package org.apache.ibatis.reflection.factory
Object factory.
org.apache.ibatis.reflection.invoker - package org.apache.ibatis.reflection.invoker
Unused.
org.apache.ibatis.reflection.property - package org.apache.ibatis.reflection.property
Tools for getting/setting properties.
org.apache.ibatis.reflection.wrapper - package org.apache.ibatis.reflection.wrapper
Object wrappers.
org.apache.ibatis.scripting - package org.apache.ibatis.scripting
Base package for languages.
org.apache.ibatis.scripting.defaults - package org.apache.ibatis.scripting.defaults
Default beans for languages.
org.apache.ibatis.scripting.xmltags - package org.apache.ibatis.scripting.xmltags
Default XML MyBatis language.
org.apache.ibatis.session - package org.apache.ibatis.session
Base package.
org.apache.ibatis.session.defaults - package org.apache.ibatis.session.defaults
Default impl for SqlSession.
org.apache.ibatis.transaction - package org.apache.ibatis.transaction
Base package for transactions.
org.apache.ibatis.transaction.jdbc - package org.apache.ibatis.transaction.jdbc
JDBC transaction.
org.apache.ibatis.transaction.managed - package org.apache.ibatis.transaction.managed
External transaction.
org.apache.ibatis.type - package org.apache.ibatis.type
Type handlers.
originalObject - Variable in class org.apache.ibatis.reflection.MetaObject
 
OTHER - Enum constant in enum org.apache.ibatis.jdbc.Null
 
OTHER - Enum constant in enum org.apache.ibatis.type.JdbcType
 
OtherwiseHandler() - Constructor for class org.apache.ibatis.scripting.xmltags.XMLScriptBuilder.OtherwiseHandler
 
OUT - Enum constant in enum org.apache.ibatis.mapping.ParameterMode
 
OUTER_JOIN(String) - Method in class org.apache.ibatis.jdbc.AbstractSQL
 
OUTER_JOIN(String) - Static method in class org.apache.ibatis.jdbc.SelectBuilder
Deprecated.
 
OUTER_JOIN(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
Deprecated.
 
OUTER_JOIN(String...) - Method in class org.apache.ibatis.jdbc.AbstractSQL
Outer join.
outerJoin - Variable in class org.apache.ibatis.jdbc.AbstractSQL.SQLStatement
 
ownerType - Variable in class org.apache.ibatis.reflection.TypeParameterResolver.ParameterizedTypeImpl
 

P

Param - Annotation Type in org.apache.ibatis.annotations
The annotation that specify the parameter name.
PARAMETER_OBJECT_KEY - Static variable in class org.apache.ibatis.scripting.xmltags.DynamicContext
 
PARAMETER_PROPERTIES - Static variable in class org.apache.ibatis.builder.SqlSourceBuilder
 
parameterExists - Static variable in class org.apache.ibatis.reflection.Jdk
Deprecated.
Since 3.5.0, Will remove this field at feature(next major version up)
ParameterExpression - Class in org.apache.ibatis.builder
Inline parameter expression parser.
ParameterExpression(String) - Constructor for class org.apache.ibatis.builder.ParameterExpression
 
parameterHandler - Variable in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
parameterHandler - Variable in class org.apache.ibatis.executor.statement.BaseStatementHandler
 
ParameterHandler - Interface in org.apache.ibatis.executor.parameter
A parameter handler sets the parameters of the PreparedStatement.
parameterize(Statement) - Method in class org.apache.ibatis.executor.statement.CallableStatementHandler
 
parameterize(Statement) - Method in class org.apache.ibatis.executor.statement.PreparedStatementHandler
 
parameterize(Statement) - Method in class org.apache.ibatis.executor.statement.RoutingStatementHandler
 
parameterize(Statement) - Method in class org.apache.ibatis.executor.statement.SimpleStatementHandler
 
parameterize(Statement) - Method in interface org.apache.ibatis.executor.statement.StatementHandler
 
ParameterizedTypeImpl(Class<?>, Type, Type[]) - Constructor for class org.apache.ibatis.reflection.TypeParameterResolver.ParameterizedTypeImpl
 
parameterMap - Variable in class org.apache.ibatis.mapping.MappedStatement
 
parameterMap - Variable in class org.apache.ibatis.mapping.ParameterMap.Builder
 
parameterMap(ParameterMap) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
 
ParameterMap - Class in org.apache.ibatis.mapping
 
ParameterMap() - Constructor for class org.apache.ibatis.mapping.ParameterMap
 
ParameterMap.Builder - Class in org.apache.ibatis.mapping
 
parameterMapElement(List<XNode>) - Method in class org.apache.ibatis.builder.xml.XMLMapperBuilder
 
parameterMapping - Variable in class org.apache.ibatis.mapping.ParameterMapping.Builder
 
ParameterMapping - Class in org.apache.ibatis.mapping
 
ParameterMapping() - Constructor for class org.apache.ibatis.mapping.ParameterMapping
 
ParameterMapping.Builder - Class in org.apache.ibatis.mapping
 
parameterMappings - Variable in class org.apache.ibatis.builder.SqlSourceBuilder.ParameterMappingTokenHandler
 
parameterMappings - Variable in class org.apache.ibatis.builder.StaticSqlSource
 
parameterMappings - Variable in class org.apache.ibatis.mapping.BoundSql
 
parameterMappings - Variable in class org.apache.ibatis.mapping.ParameterMap
 
ParameterMappingTokenHandler(Configuration, Class<?>, Map<String, Object>) - Constructor for class org.apache.ibatis.builder.SqlSourceBuilder.ParameterMappingTokenHandler
 
parameterMaps - Variable in class org.apache.ibatis.session.Configuration
 
parameterMetaObject - Variable in class org.apache.ibatis.scripting.xmltags.DynamicContext.ContextMap
 
ParameterMode - Enum in org.apache.ibatis.mapping
 
ParameterMode() - Constructor for enum org.apache.ibatis.mapping.ParameterMode
 
parameterObject - Variable in class org.apache.ibatis.executor.loader.ResultLoader
 
parameterObject - Variable in class org.apache.ibatis.mapping.BoundSql
 
parameterObject - Variable in class org.apache.ibatis.scripting.defaults.DefaultParameterHandler
 
parameterObjects - Variable in class org.apache.ibatis.executor.BatchResult
 
parameterType - Variable in class org.apache.ibatis.builder.SqlSourceBuilder.ParameterMappingTokenHandler
 
parameterType - Variable in class org.apache.ibatis.scripting.xmltags.XMLScriptBuilder
 
ParamMap() - Constructor for class org.apache.ibatis.binding.MapperMethod.ParamMap
 
paramName - Variable in class org.apache.ibatis.executor.keygen.Jdbc3KeyGenerator.KeyAssigner
 
paramNameResolver - Variable in class org.apache.ibatis.binding.MapperMethod.MethodSignature
 
ParamNameResolver - Class in org.apache.ibatis.reflection
 
ParamNameResolver(Configuration, Method) - Constructor for class org.apache.ibatis.reflection.ParamNameResolver
 
ParamNameUtil - Class in org.apache.ibatis.reflection
 
ParamNameUtil() - Constructor for class org.apache.ibatis.reflection.ParamNameUtil
 
parent - Variable in class org.apache.ibatis.io.ResolverUtil.IsA
The parent.
parse() - Method in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
 
parse() - Method in class org.apache.ibatis.builder.xml.XMLConfigBuilder
 
parse() - Method in class org.apache.ibatis.builder.xml.XMLMapperBuilder
 
parse(String) - Method in class org.apache.ibatis.builder.ParameterExpression
 
parse(String) - Method in class org.apache.ibatis.parsing.GenericTokenParser
 
parse(String, Class<?>, Map<String, Object>) - Method in class org.apache.ibatis.builder.SqlSourceBuilder
 
parse(String, Properties) - Static method in class org.apache.ibatis.parsing.PropertyParser
 
parseAttributes(Node) - Method in class org.apache.ibatis.parsing.XNode
 
parseBody(Node) - Method in class org.apache.ibatis.parsing.XNode
 
parseCache() - Method in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
 
parseCacheRef() - Method in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
 
parseCompositeColumnName(String) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
 
parseConfiguration(XNode) - Method in class org.apache.ibatis.builder.xml.XMLConfigBuilder
 
parsed - Variable in class org.apache.ibatis.builder.xml.XMLConfigBuilder
 
parseDynamicTags(XNode) - Method in class org.apache.ibatis.scripting.xmltags.XMLScriptBuilder
 
parseExpression(String) - Static method in class org.apache.ibatis.scripting.xmltags.OgnlCache
 
parseExpression(String, String) - Method in class org.apache.ibatis.builder.BaseBuilder
 
parseMultipleColumnNames(String) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
 
parseOverrides(String) - Static method in class org.apache.ibatis.scripting.xmltags.TrimSqlNode
 
parseParameterMapping(String) - Method in class org.apache.ibatis.builder.SqlSourceBuilder.ParameterMappingTokenHandler
 
parsePendingCacheRefs() - Method in class org.apache.ibatis.builder.xml.XMLMapperBuilder
 
parsePendingMethods() - Method in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
 
parsePendingResultMaps() - Method in class org.apache.ibatis.builder.xml.XMLMapperBuilder
 
parsePendingResultMaps() - Method in class org.apache.ibatis.session.Configuration
 
parsePendingStatements() - Method in class org.apache.ibatis.builder.xml.XMLMapperBuilder
 
parser - Variable in class org.apache.ibatis.builder.xml.XMLConfigBuilder
 
parser - Variable in class org.apache.ibatis.builder.xml.XMLMapperBuilder
 
parseResultMap(Method) - Method in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
 
parseScriptNode() - Method in class org.apache.ibatis.scripting.xmltags.XMLScriptBuilder
 
parseSelectKeyNode(String, XNode, Class<?>, LanguageDriver, String) - Method in class org.apache.ibatis.builder.xml.XMLStatementBuilder
 
parseSelectKeyNodes(String, List<XNode>, Class<?>, LanguageDriver, String) - Method in class org.apache.ibatis.builder.xml.XMLStatementBuilder
 
parseStatement(Method) - Method in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
 
parseStatementNode() - Method in class org.apache.ibatis.builder.xml.XMLStatementBuilder
 
ParsingException - Exception in org.apache.ibatis.parsing
 
ParsingException() - Constructor for exception org.apache.ibatis.parsing.ParsingException
 
ParsingException(String) - Constructor for exception org.apache.ibatis.parsing.ParsingException
 
ParsingException(String, Throwable) - Constructor for exception org.apache.ibatis.parsing.ParsingException
 
ParsingException(Throwable) - Constructor for exception org.apache.ibatis.parsing.ParsingException
 
PARTIAL - Enum constant in enum org.apache.ibatis.session.AutoMappingBehavior
Will only auto-map results with no nested result mappings defined inside.
password - Variable in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
PendingRelation() - Constructor for class org.apache.ibatis.executor.resultset.DefaultResultSetHandler.PendingRelation
 
pendingRelations - Variable in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
PerpetualCache - Class in org.apache.ibatis.cache.impl
 
PerpetualCache(String) - Constructor for class org.apache.ibatis.cache.impl.PerpetualCache
 
PersistenceException - Exception in org.apache.ibatis.exceptions
 
PersistenceException() - Constructor for exception org.apache.ibatis.exceptions.PersistenceException
 
PersistenceException(String) - Constructor for exception org.apache.ibatis.exceptions.PersistenceException
 
PersistenceException(String, Throwable) - Constructor for exception org.apache.ibatis.exceptions.PersistenceException
 
PersistenceException(Throwable) - Constructor for exception org.apache.ibatis.exceptions.PersistenceException
 
pickBetterSetter(Method, Method, String) - Method in class org.apache.ibatis.reflection.Reflector
 
pickSoleHandler(Map<JdbcType, TypeHandler<?>>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
pingConnection(PooledConnection) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
Method to check to see if a connection is still usable
PlainMethodInvoker(MapperMethod) - Constructor for class org.apache.ibatis.binding.MapperProxy.PlainMethodInvoker
 
plugin(Object) - Method in interface org.apache.ibatis.plugin.Interceptor
 
Plugin - Class in org.apache.ibatis.plugin
 
Plugin(Object, Interceptor, Map<Class<?>, Set<Method>>) - Constructor for class org.apache.ibatis.plugin.Plugin
 
pluginAll(Object) - Method in class org.apache.ibatis.plugin.InterceptorChain
 
pluginElement(XNode) - Method in class org.apache.ibatis.builder.xml.XMLConfigBuilder
 
PluginException - Exception in org.apache.ibatis.plugin
 
PluginException() - Constructor for exception org.apache.ibatis.plugin.PluginException
 
PluginException(String) - Constructor for exception org.apache.ibatis.plugin.PluginException
 
PluginException(String, Throwable) - Constructor for exception org.apache.ibatis.plugin.PluginException
 
PluginException(Throwable) - Constructor for exception org.apache.ibatis.plugin.PluginException
 
PooledConnection - Class in org.apache.ibatis.datasource.pooled
 
PooledConnection(Connection, PooledDataSource) - Constructor for class org.apache.ibatis.datasource.pooled.PooledConnection
Constructor for SimplePooledConnection that uses the Connection and PooledDataSource passed in.
PooledDataSource - Class in org.apache.ibatis.datasource.pooled
This is a simple, synchronous, thread-safe database connection pool.
PooledDataSource() - Constructor for class org.apache.ibatis.datasource.pooled.PooledDataSource
 
PooledDataSource(ClassLoader, String, String, String, String) - Constructor for class org.apache.ibatis.datasource.pooled.PooledDataSource
 
PooledDataSource(ClassLoader, String, String, Properties) - Constructor for class org.apache.ibatis.datasource.pooled.PooledDataSource
 
PooledDataSource(String, String, String, String) - Constructor for class org.apache.ibatis.datasource.pooled.PooledDataSource
 
PooledDataSource(String, String, Properties) - Constructor for class org.apache.ibatis.datasource.pooled.PooledDataSource
 
PooledDataSource(UnpooledDataSource) - Constructor for class org.apache.ibatis.datasource.pooled.PooledDataSource
 
PooledDataSourceFactory - Class in org.apache.ibatis.datasource.pooled
 
PooledDataSourceFactory() - Constructor for class org.apache.ibatis.datasource.pooled.PooledDataSourceFactory
 
poolMaximumActiveConnections - Variable in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
poolMaximumCheckoutTime - Variable in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
poolMaximumIdleConnections - Variable in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
poolMaximumLocalBadConnectionTolerance - Variable in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
poolPingConnectionsNotUsedFor - Variable in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
poolPingEnabled - Variable in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
poolPingQuery - Variable in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
PoolState - Class in org.apache.ibatis.datasource.pooled
 
PoolState(PooledDataSource) - Constructor for class org.apache.ibatis.datasource.pooled.PoolState
 
poolTimeToWait - Variable in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
popConnection(String, String) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
prefix - Variable in class org.apache.ibatis.scripting.xmltags.ForEachSqlNode.PrefixedContext
 
prefix - Variable in class org.apache.ibatis.scripting.xmltags.TrimSqlNode
 
prefix(boolean) - Method in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
 
prefixApplied - Variable in class org.apache.ibatis.scripting.xmltags.ForEachSqlNode.PrefixedContext
 
prefixApplied - Variable in class org.apache.ibatis.scripting.xmltags.TrimSqlNode.FilteredDynamicContext
 
PrefixedContext(DynamicContext, String) - Constructor for class org.apache.ibatis.scripting.xmltags.ForEachSqlNode.PrefixedContext
 
prefixesToOverride - Variable in class org.apache.ibatis.scripting.xmltags.TrimSqlNode
 
prefixList - Static variable in class org.apache.ibatis.scripting.xmltags.WhereSqlNode
 
prepare(Connection, Integer) - Method in class org.apache.ibatis.executor.statement.BaseStatementHandler
 
prepare(Connection, Integer) - Method in class org.apache.ibatis.executor.statement.RoutingStatementHandler
 
prepare(Connection, Integer) - Method in interface org.apache.ibatis.executor.statement.StatementHandler
 
prepareCompositeKeyParameter(ResultSet, ResultMapping, Class<?>, String) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
PREPARED - Enum constant in enum org.apache.ibatis.mapping.StatementType
 
PreparedStatementHandler - Class in org.apache.ibatis.executor.statement
 
PreparedStatementHandler(Executor, MappedStatement, Object, RowBounds, ResultHandler, BoundSql) - Constructor for class org.apache.ibatis.executor.statement.PreparedStatementHandler
 
PreparedStatementLogger - Class in org.apache.ibatis.logging.jdbc
PreparedStatement proxy to add logging.
PreparedStatementLogger(PreparedStatement, Log, int) - Constructor for class org.apache.ibatis.logging.jdbc.PreparedStatementLogger
 
prepareParameterForNestedQuery(ResultSet, ResultMapping, Class<?>, String) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
prepareSimpleKeyParameter(ResultSet, ResultMapping, Class<?>, String) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
prepareStatement(StatementHandler, Log) - Method in class org.apache.ibatis.executor.ReuseExecutor
 
prepareStatement(StatementHandler, Log) - Method in class org.apache.ibatis.executor.SimpleExecutor
 
prependPrefix(String, String) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
prependPrefixes(Set<String>, String) - Method in class org.apache.ibatis.executor.resultset.ResultSetWrapper
 
previousRowValue - Variable in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
primitive - Variable in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler.UnMappedColumnAutoMapping
 
print(Object) - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
printColumnHeaders(ResultSetMetaData, int) - Method in class org.apache.ibatis.logging.jdbc.ResultSetLogger
 
printColumnValues(int) - Method in class org.apache.ibatis.logging.jdbc.ResultSetLogger
 
println(Object) - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
printlnError(Object) - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
printResults(Statement, boolean) - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
privateLookupInMethod - Static variable in class org.apache.ibatis.binding.MapperProxy
 
proceed() - Method in class org.apache.ibatis.plugin.Invocation
 
processAfter(Executor, MappedStatement, Statement, Object) - Method in class org.apache.ibatis.executor.keygen.Jdbc3KeyGenerator
 
processAfter(Executor, MappedStatement, Statement, Object) - Method in interface org.apache.ibatis.executor.keygen.KeyGenerator
 
processAfter(Executor, MappedStatement, Statement, Object) - Method in class org.apache.ibatis.executor.keygen.NoKeyGenerator
 
processAfter(Executor, MappedStatement, Statement, Object) - Method in class org.apache.ibatis.executor.keygen.SelectKeyGenerator
 
processBatch(MappedStatement, Statement, Object) - Method in class org.apache.ibatis.executor.keygen.Jdbc3KeyGenerator
 
processBefore(Executor, MappedStatement, Statement, Object) - Method in class org.apache.ibatis.executor.keygen.Jdbc3KeyGenerator
 
processBefore(Executor, MappedStatement, Statement, Object) - Method in interface org.apache.ibatis.executor.keygen.KeyGenerator
 
processBefore(Executor, MappedStatement, Statement, Object) - Method in class org.apache.ibatis.executor.keygen.NoKeyGenerator
 
processBefore(Executor, MappedStatement, Statement, Object) - Method in class org.apache.ibatis.executor.keygen.SelectKeyGenerator
 
processConstructorElement(XNode, Class<?>, List<ResultMapping>) - Method in class org.apache.ibatis.builder.xml.XMLMapperBuilder
 
processDiscriminatorElement(XNode, Class<?>, List<ResultMapping>) - Method in class org.apache.ibatis.builder.xml.XMLMapperBuilder
 
processGeneratedKeys(Executor, MappedStatement, Object) - Method in class org.apache.ibatis.executor.keygen.SelectKeyGenerator
 
processNestedResultMappings(XNode, List<ResultMapping>, Class<?>) - Method in class org.apache.ibatis.builder.xml.XMLMapperBuilder
 
processSelectKeyNodes(String, Class<?>, LanguageDriver) - Method in class org.apache.ibatis.builder.xml.XMLStatementBuilder
 
properties - Variable in class org.apache.ibatis.mapping.CacheBuilder
 
properties - Variable in class org.apache.ibatis.mapping.VendorDatabaseIdProvider
 
properties() - Element in annotation type org.apache.ibatis.annotations.CacheNamespace
Returns property values for a implementation object.
properties(Properties) - Method in class org.apache.ibatis.mapping.CacheBuilder
 
propertiesElement(XNode) - Method in class org.apache.ibatis.builder.xml.XMLConfigBuilder
 
property - Variable in class org.apache.ibatis.executor.BaseExecutor.DeferredLoad
 
property - Variable in class org.apache.ibatis.executor.loader.ResultLoaderMap.LoadPair
Name of the unread property.
property - Variable in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler.UnMappedColumnAutoMapping
 
property - Variable in class org.apache.ibatis.mapping.ParameterMapping
 
property - Variable in class org.apache.ibatis.mapping.ResultMapping
 
property() - Element in annotation type org.apache.ibatis.annotations.Result
Returns the property name for applying this mapping.
property(String, int) - Method in class org.apache.ibatis.builder.ParameterExpression
 
Property - Annotation Type in org.apache.ibatis.annotations
The annotation that inject a property value.
PropertyCopier - Class in org.apache.ibatis.reflection.property
 
PropertyCopier() - Constructor for class org.apache.ibatis.reflection.property.PropertyCopier
 
propertyMapping - Variable in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler.PendingRelation
 
propertyName - Variable in class org.apache.ibatis.executor.keygen.Jdbc3KeyGenerator.KeyAssigner
 
PropertyNamer - Class in org.apache.ibatis.reflection.property
 
PropertyNamer() - Constructor for class org.apache.ibatis.reflection.property.PropertyNamer
 
PropertyParser - Class in org.apache.ibatis.parsing
 
PropertyParser() - Constructor for class org.apache.ibatis.parsing.PropertyParser
 
PropertyParser.VariableTokenHandler - Class in org.apache.ibatis.parsing
 
propertyResultMappings - Variable in class org.apache.ibatis.mapping.ResultMap
 
PropertyTokenizer - Class in org.apache.ibatis.reflection.property
 
PropertyTokenizer(String) - Constructor for class org.apache.ibatis.reflection.property.PropertyTokenizer
 
providerContext - Variable in class org.apache.ibatis.builder.annotation.ProviderSqlSource
 
ProviderContext - Class in org.apache.ibatis.builder.annotation
The context object for sql provider method.
ProviderContext(Class<?>, Method, String) - Constructor for class org.apache.ibatis.builder.annotation.ProviderContext
Constructor.
providerContextIndex - Variable in class org.apache.ibatis.builder.annotation.ProviderSqlSource
 
providerMethod - Variable in class org.apache.ibatis.builder.annotation.ProviderSqlSource
 
providerMethodArgumentNames - Variable in class org.apache.ibatis.builder.annotation.ProviderSqlSource
 
providerMethodParameterTypes - Variable in class org.apache.ibatis.builder.annotation.ProviderSqlSource
 
ProviderMethodResolver - Interface in org.apache.ibatis.builder.annotation
The interface that resolve an SQL provider method via an SQL provider class.
ProviderSqlSource - Class in org.apache.ibatis.builder.annotation
 
ProviderSqlSource(Configuration, Annotation, Class<?>, Method) - Constructor for class org.apache.ibatis.builder.annotation.ProviderSqlSource
Instantiates a new provider sql source.
ProviderSqlSource(Configuration, Object) - Constructor for class org.apache.ibatis.builder.annotation.ProviderSqlSource
Deprecated.
Since 3.5.3, Please use the ProviderSqlSource(Configuration, Annotation, Class, Method) instead of this.
ProviderSqlSource(Configuration, Object, Class<?>, Method) - Constructor for class org.apache.ibatis.builder.annotation.ProviderSqlSource
Deprecated.
Since 3.5.3, Please use the ProviderSqlSource(Configuration, Annotation, Class, Method) instead of this.
providerType - Variable in class org.apache.ibatis.builder.annotation.ProviderSqlSource
 
proxyConnection - Variable in class org.apache.ibatis.datasource.pooled.PooledConnection
 
proxyFactory - Variable in class org.apache.ibatis.session.Configuration
 
ProxyFactory - Interface in org.apache.ibatis.executor.loader
 
pushConnection(PooledConnection) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
put(String, V) - Method in class org.apache.ibatis.session.Configuration.StrictMap
 
putAncestor(Object, String) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
putObject(Object, Object) - Method in interface org.apache.ibatis.cache.Cache
 
putObject(Object, Object) - Method in class org.apache.ibatis.cache.decorators.BlockingCache
 
putObject(Object, Object) - Method in class org.apache.ibatis.cache.decorators.FifoCache
 
putObject(Object, Object) - Method in class org.apache.ibatis.cache.decorators.LoggingCache
 
putObject(Object, Object) - Method in class org.apache.ibatis.cache.decorators.LruCache
 
putObject(Object, Object) - Method in class org.apache.ibatis.cache.decorators.ScheduledCache
 
putObject(Object, Object) - Method in class org.apache.ibatis.cache.decorators.SerializedCache
 
putObject(Object, Object) - Method in class org.apache.ibatis.cache.decorators.SoftCache
 
putObject(Object, Object) - Method in class org.apache.ibatis.cache.decorators.SynchronizedCache
 
putObject(Object, Object) - Method in class org.apache.ibatis.cache.decorators.TransactionalCache
 
putObject(Object, Object) - Method in class org.apache.ibatis.cache.decorators.WeakCache
 
putObject(Object, Object) - Method in class org.apache.ibatis.cache.impl.PerpetualCache
 
putObject(Cache, CacheKey, Object) - Method in class org.apache.ibatis.cache.TransactionalCacheManager
 
putStatement(String, Statement) - Method in class org.apache.ibatis.executor.ReuseExecutor
 

Q

query(Statement, ResultHandler) - Method in class org.apache.ibatis.executor.statement.CallableStatementHandler
 
query(Statement, ResultHandler) - Method in class org.apache.ibatis.executor.statement.PreparedStatementHandler
 
query(Statement, ResultHandler) - Method in class org.apache.ibatis.executor.statement.RoutingStatementHandler
 
query(Statement, ResultHandler) - Method in class org.apache.ibatis.executor.statement.SimpleStatementHandler
 
query(Statement, ResultHandler) - Method in interface org.apache.ibatis.executor.statement.StatementHandler
 
query(MappedStatement, Object, RowBounds, ResultHandler) - Method in class org.apache.ibatis.executor.BaseExecutor
 
query(MappedStatement, Object, RowBounds, ResultHandler) - Method in class org.apache.ibatis.executor.CachingExecutor
 
query(MappedStatement, Object, RowBounds, ResultHandler) - Method in interface org.apache.ibatis.executor.Executor
 
query(MappedStatement, Object, RowBounds, ResultHandler, CacheKey, BoundSql) - Method in class org.apache.ibatis.executor.BaseExecutor
 
query(MappedStatement, Object, RowBounds, ResultHandler, CacheKey, BoundSql) - Method in class org.apache.ibatis.executor.CachingExecutor
 
query(MappedStatement, Object, RowBounds, ResultHandler, CacheKey, BoundSql) - Method in interface org.apache.ibatis.executor.Executor
 
queryCursor(Statement) - Method in class org.apache.ibatis.executor.statement.CallableStatementHandler
 
queryCursor(Statement) - Method in class org.apache.ibatis.executor.statement.PreparedStatementHandler
 
queryCursor(Statement) - Method in class org.apache.ibatis.executor.statement.RoutingStatementHandler
 
queryCursor(Statement) - Method in class org.apache.ibatis.executor.statement.SimpleStatementHandler
 
queryCursor(Statement) - Method in interface org.apache.ibatis.executor.statement.StatementHandler
 
queryCursor(MappedStatement, Object, RowBounds) - Method in class org.apache.ibatis.executor.BaseExecutor
 
queryCursor(MappedStatement, Object, RowBounds) - Method in class org.apache.ibatis.executor.CachingExecutor
 
queryCursor(MappedStatement, Object, RowBounds) - Method in interface org.apache.ibatis.executor.Executor
 
queryFromDatabase(MappedStatement, Object, RowBounds, ResultHandler, CacheKey, BoundSql) - Method in class org.apache.ibatis.executor.BaseExecutor
 
queryStack - Variable in class org.apache.ibatis.executor.BaseExecutor
 
queryStack - Variable in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
 
queueOfGarbageCollectedEntries - Variable in class org.apache.ibatis.cache.decorators.SoftCache
 
queueOfGarbageCollectedEntries - Variable in class org.apache.ibatis.cache.decorators.WeakCache
 

R

RawLanguageDriver - Class in org.apache.ibatis.scripting.defaults
As of 3.2.4 the default XML language is able to identify static statements and create a RawSqlSource.
RawLanguageDriver() - Constructor for class org.apache.ibatis.scripting.defaults.RawLanguageDriver
 
RawSqlSource - Class in org.apache.ibatis.scripting.defaults
Static SqlSource.
RawSqlSource(Configuration, String, Class<?>) - Constructor for class org.apache.ibatis.scripting.defaults.RawSqlSource
 
RawSqlSource(Configuration, SqlNode, Class<?>) - Constructor for class org.apache.ibatis.scripting.defaults.RawSqlSource
 
rawType - Variable in class org.apache.ibatis.reflection.TypeParameterResolver.ParameterizedTypeImpl
 
rawType - Variable in class org.apache.ibatis.type.TypeReference
 
READ_COMMITTED - Enum constant in enum org.apache.ibatis.session.TransactionIsolationLevel
 
READ_UNCOMMITTED - Enum constant in enum org.apache.ibatis.session.TransactionIsolationLevel
 
readablePropertyNames - Variable in class org.apache.ibatis.reflection.Reflector
 
readExternal(ObjectInput) - Method in class org.apache.ibatis.executor.loader.AbstractSerialStateHolder
 
readResolve() - Method in class org.apache.ibatis.executor.loader.AbstractSerialStateHolder
 
readWrite - Variable in class org.apache.ibatis.mapping.CacheBuilder
 
readWrite() - Element in annotation type org.apache.ibatis.annotations.CacheNamespace
Returns whether use read/write cache.
readWrite(boolean) - Method in class org.apache.ibatis.mapping.CacheBuilder
 
REAL - Enum constant in enum org.apache.ibatis.type.JdbcType
 
realConnection - Variable in class org.apache.ibatis.datasource.pooled.PooledConnection
 
recall() - Method in class org.apache.ibatis.executor.ErrorContext
 
REF - Enum constant in enum org.apache.ibatis.type.JdbcType
 
ReflectionException - Exception in org.apache.ibatis.reflection
 
ReflectionException() - Constructor for exception org.apache.ibatis.reflection.ReflectionException
 
ReflectionException(String) - Constructor for exception org.apache.ibatis.reflection.ReflectionException
 
ReflectionException(String, Throwable) - Constructor for exception org.apache.ibatis.reflection.ReflectionException
 
ReflectionException(Throwable) - Constructor for exception org.apache.ibatis.reflection.ReflectionException
 
reflector - Variable in class org.apache.ibatis.reflection.MetaClass
 
Reflector - Class in org.apache.ibatis.reflection
This class represents a cached set of class definition information that allows for easy mapping between property names and getter/setter methods.
Reflector(Class<?>) - Constructor for class org.apache.ibatis.reflection.Reflector
 
reflectorFactory - Variable in class org.apache.ibatis.executor.result.DefaultMapResultHandler
 
reflectorFactory - Variable in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
reflectorFactory - Variable in class org.apache.ibatis.reflection.MetaClass
 
reflectorFactory - Variable in class org.apache.ibatis.reflection.MetaObject
 
reflectorFactory - Variable in class org.apache.ibatis.session.Configuration
 
ReflectorFactory - Interface in org.apache.ibatis.reflection
 
reflectorFactoryElement(XNode) - Method in class org.apache.ibatis.builder.xml.XMLConfigBuilder
 
reflectorMap - Variable in class org.apache.ibatis.reflection.DefaultReflectorFactory
 
register(Class<?>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
register(Class<?>, Class<?>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
register(Class<?>, JdbcType, Class<?>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
register(Class<? extends LanguageDriver>) - Method in class org.apache.ibatis.scripting.LanguageDriverRegistry
 
register(Class<T>, JdbcType, TypeHandler<? extends T>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
register(Class<T>, TypeHandler<? extends T>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
register(Type, JdbcType, TypeHandler<?>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
register(Type, TypeHandler<? extends T>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
register(String) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
register(String, String) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
register(LanguageDriver) - Method in class org.apache.ibatis.scripting.LanguageDriverRegistry
 
register(JdbcType, TypeHandler<?>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
register(TypeHandler<T>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
register(TypeReference<T>, TypeHandler<? extends T>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
registerAlias(Class<?>) - Method in class org.apache.ibatis.type.TypeAliasRegistry
 
registerAlias(String, Class<?>) - Method in class org.apache.ibatis.type.TypeAliasRegistry
 
registerAlias(String, String) - Method in class org.apache.ibatis.type.TypeAliasRegistry
 
registerAliases(String) - Method in class org.apache.ibatis.type.TypeAliasRegistry
 
registerAliases(String, Class<?>) - Method in class org.apache.ibatis.type.TypeAliasRegistry
 
registerCursor(Cursor<T>) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
registeredDrivers - Static variable in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
registerOutputParameters(CallableStatement) - Method in class org.apache.ibatis.executor.statement.CallableStatementHandler
 
releaseLock(Object) - Method in class org.apache.ibatis.cache.decorators.BlockingCache
 
reloadingProperty - Variable in class org.apache.ibatis.executor.loader.AbstractEnhancedDeserializationProxy
 
reloadingPropertyLock - Variable in class org.apache.ibatis.executor.loader.AbstractEnhancedDeserializationProxy
 
remove() - Method in class org.apache.ibatis.cursor.defaults.DefaultCursor.CursorIterator
 
remove() - Method in class org.apache.ibatis.reflection.property.PropertyTokenizer
 
remove(String) - Method in class org.apache.ibatis.executor.loader.ResultLoaderMap
 
removeCRs - Variable in class org.apache.ibatis.jdbc.ScriptRunner
 
removeExtraWhitespace(String) - Method in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
 
removeExtraWhitespaces(String) - Static method in class org.apache.ibatis.builder.SqlSourceBuilder
 
removeGarbageCollectedItems() - Method in class org.apache.ibatis.cache.decorators.SoftCache
 
removeGarbageCollectedItems() - Method in class org.apache.ibatis.cache.decorators.WeakCache
 
removeObject(Object) - Method in interface org.apache.ibatis.cache.Cache
As of 3.3.0 this method is only called during a rollback for any previous value that was missing in the cache.
removeObject(Object) - Method in class org.apache.ibatis.cache.decorators.BlockingCache
 
removeObject(Object) - Method in class org.apache.ibatis.cache.decorators.FifoCache
 
removeObject(Object) - Method in class org.apache.ibatis.cache.decorators.LoggingCache
 
removeObject(Object) - Method in class org.apache.ibatis.cache.decorators.LruCache
 
removeObject(Object) - Method in class org.apache.ibatis.cache.decorators.ScheduledCache
 
removeObject(Object) - Method in class org.apache.ibatis.cache.decorators.SerializedCache
 
removeObject(Object) - Method in class org.apache.ibatis.cache.decorators.SoftCache
 
removeObject(Object) - Method in class org.apache.ibatis.cache.decorators.SynchronizedCache
 
removeObject(Object) - Method in class org.apache.ibatis.cache.decorators.TransactionalCache
 
removeObject(Object) - Method in class org.apache.ibatis.cache.decorators.WeakCache
 
removeObject(Object) - Method in class org.apache.ibatis.cache.impl.PerpetualCache
 
removeSelectKeyNodes(List<XNode>) - Method in class org.apache.ibatis.builder.xml.XMLStatementBuilder
 
REPEATABLE_READ - Enum constant in enum org.apache.ibatis.session.TransactionIsolationLevel
 
requestCount - Variable in class org.apache.ibatis.datasource.pooled.PoolState
 
requests - Variable in class org.apache.ibatis.cache.decorators.LoggingCache
 
requiredDatabaseId - Variable in class org.apache.ibatis.builder.xml.XMLStatementBuilder
 
reset() - Method in class org.apache.ibatis.cache.decorators.TransactionalCache
 
reset() - Method in class org.apache.ibatis.executor.ErrorContext
 
RESET() - Static method in class org.apache.ibatis.jdbc.SelectBuilder
Deprecated.
 
RESET() - Static method in class org.apache.ibatis.jdbc.SqlBuilder
Deprecated.
 
resetAutoCommit() - Method in class org.apache.ibatis.transaction.jdbc.JdbcTransaction
 
resolve() - Method in class org.apache.ibatis.builder.annotation.MethodResolver
 
resolve() - Method in class org.apache.ibatis.builder.ResultMapResolver
 
resolveAlias(String) - Method in class org.apache.ibatis.builder.BaseBuilder
 
resolveAlias(String) - Method in class org.apache.ibatis.type.TypeAliasRegistry
 
resolveCacheRef() - Method in class org.apache.ibatis.builder.CacheRefResolver
 
resolveClass(ObjectStreamClass) - Method in class org.apache.ibatis.cache.decorators.SerializedCache.CustomObjectInputStream
 
resolveClass(String) - Method in class org.apache.ibatis.builder.BaseBuilder
 
resolveClass(String) - Method in class org.apache.ibatis.executor.resultset.ResultSetWrapper
 
resolveCollection(PropertyTokenizer, Object) - Method in class org.apache.ibatis.reflection.wrapper.BaseWrapper
 
resolveDiscriminatedResultMap(ResultSet, ResultMap, String) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
resolveEntity(String, String) - Method in class org.apache.ibatis.builder.xml.XMLMapperEntityResolver
Converts a public DTD into a local one.
resolveFieldType(Field, Type) - Static method in class org.apache.ibatis.reflection.TypeParameterResolver
Resolve field type.
resolveGenericArrayType(GenericArrayType, Type, Class<?>) - Static method in class org.apache.ibatis.reflection.TypeParameterResolver
 
resolveGetterConflicts(Map<String, List<Method>>) - Method in class org.apache.ibatis.reflection.Reflector
 
resolveInterface(Class<?>) - Method in class org.apache.ibatis.reflection.factory.DefaultObjectFactory
 
resolveJdbcType(String) - Method in class org.apache.ibatis.builder.BaseBuilder
 
resolveMappedStatement(Class<?>, String, Class<?>, Configuration) - Method in class org.apache.ibatis.binding.MapperMethod.SqlCommand
 
resolveMethod(ProviderContext) - Method in interface org.apache.ibatis.builder.annotation.ProviderMethodResolver
Resolve an SQL provider method.
resolveParameterizedType(ParameterizedType, Type, Class<?>) - Static method in class org.apache.ibatis.reflection.TypeParameterResolver
 
resolveParameterJavaType(Class<?>, String, Class<?>, JdbcType) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
 
resolveParameterMode(String) - Method in class org.apache.ibatis.builder.BaseBuilder
 
resolveParamTypes(Method, Type) - Static method in class org.apache.ibatis.reflection.TypeParameterResolver
Resolve param types.
resolveResultJavaType(Class<?>, String, Class<?>) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
 
resolveResultSetType(String) - Method in class org.apache.ibatis.builder.BaseBuilder
 
resolveReturnType(Method, Type) - Static method in class org.apache.ibatis.reflection.TypeParameterResolver
Resolve return type.
ResolverUtil<T> - Class in org.apache.ibatis.io
ResolverUtil is used to locate classes that are available in the/a class path and meet arbitrary conditions.
ResolverUtil() - Constructor for class org.apache.ibatis.io.ResolverUtil
 
ResolverUtil.AnnotatedWith - Class in org.apache.ibatis.io
A Test that checks to see if each class is annotated with a specific annotation.
ResolverUtil.IsA - Class in org.apache.ibatis.io
A Test that checks to see if each class is assignable to the provided class.
ResolverUtil.Test - Interface in org.apache.ibatis.io
A simple interface that specifies how to test classes to determine if they are to be included in the results produced by the ResolverUtil.
resolveSetterConflicts(Map<String, List<Method>>) - Method in class org.apache.ibatis.reflection.Reflector
 
resolveType(Type, Type, Class<?>) - Static method in class org.apache.ibatis.reflection.TypeParameterResolver
 
resolveTypeHandler() - Method in class org.apache.ibatis.mapping.ParameterMapping.Builder
 
resolveTypeHandler() - Method in class org.apache.ibatis.mapping.ResultMapping.Builder
 
resolveTypeHandler(Class<?>, Class<? extends TypeHandler<?>>) - Method in class org.apache.ibatis.builder.BaseBuilder
 
resolveTypeHandler(Class<?>, String) - Method in class org.apache.ibatis.builder.BaseBuilder
 
resolveTypeHandler(Object, JdbcType) - Method in class org.apache.ibatis.type.UnknownTypeHandler
 
resolveTypeHandler(ResultSetMetaData, Integer) - Method in class org.apache.ibatis.type.UnknownTypeHandler
 
resolveTypeHandler(ResultSet, String) - Method in class org.apache.ibatis.type.UnknownTypeHandler
 
resolveTypeName(Class<?>) - Method in class org.apache.ibatis.type.ArrayTypeHandler
 
resolveTypeVar(TypeVariable<?>, Type, Class<?>) - Static method in class org.apache.ibatis.reflection.TypeParameterResolver
 
resolveWildcardType(WildcardType, Type, Class<?>) - Static method in class org.apache.ibatis.reflection.TypeParameterResolver
 
resolveWildcardTypeBounds(Type[], Type, Class<?>) - Static method in class org.apache.ibatis.reflection.TypeParameterResolver
 
resource - Variable in class org.apache.ibatis.builder.MapperBuilderAssistant
 
resource - Variable in class org.apache.ibatis.builder.xml.XMLMapperBuilder
 
resource - Variable in class org.apache.ibatis.executor.ErrorContext
 
resource - Variable in class org.apache.ibatis.mapping.MappedStatement
 
resource(String) - Method in class org.apache.ibatis.executor.ErrorContext
 
resource(String) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
 
Resources - Class in org.apache.ibatis.io
A class to simplify access to resources through the classloader.
Resources() - Constructor for class org.apache.ibatis.io.Resources
 
restore(Map, Object, Member, String, Object) - Method in class org.apache.ibatis.scripting.xmltags.OgnlMemberAccess
 
resulSets(String) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
result - Variable in class org.apache.ibatis.cursor.defaults.DefaultCursor.ObjectWrapperResultHandler
 
Result - Annotation Type in org.apache.ibatis.annotations
The annotation that specify a mapping definition for the property.
ResultContext<T> - Interface in org.apache.ibatis.session
 
resultCount - Variable in class org.apache.ibatis.executor.result.DefaultResultContext
 
resultExtractor - Variable in class org.apache.ibatis.executor.BaseExecutor.DeferredLoad
 
resultExtractor - Variable in class org.apache.ibatis.executor.loader.ResultLoader
 
ResultExtractor - Class in org.apache.ibatis.executor
 
ResultExtractor(Configuration, ObjectFactory) - Constructor for class org.apache.ibatis.executor.ResultExtractor
 
ResultFlag - Enum in org.apache.ibatis.mapping
 
ResultFlag() - Constructor for enum org.apache.ibatis.mapping.ResultFlag
 
resultHandler - Variable in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
ResultHandler<T> - Interface in org.apache.ibatis.session
 
resultHandlerIndex - Variable in class org.apache.ibatis.binding.MapperMethod.MethodSignature
 
resultLoader - Variable in class org.apache.ibatis.executor.loader.ResultLoaderMap.LoadPair
Result loader which loads unread properties.
ResultLoader - Class in org.apache.ibatis.executor.loader
 
ResultLoader(Configuration, Executor, MappedStatement, Object, Class<?>, CacheKey, BoundSql) - Constructor for class org.apache.ibatis.executor.loader.ResultLoader
 
ResultLoaderMap - Class in org.apache.ibatis.executor.loader
 
ResultLoaderMap() - Constructor for class org.apache.ibatis.executor.loader.ResultLoaderMap
 
ResultLoaderMap.ClosedExecutor - Class in org.apache.ibatis.executor.loader
 
ResultLoaderMap.LoadPair - Class in org.apache.ibatis.executor.loader
Property which was not loaded yet.
resultMap - Variable in class org.apache.ibatis.cursor.defaults.DefaultCursor
 
resultMap - Variable in class org.apache.ibatis.mapping.ResultMap.Builder
 
resultMap() - Element in annotation type org.apache.ibatis.annotations.Arg
Returns the result map id for mapping to a object that map to this argument.
resultMap() - Element in annotation type org.apache.ibatis.annotations.Many
Returns the result map id used to map collection.
resultMap() - Element in annotation type org.apache.ibatis.annotations.One
Returns the result map id used to map single object.
ResultMap - Class in org.apache.ibatis.mapping
 
ResultMap - Annotation Type in org.apache.ibatis.annotations
The annotation that specify result map names to use.
ResultMap() - Constructor for class org.apache.ibatis.mapping.ResultMap
 
ResultMap.Builder - Class in org.apache.ibatis.mapping
 
resultMapElement(XNode) - Method in class org.apache.ibatis.builder.xml.XMLMapperBuilder
 
resultMapElement(XNode, List<ResultMapping>, Class<?>) - Method in class org.apache.ibatis.builder.xml.XMLMapperBuilder
 
resultMapElements(List<XNode>) - Method in class org.apache.ibatis.builder.xml.XMLMapperBuilder
 
ResultMapException - Exception in org.apache.ibatis.executor.result
 
ResultMapException() - Constructor for exception org.apache.ibatis.executor.result.ResultMapException
 
ResultMapException(String) - Constructor for exception org.apache.ibatis.executor.result.ResultMapException
 
ResultMapException(String, Throwable) - Constructor for exception org.apache.ibatis.executor.result.ResultMapException
 
ResultMapException(Throwable) - Constructor for exception org.apache.ibatis.executor.result.ResultMapException
 
resultMapId - Variable in class org.apache.ibatis.mapping.ParameterMapping
 
resultMapId(String) - Method in class org.apache.ibatis.mapping.ParameterMapping.Builder
 
resultMapping - Variable in class org.apache.ibatis.mapping.Discriminator
 
resultMapping - Variable in class org.apache.ibatis.mapping.ResultMapping.Builder
 
ResultMapping - Class in org.apache.ibatis.mapping
 
ResultMapping() - Constructor for class org.apache.ibatis.mapping.ResultMapping
 
ResultMapping.Builder - Class in org.apache.ibatis.mapping
 
resultMappings - Variable in class org.apache.ibatis.builder.ResultMapResolver
 
resultMappings - Variable in class org.apache.ibatis.mapping.ResultMap
 
ResultMapResolver - Class in org.apache.ibatis.builder
 
ResultMapResolver(MapperBuilderAssistant, String, Class<?>, String, Discriminator, List<ResultMapping>, Boolean) - Constructor for class org.apache.ibatis.builder.ResultMapResolver
 
resultMaps - Variable in class org.apache.ibatis.mapping.MappedStatement
 
resultMaps - Variable in class org.apache.ibatis.session.Configuration
 
resultMaps(List<ResultMap>) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
 
resultObject - Variable in class org.apache.ibatis.executor.BaseExecutor.DeferredLoad
 
resultObject - Variable in class org.apache.ibatis.executor.loader.ResultLoader
 
resultObject - Variable in class org.apache.ibatis.executor.result.DefaultResultContext
 
resultOrdered - Variable in class org.apache.ibatis.mapping.MappedStatement
 
resultOrdered(boolean) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
 
results() - Element in annotation type org.apache.ibatis.annotations.Case
Return mapping definitions for property.
Results - Annotation Type in org.apache.ibatis.annotations
The annotation that be grouping mapping definitions for property.
resultSet - Variable in class org.apache.ibatis.executor.resultset.ResultSetWrapper
 
resultSet - Variable in class org.apache.ibatis.mapping.ResultMapping
 
resultSet(String) - Method in class org.apache.ibatis.mapping.ResultMapping.Builder
 
resultSetHandler - Variable in class org.apache.ibatis.cursor.defaults.DefaultCursor
 
resultSetHandler - Variable in class org.apache.ibatis.executor.statement.BaseStatementHandler
 
ResultSetHandler - Interface in org.apache.ibatis.executor.resultset
 
ResultSetLogger - Class in org.apache.ibatis.logging.jdbc
ResultSet proxy to add logging.
ResultSetLogger(ResultSet, Log, int) - Constructor for class org.apache.ibatis.logging.jdbc.ResultSetLogger
 
resultSets - Variable in class org.apache.ibatis.mapping.MappedStatement
 
resultSets() - Element in annotation type org.apache.ibatis.annotations.Options
Returns result set names.
resultSets(String) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
 
resultSetType - Variable in class org.apache.ibatis.mapping.MappedStatement
 
resultSetType() - Element in annotation type org.apache.ibatis.annotations.Options
Returns the result set type.
resultSetType(ResultSetType) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
 
ResultSetType - Enum in org.apache.ibatis.mapping
 
ResultSetType(int) - Constructor for enum org.apache.ibatis.mapping.ResultSetType
 
ResultSetWrapper - Class in org.apache.ibatis.executor.resultset
 
ResultSetWrapper(ResultSet, Configuration) - Constructor for class org.apache.ibatis.executor.resultset.ResultSetWrapper
 
resultType() - Element in annotation type org.apache.ibatis.annotations.SelectKey
Returns the key value type.
ResultType - Annotation Type in org.apache.ibatis.annotations
This annotation can be used when a @Select method is using a ResultHandler.
returnInstanceForEmptyRow - Variable in class org.apache.ibatis.session.Configuration
 
returnsCursor - Variable in class org.apache.ibatis.binding.MapperMethod.MethodSignature
 
returnsCursor() - Method in class org.apache.ibatis.binding.MapperMethod.MethodSignature
 
returnsMany - Variable in class org.apache.ibatis.binding.MapperMethod.MethodSignature
 
returnsMany() - Method in class org.apache.ibatis.binding.MapperMethod.MethodSignature
 
returnsMap - Variable in class org.apache.ibatis.binding.MapperMethod.MethodSignature
 
returnsMap() - Method in class org.apache.ibatis.binding.MapperMethod.MethodSignature
 
returnsOptional - Variable in class org.apache.ibatis.binding.MapperMethod.MethodSignature
 
returnsOptional() - Method in class org.apache.ibatis.binding.MapperMethod.MethodSignature
return whether return type is java.util.Optional.
returnsVoid - Variable in class org.apache.ibatis.binding.MapperMethod.MethodSignature
 
returnsVoid() - Method in class org.apache.ibatis.binding.MapperMethod.MethodSignature
 
returnType - Variable in class org.apache.ibatis.binding.MapperMethod.MethodSignature
 
REUSE - Enum constant in enum org.apache.ibatis.session.ExecutorType
 
ReuseExecutor - Class in org.apache.ibatis.executor
 
ReuseExecutor(Configuration, Transaction) - Constructor for class org.apache.ibatis.executor.ReuseExecutor
 
RIGHT_OUTER_JOIN(String) - Method in class org.apache.ibatis.jdbc.AbstractSQL
 
RIGHT_OUTER_JOIN(String) - Static method in class org.apache.ibatis.jdbc.SelectBuilder
Deprecated.
 
RIGHT_OUTER_JOIN(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
Deprecated.
 
RIGHT_OUTER_JOIN(String...) - Method in class org.apache.ibatis.jdbc.AbstractSQL
Right outer join.
rightOuterJoin - Variable in class org.apache.ibatis.jdbc.AbstractSQL.SQLStatement
 
rollback() - Method in class org.apache.ibatis.cache.decorators.TransactionalCache
 
rollback() - Method in class org.apache.ibatis.cache.TransactionalCacheManager
 
rollback() - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
rollback() - Method in interface org.apache.ibatis.session.SqlSession
Discards pending batch statements and rolls database connection back.
rollback() - Method in class org.apache.ibatis.session.SqlSessionManager
 
rollback() - Method in class org.apache.ibatis.transaction.jdbc.JdbcTransaction
 
rollback() - Method in class org.apache.ibatis.transaction.managed.ManagedTransaction
 
rollback() - Method in interface org.apache.ibatis.transaction.Transaction
Rollback inner database connection.
rollback(boolean) - Method in class org.apache.ibatis.executor.BaseExecutor
 
rollback(boolean) - Method in class org.apache.ibatis.executor.CachingExecutor
 
rollback(boolean) - Method in interface org.apache.ibatis.executor.Executor
 
rollback(boolean) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
rollback(boolean) - Method in interface org.apache.ibatis.session.SqlSession
Discards pending batch statements and rolls database connection back.
rollback(boolean) - Method in class org.apache.ibatis.session.SqlSessionManager
 
rollbackConnection() - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
rootSqlNode - Variable in class org.apache.ibatis.scripting.xmltags.DynamicSqlSource
 
RoutingStatementHandler - Class in org.apache.ibatis.executor.statement
 
RoutingStatementHandler(Executor, MappedStatement, Object, RowBounds, ResultHandler, BoundSql) - Constructor for class org.apache.ibatis.executor.statement.RoutingStatementHandler
 
rowBounds - Variable in class org.apache.ibatis.cursor.defaults.DefaultCursor
 
rowBounds - Variable in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
rowBounds - Variable in class org.apache.ibatis.executor.statement.BaseStatementHandler
 
RowBounds - Class in org.apache.ibatis.session
 
RowBounds() - Constructor for class org.apache.ibatis.session.RowBounds
 
RowBounds(int, int) - Constructor for class org.apache.ibatis.session.RowBounds
 
rowBoundsIndex - Variable in class org.apache.ibatis.binding.MapperMethod.MethodSignature
 
rowCountResult(int) - Method in class org.apache.ibatis.binding.MapperMethod
 
ROWID - Enum constant in enum org.apache.ibatis.type.JdbcType
 
rows - Variable in class org.apache.ibatis.logging.jdbc.ResultSetLogger
 
rs - Variable in class org.apache.ibatis.logging.jdbc.ResultSetLogger
 
rsmd - Variable in class org.apache.ibatis.executor.keygen.Jdbc3KeyGenerator.KeyAssigner
 
rsw - Variable in class org.apache.ibatis.cursor.defaults.DefaultCursor
 
run(String) - Method in class org.apache.ibatis.jdbc.SqlRunner
Executes any string as a JDBC Statement.
runScript(Reader) - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
RuntimeSqlException - Exception in org.apache.ibatis.jdbc
 
RuntimeSqlException() - Constructor for exception org.apache.ibatis.jdbc.RuntimeSqlException
 
RuntimeSqlException(String) - Constructor for exception org.apache.ibatis.jdbc.RuntimeSqlException
 
RuntimeSqlException(String, Throwable) - Constructor for exception org.apache.ibatis.jdbc.RuntimeSqlException
 
RuntimeSqlException(Throwable) - Constructor for exception org.apache.ibatis.jdbc.RuntimeSqlException
 

S

SafeAppendable(Appendable) - Constructor for class org.apache.ibatis.jdbc.AbstractSQL.SafeAppendable
 
safeGetClassForColumn(ResultSetMetaData, Integer) - Method in class org.apache.ibatis.type.UnknownTypeHandler
 
safeGetJdbcTypeForColumn(ResultSetMetaData, Integer) - Method in class org.apache.ibatis.type.UnknownTypeHandler
 
safeResultHandlerEnabled - Variable in class org.apache.ibatis.session.Configuration
 
safeRowBoundsEnabled - Variable in class org.apache.ibatis.session.Configuration
 
scanSuperTypes(TypeVariable<?>, Type, Class<?>, Class<?>, Type) - Static method in class org.apache.ibatis.reflection.TypeParameterResolver
 
ScheduledCache - Class in org.apache.ibatis.cache.decorators
 
ScheduledCache(Cache) - Constructor for class org.apache.ibatis.cache.decorators.ScheduledCache
 
ScriptingException - Exception in org.apache.ibatis.scripting
 
ScriptingException() - Constructor for exception org.apache.ibatis.scripting.ScriptingException
 
ScriptingException(String) - Constructor for exception org.apache.ibatis.scripting.ScriptingException
 
ScriptingException(String, Throwable) - Constructor for exception org.apache.ibatis.scripting.ScriptingException
 
ScriptingException(Throwable) - Constructor for exception org.apache.ibatis.scripting.ScriptingException
 
ScriptRunner - Class in org.apache.ibatis.jdbc
This is an internal testing utility.
You are welcome to use this class for your own purposes,
but if there is some feature/enhancement you need for your own usage,
please make and modify your own copy instead of sending us an enhancement request.
ScriptRunner(Connection) - Constructor for class org.apache.ibatis.jdbc.ScriptRunner
 
SCROLL_INSENSITIVE - Enum constant in enum org.apache.ibatis.mapping.ResultSetType
 
SCROLL_SENSITIVE - Enum constant in enum org.apache.ibatis.mapping.ResultSetType
 
SECOND_GENERIC_PARAM_NAME - Static variable in class org.apache.ibatis.executor.keygen.Jdbc3KeyGenerator
 
select - Variable in class org.apache.ibatis.jdbc.AbstractSQL.SQLStatement
 
select() - Element in annotation type org.apache.ibatis.annotations.Arg
Return the statement id for retrieving a object that map to this argument.
select() - Element in annotation type org.apache.ibatis.annotations.Many
Returns the statement id that retrieves collection.
select() - Element in annotation type org.apache.ibatis.annotations.One
Returns the statement id that retrieves single object.
select(String, Object, ResultHandler) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
select(String, Object, ResultHandler) - Method in interface org.apache.ibatis.session.SqlSession
Retrieve a single row mapped from the statement key and parameter using a ResultHandler.
select(String, Object, ResultHandler) - Method in class org.apache.ibatis.session.SqlSessionManager
 
select(String, Object, RowBounds, ResultHandler) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
select(String, Object, RowBounds, ResultHandler) - Method in interface org.apache.ibatis.session.SqlSession
Retrieve a single row mapped from the statement key and parameter using a ResultHandler and RowBounds.
select(String, Object, RowBounds, ResultHandler) - Method in class org.apache.ibatis.session.SqlSessionManager
 
select(String, ResultHandler) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
select(String, ResultHandler) - Method in interface org.apache.ibatis.session.SqlSession
Retrieve a single row mapped from the statement using a ResultHandler.
select(String, ResultHandler) - Method in class org.apache.ibatis.session.SqlSessionManager
 
Select - Annotation Type in org.apache.ibatis.annotations
The annotation that specify an SQL for retrieving record(s).
SELECT - Enum constant in enum org.apache.ibatis.jdbc.AbstractSQL.SQLStatement.StatementType
 
SELECT - Enum constant in enum org.apache.ibatis.mapping.SqlCommandType
 
SELECT(String) - Method in class org.apache.ibatis.jdbc.AbstractSQL
 
SELECT(String) - Static method in class org.apache.ibatis.jdbc.SelectBuilder
Deprecated.
 
SELECT(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
Deprecated.
 
SELECT(String...) - Method in class org.apache.ibatis.jdbc.AbstractSQL
Select.
SELECT_DISTINCT(String) - Method in class org.apache.ibatis.jdbc.AbstractSQL
 
SELECT_DISTINCT(String) - Static method in class org.apache.ibatis.jdbc.SelectBuilder
Deprecated.
 
SELECT_DISTINCT(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
Deprecated.
 
SELECT_DISTINCT(String...) - Method in class org.apache.ibatis.jdbc.AbstractSQL
Select distinct.
SELECT_KEY_SUFFIX - Static variable in class org.apache.ibatis.executor.keygen.SelectKeyGenerator
 
Select.List - Annotation Type in org.apache.ibatis.annotations
The container annotation for Select.
selectAll(String, Object...) - Method in class org.apache.ibatis.jdbc.SqlRunner
Executes a SELECT statement that returns multiple rows.
SelectBuilder - Class in org.apache.ibatis.jdbc
Deprecated.
Use the SQL Class
SelectBuilder() - Constructor for class org.apache.ibatis.jdbc.SelectBuilder
Deprecated.
 
selectCursor(String) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
selectCursor(String) - Method in interface org.apache.ibatis.session.SqlSession
A Cursor offers the same results as a List, except it fetches data lazily using an Iterator.
selectCursor(String) - Method in class org.apache.ibatis.session.SqlSessionManager
 
selectCursor(String, Object) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
selectCursor(String, Object) - Method in interface org.apache.ibatis.session.SqlSession
A Cursor offers the same results as a List, except it fetches data lazily using an Iterator.
selectCursor(String, Object) - Method in class org.apache.ibatis.session.SqlSessionManager
 
selectCursor(String, Object, RowBounds) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
selectCursor(String, Object, RowBounds) - Method in interface org.apache.ibatis.session.SqlSession
A Cursor offers the same results as a List, except it fetches data lazily using an Iterator.
selectCursor(String, Object, RowBounds) - Method in class org.apache.ibatis.session.SqlSessionManager
 
SelectKey - Annotation Type in org.apache.ibatis.annotations
The annotation that specify an SQL for retrieving a key value.
SelectKey.List - Annotation Type in org.apache.ibatis.annotations
The container annotation for SelectKey.
SelectKeyGenerator - Class in org.apache.ibatis.executor.keygen
 
SelectKeyGenerator(MappedStatement, boolean) - Constructor for class org.apache.ibatis.executor.keygen.SelectKeyGenerator
 
selectList() - Method in class org.apache.ibatis.executor.loader.ResultLoader
 
selectList(String) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
selectList(String) - Method in interface org.apache.ibatis.session.SqlSession
Retrieve a list of mapped objects from the statement key.
selectList(String) - Method in class org.apache.ibatis.session.SqlSessionManager
 
selectList(String, Object) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
selectList(String, Object) - Method in interface org.apache.ibatis.session.SqlSession
Retrieve a list of mapped objects from the statement key and parameter.
selectList(String, Object) - Method in class org.apache.ibatis.session.SqlSessionManager
 
selectList(String, Object, RowBounds) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
selectList(String, Object, RowBounds) - Method in interface org.apache.ibatis.session.SqlSession
Retrieve a list of mapped objects from the statement key and parameter, within the specified row bounds.
selectList(String, Object, RowBounds) - Method in class org.apache.ibatis.session.SqlSessionManager
 
selectMap(String, Object, String) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
selectMap(String, Object, String) - Method in interface org.apache.ibatis.session.SqlSession
The selectMap is a special case in that it is designed to convert a list of results into a Map based on one of the properties in the resulting objects.
selectMap(String, Object, String) - Method in class org.apache.ibatis.session.SqlSessionManager
 
selectMap(String, Object, String, RowBounds) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
selectMap(String, Object, String, RowBounds) - Method in interface org.apache.ibatis.session.SqlSession
The selectMap is a special case in that it is designed to convert a list of results into a Map based on one of the properties in the resulting objects.
selectMap(String, Object, String, RowBounds) - Method in class org.apache.ibatis.session.SqlSessionManager
 
selectMap(String, String) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
selectMap(String, String) - Method in interface org.apache.ibatis.session.SqlSession
The selectMap is a special case in that it is designed to convert a list of results into a Map based on one of the properties in the resulting objects.
selectMap(String, String) - Method in class org.apache.ibatis.session.SqlSessionManager
 
selectOne(String) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
selectOne(String) - Method in interface org.apache.ibatis.session.SqlSession
Retrieve a single row mapped from the statement key.
selectOne(String) - Method in class org.apache.ibatis.session.SqlSessionManager
 
selectOne(String, Object) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
selectOne(String, Object) - Method in interface org.apache.ibatis.session.SqlSession
Retrieve a single row mapped from the statement key and parameter.
selectOne(String, Object) - Method in class org.apache.ibatis.session.SqlSessionManager
 
selectOne(String, Object...) - Method in class org.apache.ibatis.jdbc.SqlRunner
Executes a SELECT statement that returns one row.
SelectProvider - Annotation Type in org.apache.ibatis.annotations
The annotation that specify a method that provide an SQL for retrieving record(s).
SelectProvider.List - Annotation Type in org.apache.ibatis.annotations
The container annotation for SelectProvider.
selectSQL(AbstractSQL.SafeAppendable) - Method in class org.apache.ibatis.jdbc.AbstractSQL.SQLStatement
 
sendFullScript - Variable in class org.apache.ibatis.jdbc.ScriptRunner
 
separator - Variable in class org.apache.ibatis.scripting.xmltags.ForEachSqlNode
 
SERIAL_FILTER_MISSING - Static variable in class org.apache.ibatis.io.SerialFilterChecker
 
SerialFilterChecker - Class in org.apache.ibatis.io
 
SerialFilterChecker() - Constructor for class org.apache.ibatis.io.SerialFilterChecker
 
SERIALIZABLE - Enum constant in enum org.apache.ibatis.session.TransactionIsolationLevel
 
serializationCheck - Variable in class org.apache.ibatis.executor.loader.ResultLoaderMap.LoadPair
Object to check whether we went through serialization..
serialize(Serializable) - Method in class org.apache.ibatis.cache.decorators.SerializedCache
 
SerializedCache - Class in org.apache.ibatis.cache.decorators
 
SerializedCache(Cache) - Constructor for class org.apache.ibatis.cache.decorators.SerializedCache
 
SerializedCache.CustomObjectInputStream - Class in org.apache.ibatis.cache.decorators
 
serialVersionUID - Static variable in exception org.apache.ibatis.binding.BindingException
 
serialVersionUID - Static variable in class org.apache.ibatis.binding.MapperMethod.ParamMap
 
serialVersionUID - Static variable in class org.apache.ibatis.binding.MapperProxy
 
serialVersionUID - Static variable in exception org.apache.ibatis.builder.BuilderException
 
serialVersionUID - Static variable in exception org.apache.ibatis.builder.IncompleteElementException
 
serialVersionUID - Static variable in class org.apache.ibatis.builder.ParameterExpression
 
serialVersionUID - Static variable in exception org.apache.ibatis.cache.CacheException
 
serialVersionUID - Static variable in class org.apache.ibatis.cache.CacheKey
 
serialVersionUID - Static variable in class org.apache.ibatis.cache.NullCacheKey
Deprecated.
 
serialVersionUID - Static variable in exception org.apache.ibatis.datasource.DataSourceException
 
serialVersionUID - Static variable in exception org.apache.ibatis.exceptions.IbatisException
Deprecated.
 
serialVersionUID - Static variable in exception org.apache.ibatis.exceptions.PersistenceException
 
serialVersionUID - Static variable in exception org.apache.ibatis.exceptions.TooManyResultsException
 
serialVersionUID - Static variable in exception org.apache.ibatis.executor.BatchExecutorException
 
serialVersionUID - Static variable in exception org.apache.ibatis.executor.ExecutorException
 
serialVersionUID - Static variable in class org.apache.ibatis.executor.loader.AbstractSerialStateHolder
 
serialVersionUID - Static variable in class org.apache.ibatis.executor.loader.cglib.CglibSerialStateHolder
 
serialVersionUID - Static variable in class org.apache.ibatis.executor.loader.javassist.JavassistSerialStateHolder
 
serialVersionUID - Static variable in class org.apache.ibatis.executor.loader.ResultLoaderMap.LoadPair
 
serialVersionUID - Static variable in exception org.apache.ibatis.executor.result.ResultMapException
 
serialVersionUID - Static variable in exception org.apache.ibatis.jdbc.RuntimeSqlException
 
serialVersionUID - Static variable in exception org.apache.ibatis.logging.LogException
 
serialVersionUID - Static variable in exception org.apache.ibatis.parsing.ParsingException
 
serialVersionUID - Static variable in exception org.apache.ibatis.plugin.PluginException
 
serialVersionUID - Static variable in class org.apache.ibatis.reflection.factory.DefaultObjectFactory
 
serialVersionUID - Static variable in exception org.apache.ibatis.reflection.ReflectionException
 
serialVersionUID - Static variable in exception org.apache.ibatis.scripting.ScriptingException
 
serialVersionUID - Static variable in class org.apache.ibatis.scripting.xmltags.DynamicContext.ContextMap
 
serialVersionUID - Static variable in class org.apache.ibatis.session.Configuration.StrictMap
 
serialVersionUID - Static variable in class org.apache.ibatis.session.defaults.DefaultSqlSession.StrictMap
Deprecated.
 
serialVersionUID - Static variable in exception org.apache.ibatis.session.SqlSessionException
 
serialVersionUID - Static variable in exception org.apache.ibatis.transaction.TransactionException
 
serialVersionUID - Static variable in exception org.apache.ibatis.type.TypeException
 
SESSION - Enum constant in enum org.apache.ibatis.session.LocalCacheScope
 
set(PropertyTokenizer, Object) - Method in class org.apache.ibatis.reflection.wrapper.BeanWrapper
 
set(PropertyTokenizer, Object) - Method in class org.apache.ibatis.reflection.wrapper.CollectionWrapper
 
set(PropertyTokenizer, Object) - Method in class org.apache.ibatis.reflection.wrapper.MapWrapper
 
set(PropertyTokenizer, Object) - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
 
SET(String) - Method in class org.apache.ibatis.jdbc.AbstractSQL
 
SET(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
Deprecated.
 
SET(String...) - Method in class org.apache.ibatis.jdbc.AbstractSQL
Sets the.
SET_METHODS - Static variable in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
 
setAdditionalParameter(String, Object) - Method in class org.apache.ibatis.mapping.BoundSql
 
setAggressiveLazyLoading(boolean) - Method in class org.apache.ibatis.session.Configuration
 
setAutoCommit() - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
setAutoCommit(boolean) - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
setAutoCommit(Boolean) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
setAutoMappingBehavior(AutoMappingBehavior) - Method in class org.apache.ibatis.session.Configuration
 
setAutoMappingUnknownColumnBehavior(AutoMappingUnknownColumnBehavior) - Method in class org.apache.ibatis.session.Configuration
Sets the auto mapping unknown column behavior.
setBeanProperty(PropertyTokenizer, Object, Object) - Method in class org.apache.ibatis.reflection.wrapper.BeanWrapper
 
setCacheEnabled(boolean) - Method in class org.apache.ibatis.session.Configuration
 
setCacheProperties(Cache) - Method in class org.apache.ibatis.mapping.CacheBuilder
 
setCallSettersOnNulls(boolean) - Method in class org.apache.ibatis.session.Configuration
 
setCharset(Charset) - Static method in class org.apache.ibatis.io.Resources
 
setCheckoutTimestamp(long) - Method in class org.apache.ibatis.datasource.pooled.PooledConnection
Setter for the timestamp that this connection was checked out.
setClassCacheEnabled(boolean) - Method in class org.apache.ibatis.reflection.DefaultReflectorFactory
 
setClassCacheEnabled(boolean) - Method in interface org.apache.ibatis.reflection.ReflectorFactory
 
setClassLoader(ClassLoader) - Method in class org.apache.ibatis.io.ResolverUtil
Sets an explicit ClassLoader that should be used when scanning for classes.
setClearInterval(long) - Method in class org.apache.ibatis.cache.decorators.ScheduledCache
 
setCollectionValue(PropertyTokenizer, Object, Object) - Method in class org.apache.ibatis.reflection.wrapper.BaseWrapper
 
setColumn(Object, Object) - Method in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
 
setConfiguration(Configuration) - Method in class org.apache.ibatis.type.BaseTypeHandler
Deprecated.
Since 3.5.0 - See https://github.com/mybatis/mybatis-3/issues/1203. This property will remove future.
setConfigurationFactory(Class<?>) - Method in class org.apache.ibatis.session.Configuration
 
setConnectionTypeCode(int) - Method in class org.apache.ibatis.datasource.pooled.PooledConnection
Setter for the connection type.
setCreatedTimestamp(long) - Method in class org.apache.ibatis.datasource.pooled.PooledConnection
Setter for the time that the connection was created.
setCurrentNamespace(String) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
 
setDatabaseId(String) - Method in class org.apache.ibatis.session.Configuration
 
setDefaultAutoCommit(boolean) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
setDefaultClassLoader(ClassLoader) - Static method in class org.apache.ibatis.io.Resources
Sets the default classloader
setDefaultDriverClass(Class<? extends LanguageDriver>) - Method in class org.apache.ibatis.scripting.LanguageDriverRegistry
 
setDefaultEnumTypeHandler(Class<? extends TypeHandler>) - Method in class org.apache.ibatis.session.Configuration
Set a default TypeHandler class for Enum.
setDefaultEnumTypeHandler(Class<? extends TypeHandler>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
Set a default TypeHandler class for Enum.
setDefaultExecutorType(ExecutorType) - Method in class org.apache.ibatis.session.Configuration
 
setDefaultFetchSize(Integer) - Method in class org.apache.ibatis.session.Configuration
Sets the default fetch size.
setDefaultImplementations() - Method in class org.apache.ibatis.mapping.CacheBuilder
 
setDefaultNetworkTimeout(Integer) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
Sets the default network timeout value to wait for the database operation to complete.
setDefaultNetworkTimeout(Integer) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
Sets the default network timeout value to wait for the database operation to complete.
setDefaultResultSetType(ResultSetType) - Method in class org.apache.ibatis.session.Configuration
Sets the default result set type.
setDefaultScriptingLanguage(Class<? extends LanguageDriver>) - Method in class org.apache.ibatis.session.Configuration
 
setDefaultSqlProviderType(Class<?>) - Method in class org.apache.ibatis.session.Configuration
Sets an applying type when omit a type on sql provider annotation(e.g.
setDefaultStatementTimeout(Integer) - Method in class org.apache.ibatis.session.Configuration
 
setDefaultTransactionIsolationLevel(Integer) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
setDefaultTransactionIsolationLevel(Integer) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
setDelimiter(String) - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
setDesiredAutoCommit(boolean) - Method in class org.apache.ibatis.transaction.jdbc.JdbcTransaction
 
setDriver(String) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
setDriver(String) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
setDriverClassLoader(ClassLoader) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
setDriverProperties(Properties) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
setDriverProperties(Properties) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
setEnvironment(Environment) - Method in class org.apache.ibatis.session.Configuration
 
setErrorLogWriter(PrintWriter) - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
setEscapeProcessing(boolean) - Method in class org.apache.ibatis.jdbc.ScriptRunner
Sets the escape processing.
setExecutorWrapper(Executor) - Method in class org.apache.ibatis.executor.BaseExecutor
 
setExecutorWrapper(Executor) - Method in class org.apache.ibatis.executor.CachingExecutor
 
setExecutorWrapper(Executor) - Method in interface org.apache.ibatis.executor.Executor
 
setFetchSize(Statement) - Method in class org.apache.ibatis.executor.statement.BaseStatementHandler
 
SetFieldInvoker - Class in org.apache.ibatis.reflection.invoker
 
SetFieldInvoker(Field) - Constructor for class org.apache.ibatis.reflection.invoker.SetFieldInvoker
 
setForeignColumn(String) - Method in class org.apache.ibatis.mapping.ResultMapping
 
setFullLineDelimiter(boolean) - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
SetHandler() - Constructor for class org.apache.ibatis.scripting.xmltags.XMLScriptBuilder.SetHandler
 
setImplementation(Class<? extends Log>) - Static method in class org.apache.ibatis.logging.LogFactory
 
setInvalid() - Static method in class org.apache.ibatis.io.JBoss6VFS
Mark this JBoss6VFS.VFS as invalid for the current environment.
setJdbcTypeForNull(JdbcType) - Method in class org.apache.ibatis.session.Configuration
 
setLastUsedTimestamp(long) - Method in class org.apache.ibatis.datasource.pooled.PooledConnection
Setter for the time that the connection was last used.
setLazy(boolean) - Method in class org.apache.ibatis.mapping.ResultMapping
 
setLazyLoadingEnabled(boolean) - Method in class org.apache.ibatis.session.Configuration
 
setLazyLoadTriggerMethods(Set<String>) - Method in class org.apache.ibatis.session.Configuration
 
setLocalCacheScope(LocalCacheScope) - Method in class org.apache.ibatis.session.Configuration
 
setLogImpl(Class<? extends Log>) - Method in class org.apache.ibatis.session.Configuration
 
setLoginTimeout(int) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
setLoginTimeout(int) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
setLogPrefix(String) - Method in class org.apache.ibatis.session.Configuration
 
setLogWriter(PrintWriter) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
setLogWriter(PrintWriter) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
setLogWriter(PrintWriter) - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
setMapUnderscoreToCamelCase(boolean) - Method in class org.apache.ibatis.session.Configuration
 
setMethods - Variable in class org.apache.ibatis.reflection.Reflector
 
setMultipleResultSetsEnabled(boolean) - Method in class org.apache.ibatis.session.Configuration
 
setNonNullParameter(PreparedStatement, int, byte[], JdbcType) - Method in class org.apache.ibatis.type.BlobTypeHandler
 
setNonNullParameter(PreparedStatement, int, byte[], JdbcType) - Method in class org.apache.ibatis.type.ByteArrayTypeHandler
 
setNonNullParameter(PreparedStatement, int, E, JdbcType) - Method in class org.apache.ibatis.type.EnumOrdinalTypeHandler
 
setNonNullParameter(PreparedStatement, int, E, JdbcType) - Method in class org.apache.ibatis.type.EnumTypeHandler
 
setNonNullParameter(PreparedStatement, int, InputStream, JdbcType) - Method in class org.apache.ibatis.type.BlobInputStreamTypeHandler
setNonNullParameter(PreparedStatement, int, Reader, JdbcType) - Method in class org.apache.ibatis.type.ClobReaderTypeHandler
setNonNullParameter(PreparedStatement, int, Boolean, JdbcType) - Method in class org.apache.ibatis.type.BooleanTypeHandler
 
setNonNullParameter(PreparedStatement, int, Byte[], JdbcType) - Method in class org.apache.ibatis.type.BlobByteObjectArrayTypeHandler
 
setNonNullParameter(PreparedStatement, int, Byte[], JdbcType) - Method in class org.apache.ibatis.type.ByteObjectArrayTypeHandler
 
setNonNullParameter(PreparedStatement, int, Byte, JdbcType) - Method in class org.apache.ibatis.type.ByteTypeHandler
 
setNonNullParameter(PreparedStatement, int, Character, JdbcType) - Method in class org.apache.ibatis.type.CharacterTypeHandler
 
setNonNullParameter(PreparedStatement, int, Double, JdbcType) - Method in class org.apache.ibatis.type.DoubleTypeHandler
 
setNonNullParameter(PreparedStatement, int, Float, JdbcType) - Method in class org.apache.ibatis.type.FloatTypeHandler
 
setNonNullParameter(PreparedStatement, int, Integer, JdbcType) - Method in class org.apache.ibatis.type.IntegerTypeHandler
 
setNonNullParameter(PreparedStatement, int, Long, JdbcType) - Method in class org.apache.ibatis.type.LongTypeHandler
 
setNonNullParameter(PreparedStatement, int, Object, JdbcType) - Method in class org.apache.ibatis.type.ArrayTypeHandler
 
setNonNullParameter(PreparedStatement, int, Object, JdbcType) - Method in class org.apache.ibatis.type.ObjectTypeHandler
 
setNonNullParameter(PreparedStatement, int, Object, JdbcType) - Method in class org.apache.ibatis.type.UnknownTypeHandler
 
setNonNullParameter(PreparedStatement, int, Short, JdbcType) - Method in class org.apache.ibatis.type.ShortTypeHandler
 
setNonNullParameter(PreparedStatement, int, String, JdbcType) - Method in class org.apache.ibatis.type.ClobTypeHandler
 
setNonNullParameter(PreparedStatement, int, String, JdbcType) - Method in class org.apache.ibatis.type.NClobTypeHandler
 
setNonNullParameter(PreparedStatement, int, String, JdbcType) - Method in class org.apache.ibatis.type.NStringTypeHandler
 
setNonNullParameter(PreparedStatement, int, String, JdbcType) - Method in class org.apache.ibatis.type.SqlxmlTypeHandler
 
setNonNullParameter(PreparedStatement, int, String, JdbcType) - Method in class org.apache.ibatis.type.StringTypeHandler
 
setNonNullParameter(PreparedStatement, int, BigDecimal, JdbcType) - Method in class org.apache.ibatis.type.BigDecimalTypeHandler
 
setNonNullParameter(PreparedStatement, int, BigInteger, JdbcType) - Method in class org.apache.ibatis.type.BigIntegerTypeHandler
 
setNonNullParameter(PreparedStatement, int, Date, JdbcType) - Method in class org.apache.ibatis.type.SqlDateTypeHandler
 
setNonNullParameter(PreparedStatement, int, Time, JdbcType) - Method in class org.apache.ibatis.type.SqlTimeTypeHandler
 
setNonNullParameter(PreparedStatement, int, Timestamp, JdbcType) - Method in class org.apache.ibatis.type.SqlTimestampTypeHandler
 
setNonNullParameter(PreparedStatement, int, JapaneseDate, JdbcType) - Method in class org.apache.ibatis.type.JapaneseDateTypeHandler
 
setNonNullParameter(PreparedStatement, int, Instant, JdbcType) - Method in class org.apache.ibatis.type.InstantTypeHandler
 
setNonNullParameter(PreparedStatement, int, LocalDate, JdbcType) - Method in class org.apache.ibatis.type.LocalDateTypeHandler
 
setNonNullParameter(PreparedStatement, int, LocalDateTime, JdbcType) - Method in class org.apache.ibatis.type.LocalDateTimeTypeHandler
 
setNonNullParameter(PreparedStatement, int, LocalTime, JdbcType) - Method in class org.apache.ibatis.type.LocalTimeTypeHandler
 
setNonNullParameter(PreparedStatement, int, Month, JdbcType) - Method in class org.apache.ibatis.type.MonthTypeHandler
 
setNonNullParameter(PreparedStatement, int, OffsetDateTime, JdbcType) - Method in class org.apache.ibatis.type.OffsetDateTimeTypeHandler
 
setNonNullParameter(PreparedStatement, int, OffsetTime, JdbcType) - Method in class org.apache.ibatis.type.OffsetTimeTypeHandler
 
setNonNullParameter(PreparedStatement, int, YearMonth, JdbcType) - Method in class org.apache.ibatis.type.YearMonthTypeHandler
 
setNonNullParameter(PreparedStatement, int, Year, JdbcType) - Method in class org.apache.ibatis.type.YearTypeHandler
 
setNonNullParameter(PreparedStatement, int, ZonedDateTime, JdbcType) - Method in class org.apache.ibatis.type.ZonedDateTimeTypeHandler
 
setNonNullParameter(PreparedStatement, int, Date, JdbcType) - Method in class org.apache.ibatis.type.DateOnlyTypeHandler
 
setNonNullParameter(PreparedStatement, int, Date, JdbcType) - Method in class org.apache.ibatis.type.DateTypeHandler
 
setNonNullParameter(PreparedStatement, int, Date, JdbcType) - Method in class org.apache.ibatis.type.TimeOnlyTypeHandler
 
setNonNullParameter(PreparedStatement, int, T, JdbcType) - Method in class org.apache.ibatis.type.BaseTypeHandler
 
setObjectFactory(ObjectFactory) - Method in class org.apache.ibatis.session.Configuration
 
setObjectWrapperFactory(ObjectWrapperFactory) - Method in class org.apache.ibatis.session.Configuration
 
setParameter(PreparedStatement, int, T, JdbcType) - Method in class org.apache.ibatis.type.BaseTypeHandler
 
setParameter(PreparedStatement, int, T, JdbcType) - Method in interface org.apache.ibatis.type.TypeHandler
 
setParameters(PreparedStatement) - Method in interface org.apache.ibatis.executor.parameter.ParameterHandler
 
setParameters(PreparedStatement) - Method in class org.apache.ibatis.scripting.defaults.DefaultParameterHandler
 
setParameters(PreparedStatement, Object...) - Method in class org.apache.ibatis.jdbc.SqlRunner
 
setPassword(String) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
setPassword(String) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
setPoolMaximumActiveConnections(int) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
The maximum number of active connections.
setPoolMaximumCheckoutTime(int) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
The maximum time a connection can be used before it *may* be given away again.
setPoolMaximumIdleConnections(int) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
The maximum number of idle connections.
setPoolMaximumLocalBadConnectionTolerance(int) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
The maximum number of tolerance for bad connection happens in one thread which are applying for new PooledConnection.
setPoolPingConnectionsNotUsedFor(int) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
If a connection has not been used in this many milliseconds, ping the database to make sure the connection is still good.
setPoolPingEnabled(boolean) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
Determines if the ping query should be used.
setPoolPingQuery(String) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
The query to be used to check a connection.
setPoolTimeToWait(int) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
The time to wait before retrying to get a connection.
setProperties(Properties) - Method in interface org.apache.ibatis.datasource.DataSourceFactory
 
setProperties(Properties) - Method in class org.apache.ibatis.datasource.jndi.JndiDataSourceFactory
 
setProperties(Properties) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSourceFactory
 
setProperties(Properties) - Method in interface org.apache.ibatis.executor.loader.ProxyFactory
 
setProperties(Properties) - Method in interface org.apache.ibatis.mapping.DatabaseIdProvider
 
setProperties(Properties) - Method in class org.apache.ibatis.mapping.VendorDatabaseIdProvider
 
setProperties(Properties) - Method in interface org.apache.ibatis.plugin.Interceptor
 
setProperties(Properties) - Method in interface org.apache.ibatis.reflection.factory.ObjectFactory
Sets configuration properties.
setProperties(Properties) - Method in class org.apache.ibatis.transaction.managed.ManagedTransactionFactory
 
setProperties(Properties) - Method in interface org.apache.ibatis.transaction.TransactionFactory
Sets transaction factory custom properties.
setProperty(Map, Object, Object, Object) - Method in class org.apache.ibatis.scripting.xmltags.DynamicContext.ContextAccessor
 
setProxyFactory(ProxyFactory) - Method in class org.apache.ibatis.session.Configuration
 
setReflectorFactory(ReflectorFactory) - Method in class org.apache.ibatis.session.Configuration
 
setRemoveCRs(boolean) - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
setReturnInstanceForEmptyRow(boolean) - Method in class org.apache.ibatis.session.Configuration
 
sets - Variable in class org.apache.ibatis.jdbc.AbstractSQL.SQLStatement
 
setSafeResultHandlerEnabled(boolean) - Method in class org.apache.ibatis.session.Configuration
 
setSafeRowBoundsEnabled(boolean) - Method in class org.apache.ibatis.session.Configuration
 
setSendFullScript(boolean) - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
setShrinkWhitespacesInSql(boolean) - Method in class org.apache.ibatis.session.Configuration
 
setSize(int) - Method in class org.apache.ibatis.cache.decorators.FifoCache
 
setSize(int) - Method in class org.apache.ibatis.cache.decorators.LruCache
 
setSize(int) - Method in class org.apache.ibatis.cache.decorators.SoftCache
 
setSize(int) - Method in class org.apache.ibatis.cache.decorators.WeakCache
 
SetSqlNode - Class in org.apache.ibatis.scripting.xmltags
 
SetSqlNode(Configuration, SqlNode) - Constructor for class org.apache.ibatis.scripting.xmltags.SetSqlNode
 
setStandardDecorators(Cache) - Method in class org.apache.ibatis.mapping.CacheBuilder
 
setStatementTimeout(Statement, Integer) - Method in class org.apache.ibatis.executor.statement.BaseStatementHandler
 
setStopOnError(boolean) - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
setThrowWarning(boolean) - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
setTimeout(long) - Method in class org.apache.ibatis.cache.decorators.BlockingCache
 
settingsAsProperties(XNode) - Method in class org.apache.ibatis.builder.xml.XMLConfigBuilder
 
settingsElement(Properties) - Method in class org.apache.ibatis.builder.xml.XMLConfigBuilder
 
setTypes - Variable in class org.apache.ibatis.reflection.Reflector
 
setup(Map, Object, Member, String) - Method in class org.apache.ibatis.scripting.xmltags.OgnlMemberAccess
 
setUpdateCounts(int[]) - Method in class org.apache.ibatis.executor.BatchResult
 
setUrl(String) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
setUrl(String) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
setUseActualParamName(boolean) - Method in class org.apache.ibatis.session.Configuration
 
setUseColumnLabel(boolean) - Method in class org.apache.ibatis.session.Configuration
 
setUseGeneratedKeys(boolean) - Method in class org.apache.ibatis.session.Configuration
 
setUseGeneratedKeySupport(boolean) - Method in class org.apache.ibatis.jdbc.SqlRunner
 
setUsername(String) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
setUsername(String) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
setValue(String, Object) - Method in class org.apache.ibatis.reflection.MetaObject
 
setValue(MetaObject, String, Object) - Method in class org.apache.ibatis.executor.keygen.SelectKeyGenerator
 
setVariables(Properties) - Method in class org.apache.ibatis.parsing.XPathParser
 
setVariables(Properties) - Method in class org.apache.ibatis.session.Configuration
 
setVfsImpl(Class<? extends VFS>) - Method in class org.apache.ibatis.session.Configuration
 
SHORT - Enum constant in enum org.apache.ibatis.jdbc.Null
 
ShortTypeHandler - Class in org.apache.ibatis.type
 
ShortTypeHandler() - Constructor for class org.apache.ibatis.type.ShortTypeHandler
 
shouldApplyAutomaticMappings(ResultMap, boolean) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
shouldProcessMoreRows(ResultContext<?>, RowBounds) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
shrinkWhitespacesInSql - Variable in class org.apache.ibatis.session.Configuration
 
Signature - Annotation Type in org.apache.ibatis.plugin
The annotation that indicate the method signature.
signatureMap - Variable in class org.apache.ibatis.plugin.Plugin
 
SIMPLE - Enum constant in enum org.apache.ibatis.session.ExecutorType
 
SIMPLE_TYPE_SET - Static variable in class org.apache.ibatis.type.SimpleTypeRegistry
 
SimpleExecutor - Class in org.apache.ibatis.executor
 
SimpleExecutor(Configuration, Transaction) - Constructor for class org.apache.ibatis.executor.SimpleExecutor
 
SimpleStatementHandler - Class in org.apache.ibatis.executor.statement
 
SimpleStatementHandler(Executor, MappedStatement, Object, RowBounds, ResultHandler, BoundSql) - Constructor for class org.apache.ibatis.executor.statement.SimpleStatementHandler
 
SimpleTypeRegistry - Class in org.apache.ibatis.type
 
SimpleTypeRegistry() - Constructor for class org.apache.ibatis.type.SimpleTypeRegistry
 
size - Variable in class org.apache.ibatis.cache.decorators.FifoCache
 
size - Variable in class org.apache.ibatis.mapping.CacheBuilder
 
size() - Element in annotation type org.apache.ibatis.annotations.CacheNamespace
Return the cache size.
size() - Method in class org.apache.ibatis.executor.loader.ResultLoaderMap
 
size(Integer) - Method in class org.apache.ibatis.mapping.CacheBuilder
 
skipRows(ResultSet, RowBounds) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
skipUntil(String, int, String) - Method in class org.apache.ibatis.builder.ParameterExpression
 
skipWS(String, int) - Method in class org.apache.ibatis.builder.ParameterExpression
 
Slf4jImpl - Class in org.apache.ibatis.logging.slf4j
 
Slf4jImpl(String) - Constructor for class org.apache.ibatis.logging.slf4j.Slf4jImpl
 
Slf4jLocationAwareLoggerImpl - Class in org.apache.ibatis.logging.slf4j
 
Slf4jLocationAwareLoggerImpl(LocationAwareLogger) - Constructor for class org.apache.ibatis.logging.slf4j.Slf4jLocationAwareLoggerImpl
 
Slf4jLoggerImpl - Class in org.apache.ibatis.logging.slf4j
 
Slf4jLoggerImpl(Logger) - Constructor for class org.apache.ibatis.logging.slf4j.Slf4jLoggerImpl
 
SMALLINT - Enum constant in enum org.apache.ibatis.type.JdbcType
 
SoftCache - Class in org.apache.ibatis.cache.decorators
Soft Reference cache decorator Thanks to Dr.
SoftCache(Cache) - Constructor for class org.apache.ibatis.cache.decorators.SoftCache
 
SoftCache.SoftEntry - Class in org.apache.ibatis.cache.decorators
 
SoftEntry(Object, Object, ReferenceQueue<Object>) - Constructor for class org.apache.ibatis.cache.decorators.SoftCache.SoftEntry
 
sql - Variable in class org.apache.ibatis.builder.StaticSqlSource
 
sql - Variable in class org.apache.ibatis.executor.BatchResult
 
sql - Variable in class org.apache.ibatis.executor.ErrorContext
 
sql - Variable in class org.apache.ibatis.jdbc.AbstractSQL
 
sql - Variable in class org.apache.ibatis.mapping.BoundSql
 
sql() - Method in class org.apache.ibatis.jdbc.AbstractSQL
 
sql() - Static method in class org.apache.ibatis.jdbc.SelectBuilder
Deprecated.
 
sql() - Static method in class org.apache.ibatis.jdbc.SqlBuilder
Deprecated.
 
sql(Appendable) - Method in class org.apache.ibatis.jdbc.AbstractSQL.SQLStatement
 
sql(String) - Method in class org.apache.ibatis.executor.ErrorContext
 
SQL - Class in org.apache.ibatis.jdbc
 
SQL() - Constructor for class org.apache.ibatis.jdbc.SQL
 
SQL() - Static method in class org.apache.ibatis.jdbc.SelectBuilder
Deprecated.
 
SQL() - Static method in class org.apache.ibatis.jdbc.SqlBuilder
Deprecated.
 
SQL_SERVER_SNAPSHOT - Enum constant in enum org.apache.ibatis.session.TransactionIsolationLevel
A non-standard isolation level for Microsoft SQL Server.
sqlBuffer - Variable in class org.apache.ibatis.scripting.xmltags.TrimSqlNode.FilteredDynamicContext
 
sqlBuilder - Variable in class org.apache.ibatis.scripting.xmltags.DynamicContext
 
SqlBuilder - Class in org.apache.ibatis.jdbc
Deprecated.
Use the SQL Class
SqlBuilder() - Constructor for class org.apache.ibatis.jdbc.SqlBuilder
Deprecated.
 
sqlClause(AbstractSQL.SafeAppendable, String, List<String>, String, String, String) - Method in class org.apache.ibatis.jdbc.AbstractSQL.SQLStatement
 
SqlCommand(Configuration, Class<?>, Method) - Constructor for class org.apache.ibatis.binding.MapperMethod.SqlCommand
 
sqlCommandType - Variable in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder.AnnotationWrapper
 
sqlCommandType - Variable in class org.apache.ibatis.mapping.MappedStatement
 
SqlCommandType - Enum in org.apache.ibatis.mapping
 
SqlCommandType() - Constructor for enum org.apache.ibatis.mapping.SqlCommandType
 
SQLDATE - Enum constant in enum org.apache.ibatis.jdbc.Null
 
SqlDateTypeHandler - Class in org.apache.ibatis.type
 
SqlDateTypeHandler() - Constructor for class org.apache.ibatis.type.SqlDateTypeHandler
 
sqlElement(List<XNode>) - Method in class org.apache.ibatis.builder.xml.XMLMapperBuilder
 
sqlElement(List<XNode>, String) - Method in class org.apache.ibatis.builder.xml.XMLMapperBuilder
 
sqlFragments - Variable in class org.apache.ibatis.builder.xml.XMLMapperBuilder
 
sqlFragments - Variable in class org.apache.ibatis.session.Configuration
 
SqlNode - Interface in org.apache.ibatis.scripting.xmltags
 
SqlRunner - Class in org.apache.ibatis.jdbc
 
SqlRunner(Connection) - Constructor for class org.apache.ibatis.jdbc.SqlRunner
 
sqlSession - Variable in class org.apache.ibatis.binding.MapperProxy
 
SqlSession - Interface in org.apache.ibatis.session
The primary Java interface for working with MyBatis.
SqlSessionException - Exception in org.apache.ibatis.session
 
SqlSessionException() - Constructor for exception org.apache.ibatis.session.SqlSessionException
 
SqlSessionException(String) - Constructor for exception org.apache.ibatis.session.SqlSessionException
 
SqlSessionException(String, Throwable) - Constructor for exception org.apache.ibatis.session.SqlSessionException
 
SqlSessionException(Throwable) - Constructor for exception org.apache.ibatis.session.SqlSessionException
 
sqlSessionFactory - Variable in class org.apache.ibatis.session.SqlSessionManager
 
SqlSessionFactory - Interface in org.apache.ibatis.session
Creates an SqlSession out of a connection or a DataSource
SqlSessionFactoryBuilder - Class in org.apache.ibatis.session
Builds SqlSession instances.
SqlSessionFactoryBuilder() - Constructor for class org.apache.ibatis.session.SqlSessionFactoryBuilder
 
SqlSessionInterceptor() - Constructor for class org.apache.ibatis.session.SqlSessionManager.SqlSessionInterceptor
 
SqlSessionManager - Class in org.apache.ibatis.session
 
SqlSessionManager(SqlSessionFactory) - Constructor for class org.apache.ibatis.session.SqlSessionManager
 
SqlSessionManager.SqlSessionInterceptor - Class in org.apache.ibatis.session
 
sqlSessionProxy - Variable in class org.apache.ibatis.session.SqlSessionManager
 
sqlSource - Variable in class org.apache.ibatis.mapping.MappedStatement
 
sqlSource - Variable in class org.apache.ibatis.scripting.defaults.RawSqlSource
 
SqlSource - Interface in org.apache.ibatis.mapping
Represents the content of a mapped statement read from an XML file or an annotation.
SqlSourceBuilder - Class in org.apache.ibatis.builder
 
SqlSourceBuilder(Configuration) - Constructor for class org.apache.ibatis.builder.SqlSourceBuilder
 
SqlSourceBuilder.ParameterMappingTokenHandler - Class in org.apache.ibatis.builder
 
SQLStatement() - Constructor for class org.apache.ibatis.jdbc.AbstractSQL.SQLStatement
 
SQLTIME - Enum constant in enum org.apache.ibatis.jdbc.Null
 
SQLTIMESTAMP - Enum constant in enum org.apache.ibatis.jdbc.Null
 
SqlTimestampTypeHandler - Class in org.apache.ibatis.type
 
SqlTimestampTypeHandler() - Constructor for class org.apache.ibatis.type.SqlTimestampTypeHandler
 
SqlTimeTypeHandler - Class in org.apache.ibatis.type
 
SqlTimeTypeHandler() - Constructor for class org.apache.ibatis.type.SqlTimeTypeHandler
 
SQLXML - Enum constant in enum org.apache.ibatis.type.JdbcType
 
sqlxmlToString(SQLXML) - Method in class org.apache.ibatis.type.SqlxmlTypeHandler
 
SqlxmlTypeHandler - Class in org.apache.ibatis.type
Convert String to/from SQLXML.
SqlxmlTypeHandler() - Constructor for class org.apache.ibatis.type.SqlxmlTypeHandler
 
STANDARD_MAPPING - Static variable in class org.apache.ibatis.type.ArrayTypeHandler
 
startManagedSession() - Method in class org.apache.ibatis.session.SqlSessionManager
 
startManagedSession(boolean) - Method in class org.apache.ibatis.session.SqlSessionManager
 
startManagedSession(Connection) - Method in class org.apache.ibatis.session.SqlSessionManager
 
startManagedSession(ExecutorType) - Method in class org.apache.ibatis.session.SqlSessionManager
 
startManagedSession(ExecutorType, boolean) - Method in class org.apache.ibatis.session.SqlSessionManager
 
startManagedSession(ExecutorType, Connection) - Method in class org.apache.ibatis.session.SqlSessionManager
 
startManagedSession(ExecutorType, TransactionIsolationLevel) - Method in class org.apache.ibatis.session.SqlSessionManager
 
startManagedSession(TransactionIsolationLevel) - Method in class org.apache.ibatis.session.SqlSessionManager
 
state - Variable in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
statement - Variable in class org.apache.ibatis.logging.jdbc.PreparedStatementLogger
 
statement - Variable in class org.apache.ibatis.logging.jdbc.StatementLogger
 
statement() - Element in annotation type org.apache.ibatis.annotations.SelectKey
Returns an SQL for retrieving a key value.
STATEMENT - Enum constant in enum org.apache.ibatis.mapping.StatementType
 
STATEMENT - Enum constant in enum org.apache.ibatis.session.LocalCacheScope
 
statementAnnotationTypes - Static variable in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
 
StatementHandler - Interface in org.apache.ibatis.executor.statement
 
statementList - Variable in class org.apache.ibatis.executor.BatchExecutor
 
statementLog - Variable in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
 
statementLog - Variable in class org.apache.ibatis.mapping.MappedStatement
 
StatementLogger - Class in org.apache.ibatis.logging.jdbc
Statement proxy to add logging.
StatementLogger(Statement, Log, int) - Constructor for class org.apache.ibatis.logging.jdbc.StatementLogger
 
statementMap - Variable in class org.apache.ibatis.executor.ReuseExecutor
 
statementType - Variable in class org.apache.ibatis.jdbc.AbstractSQL.SQLStatement
 
statementType - Variable in class org.apache.ibatis.mapping.MappedStatement
 
statementType() - Element in annotation type org.apache.ibatis.annotations.Options
Return the statement type.
statementType() - Element in annotation type org.apache.ibatis.annotations.SelectKey
Returns the statement type to use.
statementType(StatementType) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
 
StatementType - Enum in org.apache.ibatis.mapping
 
StatementType() - Constructor for enum org.apache.ibatis.jdbc.AbstractSQL.SQLStatement.StatementType
 
StatementType() - Constructor for enum org.apache.ibatis.mapping.StatementType
 
StatementUtil - Class in org.apache.ibatis.executor.statement
Utility for Statement.
StatementUtil() - Constructor for class org.apache.ibatis.executor.statement.StatementUtil
 
StaticSqlSource - Class in org.apache.ibatis.builder
 
StaticSqlSource(Configuration, String) - Constructor for class org.apache.ibatis.builder.StaticSqlSource
 
StaticSqlSource(Configuration, String, List<ParameterMapping>) - Constructor for class org.apache.ibatis.builder.StaticSqlSource
 
StaticTextSqlNode - Class in org.apache.ibatis.scripting.xmltags
 
StaticTextSqlNode(String) - Constructor for class org.apache.ibatis.scripting.xmltags.StaticTextSqlNode
 
status - Variable in class org.apache.ibatis.cursor.defaults.DefaultCursor
 
StdOutImpl - Class in org.apache.ibatis.logging.stdout
 
StdOutImpl(String) - Constructor for class org.apache.ibatis.logging.stdout.StdOutImpl
 
stop() - Method in class org.apache.ibatis.executor.result.DefaultResultContext
 
stop() - Method in interface org.apache.ibatis.session.ResultContext
 
stopOnError - Variable in class org.apache.ibatis.jdbc.ScriptRunner
 
stopped - Variable in class org.apache.ibatis.executor.result.DefaultResultContext
 
store() - Method in class org.apache.ibatis.executor.ErrorContext
 
stored - Variable in class org.apache.ibatis.executor.ErrorContext
 
storeObject(ResultHandler<?>, DefaultResultContext<Object>, Object, ResultMapping, ResultSet) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
stream - Static variable in class org.apache.ibatis.executor.loader.AbstractSerialStateHolder
 
StrictMap() - Constructor for class org.apache.ibatis.session.defaults.DefaultSqlSession.StrictMap
Deprecated.
 
StrictMap(String) - Constructor for class org.apache.ibatis.session.Configuration.StrictMap
 
StrictMap(String, int) - Constructor for class org.apache.ibatis.session.Configuration.StrictMap
 
StrictMap(String, int, float) - Constructor for class org.apache.ibatis.session.Configuration.StrictMap
 
StrictMap(String, Map<String, ? extends V>) - Constructor for class org.apache.ibatis.session.Configuration.StrictMap
 
STRING - Enum constant in enum org.apache.ibatis.jdbc.Null
 
stringSetValueOf(String, String) - Method in class org.apache.ibatis.builder.BaseBuilder
 
StringTypeHandler - Class in org.apache.ibatis.type
 
StringTypeHandler() - Constructor for class org.apache.ibatis.type.StringTypeHandler
 
STRUCT - Enum constant in enum org.apache.ibatis.type.JdbcType
 
subject - Variable in class org.apache.ibatis.session.Configuration.StrictMap.Ambiguity
 
successfulBatchResults - Variable in exception org.apache.ibatis.executor.BatchExecutorException
 
suffix - Variable in class org.apache.ibatis.scripting.xmltags.TrimSqlNode
 
suffixApplied - Variable in class org.apache.ibatis.scripting.xmltags.TrimSqlNode.FilteredDynamicContext
 
suffixesToOverride - Variable in class org.apache.ibatis.scripting.xmltags.TrimSqlNode
 
SynchronizedCache - Class in org.apache.ibatis.cache.decorators
 
SynchronizedCache(Cache) - Constructor for class org.apache.ibatis.cache.decorators.SynchronizedCache
 
systemClassLoader - Variable in class org.apache.ibatis.io.ClassLoaderWrapper
 
SystemMetaObject - Class in org.apache.ibatis.reflection
 
SystemMetaObject() - Constructor for class org.apache.ibatis.reflection.SystemMetaObject
 
SystemMetaObject.NullObject - Class in org.apache.ibatis.reflection
 

T

tables - Variable in class org.apache.ibatis.jdbc.AbstractSQL.SQLStatement
 
target - Variable in class org.apache.ibatis.plugin.Invocation
 
target - Variable in class org.apache.ibatis.plugin.Plugin
 
targetType - Variable in class org.apache.ibatis.executor.BaseExecutor.DeferredLoad
 
targetType - Variable in class org.apache.ibatis.executor.loader.ResultLoader
 
tcm - Variable in class org.apache.ibatis.executor.CachingExecutor
 
test - Variable in class org.apache.ibatis.scripting.xmltags.IfSqlNode
 
text - Variable in class org.apache.ibatis.scripting.xmltags.StaticTextSqlNode
 
text - Variable in class org.apache.ibatis.scripting.xmltags.TextSqlNode
 
TextSqlNode - Class in org.apache.ibatis.scripting.xmltags
 
TextSqlNode(String) - Constructor for class org.apache.ibatis.scripting.xmltags.TextSqlNode
 
TextSqlNode(String, Pattern) - Constructor for class org.apache.ibatis.scripting.xmltags.TextSqlNode
 
TextSqlNode.BindingTokenParser - Class in org.apache.ibatis.scripting.xmltags
 
TextSqlNode.DynamicCheckerTokenParser - Class in org.apache.ibatis.scripting.xmltags
 
throwWarning - Variable in class org.apache.ibatis.jdbc.ScriptRunner
 
TIME - Enum constant in enum org.apache.ibatis.jdbc.Null
 
TIME - Enum constant in enum org.apache.ibatis.type.JdbcType
 
TIME_WITH_TIMEZONE - Enum constant in enum org.apache.ibatis.type.JdbcType
 
TimeOnlyTypeHandler - Class in org.apache.ibatis.type
 
TimeOnlyTypeHandler() - Constructor for class org.apache.ibatis.type.TimeOnlyTypeHandler
 
timeout - Variable in class org.apache.ibatis.cache.decorators.BlockingCache
 
timeout - Variable in class org.apache.ibatis.mapping.MappedStatement
 
timeout() - Element in annotation type org.apache.ibatis.annotations.Options
Returns the statement timeout.
timeout(Integer) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
 
TIMESTAMP - Enum constant in enum org.apache.ibatis.jdbc.Null
 
TIMESTAMP - Enum constant in enum org.apache.ibatis.type.JdbcType
 
TIMESTAMP_WITH_TIMEZONE - Enum constant in enum org.apache.ibatis.type.JdbcType
 
TINYINT - Enum constant in enum org.apache.ibatis.type.JdbcType
 
toInputStream(Blob) - Method in class org.apache.ibatis.type.BlobInputStreamTypeHandler
 
TokenHandler - Interface in org.apache.ibatis.parsing
 
TooManyResultsException - Exception in org.apache.ibatis.exceptions
 
TooManyResultsException() - Constructor for exception org.apache.ibatis.exceptions.TooManyResultsException
 
TooManyResultsException(String) - Constructor for exception org.apache.ibatis.exceptions.TooManyResultsException
 
TooManyResultsException(String, Throwable) - Constructor for exception org.apache.ibatis.exceptions.TooManyResultsException
 
TooManyResultsException(Throwable) - Constructor for exception org.apache.ibatis.exceptions.TooManyResultsException
 
toOrdinalEnum(int) - Method in class org.apache.ibatis.type.EnumOrdinalTypeHandler
 
toReader(Clob) - Method in class org.apache.ibatis.type.ClobReaderTypeHandler
 
toString() - Method in class org.apache.ibatis.cache.CacheKey
 
toString() - Method in class org.apache.ibatis.datasource.pooled.PoolState
 
toString() - Method in class org.apache.ibatis.executor.ErrorContext
 
toString() - Method in class org.apache.ibatis.io.ResolverUtil.AnnotatedWith
 
toString() - Method in class org.apache.ibatis.io.ResolverUtil.IsA
 
toString() - Method in class org.apache.ibatis.jdbc.AbstractSQL
 
toString() - Method in class org.apache.ibatis.mapping.ParameterMapping
 
toString() - Method in class org.apache.ibatis.mapping.ResultMapping
 
toString() - Method in class org.apache.ibatis.parsing.XNode
 
toString() - Method in class org.apache.ibatis.reflection.TypeParameterResolver.ParameterizedTypeImpl
 
toString() - Method in class org.apache.ibatis.type.TypeReference
 
toString(Object) - Static method in class org.apache.ibatis.reflection.ArrayUtil
If the obj is an array, toString() method of Arrays is called.
toString(StringBuilder, int) - Method in class org.apache.ibatis.parsing.XNode
 
toString(Clob) - Method in class org.apache.ibatis.type.ClobTypeHandler
 
toString(Clob) - Method in class org.apache.ibatis.type.NClobTypeHandler
 
trace(String) - Method in class org.apache.ibatis.logging.commons.JakartaCommonsLoggingImpl
 
trace(String) - Method in class org.apache.ibatis.logging.jdk14.Jdk14LoggingImpl
 
trace(String) - Method in interface org.apache.ibatis.logging.Log
 
trace(String) - Method in class org.apache.ibatis.logging.log4j.Log4jImpl
 
trace(String) - Method in class org.apache.ibatis.logging.log4j2.Log4j2AbstractLoggerImpl
 
trace(String) - Method in class org.apache.ibatis.logging.log4j2.Log4j2Impl
 
trace(String) - Method in class org.apache.ibatis.logging.log4j2.Log4j2LoggerImpl
 
trace(String) - Method in class org.apache.ibatis.logging.nologging.NoLoggingImpl
 
trace(String) - Method in class org.apache.ibatis.logging.slf4j.Slf4jImpl
 
trace(String) - Method in class org.apache.ibatis.logging.slf4j.Slf4jLocationAwareLoggerImpl
 
trace(String) - Method in class org.apache.ibatis.logging.slf4j.Slf4jLoggerImpl
 
trace(String) - Method in class org.apache.ibatis.logging.stdout.StdOutImpl
 
trace(String, boolean) - Method in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
 
transaction - Variable in class org.apache.ibatis.executor.BaseExecutor
 
Transaction - Interface in org.apache.ibatis.transaction
Wraps a database connection.
TransactionalCache - Class in org.apache.ibatis.cache.decorators
The 2nd level cache transactional buffer.
TransactionalCache(Cache) - Constructor for class org.apache.ibatis.cache.decorators.TransactionalCache
 
TransactionalCacheManager - Class in org.apache.ibatis.cache
 
TransactionalCacheManager() - Constructor for class org.apache.ibatis.cache.TransactionalCacheManager
 
transactionalCaches - Variable in class org.apache.ibatis.cache.TransactionalCacheManager
 
TransactionException - Exception in org.apache.ibatis.transaction
 
TransactionException() - Constructor for exception org.apache.ibatis.transaction.TransactionException
 
TransactionException(String) - Constructor for exception org.apache.ibatis.transaction.TransactionException
 
TransactionException(String, Throwable) - Constructor for exception org.apache.ibatis.transaction.TransactionException
 
TransactionException(Throwable) - Constructor for exception org.apache.ibatis.transaction.TransactionException
 
transactionFactory - Variable in class org.apache.ibatis.mapping.Environment.Builder
 
transactionFactory - Variable in class org.apache.ibatis.mapping.Environment
 
transactionFactory(TransactionFactory) - Method in class org.apache.ibatis.mapping.Environment.Builder
 
TransactionFactory - Interface in org.apache.ibatis.transaction
Creates Transaction instances.
TransactionIsolationLevel - Enum in org.apache.ibatis.session
 
TransactionIsolationLevel(int) - Constructor for enum org.apache.ibatis.session.TransactionIsolationLevel
 
transactionManagerElement(XNode) - Method in class org.apache.ibatis.builder.xml.XMLConfigBuilder
 
translateParentTypeVars(ParameterizedType, Class<?>, ParameterizedType) - Static method in class org.apache.ibatis.reflection.TypeParameterResolver
 
TrimHandler() - Constructor for class org.apache.ibatis.scripting.xmltags.XMLScriptBuilder.TrimHandler
 
trimmedStr(String, int, int) - Method in class org.apache.ibatis.builder.ParameterExpression
 
TrimSqlNode - Class in org.apache.ibatis.scripting.xmltags
 
TrimSqlNode(Configuration, SqlNode, String, String, String, String) - Constructor for class org.apache.ibatis.scripting.xmltags.TrimSqlNode
 
TrimSqlNode(Configuration, SqlNode, String, List<String>, String, List<String>) - Constructor for class org.apache.ibatis.scripting.xmltags.TrimSqlNode
 
TrimSqlNode.FilteredDynamicContext - Class in org.apache.ibatis.scripting.xmltags
 
TRUE - Enum constant in enum org.apache.ibatis.annotations.Options.FlushCachePolicy
Flushes cache regardless of the statement type.
tryImplementation(Runnable) - Static method in class org.apache.ibatis.logging.LogFactory
 
type - Variable in class org.apache.ibatis.binding.MapperMethod.SqlCommand
 
type - Variable in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
 
type - Variable in class org.apache.ibatis.builder.ResultMapResolver
 
type - Variable in class org.apache.ibatis.executor.loader.AbstractEnhancedDeserializationProxy
 
type - Variable in class org.apache.ibatis.executor.loader.cglib.CglibProxyFactory.EnhancedResultObjectProxyImpl
 
type - Variable in class org.apache.ibatis.executor.loader.javassist.JavassistProxyFactory.EnhancedResultObjectProxyImpl
 
type - Variable in class org.apache.ibatis.mapping.ParameterMap
 
type - Variable in class org.apache.ibatis.mapping.ResultMap
 
type - Variable in class org.apache.ibatis.reflection.invoker.MethodInvoker
 
type - Variable in class org.apache.ibatis.reflection.Reflector
 
type - Variable in class org.apache.ibatis.type.EnumOrdinalTypeHandler
 
type - Variable in class org.apache.ibatis.type.EnumTypeHandler
 
type() - Element in annotation type org.apache.ibatis.annotations.Case
Return the object type that create a object using this mapping.
type() - Element in annotation type org.apache.ibatis.annotations.DeleteProvider
Specify a type that implements an SQL provider method.
type() - Element in annotation type org.apache.ibatis.annotations.InsertProvider
Specify a type that implements an SQL provider method.
type() - Element in annotation type org.apache.ibatis.annotations.SelectProvider
Specify a type that implements an SQL provider method.
type() - Element in annotation type org.apache.ibatis.annotations.UpdateProvider
Specify a type that implements an SQL provider method.
type() - Method in class org.apache.ibatis.mapping.ParameterMap.Builder
 
type() - Method in class org.apache.ibatis.mapping.ResultMap.Builder
 
type() - Element in annotation type org.apache.ibatis.plugin.Signature
Returns the java type.
TYPE_CODE - Variable in enum org.apache.ibatis.type.JdbcType
 
typeAliases - Variable in class org.apache.ibatis.type.TypeAliasRegistry
 
typeAliasesElement(XNode) - Method in class org.apache.ibatis.builder.xml.XMLConfigBuilder
 
typeAliasRegistry - Variable in class org.apache.ibatis.builder.BaseBuilder
 
typeAliasRegistry - Variable in class org.apache.ibatis.session.Configuration
 
TypeAliasRegistry - Class in org.apache.ibatis.type
 
TypeAliasRegistry() - Constructor for class org.apache.ibatis.type.TypeAliasRegistry
 
TypeDiscriminator - Annotation Type in org.apache.ibatis.annotations
The annotation that be grouping conditional mapping definitions.
TypeException - Exception in org.apache.ibatis.type
 
TypeException() - Constructor for exception org.apache.ibatis.type.TypeException
 
TypeException(String) - Constructor for exception org.apache.ibatis.type.TypeException
 
TypeException(String, Throwable) - Constructor for exception org.apache.ibatis.type.TypeException
 
TypeException(Throwable) - Constructor for exception org.apache.ibatis.type.TypeException
 
typeHandler - Variable in class org.apache.ibatis.executor.keygen.Jdbc3KeyGenerator.KeyAssigner
 
typeHandler - Variable in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler.UnMappedColumnAutoMapping
 
typeHandler - Variable in enum org.apache.ibatis.jdbc.Null
 
typeHandler - Variable in class org.apache.ibatis.mapping.ParameterMapping
 
typeHandler - Variable in class org.apache.ibatis.mapping.ResultMapping
 
typeHandler() - Element in annotation type org.apache.ibatis.annotations.Arg
Returns the TypeHandler type for retrieving a column value from result set.
typeHandler() - Element in annotation type org.apache.ibatis.annotations.Result
Returns the TypeHandler type for retrieving a column value from result set.
typeHandler() - Element in annotation type org.apache.ibatis.annotations.TypeDiscriminator
Returns the TypeHandler type for retrieving a column value from result set.
typeHandler(TypeHandler<?>) - Method in class org.apache.ibatis.mapping.ParameterMapping.Builder
 
typeHandler(TypeHandler<?>) - Method in class org.apache.ibatis.mapping.ResultMapping.Builder
 
TypeHandler<T> - Interface in org.apache.ibatis.type
 
typeHandlerElement(XNode) - Method in class org.apache.ibatis.builder.xml.XMLConfigBuilder
 
typeHandlerMap - Variable in class org.apache.ibatis.executor.resultset.ResultSetWrapper
 
typeHandlerMap - Variable in class org.apache.ibatis.type.TypeHandlerRegistry
 
typeHandlerRegistry - Variable in class org.apache.ibatis.builder.BaseBuilder
 
typeHandlerRegistry - Variable in class org.apache.ibatis.executor.keygen.Jdbc3KeyGenerator.KeyAssigner
 
typeHandlerRegistry - Variable in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
typeHandlerRegistry - Variable in class org.apache.ibatis.executor.resultset.ResultSetWrapper
 
typeHandlerRegistry - Variable in class org.apache.ibatis.executor.statement.BaseStatementHandler
 
typeHandlerRegistry - Variable in class org.apache.ibatis.jdbc.SqlRunner
 
typeHandlerRegistry - Variable in class org.apache.ibatis.scripting.defaults.DefaultParameterHandler
 
typeHandlerRegistry - Variable in class org.apache.ibatis.session.Configuration
 
TypeHandlerRegistry - Class in org.apache.ibatis.type
 
TypeHandlerRegistry() - Constructor for class org.apache.ibatis.type.TypeHandlerRegistry
The default constructor.
TypeHandlerRegistry(Configuration) - Constructor for class org.apache.ibatis.type.TypeHandlerRegistry
The constructor that pass the MyBatis configuration.
typeHandlerRegistrySupplier - Variable in class org.apache.ibatis.type.UnknownTypeHandler
 
TypeParameterResolver - Class in org.apache.ibatis.reflection
 
TypeParameterResolver() - Constructor for class org.apache.ibatis.reflection.TypeParameterResolver
 
TypeParameterResolver.GenericArrayTypeImpl - Class in org.apache.ibatis.reflection
 
TypeParameterResolver.ParameterizedTypeImpl - Class in org.apache.ibatis.reflection
 
TypeParameterResolver.WildcardTypeImpl - Class in org.apache.ibatis.reflection
 
TypeReference<T> - Class in org.apache.ibatis.type
References a generic type.
TypeReference() - Constructor for class org.apache.ibatis.type.TypeReference
 
typeToClass(Type) - Method in class org.apache.ibatis.reflection.Reflector
 

U

UNDEFINED - Enum constant in enum org.apache.ibatis.type.JdbcType
 
uniqueNumber - Variable in class org.apache.ibatis.scripting.xmltags.DynamicContext
 
UNKNOWN - Enum constant in enum org.apache.ibatis.mapping.SqlCommandType
 
unknownTypeHandler - Variable in class org.apache.ibatis.type.TypeHandlerRegistry
 
UnknownTypeHandler - Class in org.apache.ibatis.type
 
UnknownTypeHandler(Configuration) - Constructor for class org.apache.ibatis.type.UnknownTypeHandler
The constructor that pass a MyBatis configuration.
UnknownTypeHandler(TypeHandlerRegistry) - Constructor for class org.apache.ibatis.type.UnknownTypeHandler
Deprecated.
Since 3.5.4, please use the UnknownTypeHandler(Configuration).
unloadedProperties - Variable in class org.apache.ibatis.executor.loader.AbstractEnhancedDeserializationProxy
 
unloadedProperties - Variable in class org.apache.ibatis.executor.loader.AbstractSerialStateHolder
 
unlockMissedEntries() - Method in class org.apache.ibatis.cache.decorators.TransactionalCache
 
UnMappedColumnAutoMapping(String, String, TypeHandler<?>, boolean) - Constructor for class org.apache.ibatis.executor.resultset.DefaultResultSetHandler.UnMappedColumnAutoMapping
 
unMappedColumnNamesMap - Variable in class org.apache.ibatis.executor.resultset.ResultSetWrapper
 
UnpooledDataSource - Class in org.apache.ibatis.datasource.unpooled
 
UnpooledDataSource() - Constructor for class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
UnpooledDataSource(ClassLoader, String, String, String, String) - Constructor for class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
UnpooledDataSource(ClassLoader, String, String, Properties) - Constructor for class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
UnpooledDataSource(String, String, String, String) - Constructor for class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
UnpooledDataSource(String, String, Properties) - Constructor for class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
UnpooledDataSource.DriverProxy - Class in org.apache.ibatis.datasource.unpooled
 
UnpooledDataSourceFactory - Class in org.apache.ibatis.datasource.unpooled
 
UnpooledDataSourceFactory() - Constructor for class org.apache.ibatis.datasource.unpooled.UnpooledDataSourceFactory
 
unresolvedCacheRef - Variable in class org.apache.ibatis.builder.MapperBuilderAssistant
 
unwrap(Class<T>) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
unwrap(Class<T>) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
unwrapConnection(Connection) - Static method in class org.apache.ibatis.datasource.pooled.PooledDataSource
Unwraps a pooled connection to get to the 'real' connection
unwrapThrowable(Throwable) - Static method in class org.apache.ibatis.reflection.ExceptionUtil
 
update(Object) - Method in class org.apache.ibatis.cache.CacheKey
 
update(Object) - Method in class org.apache.ibatis.cache.NullCacheKey
Deprecated.
 
update(String) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
update(String) - Method in interface org.apache.ibatis.session.SqlSession
Execute an update statement.
update(String) - Method in class org.apache.ibatis.session.SqlSessionManager
 
update(String, Object) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
update(String, Object) - Method in interface org.apache.ibatis.session.SqlSession
Execute an update statement.
update(String, Object) - Method in class org.apache.ibatis.session.SqlSessionManager
 
update(String, Object...) - Method in class org.apache.ibatis.jdbc.SqlRunner
Executes an UPDATE statement.
update(Statement) - Method in class org.apache.ibatis.executor.statement.CallableStatementHandler
 
update(Statement) - Method in class org.apache.ibatis.executor.statement.PreparedStatementHandler
 
update(Statement) - Method in class org.apache.ibatis.executor.statement.RoutingStatementHandler
 
update(Statement) - Method in class org.apache.ibatis.executor.statement.SimpleStatementHandler
 
update(Statement) - Method in interface org.apache.ibatis.executor.statement.StatementHandler
 
update(MappedStatement, Object) - Method in class org.apache.ibatis.executor.BaseExecutor
 
update(MappedStatement, Object) - Method in class org.apache.ibatis.executor.CachingExecutor
 
update(MappedStatement, Object) - Method in interface org.apache.ibatis.executor.Executor
 
Update - Annotation Type in org.apache.ibatis.annotations
The annotation that specify an SQL for updating record(s).
UPDATE - Enum constant in enum org.apache.ibatis.jdbc.AbstractSQL.SQLStatement.StatementType
 
UPDATE - Enum constant in enum org.apache.ibatis.mapping.SqlCommandType
 
UPDATE(String) - Method in class org.apache.ibatis.jdbc.AbstractSQL
 
UPDATE(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
Deprecated.
 
Update.List - Annotation Type in org.apache.ibatis.annotations
The container annotation for Update.
updateAll(Object[]) - Method in class org.apache.ibatis.cache.CacheKey
 
updateAll(Object[]) - Method in class org.apache.ibatis.cache.NullCacheKey
Deprecated.
 
updateCounts - Variable in class org.apache.ibatis.executor.BatchResult
 
updateList - Variable in class org.apache.ibatis.cache.CacheKey
 
UpdateProvider - Annotation Type in org.apache.ibatis.annotations
The annotation that specify a method that provide an SQL for updating record(s).
UpdateProvider.List - Annotation Type in org.apache.ibatis.annotations
The container annotation for UpdateProvider.
updateSQL(AbstractSQL.SafeAppendable) - Method in class org.apache.ibatis.jdbc.AbstractSQL.SQLStatement
 
upperBounds - Variable in class org.apache.ibatis.reflection.TypeParameterResolver.WildcardTypeImpl
 
url - Variable in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
useActualParamName - Variable in class org.apache.ibatis.reflection.ParamNameResolver
 
useActualParamName - Variable in class org.apache.ibatis.session.Configuration
 
useCache - Variable in class org.apache.ibatis.mapping.MappedStatement
 
useCache() - Element in annotation type org.apache.ibatis.annotations.Options
Returns whether use the 2nd cache feature if assigned the cache.
useCache(boolean) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
 
useCacheRef(String) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
 
useColumnLabel - Variable in class org.apache.ibatis.session.Configuration
 
useCommonsLogging() - Static method in class org.apache.ibatis.logging.LogFactory
 
useConstructorMappings - Variable in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
useCustomLogging(Class<? extends Log>) - Static method in class org.apache.ibatis.logging.LogFactory
 
useGeneratedKeys - Variable in class org.apache.ibatis.session.Configuration
 
useGeneratedKeys() - Element in annotation type org.apache.ibatis.annotations.Options
Returns whether use the generated keys feature supported by JDBC 3.0
useGeneratedKeySupport - Variable in class org.apache.ibatis.jdbc.SqlRunner
 
useJdkLogging() - Static method in class org.apache.ibatis.logging.LogFactory
 
useLog4J2Logging() - Static method in class org.apache.ibatis.logging.LogFactory
 
useLog4JLogging() - Static method in class org.apache.ibatis.logging.LogFactory
 
useNewCache(Class<? extends Cache>, Class<? extends Cache>, Long, Integer, boolean, boolean, Properties) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
 
useNoLogging() - Static method in class org.apache.ibatis.logging.LogFactory
 
USER_IMPLEMENTATIONS - Static variable in class org.apache.ibatis.io.VFS
The list to which implementations are added by VFS.addImplClass(Class).
userBean - Variable in class org.apache.ibatis.executor.loader.AbstractSerialStateHolder
 
userBeanBytes - Variable in class org.apache.ibatis.executor.loader.AbstractSerialStateHolder
 
username - Variable in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
UsesJava7 - Annotation Type in org.apache.ibatis.lang
Indicates that the element uses Java 7 API.
UsesJava8 - Annotation Type in org.apache.ibatis.lang
Indicates that the element uses Java 8 API.
useSlf4jLogging() - Static method in class org.apache.ibatis.logging.LogFactory
 
useStdOutLogging() - Static method in class org.apache.ibatis.logging.LogFactory
 
usingAppender(A) - Method in class org.apache.ibatis.jdbc.AbstractSQL
 

V

valid - Variable in class org.apache.ibatis.datasource.pooled.PooledConnection
 
valid - Static variable in class org.apache.ibatis.io.JBoss6VFS
Flag that indicates if this VFS is valid for the current environment.
validate() - Method in class org.apache.ibatis.mapping.ParameterMapping.Builder
 
validate() - Method in class org.apache.ibatis.mapping.ResultMapping.Builder
 
validateCollection(XNode, Class<?>) - Method in class org.apache.ibatis.builder.xml.XMLMapperBuilder
 
validateResultMapsCount(ResultSetWrapper, int) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
 
validation - Variable in class org.apache.ibatis.parsing.XPathParser
 
value - Variable in enum org.apache.ibatis.mapping.ResultSetType
 
value() - Element in annotation type org.apache.ibatis.annotations.CacheNamespaceRef
Returns the namespace type to reference a cache (the namespace name become a FQCN of specified type).
value() - Element in annotation type org.apache.ibatis.annotations.Case
Return the condition value to apply this mapping.
value() - Element in annotation type org.apache.ibatis.annotations.ConstructorArgs
Returns mapping definitions for constructor.
value() - Element in annotation type org.apache.ibatis.annotations.Delete.List
 
value() - Element in annotation type org.apache.ibatis.annotations.Delete
Returns an SQL for deleting record(s).
value() - Element in annotation type org.apache.ibatis.annotations.DeleteProvider.List
 
value() - Element in annotation type org.apache.ibatis.annotations.DeleteProvider
Specify a type that implements an SQL provider method.
value() - Element in annotation type org.apache.ibatis.annotations.Insert.List
 
value() - Element in annotation type org.apache.ibatis.annotations.Insert
Returns an SQL for inserting record(s).
value() - Element in annotation type org.apache.ibatis.annotations.InsertProvider.List
 
value() - Element in annotation type org.apache.ibatis.annotations.InsertProvider
Specify a type that implements an SQL provider method.
value() - Element in annotation type org.apache.ibatis.annotations.Lang
Returns the LanguageDriver implementation type to use.
value() - Element in annotation type org.apache.ibatis.annotations.MapKey
Returns the property name(or column name) for a key value of Map.
value() - Element in annotation type org.apache.ibatis.annotations.Options.List
 
value() - Element in annotation type org.apache.ibatis.annotations.Param
Returns the parameter name.
value() - Element in annotation type org.apache.ibatis.annotations.Property
Returns the property value or placeholder.
value() - Element in annotation type org.apache.ibatis.annotations.ResultMap
Returns result map names to use.
value() - Element in annotation type org.apache.ibatis.annotations.Results
Returns mapping definitions for property.
value() - Element in annotation type org.apache.ibatis.annotations.ResultType
Returns the return type.
value() - Element in annotation type org.apache.ibatis.annotations.Select.List
 
value() - Element in annotation type org.apache.ibatis.annotations.Select
Returns an SQL for retrieving record(s).
value() - Element in annotation type org.apache.ibatis.annotations.SelectKey.List
 
value() - Element in annotation type org.apache.ibatis.annotations.SelectProvider.List
 
value() - Element in annotation type org.apache.ibatis.annotations.SelectProvider
Specify a type that implements an SQL provider method.
value() - Element in annotation type org.apache.ibatis.annotations.Update.List
 
value() - Element in annotation type org.apache.ibatis.annotations.Update
Returns an SQL for updating record(s).
value() - Element in annotation type org.apache.ibatis.annotations.UpdateProvider.List
 
value() - Element in annotation type org.apache.ibatis.annotations.UpdateProvider
Specify a type that implements an SQL provider method.
value() - Element in annotation type org.apache.ibatis.plugin.Intercepts
Returns method signatures to intercept.
value() - Element in annotation type org.apache.ibatis.type.Alias
Return the alias name.
value() - Element in annotation type org.apache.ibatis.type.MappedJdbcTypes
Returns jdbc types to map TypeHandler.
value() - Element in annotation type org.apache.ibatis.type.MappedTypes
Returns java types to map TypeHandler.
valueOf(String) - Static method in enum org.apache.ibatis.annotations.Options.FlushCachePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ibatis.cursor.defaults.DefaultCursor.CursorStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ibatis.executor.ExecutionPlaceholder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ibatis.jdbc.AbstractSQL.SQLStatement.LimitingRowsStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ibatis.jdbc.AbstractSQL.SQLStatement.StatementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ibatis.jdbc.Null
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ibatis.mapping.FetchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ibatis.mapping.ParameterMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ibatis.mapping.ResultFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ibatis.mapping.ResultSetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ibatis.mapping.SqlCommandType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ibatis.mapping.StatementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ibatis.session.AutoMappingBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ibatis.session.AutoMappingUnknownColumnBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ibatis.session.ExecutorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ibatis.session.LocalCacheScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ibatis.session.TransactionIsolationLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ibatis.type.JdbcType
Returns the enum constant of this type with the specified name.
valueOrDefault(T, T) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
 
values() - Static method in enum org.apache.ibatis.annotations.Options.FlushCachePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ibatis.cursor.defaults.DefaultCursor.CursorStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ibatis.executor.ExecutionPlaceholder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ibatis.jdbc.AbstractSQL.SQLStatement.LimitingRowsStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ibatis.jdbc.AbstractSQL.SQLStatement.StatementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ibatis.jdbc.Null
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ibatis.mapping.FetchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ibatis.mapping.ParameterMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ibatis.mapping.ResultFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ibatis.mapping.ResultSetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ibatis.mapping.SqlCommandType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ibatis.mapping.StatementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ibatis.session.AutoMappingBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ibatis.session.AutoMappingUnknownColumnBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ibatis.session.ExecutorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ibatis.session.LocalCacheScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ibatis.session.TransactionIsolationLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ibatis.type.JdbcType
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES(String, String) - Method in class org.apache.ibatis.jdbc.AbstractSQL
 
VALUES(String, String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
Deprecated.
 
valuesList - Variable in class org.apache.ibatis.jdbc.AbstractSQL.SQLStatement
 
VARBINARY - Enum constant in enum org.apache.ibatis.type.JdbcType
 
VARCHAR - Enum constant in enum org.apache.ibatis.type.JdbcType
 
VarDeclSqlNode - Class in org.apache.ibatis.scripting.xmltags
 
VarDeclSqlNode(String, String) - Constructor for class org.apache.ibatis.scripting.xmltags.VarDeclSqlNode
 
variables - Variable in class org.apache.ibatis.parsing.PropertyParser.VariableTokenHandler
 
variables - Variable in class org.apache.ibatis.parsing.XNode
 
variables - Variable in class org.apache.ibatis.parsing.XPathParser
 
variables - Variable in class org.apache.ibatis.session.Configuration
 
VariableTokenHandler(Properties) - Constructor for class org.apache.ibatis.parsing.PropertyParser.VariableTokenHandler
 
VendorDatabaseIdProvider - Class in org.apache.ibatis.mapping
Vendor DatabaseId provider.
VendorDatabaseIdProvider() - Constructor for class org.apache.ibatis.mapping.VendorDatabaseIdProvider
 
VendorDatabaseIdProvider.LogHolder - Class in org.apache.ibatis.mapping
 
VFS - Class in org.apache.ibatis.io
Provides a very simple API for accessing resources within an application server.
VFS - Static variable in class org.apache.ibatis.io.JBoss6VFS.VFS
 
VFS() - Constructor for class org.apache.ibatis.io.JBoss6VFS.VFS
 
VFS() - Constructor for class org.apache.ibatis.io.VFS
 
VFS.VFSHolder - Class in org.apache.ibatis.io
Singleton instance holder.
VFSHolder() - Constructor for class org.apache.ibatis.io.VFS.VFSHolder
 
vfsImpl - Variable in class org.apache.ibatis.session.Configuration
 
virtualFile - Variable in class org.apache.ibatis.io.JBoss6VFS.VirtualFile
 
VirtualFile - Static variable in class org.apache.ibatis.io.JBoss6VFS.VirtualFile
 
VirtualFile(Object) - Constructor for class org.apache.ibatis.io.JBoss6VFS.VirtualFile
 

W

warn(String) - Method in class org.apache.ibatis.logging.commons.JakartaCommonsLoggingImpl
 
warn(String) - Method in class org.apache.ibatis.logging.jdk14.Jdk14LoggingImpl
 
warn(String) - Method in interface org.apache.ibatis.logging.Log
 
warn(String) - Method in class org.apache.ibatis.logging.log4j.Log4jImpl
 
warn(String) - Method in class org.apache.ibatis.logging.log4j2.Log4j2AbstractLoggerImpl
 
warn(String) - Method in class org.apache.ibatis.logging.log4j2.Log4j2Impl
 
warn(String) - Method in class org.apache.ibatis.logging.log4j2.Log4j2LoggerImpl
 
warn(String) - Method in class org.apache.ibatis.logging.nologging.NoLoggingImpl
 
warn(String) - Method in class org.apache.ibatis.logging.slf4j.Slf4jImpl
 
warn(String) - Method in class org.apache.ibatis.logging.slf4j.Slf4jLocationAwareLoggerImpl
 
warn(String) - Method in class org.apache.ibatis.logging.slf4j.Slf4jLoggerImpl
 
warn(String) - Method in class org.apache.ibatis.logging.stdout.StdOutImpl
 
WARNING - Enum constant in enum org.apache.ibatis.session.AutoMappingUnknownColumnBehavior
Output warning log.
wasNull() - Method in class org.apache.ibatis.executor.loader.ResultLoader
 
WeakCache - Class in org.apache.ibatis.cache.decorators
Weak Reference cache decorator.
WeakCache(Cache) - Constructor for class org.apache.ibatis.cache.decorators.WeakCache
 
WeakCache.WeakEntry - Class in org.apache.ibatis.cache.decorators
 
WeakEntry(Object, Object, ReferenceQueue<Object>) - Constructor for class org.apache.ibatis.cache.decorators.WeakCache.WeakEntry
 
where - Variable in class org.apache.ibatis.jdbc.AbstractSQL.SQLStatement
 
WHERE(String) - Method in class org.apache.ibatis.jdbc.AbstractSQL
 
WHERE(String) - Static method in class org.apache.ibatis.jdbc.SelectBuilder
Deprecated.
 
WHERE(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
Deprecated.
 
WHERE(String...) - Method in class org.apache.ibatis.jdbc.AbstractSQL
Where.
WhereHandler() - Constructor for class org.apache.ibatis.scripting.xmltags.XMLScriptBuilder.WhereHandler
 
WhereSqlNode - Class in org.apache.ibatis.scripting.xmltags
 
WhereSqlNode(Configuration, SqlNode) - Constructor for class org.apache.ibatis.scripting.xmltags.WhereSqlNode
 
WildcardTypeImpl(Type[], Type[]) - Constructor for class org.apache.ibatis.reflection.TypeParameterResolver.WildcardTypeImpl
 
wrap(Object, Interceptor) - Static method in class org.apache.ibatis.plugin.Plugin
 
wrapCollection(Object) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
wrapException(String, Exception) - Static method in class org.apache.ibatis.exceptions.ExceptionFactory
 
wrapper - Variable in class org.apache.ibatis.executor.BaseExecutor
 
wrapToMapIfCollection(Object, String) - Static method in class org.apache.ibatis.reflection.ParamNameResolver
Wrap to a MapperMethod.ParamMap if object is Collection or array.
writablePropertyNames - Variable in class org.apache.ibatis.reflection.Reflector
 
WRITE_REPLACE_METHOD - Static variable in class org.apache.ibatis.executor.loader.AbstractEnhancedDeserializationProxy
 
WRITE_REPLACE_METHOD - Static variable in class org.apache.ibatis.executor.loader.cglib.CglibProxyFactory
 
WRITE_REPLACE_METHOD - Static variable in class org.apache.ibatis.executor.loader.javassist.JavassistProxyFactory
 
writeExternal(ObjectOutput) - Method in class org.apache.ibatis.executor.loader.AbstractSerialStateHolder
 
writeReplace() - Method in interface org.apache.ibatis.executor.loader.WriteReplaceInterface
 
WriteReplaceInterface - Interface in org.apache.ibatis.executor.loader
 

X

XMLConfigBuilder - Class in org.apache.ibatis.builder.xml
 
XMLConfigBuilder(InputStream) - Constructor for class org.apache.ibatis.builder.xml.XMLConfigBuilder
 
XMLConfigBuilder(InputStream, String) - Constructor for class org.apache.ibatis.builder.xml.XMLConfigBuilder
 
XMLConfigBuilder(InputStream, String, Properties) - Constructor for class org.apache.ibatis.builder.xml.XMLConfigBuilder
 
XMLConfigBuilder(Reader) - Constructor for class org.apache.ibatis.builder.xml.XMLConfigBuilder
 
XMLConfigBuilder(Reader, String) - Constructor for class org.apache.ibatis.builder.xml.XMLConfigBuilder
 
XMLConfigBuilder(Reader, String, Properties) - Constructor for class org.apache.ibatis.builder.xml.XMLConfigBuilder
 
XMLConfigBuilder(XPathParser, String, Properties) - Constructor for class org.apache.ibatis.builder.xml.XMLConfigBuilder
 
XMLIncludeTransformer - Class in org.apache.ibatis.builder.xml
 
XMLIncludeTransformer(Configuration, MapperBuilderAssistant) - Constructor for class org.apache.ibatis.builder.xml.XMLIncludeTransformer
 
XMLLanguageDriver - Class in org.apache.ibatis.scripting.xmltags
 
XMLLanguageDriver() - Constructor for class org.apache.ibatis.scripting.xmltags.XMLLanguageDriver
 
XMLMapperBuilder - Class in org.apache.ibatis.builder.xml
 
XMLMapperBuilder(InputStream, Configuration, String, Map<String, XNode>) - Constructor for class org.apache.ibatis.builder.xml.XMLMapperBuilder
 
XMLMapperBuilder(InputStream, Configuration, String, Map<String, XNode>, String) - Constructor for class org.apache.ibatis.builder.xml.XMLMapperBuilder
 
XMLMapperBuilder(Reader, Configuration, String, Map<String, XNode>) - Constructor for class org.apache.ibatis.builder.xml.XMLMapperBuilder
Deprecated.
XMLMapperBuilder(Reader, Configuration, String, Map<String, XNode>, String) - Constructor for class org.apache.ibatis.builder.xml.XMLMapperBuilder
Deprecated.
XMLMapperBuilder(XPathParser, Configuration, String, Map<String, XNode>) - Constructor for class org.apache.ibatis.builder.xml.XMLMapperBuilder
 
XMLMapperEntityResolver - Class in org.apache.ibatis.builder.xml
Offline entity resolver for the MyBatis DTDs.
XMLMapperEntityResolver() - Constructor for class org.apache.ibatis.builder.xml.XMLMapperEntityResolver
 
XMLScriptBuilder - Class in org.apache.ibatis.scripting.xmltags
 
XMLScriptBuilder(Configuration, XNode) - Constructor for class org.apache.ibatis.scripting.xmltags.XMLScriptBuilder
 
XMLScriptBuilder(Configuration, XNode, Class<?>) - Constructor for class org.apache.ibatis.scripting.xmltags.XMLScriptBuilder
 
XMLScriptBuilder.BindHandler - Class in org.apache.ibatis.scripting.xmltags
 
XMLScriptBuilder.ChooseHandler - Class in org.apache.ibatis.scripting.xmltags
 
XMLScriptBuilder.ForEachHandler - Class in org.apache.ibatis.scripting.xmltags
 
XMLScriptBuilder.IfHandler - Class in org.apache.ibatis.scripting.xmltags
 
XMLScriptBuilder.NodeHandler - Interface in org.apache.ibatis.scripting.xmltags
 
XMLScriptBuilder.OtherwiseHandler - Class in org.apache.ibatis.scripting.xmltags
 
XMLScriptBuilder.SetHandler - Class in org.apache.ibatis.scripting.xmltags
 
XMLScriptBuilder.TrimHandler - Class in org.apache.ibatis.scripting.xmltags
 
XMLScriptBuilder.WhereHandler - Class in org.apache.ibatis.scripting.xmltags
 
XMLStatementBuilder - Class in org.apache.ibatis.builder.xml
 
XMLStatementBuilder(Configuration, MapperBuilderAssistant, XNode) - Constructor for class org.apache.ibatis.builder.xml.XMLStatementBuilder
 
XMLStatementBuilder(Configuration, MapperBuilderAssistant, XNode, String) - Constructor for class org.apache.ibatis.builder.xml.XMLStatementBuilder
 
XNode - Class in org.apache.ibatis.parsing
 
XNode(XPathParser, Node, Properties) - Constructor for class org.apache.ibatis.parsing.XNode
 
xpath - Variable in class org.apache.ibatis.parsing.XPathParser
 
xpathParser - Variable in class org.apache.ibatis.parsing.XNode
 
XPathParser - Class in org.apache.ibatis.parsing
 
XPathParser(InputStream) - Constructor for class org.apache.ibatis.parsing.XPathParser
 
XPathParser(InputStream, boolean) - Constructor for class org.apache.ibatis.parsing.XPathParser
 
XPathParser(InputStream, boolean, Properties) - Constructor for class org.apache.ibatis.parsing.XPathParser
 
XPathParser(InputStream, boolean, Properties, EntityResolver) - Constructor for class org.apache.ibatis.parsing.XPathParser
 
XPathParser(Reader) - Constructor for class org.apache.ibatis.parsing.XPathParser
 
XPathParser(Reader, boolean) - Constructor for class org.apache.ibatis.parsing.XPathParser
 
XPathParser(Reader, boolean, Properties) - Constructor for class org.apache.ibatis.parsing.XPathParser
 
XPathParser(Reader, boolean, Properties, EntityResolver) - Constructor for class org.apache.ibatis.parsing.XPathParser
 
XPathParser(String) - Constructor for class org.apache.ibatis.parsing.XPathParser
 
XPathParser(String, boolean) - Constructor for class org.apache.ibatis.parsing.XPathParser
 
XPathParser(String, boolean, Properties) - Constructor for class org.apache.ibatis.parsing.XPathParser
 
XPathParser(String, boolean, Properties, EntityResolver) - Constructor for class org.apache.ibatis.parsing.XPathParser
 
XPathParser(Document) - Constructor for class org.apache.ibatis.parsing.XPathParser
 
XPathParser(Document, boolean) - Constructor for class org.apache.ibatis.parsing.XPathParser
 
XPathParser(Document, boolean, Properties) - Constructor for class org.apache.ibatis.parsing.XPathParser
 
XPathParser(Document, boolean, Properties, EntityResolver) - Constructor for class org.apache.ibatis.parsing.XPathParser
 

Y

YearMonthTypeHandler - Class in org.apache.ibatis.type
Type Handler for YearMonth.
YearMonthTypeHandler() - Constructor for class org.apache.ibatis.type.YearMonthTypeHandler
 
YearTypeHandler - Class in org.apache.ibatis.type
 
YearTypeHandler() - Constructor for class org.apache.ibatis.type.YearTypeHandler
 

Z

ZonedDateTimeTypeHandler - Class in org.apache.ibatis.type
 
ZonedDateTimeTypeHandler() - Constructor for class org.apache.ibatis.type.ZonedDateTimeTypeHandler
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form