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

A

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
 
activeConnections - Variable in class org.apache.ibatis.datasource.pooled.PoolState
 
activity(String) - Method in class org.apache.ibatis.executor.ErrorContext
 
add(Object, Object) - Static method in class org.apache.ibatis.ognl.OgnlOps
 
add_escapes(String) - Method in exception org.apache.ibatis.ognl.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addCache(Cache) - Method in class org.apache.ibatis.session.Configuration
 
addChild(Evaluation) - Method in class org.apache.ibatis.ognl.Evaluation
Adds a child to the list of children of this evaluation.
addColumn(Column) - Method in class org.apache.ibatis.metadata.Table
 
addDecorator(Class<? extends Cache>) - Method in class org.apache.ibatis.mapping.CacheBuilder
 
addDefaultContext(Object, Map) - Static method in class org.apache.ibatis.ognl.Ognl
Appends the standard naming context for evaluating an OGNL expression into the context given so that cached maps can be used as a context.
addDefaultContext(Object, ClassResolver, Map) - Static method in class org.apache.ibatis.ognl.Ognl
Appends the standard naming context for evaluating an OGNL expression into the context given so that cached maps can be used as a context.
addDefaultContext(Object, ClassResolver, TypeConverter, Map) - Static method in class org.apache.ibatis.ognl.Ognl
Appends the standard naming context for evaluating an OGNL expression into the context given so that cached maps can be used as a context.
addDefaultContext(Object, ClassResolver, TypeConverter, MemberAccess, Map) - Static method in class org.apache.ibatis.ognl.Ognl
Appends the standard naming context for evaluating an OGNL expression into the context given so that cached maps can be used as a context.
addEscapes(String) - Static method in error org.apache.ibatis.ognl.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
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.
addInterceptor(Interceptor) - Method in class org.apache.ibatis.plugin.InterceptorChain
 
addInterceptor(Interceptor) - Method in class org.apache.ibatis.session.Configuration
 
additiveExpression() - Method in class org.apache.ibatis.ognl.OgnlParser
 
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, KeyGenerator, String) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
 
addMappedStatement(MappedStatement) - Method in class org.apache.ibatis.session.Configuration
 
addMapper(Class) - Method in class org.apache.ibatis.binding.MapperRegistry
 
addMapper(Class<T>) - Method in class org.apache.ibatis.session.Configuration
 
addMappers(String, Class) - Method in class org.apache.ibatis.session.Configuration
 
addMappers(String) - Method in class org.apache.ibatis.session.Configuration
 
addParameterMap(String, Class, List<ParameterMapping>) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
 
addParameterMap(ParameterMap) - Method in class org.apache.ibatis.session.Configuration
 
addResultMap(String, Class, String, Discriminator, List<ResultMapping>) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
 
addResultMap(ResultMap) - Method in class org.apache.ibatis.session.Configuration
 
addTable(Table) - Method in class org.apache.ibatis.metadata.Database
 
adjustBeginLineColumn(int, int) - Method in class org.apache.ibatis.ognl.JavaCharStream
Method to adjust line and column numbers for the start of a token.
AdjustBuffSize() - Method in class org.apache.ibatis.ognl.JavaCharStream
 
aggressiveLazyLoading - Variable in class org.apache.ibatis.session.Configuration
 
ALL - Static variable in class org.apache.ibatis.ognl.DynamicSubscript
 
all - Static variable in class org.apache.ibatis.ognl.DynamicSubscript
 
allowPackageProtectedAccess - Variable in class org.apache.ibatis.ognl.DefaultMemberAccess
 
allowPrivateAccess - Variable in class org.apache.ibatis.ognl.DefaultMemberAccess
 
allowProtectedAccess - Variable in class org.apache.ibatis.ognl.DefaultMemberAccess
 
AND() - Static method in class org.apache.ibatis.jdbc.SelectBuilder
 
AND() - Static method in class org.apache.ibatis.jdbc.SqlBuilder
 
andExpression() - Method in class org.apache.ibatis.ognl.OgnlParser
 
appendSql(String) - Method in class org.apache.ibatis.builder.xml.dynamic.DynamicContext
 
apply(DynamicContext) - Method in class org.apache.ibatis.builder.xml.dynamic.ChooseSqlNode
 
apply(DynamicContext) - Method in class org.apache.ibatis.builder.xml.dynamic.ForEachSqlNode
 
apply(DynamicContext) - Method in class org.apache.ibatis.builder.xml.dynamic.IfSqlNode
 
apply(DynamicContext) - Method in class org.apache.ibatis.builder.xml.dynamic.MixedSqlNode
 
apply(DynamicContext) - Method in interface org.apache.ibatis.builder.xml.dynamic.SqlNode
 
apply(DynamicContext) - Method in class org.apache.ibatis.builder.xml.dynamic.TextSqlNode
 
apply(DynamicContext) - Method in class org.apache.ibatis.builder.xml.dynamic.TrimSqlNode
 
applyAutomaticMappings(ResultSet, List<String>, MetaObject) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
applyCurrentNamespace(String) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
 
applyPropertyMappings(ResultSet, ResultMap, List<String>, MetaObject, ResultLoaderMap) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
areArgsCompatible(Object[], Class[]) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
Tells whether the given array of objects is compatible with the given array of classes---that is, whether the given array of objects can be passed as arguments to a method or constructor whose parameter types are the given array of classes.
Arg - Annotation Type in org.apache.ibatis.annotations
 
ArrayElementsAccessor - Class in org.apache.ibatis.ognl
Implementation of ElementsAccessor that returns an iterator over a Java array.
ArrayElementsAccessor() - Constructor for class org.apache.ibatis.ognl.ArrayElementsAccessor
 
ArrayPropertyAccessor - Class in org.apache.ibatis.ognl
Implementation of PropertyAccessor that uses numbers and dynamic subscripts as properties to index into Java arrays.
ArrayPropertyAccessor() - Constructor for class org.apache.ibatis.ognl.ArrayPropertyAccessor
 
assignmentExpression() - Method in class org.apache.ibatis.ognl.OgnlParser
 
AutoMappingBehavior - Enum in org.apache.ibatis.session
 
autoMappingBehavior - Variable in class org.apache.ibatis.session.Configuration
 

B

BACK_CHAR_ESC - Static variable in interface org.apache.ibatis.ognl.OgnlParserConstants
 
BACK_CHAR_LITERAL - Static variable in interface org.apache.ibatis.ognl.OgnlParserConstants
 
backup(int) - Method in class org.apache.ibatis.ognl.JavaCharStream
 
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
 
BaseCommand - Class in org.apache.ibatis.migration.commands
 
BaseCommand(File, String, boolean) - Constructor for class org.apache.ibatis.migration.commands.BaseCommand
 
BaseExecutor - Class in org.apache.ibatis.executor
 
BaseExecutor(Configuration, Transaction) - Constructor for class org.apache.ibatis.executor.BaseExecutor
 
baseFile(String) - Method in class org.apache.ibatis.migration.commands.BaseCommand
 
BaseJdbcLogger - Class in org.apache.ibatis.logging.jdbc
Base class for proxies to do logging
BaseJdbcLogger() - Constructor for class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
Default constructor
basePath - Variable in class org.apache.ibatis.migration.commands.BaseCommand
 
BaseStatementHandler - Class in org.apache.ibatis.executor.statement
 
BaseStatementHandler(Executor, MappedStatement, Object, RowBounds, ResultHandler) - Constructor for class org.apache.ibatis.executor.statement.BaseStatementHandler
 
BaseTypeHandler - Class in org.apache.ibatis.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_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
 
BatchExecutorException(String, BatchUpdateException, List, BatchResult) - Constructor for exception org.apache.ibatis.executor.BatchExecutorException
 
BatchResult - Class in org.apache.ibatis.executor
 
BatchResult(MappedStatement, String, Object) - Constructor for class org.apache.ibatis.executor.BatchResult
 
batchResults - Variable in class org.apache.ibatis.executor.BaseExecutor
 
BeanWrapper - Class in org.apache.ibatis.reflection.wrapper
 
BeanWrapper(MetaObject, Object) - Constructor for class org.apache.ibatis.reflection.wrapper.BeanWrapper
 
BEGIN() - Static method in class org.apache.ibatis.jdbc.SelectBuilder
 
BEGIN() - Static method in class org.apache.ibatis.jdbc.SqlBuilder
 
beginColumn - Variable in class org.apache.ibatis.ognl.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.apache.ibatis.ognl.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - Method in class org.apache.ibatis.ognl.JavaCharStream
 
BIGDEC - Static variable in interface org.apache.ibatis.ognl.NumericTypes
Type tag meaning java.math.BigDecimal.
BigDecimalTypeHandler - Class in org.apache.ibatis.type
 
BigDecimalTypeHandler() - Constructor for class org.apache.ibatis.type.BigDecimalTypeHandler
 
bigDecValue(Object) - Static method in class org.apache.ibatis.ognl.OgnlOps
Evaluates the given object as a BigDecimal.
BIGINT - Static variable in interface org.apache.ibatis.ognl.NumericTypes
Type tag meaning java.math.BigInteger.
bigIntValue(Object) - Static method in class org.apache.ibatis.ognl.OgnlOps
Evaluates the given object as a BigInteger.
binaryAnd(Object, Object) - Static method in class org.apache.ibatis.ognl.OgnlOps
 
binaryOr(Object, Object) - Static method in class org.apache.ibatis.ognl.OgnlOps
 
binaryXor(Object, Object) - Static method in class org.apache.ibatis.ognl.OgnlOps
 
bind(String, Object) - Method in class org.apache.ibatis.builder.xml.dynamic.DynamicContext
 
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
 
bitNegate(Object) - Static method in class org.apache.ibatis.ognl.OgnlOps
 
BlobTypeHandler - Class in org.apache.ibatis.type
 
BlobTypeHandler() - Constructor for class org.apache.ibatis.type.BlobTypeHandler
 
BOOL - Static variable in interface org.apache.ibatis.ognl.NumericTypes
Type tag meaning boolean.
BooleanTypeHandler - Class in org.apache.ibatis.type
 
BooleanTypeHandler() - Constructor for class org.apache.ibatis.type.BooleanTypeHandler
 
booleanValue(Object) - Static method in class org.apache.ibatis.ognl.OgnlOps
Evaluates the given object as a boolean: if it is a Boolean object, it's easy; if it's a Number or a Character, returns true for non-zero objects; and otherwise returns true for non-null objects.
booleanValueOf(String, Boolean) - Method in class org.apache.ibatis.builder.BaseBuilder
 
BootstrapCommand - Class in org.apache.ibatis.migration.commands
 
BootstrapCommand(File, String, boolean) - Constructor for class org.apache.ibatis.migration.commands.BootstrapCommand
 
boundSql - Variable in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
boundSql - Variable in class org.apache.ibatis.executor.statement.BaseStatementHandler
 
BoundSql - Class in org.apache.ibatis.mapping
 
BoundSql(Configuration, String, List<ParameterMapping>, Object) - Constructor for class org.apache.ibatis.mapping.BoundSql
 
bufcolumn - Variable in class org.apache.ibatis.ognl.JavaCharStream
 
buffer - Variable in class org.apache.ibatis.ognl.JavaCharStream
 
bufline - Variable in class org.apache.ibatis.ognl.JavaCharStream
 
bufpos - Variable in class org.apache.ibatis.ognl.JavaCharStream
 
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(Reader) - Method in class org.apache.ibatis.session.SqlSessionFactoryBuilder
 
build(Reader, String) - Method in class org.apache.ibatis.session.SqlSessionFactoryBuilder
 
build(Reader, Properties) - Method in class org.apache.ibatis.session.SqlSessionFactoryBuilder
 
build(Reader, String, Properties) - Method in class org.apache.ibatis.session.SqlSessionFactoryBuilder
 
build(Configuration) - Method in class org.apache.ibatis.session.SqlSessionFactoryBuilder
 
buildDiscriminator(Class, String, Class, JdbcType, Class, Map<String, String>) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
 
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
 
buildParameterMapping(Class, String, Class, JdbcType, String, ParameterMode, Class, Integer) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
 
buildResultMapping(Class, String, String, Class, JdbcType, String, String, Class, List<ResultFlag>) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
 
BYTE - Static variable in interface org.apache.ibatis.ognl.NumericTypes
Type tag meaning byte.
ByteArrayTypeHandler - Class in org.apache.ibatis.type
 
ByteArrayTypeHandler() - Constructor for class org.apache.ibatis.type.ByteArrayTypeHandler
 
ByteTypeHandler - Class in org.apache.ibatis.type
 
ByteTypeHandler() - Constructor for class org.apache.ibatis.type.ByteTypeHandler
 

C

Cache - Interface in org.apache.ibatis.cache
 
cache(Cache) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
 
CacheBuilder - Class in org.apache.ibatis.mapping
 
CacheBuilder(String) - Constructor for class org.apache.ibatis.mapping.CacheBuilder
 
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 - 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
 
CacheNamespaceRef - Annotation Type in org.apache.ibatis.annotations
 
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
 
CallableStatementHandler - Class in org.apache.ibatis.executor.statement
 
CallableStatementHandler(Executor, MappedStatement, Object, RowBounds, ResultHandler) - Constructor for class org.apache.ibatis.executor.statement.CallableStatementHandler
 
callAppropriateMethod(OgnlContext, Object, Object, String, String, List, Object[]) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
callConstructor(OgnlContext, String, Object[]) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
callMethod(Map, Object, String, Object[]) - Method in interface org.apache.ibatis.ognl.MethodAccessor
Calls the method named with the arguments given.
callMethod(Map, Object, String, Object[]) - Method in class org.apache.ibatis.ognl.ObjectMethodAccessor
 
callMethod(OgnlContext, Object, String, String, Object[]) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
callStaticMethod(Map, Class, String, Object[]) - Method in interface org.apache.ibatis.ognl.MethodAccessor
Calls the static method named with the arguments given on the class given.
callStaticMethod(Map, Class, String, Object[]) - Method in class org.apache.ibatis.ognl.ObjectMethodAccessor
 
callStaticMethod(OgnlContext, String, String, Object[]) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
Case - Annotation Type in org.apache.ibatis.annotations
 
cause(Throwable) - Method in class org.apache.ibatis.executor.ErrorContext
 
Change - Class in org.apache.ibatis.migration
 
Change() - Constructor for class org.apache.ibatis.migration.Change
 
Change(BigDecimal) - Constructor for class org.apache.ibatis.migration.Change
 
Change(BigDecimal, String, String) - Constructor for class org.apache.ibatis.migration.Change
 
changelogExists() - Method in class org.apache.ibatis.migration.commands.BaseCommand
 
changelogTable() - Method in class org.apache.ibatis.migration.commands.BaseCommand
 
CHAR - Static variable in interface org.apache.ibatis.ognl.NumericTypes
Type tag meaning char.
CHAR_LITERAL - Static variable in interface org.apache.ibatis.ognl.OgnlParserConstants
 
checkGloballyForDiscriminatedNestedResultMaps(ResultMap) - Method in class org.apache.ibatis.session.Configuration
 
checkLocallyForDiscriminatedNestedResultMaps(ResultMap) - Method in class org.apache.ibatis.session.Configuration
 
children - Variable in class org.apache.ibatis.ognl.SimpleNode
 
ChooseSqlNode - Class in org.apache.ibatis.builder.xml.dynamic
 
ChooseSqlNode(List<IfSqlNode>, SqlNode) - Constructor for class org.apache.ibatis.builder.xml.dynamic.ChooseSqlNode
 
claimedOverdueConnectionCount - Variable in class org.apache.ibatis.datasource.pooled.PoolState
 
CLASS_RESOLVER_CONTEXT_KEY - Static variable in class org.apache.ibatis.ognl.OgnlContext
 
classForName(String) - Method in class org.apache.ibatis.io.ClassLoaderWrapper
Find a class on the classpath (or die trying)
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) - Static method in class org.apache.ibatis.io.Resources
Loads a class
classForName(String, Map) - Method in interface org.apache.ibatis.ognl.ClassResolver
 
classForName(String, Map) - Method in class org.apache.ibatis.ognl.DefaultClassResolver
 
classForName(OgnlContext, String) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
ClassLoaderWrapper - Class in org.apache.ibatis.io
A class to wrap access to multiple class loaders making them work as one
className() - Method in class org.apache.ibatis.ognl.OgnlParser
 
classReference() - Method in class org.apache.ibatis.ognl.OgnlParser
 
ClassResolver - Interface in org.apache.ibatis.ognl
This interface defines an object that will resolve a class from a string and a ognl context table.
cleanUpAfterHandlingResultSet() - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
cleanUpAfterHandlingResultSet() - Method in class org.apache.ibatis.executor.resultset.NestedResultSetHandler
 
clear() - Method in interface org.apache.ibatis.cache.Cache
 
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
 
clear() - Method in class org.apache.ibatis.ognl.IntHashMap
 
clear() - Method in class org.apache.ibatis.ognl.OgnlContext
 
clearCache() - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
clearCache() - Method in interface org.apache.ibatis.session.SqlSession
 
clearColumnInfo() - Method in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
 
clearInterval - Variable in class org.apache.ibatis.cache.decorators.ScheduledCache
 
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
 
ClobTypeHandler - Class in org.apache.ibatis.type
 
ClobTypeHandler() - Constructor for class org.apache.ibatis.type.ClobTypeHandler
 
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() - Method in class org.apache.ibatis.migration.MigrationReader
 
close() - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
close() - Method in interface org.apache.ibatis.session.SqlSession
 
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
 
closeConnection() - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
closeConnection() - Method in class org.apache.ibatis.jdbc.SqlRunner
 
closeStatement(Statement) - Method in class org.apache.ibatis.executor.BaseExecutor
 
closeStatement(Statement) - Method in class org.apache.ibatis.executor.statement.BaseStatementHandler
 
collapseSingleResultList(List) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
CollectionElementsAccessor - Class in org.apache.ibatis.ognl
Implementation of ElementsAccessor that returns a collection's iterator.
CollectionElementsAccessor() - Constructor for class org.apache.ibatis.ognl.CollectionElementsAccessor
 
column(String) - Method in class org.apache.ibatis.mapping.ResultMapping.Builder
 
Column - Class in org.apache.ibatis.metadata
 
Column(String, int) - Constructor for class org.apache.ibatis.metadata.Column
 
column - Variable in class org.apache.ibatis.ognl.JavaCharStream
 
Command - Interface in org.apache.ibatis.migration.commands
 
CommandLine - Class in org.apache.ibatis.migration
 
CommandLine(String[]) - Constructor for class org.apache.ibatis.migration.CommandLine
 
commit() - Method in class org.apache.ibatis.cache.decorators.TransactionalCache
 
commit() - Method in class org.apache.ibatis.cache.TransactionalCacheManager
 
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() - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
commit(boolean) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
commit() - Method in interface org.apache.ibatis.session.SqlSession
 
commit(boolean) - Method in interface org.apache.ibatis.session.SqlSession
 
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
 
compareTo(Object) - Method in class org.apache.ibatis.migration.Change
 
compareWithConversion(Object, Object) - Static method in class org.apache.ibatis.ognl.OgnlOps
Compares two objects for equality, even if it has to convert one of them to the other type.
compareWithConversion(Object, Object, boolean) - Static method in class org.apache.ibatis.ognl.OgnlOps
Compares two objects for equality, even if it has to convert one of them to the other type.
composites(List<ResultMapping>) - Method in class org.apache.ibatis.mapping.ResultMapping.Builder
 
conditionalTestExpression() - Method in class org.apache.ibatis.ognl.OgnlParser
 
configuration - Variable in class org.apache.ibatis.builder.BaseBuilder
 
configuration - Variable in class org.apache.ibatis.executor.BaseExecutor
 
configuration - Variable in class org.apache.ibatis.executor.loader.ResultLoader
 
configuration - Variable in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
configuration - Variable in class org.apache.ibatis.executor.statement.BaseStatementHandler
 
Configuration - Class in org.apache.ibatis.session
 
Configuration(Environment) - Constructor for class org.apache.ibatis.session.Configuration
 
Configuration() - Constructor for class org.apache.ibatis.session.Configuration
 
Configuration.StrictMap<J extends java.lang.String,K> - Class in org.apache.ibatis.session
 
Configuration.StrictMap(String, int, float) - Constructor for class org.apache.ibatis.session.Configuration.StrictMap
 
Configuration.StrictMap(String, int) - Constructor for class org.apache.ibatis.session.Configuration.StrictMap
 
Configuration.StrictMap(String) - Constructor for class org.apache.ibatis.session.Configuration.StrictMap
 
Configuration.StrictMap(String, Map<? extends J, ? extends K>) - Constructor for class org.apache.ibatis.session.Configuration.StrictMap
 
Configuration.StrictMap.Ambiguity - Class in org.apache.ibatis.session
 
Configuration.StrictMap.Ambiguity(String) - Constructor for class org.apache.ibatis.session.Configuration.StrictMap.Ambiguity
 
connection - Variable in class org.apache.ibatis.transaction.jdbc.JdbcTransaction
 
ConnectionLogger - Class in org.apache.ibatis.logging.jdbc
Connection proxy to add logging
ConstructorArgs - Annotation Type in org.apache.ibatis.annotations
 
constructorCall() - Method in class org.apache.ibatis.ognl.OgnlParser
 
containsKey(int) - Method in class org.apache.ibatis.ognl.IntHashMap
 
containsKey(Object) - Method in class org.apache.ibatis.ognl.IntHashMap
 
containsKey(Object) - Method in class org.apache.ibatis.ognl.OgnlContext
 
containsValue(Object) - Method in class org.apache.ibatis.ognl.IntHashMap
 
containsValue(Object) - Method in class org.apache.ibatis.ognl.OgnlContext
 
CONTEXT_CONTEXT_KEY - Static variable in class org.apache.ibatis.ognl.OgnlContext
 
convertValue(Map, Object, Class) - Method in class org.apache.ibatis.ognl.DefaultTypeConverter
 
convertValue(Map, Object, Member, String, Object, Class) - Method in class org.apache.ibatis.ognl.DefaultTypeConverter
 
convertValue(Object, Class) - Static method in class org.apache.ibatis.ognl.OgnlOps
Returns the value converted numerically to the given class type

This method also detects when arrays are being converted and converts the components of one array to the type of the other.

convertValue(Map, Object, Member, String, Object, Class) - Method in interface org.apache.ibatis.ognl.TypeConverter
Converts the given value to a given type.
copyResourceTo(String, File) - Method in class org.apache.ibatis.migration.commands.BaseCommand
 
copyResourceTo(String, File, Properties) - Method in class org.apache.ibatis.migration.commands.BaseCommand
 
create(SimpleNode, Object) - Method in class org.apache.ibatis.ognl.EvaluationPool
Returns an Evaluation that contains the node, source and whether it is a set operation.
create(SimpleNode, Object, boolean) - Method in class org.apache.ibatis.ognl.EvaluationPool
Returns an Evaluation that contains the node, source and whether it is a set operation.
create(int) - Method in class org.apache.ibatis.ognl.ObjectArrayPool
 
create(Object) - Method in class org.apache.ibatis.ognl.ObjectArrayPool
 
create(Object, Object) - Method in class org.apache.ibatis.ognl.ObjectArrayPool
 
create(Object, Object, Object) - Method in class org.apache.ibatis.ognl.ObjectArrayPool
 
create(Object, Object, Object, Object) - Method in class org.apache.ibatis.ognl.ObjectArrayPool
 
create(Object, Object, Object, Object, Object) - Method in class org.apache.ibatis.ognl.ObjectArrayPool
 
create() - Method in class org.apache.ibatis.ognl.ObjectArrayPool.SizePool
 
create(Class) - Method in class org.apache.ibatis.reflection.factory.DefaultObjectFactory
 
create(Class, List<Class>, List<Object>) - Method in class org.apache.ibatis.reflection.factory.DefaultObjectFactory
 
create(Class) - Method in interface org.apache.ibatis.reflection.factory.ObjectFactory
 
create(Class, List<Class>, List<Object>) - Method in interface org.apache.ibatis.reflection.factory.ObjectFactory
 
createCacheKey(MappedStatement, Object, RowBounds) - Method in class org.apache.ibatis.executor.BaseExecutor
 
createCacheKey(MappedStatement, Object, RowBounds) - Method in class org.apache.ibatis.executor.CachingExecutor
 
createCacheKey(MappedStatement, Object, RowBounds) - Method in interface org.apache.ibatis.executor.Executor
 
createDefaultContext(Object) - Static method in class org.apache.ibatis.ognl.Ognl
Creates and returns a new standard naming context for evaluating an OGNL expression.
createDefaultContext(Object, ClassResolver) - Static method in class org.apache.ibatis.ognl.Ognl
Creates and returns a new standard naming context for evaluating an OGNL expression.
createDefaultContext(Object, ClassResolver, TypeConverter) - Static method in class org.apache.ibatis.ognl.Ognl
Creates and returns a new standard naming context for evaluating an OGNL expression.
createDefaultContext(Object, ClassResolver, TypeConverter, MemberAccess) - Static method in class org.apache.ibatis.ognl.Ognl
Creates and returns a new standard naming context for evaluating an OGNL expression.
createDirectoryIfNecessary(File) - Method in class org.apache.ibatis.migration.commands.InitializeCommand
 
createParameterizedResultObject(ResultSet, Class, List<ResultMapping>) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
createPrimitiveResultObject(ResultSet, ResultMap) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
createProxy(Object, ResultLoaderMap, boolean) - Static method in class org.apache.ibatis.executor.loader.ResultObjectProxy
 
createResultObject(ResultSet, ResultMap, ResultLoaderMap) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
createResultObject(ResultSet, ResultMap) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
curChar - Variable in class org.apache.ibatis.ognl.OgnlParserTokenManager
 
currentToken - Variable in exception org.apache.ibatis.ognl.ParseException
This is the last token that has been consumed successfully.

D

DATA_SOURCE - Static variable in class org.apache.ibatis.datasource.jndi.JndiDataSourceFactory
 
Database - Class in org.apache.ibatis.metadata
 
Database(String, String) - Constructor for class org.apache.ibatis.metadata.Database
 
DatabaseFactory - Class in org.apache.ibatis.metadata
 
dataSource - Variable in class org.apache.ibatis.datasource.pooled.PoolState
 
dataSource - Variable in class org.apache.ibatis.datasource.unpooled.UnpooledDataSourceFactory
 
dataSource(DataSource) - Method in class org.apache.ibatis.mapping.Environment.Builder
 
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
 
DateOnlyTypeHandler - Class in org.apache.ibatis.type
 
DateOnlyTypeHandler() - Constructor for class org.apache.ibatis.type.DateOnlyTypeHandler
 
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.nologging.NoLoggingImpl
 
debug(String) - Method in class org.apache.ibatis.logging.slf4j.Slf4jImpl
 
debug(String) - Method in class org.apache.ibatis.logging.stdout.StdOutImpl
 
debugStream - Variable in class org.apache.ibatis.ognl.OgnlParserTokenManager
 
DEC_DIGITS - Static variable in interface org.apache.ibatis.ognl.OgnlParserConstants
 
DEC_FLT - Static variable in interface org.apache.ibatis.ognl.OgnlParserConstants
 
DEFAULT - Static variable in interface org.apache.ibatis.ognl.OgnlParserConstants
 
DEFAULT - Static variable in class org.apache.ibatis.session.RowBounds
 
DEFAULT_CLASS_RESOLVER - Static variable in class org.apache.ibatis.ognl.OgnlContext
 
DEFAULT_MEMBER_ACCESS - Static variable in class org.apache.ibatis.ognl.OgnlContext
 
DEFAULT_OBJECT_FACTORY - Static variable in class org.apache.ibatis.reflection.MetaObject
 
DEFAULT_OBJECT_WRAPPER_FACTORY - Static variable in class org.apache.ibatis.reflection.MetaObject
 
DEFAULT_TYPE_CONVERTER - Static variable in class org.apache.ibatis.ognl.OgnlContext
 
DefaultClassResolver - Class in org.apache.ibatis.ognl
Default class resolution.
DefaultClassResolver() - Constructor for class org.apache.ibatis.ognl.DefaultClassResolver
 
defaultExecutorType - Variable in class org.apache.ibatis.session.Configuration
 
DefaultMemberAccess - Class in org.apache.ibatis.ognl
This class provides methods for setting up and restoring access in a Field.
DefaultMemberAccess(boolean) - Constructor for class org.apache.ibatis.ognl.DefaultMemberAccess
 
DefaultMemberAccess(boolean, boolean, boolean) - Constructor for class org.apache.ibatis.ognl.DefaultMemberAccess
 
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.executor.parameter
 
DefaultParameterHandler(MappedStatement, Object, BoundSql) - Constructor for class org.apache.ibatis.executor.parameter.DefaultParameterHandler
 
DefaultResultContext - 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
 
DefaultSqlSession - Class in org.apache.ibatis.session.defaults
 
DefaultSqlSession(Configuration, Executor, boolean) - Constructor for class org.apache.ibatis.session.defaults.DefaultSqlSession
 
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
 
DefaultTypeConverter - Class in org.apache.ibatis.ognl
Default type conversion.
DefaultTypeConverter() - Constructor for class org.apache.ibatis.ognl.DefaultTypeConverter
 
deferLoad(MappedStatement, MetaObject, String, CacheKey) - Method in class org.apache.ibatis.executor.BaseExecutor
 
deferLoad(MappedStatement, MetaObject, String, CacheKey) - Method in class org.apache.ibatis.executor.CachingExecutor
 
deferLoad(MappedStatement, MetaObject, String, CacheKey) - Method in interface org.apache.ibatis.executor.Executor
 
deferredLoads - Variable in class org.apache.ibatis.executor.BaseExecutor
 
Delete - Annotation Type in org.apache.ibatis.annotations
 
delete(String, Object...) - Method in class org.apache.ibatis.jdbc.SqlRunner
Executes a DELETE statement.
delete(String) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
delete(String, Object) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
delete(String) - Method in interface org.apache.ibatis.session.SqlSession
 
delete(String, Object) - Method in interface org.apache.ibatis.session.SqlSession
 
DELETE_FROM(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
 
deleteChange(Change) - Method in class org.apache.ibatis.migration.commands.DownCommand
 
DeleteProvider - Annotation Type in org.apache.ibatis.annotations
 
DIGIT - Static variable in interface org.apache.ibatis.ognl.OgnlParserConstants
 
disable_tracing() - Method in class org.apache.ibatis.ognl.OgnlParser
 
Discriminator - Class in org.apache.ibatis.mapping
 
discriminator(Discriminator) - Method in class org.apache.ibatis.mapping.ResultMap.Builder
 
Discriminator.Builder - Class in org.apache.ibatis.mapping
 
Discriminator.Builder(Configuration, ResultMapping, Map<String, String>) - Constructor for class org.apache.ibatis.mapping.Discriminator.Builder
 
divide(Object, Object) - Static method in class org.apache.ibatis.ognl.OgnlOps
 
doFlushStatements() - Method in class org.apache.ibatis.executor.BaseExecutor
 
doFlushStatements() - Method in class org.apache.ibatis.executor.BatchExecutor
 
doFlushStatements() - Method in class org.apache.ibatis.executor.ReuseExecutor
 
doFlushStatements() - Method in class org.apache.ibatis.executor.SimpleExecutor
 
Done() - Method in class org.apache.ibatis.ognl.JavaCharStream
 
doQuery(MappedStatement, Object, RowBounds, ResultHandler) - Method in class org.apache.ibatis.executor.BaseExecutor
 
doQuery(MappedStatement, Object, RowBounds, ResultHandler) - Method in class org.apache.ibatis.executor.BatchExecutor
 
doQuery(MappedStatement, Object, RowBounds, ResultHandler) - Method in class org.apache.ibatis.executor.ReuseExecutor
 
doQuery(MappedStatement, Object, RowBounds, ResultHandler) - Method in class org.apache.ibatis.executor.SimpleExecutor
 
DOUBLE - Static variable in interface org.apache.ibatis.ognl.NumericTypes
Type tag meaning double.
DoubleTypeHandler - Class in org.apache.ibatis.type
 
DoubleTypeHandler() - Constructor for class org.apache.ibatis.type.DoubleTypeHandler
 
doubleValue(Object) - Static method in class org.apache.ibatis.ognl.OgnlOps
Evaluates the given object as a double-precision floating-point number.
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.ReuseExecutor
 
doUpdate(MappedStatement, Object) - Method in class org.apache.ibatis.executor.SimpleExecutor
 
DownCommand - Class in org.apache.ibatis.migration.commands
 
DownCommand(File, String, boolean) - Constructor for class org.apache.ibatis.migration.commands.DownCommand
 
driverFile(String) - Method in class org.apache.ibatis.migration.commands.BaseCommand
 
driverPath - Variable in class org.apache.ibatis.migration.commands.BaseCommand
 
dump(PrintWriter, String) - Method in class org.apache.ibatis.ognl.SimpleNode
 
DYNAMIC_SUBSCRIPT - Static variable in interface org.apache.ibatis.ognl.OgnlParserConstants
 
DynamicContext - Class in org.apache.ibatis.builder.xml.dynamic
 
DynamicContext(Configuration, Object) - Constructor for class org.apache.ibatis.builder.xml.dynamic.DynamicContext
 
DynamicSqlSource - Class in org.apache.ibatis.builder.xml.dynamic
 
DynamicSqlSource(Configuration, SqlNode) - Constructor for class org.apache.ibatis.builder.xml.dynamic.DynamicSqlSource
 
DynamicSubscript - Class in org.apache.ibatis.ognl
This class has predefined instances that stand for OGNL's special "dynamic subscripts" for getting at the first, middle, or last elements of a list.

E

ElementsAccessor - Interface in org.apache.ibatis.ognl
This interface defines a method for getting the "elements" of an object, which means any objects that naturally would be considered to be contained by the object.
enable_tracing() - Method in class org.apache.ibatis.ognl.OgnlParser
 
endColumn - Variable in class org.apache.ibatis.ognl.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class org.apache.ibatis.ognl.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
ensureDirectoryIsEmpty(File) - Method in class org.apache.ibatis.migration.commands.InitializeCommand
 
entrySet() - Method in class org.apache.ibatis.ognl.IntHashMap
 
entrySet() - Method in class org.apache.ibatis.ognl.OgnlContext
 
EnumerationElementsAccessor - Class in org.apache.ibatis.ognl
Implementation of the ElementsAccessor interface for Enumerations, which returns an iterator that passes its calls through to the target Enumeration.
EnumerationElementsAccessor() - Constructor for class org.apache.ibatis.ognl.EnumerationElementsAccessor
 
EnumerationIterator - Class in org.apache.ibatis.ognl
Object that implements Iterator from an Enumeration
EnumerationIterator(Enumeration) - Constructor for class org.apache.ibatis.ognl.EnumerationIterator
 
EnumerationPropertyAccessor - Class in org.apache.ibatis.ognl
Implementation of PropertyAccessor that provides "property" reference to "nextElement" (aliases to "next" also) and "hasMoreElements" (also aliased to "hasNext").
EnumerationPropertyAccessor() - Constructor for class org.apache.ibatis.ognl.EnumerationPropertyAccessor
 
EnumTypeHandler - Class in org.apache.ibatis.type
 
EnumTypeHandler(Class) - Constructor for class org.apache.ibatis.type.EnumTypeHandler
 
ENV_PREFIX - Static variable in class org.apache.ibatis.datasource.jndi.JndiDataSourceFactory
 
Environment - Class in org.apache.ibatis.mapping
 
Environment(String, TransactionFactory, DataSource) - Constructor for class org.apache.ibatis.mapping.Environment
 
environment - Variable in class org.apache.ibatis.migration.commands.BaseCommand
 
environment - Variable in class org.apache.ibatis.session.Configuration
 
Environment.Builder - Class in org.apache.ibatis.mapping
 
Environment.Builder(String, TransactionFactory, DataSource) - Constructor for class org.apache.ibatis.mapping.Environment.Builder
 
environmentFile(String) - Method in class org.apache.ibatis.migration.commands.BaseCommand
 
environmentFile() - Method in class org.apache.ibatis.migration.commands.BaseCommand
 
environmentProperties() - Method in class org.apache.ibatis.migration.commands.BaseCommand
 
envPath - Variable in class org.apache.ibatis.migration.commands.BaseCommand
 
EOF - Static variable in interface org.apache.ibatis.ognl.OgnlParserConstants
 
eol - Variable in exception org.apache.ibatis.ognl.ParseException
The end of line string for this machine.
equal(Object, Object) - Static method in class org.apache.ibatis.ognl.OgnlOps
 
equalityExpression() - Method in class org.apache.ibatis.ognl.OgnlParser
 
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.metadata.Column
 
equals(Object) - Method in class org.apache.ibatis.metadata.Database
 
equals(Object) - Method in class org.apache.ibatis.metadata.Table
 
equals(Object) - Method in class org.apache.ibatis.migration.Change
 
equals(Object) - Method in class org.apache.ibatis.ognl.OgnlContext
 
error(String, Throwable) - Method in class org.apache.ibatis.logging.commons.JakartaCommonsLoggingImpl
 
error(String) - Method in class org.apache.ibatis.logging.commons.JakartaCommonsLoggingImpl
 
error(String, Throwable) - Method in class org.apache.ibatis.logging.jdk14.Jdk14LoggingImpl
 
error(String) - Method in class org.apache.ibatis.logging.jdk14.Jdk14LoggingImpl
 
error(String, Throwable) - Method in interface org.apache.ibatis.logging.Log
 
error(String) - Method in interface org.apache.ibatis.logging.Log
 
error(String, Throwable) - Method in class org.apache.ibatis.logging.log4j.Log4jImpl
 
error(String) - Method in class org.apache.ibatis.logging.log4j.Log4jImpl
 
error(String, Throwable) - Method in class org.apache.ibatis.logging.nologging.NoLoggingImpl
 
error(String) - Method in class org.apache.ibatis.logging.nologging.NoLoggingImpl
 
error(String, Throwable) - Method in class org.apache.ibatis.logging.slf4j.Slf4jImpl
 
error(String) - Method in class org.apache.ibatis.logging.slf4j.Slf4jImpl
 
error(String, Throwable) - Method in class org.apache.ibatis.logging.stdout.StdOutImpl
 
error(String) - Method in class org.apache.ibatis.logging.stdout.StdOutImpl
 
ErrorContext - Class in org.apache.ibatis.executor
 
ESC - Static variable in interface org.apache.ibatis.ognl.OgnlParserConstants
 
evalBoolean(String) - Method in class org.apache.ibatis.parsing.XNode
 
evalBoolean(String) - Method in class org.apache.ibatis.parsing.XPathParser
 
evalBoolean(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
 
evalDouble(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
 
evalNode(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
 
evalNodes(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
 
evalString(Object, String) - Method in class org.apache.ibatis.parsing.XPathParser
 
evaluateBoolean(String, Object) - Method in class org.apache.ibatis.builder.xml.dynamic.ExpressionEvaluator
 
evaluateGetValueBody(OgnlContext, Object) - Method in class org.apache.ibatis.ognl.SimpleNode
 
evaluateIterable(String, Object) - Method in class org.apache.ibatis.builder.xml.dynamic.ExpressionEvaluator
 
evaluateSetValueBody(OgnlContext, Object, Object) - Method in class org.apache.ibatis.ognl.SimpleNode
 
Evaluation - Class in org.apache.ibatis.ognl
An Evaluation is and object that holds a node being evaluated and the source from which that node will take extract its value.
Evaluation(SimpleNode, Object) - Constructor for class org.apache.ibatis.ognl.Evaluation
Constructs a new "get" Evaluation from the node and source given.
Evaluation(SimpleNode, Object, boolean) - Constructor for class org.apache.ibatis.ognl.Evaluation
Constructs a new Evaluation from the node and source given.
EvaluationPool - Class in org.apache.ibatis.ognl
 
EvaluationPool() - Constructor for class org.apache.ibatis.ognl.EvaluationPool
 
EvaluationPool(int) - Constructor for class org.apache.ibatis.ognl.EvaluationPool
 
ExceptionFactory - Class in org.apache.ibatis.exceptions
 
ExceptionFactory() - Constructor for class org.apache.ibatis.exceptions.ExceptionFactory
 
ExceptionUtil - Class in org.apache.ibatis.reflection
 
ExceptionUtil() - Constructor for class org.apache.ibatis.reflection.ExceptionUtil
 
exclusiveOrExpression() - Method in class org.apache.ibatis.ognl.OgnlParser
 
execute(Object[]) - Method in class org.apache.ibatis.binding.MapperMethod
 
execute() - Method in class org.apache.ibatis.migration.CommandLine
 
execute(String...) - Method in class org.apache.ibatis.migration.commands.BootstrapCommand
 
execute(String...) - Method in interface org.apache.ibatis.migration.commands.Command
 
execute(String...) - Method in class org.apache.ibatis.migration.commands.DownCommand
 
execute(String...) - Method in class org.apache.ibatis.migration.commands.InitializeCommand
 
execute(String...) - Method in class org.apache.ibatis.migration.commands.NewCommand
 
execute(String...) - Method in class org.apache.ibatis.migration.commands.PendingCommand
 
execute(String...) - Method in class org.apache.ibatis.migration.commands.ScriptCommand
 
execute(String...) - Method in class org.apache.ibatis.migration.commands.StatusCommand
 
execute(String...) - Method in class org.apache.ibatis.migration.commands.UpCommand
 
execute(String...) - Method in class org.apache.ibatis.migration.commands.VersionCommand
 
EXECUTE_METHODS - Static variable in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
 
ExecutionPlaceholder - Enum in org.apache.ibatis.executor
 
Executor - Interface in org.apache.ibatis.executor
 
executor - Variable in class org.apache.ibatis.executor.loader.ResultLoader
 
executor - Variable in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
executor - Variable in class org.apache.ibatis.executor.statement.BaseStatementHandler
 
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
 
existingEnvironmentFile() - Method in class org.apache.ibatis.migration.commands.BaseCommand
 
ExpandBuff(boolean) - Method in class org.apache.ibatis.ognl.JavaCharStream
 
expectedTokenSequences - Variable in exception org.apache.ibatis.ognl.ParseException
Each entry in this array is an array of integers.
EXPONENT - Static variable in interface org.apache.ibatis.ognl.OgnlParserConstants
 
expression() - Method in class org.apache.ibatis.ognl.OgnlParser
 
ExpressionEvaluator - Class in org.apache.ibatis.builder.xml.dynamic
 
ExpressionEvaluator() - Constructor for class org.apache.ibatis.builder.xml.dynamic.ExpressionEvaluator
 
ExpressionNode - Class in org.apache.ibatis.ognl
 
ExpressionNode(int) - Constructor for class org.apache.ibatis.ognl.ExpressionNode
 
ExpressionNode(OgnlParser, int) - Constructor for class org.apache.ibatis.ognl.ExpressionNode
 
ExpressionSyntaxException - Exception in org.apache.ibatis.ognl
Exception thrown if a malformed OGNL expression is encountered.
ExpressionSyntaxException(String, Throwable) - Constructor for exception org.apache.ibatis.ognl.ExpressionSyntaxException
 

F

FastResultSetHandler - Class in org.apache.ibatis.executor.resultset
 
FastResultSetHandler(Executor, MappedStatement, ParameterHandler, ResultHandler, BoundSql, RowBounds) - Constructor for class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
fetchSize(Integer) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
 
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
 
FillBuff() - Method in class org.apache.ibatis.ognl.JavaCharStream
 
finalize() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
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.
findImplementations(Class<?>, String...) - Method in class org.apache.ibatis.io.ResolverUtil
Attempts to discover classes that are assignable to the type provided.
findJarForResource(URL, String) - Method in class org.apache.ibatis.io.ResolverUtil
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) - Method in class org.apache.ibatis.reflection.MetaObject
 
findProperty(String) - Method in class org.apache.ibatis.reflection.wrapper.BeanWrapper
 
findProperty(String) - Method in class org.apache.ibatis.reflection.wrapper.MapWrapper
 
findProperty(String) - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
 
findPropertyName(String) - Method in class org.apache.ibatis.reflection.Reflector
 
FIRST - Static variable in class org.apache.ibatis.ognl.DynamicSubscript
 
first - Static variable in class org.apache.ibatis.ognl.DynamicSubscript
 
flags(List<ResultFlag>) - Method in class org.apache.ibatis.mapping.ResultMapping.Builder
 
flattenTree() - Method in class org.apache.ibatis.ognl.SimpleNode
This method may be called from subclasses' jjtClose methods.
FLOAT - Static variable in interface org.apache.ibatis.ognl.NumericTypes
Type tag meaning float.
FloatTypeHandler - Class in org.apache.ibatis.type
 
FloatTypeHandler() - Constructor for class org.apache.ibatis.type.FloatTypeHandler
 
FLT_LITERAL - Static variable in interface org.apache.ibatis.ognl.OgnlParserConstants
 
FLT_SUFF - Static variable in interface org.apache.ibatis.ognl.OgnlParserConstants
 
flushCacheRequired(boolean) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
 
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
 
force - Variable in class org.apache.ibatis.migration.commands.BaseCommand
 
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) - Static method in class org.apache.ibatis.reflection.MetaClass
 
forClass(Class) - Static method in class org.apache.ibatis.reflection.Reflector
Gets an instance of ClassInfo for the specified class.
ForEachSqlNode - Class in org.apache.ibatis.builder.xml.dynamic
 
ForEachSqlNode(Configuration, SqlNode, String, String, String, String, String, String) - Constructor for class org.apache.ibatis.builder.xml.dynamic.ForEachSqlNode
 
forObject(Object, ObjectFactory, ObjectWrapperFactory) - Static method in class org.apache.ibatis.reflection.MetaObject
 
forObject(Object) - Static method in class org.apache.ibatis.reflection.MetaObject
 
FROM(String) - Static method in class org.apache.ibatis.jdbc.SelectBuilder
 
FROM(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
 

G

generateAppliedTimeStampAsString() - Method in class org.apache.ibatis.migration.commands.BaseCommand
 
generateParseException() - Method in class org.apache.ibatis.ognl.OgnlParser
 
GenericTokenParser - Class in org.apache.ibatis.parsing
 
GenericTokenParser(String, String, TokenHandler) - Constructor for class org.apache.ibatis.parsing.GenericTokenParser
 
get(int) - Method in class org.apache.ibatis.ognl.IntHashMap
 
get(Object) - Method in class org.apache.ibatis.ognl.IntHashMap
 
get(Object) - Method in class org.apache.ibatis.ognl.OgnlContext
 
get(PropertyTokenizer) - Method in class org.apache.ibatis.reflection.wrapper.BeanWrapper
 
get(PropertyTokenizer) - Method in class org.apache.ibatis.reflection.wrapper.MapWrapper
 
get(PropertyTokenizer) - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
 
get(Object) - Method in class org.apache.ibatis.session.Configuration.StrictMap
 
getActiveConnectionCount() - Method in class org.apache.ibatis.datasource.pooled.PoolState
 
getAdditionalParameter(String) - Method in class org.apache.ibatis.mapping.BoundSql
 
getAllowPackageProtectedAccess() - Method in class org.apache.ibatis.ognl.DefaultMemberAccess
 
getAllowPrivateAccess() - Method in class org.apache.ibatis.ognl.DefaultMemberAccess
 
getAllowProtectedAccess() - Method in class org.apache.ibatis.ognl.DefaultMemberAccess
 
getAppliedTimestamp() - Method in class org.apache.ibatis.migration.Change
 
getAppropriateMethod(OgnlContext, Object, Object, String, String, List, Object[], Object[]) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
Gets the appropriate method to be called for the given target, method name and arguments.
getArgClass(Object) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
Gets the class for a method argument that is appropriate for looking up methods by reflection, by looking for the standard primitive wrapper classes and exchanging for them their underlying primitive class objects.
getArgs() - Method in class org.apache.ibatis.plugin.Invocation
 
getArraySize() - Method in class org.apache.ibatis.ognl.ObjectArrayPool.SizePool
 
getAutoMappingBehavior() - Method in class org.apache.ibatis.session.Configuration
 
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
 
getBaseName(Object) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
Returns the base name (the class name without the package name prepended) of the object given.
getBatchUpdateException() - Method in exception org.apache.ibatis.executor.BatchExecutorException
Returns the BatchUpdateException that caused the nested executor to fail.
getBeginColumn() - Method in class org.apache.ibatis.ognl.JavaCharStream
 
getBeginLine() - Method in class org.apache.ibatis.ognl.JavaCharStream
 
getBindings() - Method in class org.apache.ibatis.builder.xml.dynamic.DynamicContext
 
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(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.builder.xml.dynamic.DynamicSqlSource
 
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.mapping.MappedStatement
 
getBoundSql(Object) - Method in interface org.apache.ibatis.mapping.SqlSource
 
getCache() - Method in class org.apache.ibatis.mapping.MappedStatement
 
getCache(String) - Method in class org.apache.ibatis.session.Configuration
 
getCacheNames() - Method in class org.apache.ibatis.session.Configuration
 
getCaches() - Method in class org.apache.ibatis.session.Configuration
 
getCatalog() - Method in class org.apache.ibatis.metadata.Database
 
getCatalog() - Method in class org.apache.ibatis.metadata.Table
 
getChangelog() - Method in class org.apache.ibatis.migration.commands.BaseCommand
 
getCharset() - Static method in class org.apache.ibatis.io.Resources
 
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
 
getClaimedOverdueConnectionCount() - Method in class org.apache.ibatis.datasource.pooled.PoolState
 
getClassBaseName(Class) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
Returns the base name (the class name without the package name prepended) of the class given.
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.
getClassName(Object, boolean) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
getClassName(Class, boolean) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
getClassPackageName(Class) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
Returns the package name of the class given.
getClassResolver(Map) - Static method in class org.apache.ibatis.ognl.Ognl
 
getClassResolver() - Method in class org.apache.ibatis.ognl.OgnlContext
 
getCollectionValue(PropertyTokenizer, Object) - Method in class org.apache.ibatis.reflection.wrapper.BaseWrapper
 
getColumn(Object) - Method in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
 
getColumn() - Method in class org.apache.ibatis.mapping.ResultMapping
 
getColumn(String) - Method in class org.apache.ibatis.metadata.Table
 
getColumn() - Method in class org.apache.ibatis.ognl.JavaCharStream
Deprecated.  
getColumnNames() - Method in class org.apache.ibatis.metadata.Table
 
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.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
 
getConfiguration() - Method in interface org.apache.ibatis.session.SqlSessionFactory
 
getConnection() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
getConnection(String, String) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
getConnection() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
getConnection(String, String) - 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
 
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
 
getConstructorResultMappings() - Method in class org.apache.ibatis.mapping.ResultMap
 
getConstructors(Class) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
getConvertedConstructorAndArgs(OgnlContext, Object, List, Object[], Object[]) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
getConvertedMethodAndArgs(OgnlContext, Object, String, List, Object[], Object[]) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
getConvertedType(OgnlContext, Object, Member, String, Object, Class) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
getConvertedTypes(OgnlContext, Object, Member, String, Class[], Object[], Object[]) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
getCreatedCount() - Method in class org.apache.ibatis.ognl.EvaluationPool
Returns the number of items this pool has created since it's construction.
getCreatedCount() - Method in class org.apache.ibatis.ognl.ObjectArrayPool.SizePool
Returns the number of items this pool has created since it's construction.
getCurrentEvaluation() - Method in class org.apache.ibatis.ognl.OgnlContext
Gets the current Evaluation from the top of the stack.
getCurrentNamespace() - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
 
getCurrentNode() - Method in class org.apache.ibatis.ognl.OgnlContext
 
getCurrentObject() - Method in class org.apache.ibatis.ognl.OgnlContext
 
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
 
getDeclaredMethods(Class, String, boolean) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
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
 
getDefaultExecutorType() - Method in class org.apache.ibatis.session.Configuration
 
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
 
getDescription() - Method in class org.apache.ibatis.migration.Change
 
getDiscriminator() - Method in class org.apache.ibatis.mapping.ResultMap
 
getDiscriminatorMap() - Method in class org.apache.ibatis.mapping.Discriminator
 
getDiscriminatorValue(ResultSet, Discriminator) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
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
 
getDriverClassLoader() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
getDriverClassLoader() - Method in class org.apache.ibatis.migration.commands.BaseCommand
 
getDriverProperties() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
getDriverProperties() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
getElements(Object) - Method in class org.apache.ibatis.ognl.ArrayElementsAccessor
 
getElements(Object) - Method in class org.apache.ibatis.ognl.CollectionElementsAccessor
 
getElements(Object) - Method in interface org.apache.ibatis.ognl.ElementsAccessor
Returns an iterator over the elements of the given target object.
getElements(Object) - Method in class org.apache.ibatis.ognl.EnumerationElementsAccessor
 
getElements(Object) - Method in class org.apache.ibatis.ognl.IteratorElementsAccessor
 
getElements(Object) - Method in class org.apache.ibatis.ognl.MapElementsAccessor
 
getElements(Object) - Method in class org.apache.ibatis.ognl.NumberElementsAccessor
 
getElements(Object) - Method in class org.apache.ibatis.ognl.ObjectElementsAccessor
 
getElementsAccessor(Class) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
getEndColumn() - Method in class org.apache.ibatis.ognl.JavaCharStream
 
getEndLine() - Method in class org.apache.ibatis.ognl.JavaCharStream
 
getEnvironment() - Method in class org.apache.ibatis.session.Configuration
 
getEvaluation(int) - Method in class org.apache.ibatis.ognl.OgnlContext
Returns the Evaluation at the relative index given.
getEvaluation() - Method in exception org.apache.ibatis.ognl.OgnlException
Returns the Evaluation that was the root evaluation when the exception was thrown.
getEvaluationPool() - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
getException() - Method in class org.apache.ibatis.ognl.Evaluation
Returns the exception that occurred as a result of evaluating the Evaluation, or null if no exception occurred.
getExpressionOperator(int) - Method in class org.apache.ibatis.ognl.ExpressionNode
 
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
 
getField(Class, String) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
GetFieldInvoker - Class in org.apache.ibatis.reflection.invoker
 
GetFieldInvoker(Field) - Constructor for class org.apache.ibatis.reflection.invoker.GetFieldInvoker
 
getFields(Class) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
getFieldValue(OgnlContext, Object, String) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
getFieldValue(OgnlContext, Object, String, boolean) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
getFilename() - Method in class org.apache.ibatis.migration.Change
 
getFirstChild() - Method in class org.apache.ibatis.ognl.Evaluation
Returns the first child of this evaluation.
getFirstDescendant() - Method in class org.apache.ibatis.ognl.Evaluation
Gets the first descendent.
getFlag() - Method in class org.apache.ibatis.ognl.DynamicSubscript
 
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
 
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
 
getGetMethod(OgnlContext, Class, String) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
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.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.MapWrapper
 
getGetterType(String) - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
 
getHadToWaitCount() - Method in class org.apache.ibatis.datasource.pooled.PoolState
 
getId() - Method in interface org.apache.ibatis.cache.Cache
 
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
 
getId() - Method in class org.apache.ibatis.migration.Change
 
getIdleConnectionCount() - Method in class org.apache.ibatis.datasource.pooled.PoolState
 
getIdResultMappings() - Method in class org.apache.ibatis.mapping.ResultMap
 
GetImage() - Method in class org.apache.ibatis.ognl.JavaCharStream
 
getIndex() - Method in class org.apache.ibatis.reflection.property.PropertyTokenizer
 
getIndexedName() - Method in class org.apache.ibatis.reflection.property.PropertyTokenizer
 
getIndexedProperty(OgnlContext, Object, String, Object) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
getIndexedPropertyType(OgnlContext, Class, String) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
Determines the index property type, if any.
getIndexedReadMethod() - Method in class org.apache.ibatis.ognl.ObjectIndexedPropertyDescriptor
 
getIndexedWriteMethod() - Method in class org.apache.ibatis.ognl.ObjectIndexedPropertyDescriptor
 
getIndexInParent() - Method in class org.apache.ibatis.ognl.SimpleNode
 
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
 
getJavaType() - Method in class org.apache.ibatis.mapping.ParameterMapping
 
getJavaType() - Method in class org.apache.ibatis.mapping.ResultMapping
 
getJdbcType() - Method in enum org.apache.ibatis.jdbc.Null
 
getJdbcType() - Method in class org.apache.ibatis.mapping.ParameterMapping
 
getJdbcType() - Method in class org.apache.ibatis.mapping.ResultMapping
 
getJdbcTypeName() - Method in class org.apache.ibatis.mapping.ParameterMapping
 
getKeepLastEvaluation() - Method in class org.apache.ibatis.ognl.OgnlContext
Returns true if the last evaluation that was done on this context is retained and available through getLastEvaluation().
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
 
getKeyProperty() - Method in class org.apache.ibatis.mapping.MappedStatement
 
getLastAppliedChange() - Method in class org.apache.ibatis.migration.commands.BaseCommand
 
getLastChild() - Method in class org.apache.ibatis.ognl.Evaluation
Returns the last child of this evaluation.
getLastDescendant() - Method in class org.apache.ibatis.ognl.Evaluation
Gets the last descendent.
getLastEvaluation(Map) - Static method in class org.apache.ibatis.ognl.Ognl
 
getLastEvaluation() - Method in class org.apache.ibatis.ognl.OgnlContext
 
getLevel() - Method in enum org.apache.ibatis.session.TransactionIsolationLevel
 
getLimit() - Method in class org.apache.ibatis.session.RowBounds
 
getLine() - Method in class org.apache.ibatis.ognl.JavaCharStream
Deprecated.  
getLog(Class) - Static method in class org.apache.ibatis.logging.LogFactory
 
getLoginTimeout() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
getLoginTimeout() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
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
 
getMapIdFor(String) - Method in class org.apache.ibatis.mapping.Discriminator
 
getMappedColumns() - Method in class org.apache.ibatis.mapping.ResultMap
 
getMappedStatement() - Method in class org.apache.ibatis.executor.BatchResult
 
getMappedStatement(String) - 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>, SqlSession) - Method in class org.apache.ibatis.binding.MapperRegistry
 
getMapper(Class<T>, SqlSession) - 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
 
getMemberAccess(Map) - Static method in class org.apache.ibatis.ognl.Ognl
 
getMemberAccess() - Method in class org.apache.ibatis.ognl.OgnlContext
 
getMessage() - Method in exception org.apache.ibatis.ognl.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error org.apache.ibatis.ognl.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMethod() - Method in class org.apache.ibatis.plugin.Invocation
 
getMethodAccessor(Class) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
getMethods(Class, boolean) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
getMethods(Class, String, boolean) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
getMethodValue(OgnlContext, Object, String) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
getMethodValue(OgnlContext, Object, String, boolean) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
If the checkAccessAndExistence flag is true this method will check to see if the method exists and if it is accessible according to the context's MemberAccess.
getMigrations() - Method in class org.apache.ibatis.migration.commands.BaseCommand
 
getMode() - Method in class org.apache.ibatis.mapping.ParameterMapping
 
getModifierString(int) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
getName() - Method in class org.apache.ibatis.metadata.Column
 
getName() - Method in class org.apache.ibatis.metadata.Table
 
getName() - Method in exception org.apache.ibatis.ognl.NoSuchPropertyException
 
getName() - Method in class org.apache.ibatis.parsing.XNode
 
getName() - Method in class org.apache.ibatis.reflection.property.PropertyTokenizer
 
getNestedQueryId() - Method in class org.apache.ibatis.mapping.ResultMapping
 
getNestedQueryMappingValue(ResultSet, MetaObject, ResultMapping, ResultLoaderMap) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
getNestedResultMapId() - Method in class org.apache.ibatis.mapping.ResultMapping
 
getNext() - Method in class org.apache.ibatis.ognl.Evaluation
Returns the next sibling of this evaluation.
getNextIDAsString() - Method in class org.apache.ibatis.migration.commands.BaseCommand
 
getNextResultSet(Statement) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
getNextSibling() - Method in class org.apache.ibatis.ognl.SimpleNode
 
getNextToken() - Method in class org.apache.ibatis.ognl.OgnlParser
 
getNextToken() - Method in class org.apache.ibatis.ognl.OgnlParserTokenManager
 
getNode() - Method in class org.apache.ibatis.ognl.Evaluation
Returns the SimpleNode for this Evaluation
getNode() - Method in class org.apache.ibatis.parsing.XNode
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.BaseTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.BaseTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.BigDecimalTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.BigDecimalTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.BlobTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.BlobTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.BooleanTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.BooleanTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.ByteArrayTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.ByteArrayTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.ByteTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.ByteTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.ClobTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.ClobTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.DateOnlyTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.DateOnlyTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.DateTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.DateTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.DoubleTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.DoubleTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.EnumTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.EnumTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.FloatTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.FloatTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.IntegerTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.IntegerTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.LongTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.LongTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.NClobTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.NClobTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.NStringTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.NStringTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.ObjectTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.ObjectTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.ShortTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.ShortTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.SqlDateTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.SqlDateTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.SqlTimestampTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.SqlTimestampTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.SqlTimeTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.SqlTimeTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.StringTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.StringTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.TimeOnlyTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.TimeOnlyTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.UnknownTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.UnknownTypeHandler
 
getNullHandler(Class) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
getNumericScale() - Method in class org.apache.ibatis.mapping.ParameterMapping
 
getNumericType(Object) - Static method in class org.apache.ibatis.ognl.OgnlOps
Returns a constant from the NumericTypes interface that represents the numeric type of the given object.
getNumericType(Object, Object) - Static method in class org.apache.ibatis.ognl.OgnlOps
Returns the constant from the NumericTypes interface that best expresses the type of a numeric operation on the two given objects.
getNumericType(int, int, boolean) - Static method in class org.apache.ibatis.ognl.OgnlOps
Returns the constant from the NumericTypes interface that best expresses the type of an operation, which can be either numeric or not, on the two given types.
getNumericType(Object, Object, boolean) - Static method in class org.apache.ibatis.ognl.OgnlOps
Returns the constant from the NumericTypes interface that best expresses the type of an operation, which can be either numeric or not, on the two given objects.
getObject(Object) - Method in interface org.apache.ibatis.cache.Cache
 
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
 
getObjectArrayPool() - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
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
 
getPackageName(Object) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
Returns the package name of the object's class.
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.mapping.BoundSql
 
getParameterMappings() - Method in class org.apache.ibatis.mapping.ParameterMap
 
getParameterMaps() - Method in class org.apache.ibatis.session.Configuration
 
getParameterObject() - Method in class org.apache.ibatis.executor.BatchResult
 
getParameterObject() - Method in class org.apache.ibatis.executor.parameter.DefaultParameterHandler
 
getParameterObject() - Method in interface org.apache.ibatis.executor.parameter.ParameterHandler
 
getParameterObject() - Method in class org.apache.ibatis.mapping.BoundSql
 
getParameterTypes(Method) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
Returns the parameter types of the given method.
getParameterTypes(Constructor) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
Returns the parameter types of the given method.
getParameterValueString() - Method in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
 
getParent() - Method in class org.apache.ibatis.ognl.Evaluation
Returns the parent evaluation of this evaluation.
getParent() - Method in class org.apache.ibatis.parsing.XNode
 
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
 
getPermission(Method) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
Permission will be named "invoke..".
getPointerString(int) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
Returns a "pointer" string in the usual format for these things - 0x.
getPointerString(Object) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
Returns a "pointer" string in the usual format for these things - 0x for the object given.
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
 
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
 
getPossibleProperty(Map, Object, String) - Method in class org.apache.ibatis.ognl.ObjectPropertyAccessor
Returns OgnlRuntime.NotFound if the property does not exist.
getPreparedStatement() - Method in class org.apache.ibatis.logging.jdbc.PreparedStatementLogger
Return the wrapped prepared statement
getPrevious() - Method in class org.apache.ibatis.ognl.Evaluation
Returns the previous sibling of this evaluation.
getPrimaryKey() - Method in class org.apache.ibatis.metadata.Table
 
getPrimitiveDefaultValue(Class) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
getPrintStream() - Method in class org.apache.ibatis.migration.CommandLine
 
getPrintStream() - Method in class org.apache.ibatis.migration.commands.BaseCommand
 
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.ognl.ArrayPropertyAccessor
 
getProperty(Map, Object, Object) - Method in class org.apache.ibatis.ognl.EnumerationPropertyAccessor
 
getProperty(Map, Object, Object) - Method in class org.apache.ibatis.ognl.IteratorPropertyAccessor
 
getProperty(Map, Object, Object) - Method in class org.apache.ibatis.ognl.ListPropertyAccessor
 
getProperty(Map, Object, Object) - Method in class org.apache.ibatis.ognl.MapPropertyAccessor
 
getProperty(Map, Object, Object) - Method in class org.apache.ibatis.ognl.ObjectPropertyAccessor
 
getProperty(OgnlContext, Object, Object) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
getProperty(Map, Object, Object) - Method in interface org.apache.ibatis.ognl.PropertyAccessor
Extracts and returns the property of the given name from the given target object.
getProperty(Map, Object, Object) - Method in class org.apache.ibatis.ognl.SetPropertyAccessor
 
getPropertyAccessor(Class) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
getPropertyDescriptor(Class, String) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
This method returns a PropertyDescriptor for the given class and property name using a Map lookup (using getPropertyDescriptorsMap()).
getPropertyDescriptorFromArray(Class, String) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
Gets the property descriptor with the given name for the target class given.
getPropertyDescriptors(Class) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
This method returns the property descriptors for the given class as a Map
getPropertyDescriptorsArray(Class) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
getPropertyMappingValue(ResultSet, MetaObject, ResultMapping, ResultLoaderMap) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
getPropertyResultMappings() - Method in class org.apache.ibatis.mapping.ResultMap
 
getPropertyType() - Method in class org.apache.ibatis.ognl.ObjectIndexedPropertyDescriptor
 
getReadWriteLock() - Method in interface org.apache.ibatis.cache.Cache
 
getReadWriteLock() - Method in class org.apache.ibatis.cache.decorators.FifoCache
 
getReadWriteLock() - Method in class org.apache.ibatis.cache.decorators.LoggingCache
 
getReadWriteLock() - Method in class org.apache.ibatis.cache.decorators.LruCache
 
getReadWriteLock() - Method in class org.apache.ibatis.cache.decorators.ScheduledCache
 
getReadWriteLock() - Method in class org.apache.ibatis.cache.decorators.SerializedCache
 
getReadWriteLock() - Method in class org.apache.ibatis.cache.decorators.SoftCache
 
getReadWriteLock() - Method in class org.apache.ibatis.cache.decorators.SynchronizedCache
 
getReadWriteLock() - Method in class org.apache.ibatis.cache.decorators.TransactionalCache
 
getReadWriteLock() - Method in class org.apache.ibatis.cache.decorators.WeakCache
 
getReadWriteLock() - Method in class org.apache.ibatis.cache.impl.PerpetualCache
 
getReason() - Method in exception org.apache.ibatis.ognl.OgnlException
Returns the encapsulated exception, or null if there is none.
getRecoveredCount() - Method in class org.apache.ibatis.ognl.EvaluationPool
Returns the number of items this pool has recovered from the pool since its construction.
getRecoveredCount() - Method in class org.apache.ibatis.ognl.ObjectArrayPool.SizePool
Returns the number of items this pool has recovered from the pool since its construction.
getRecycledCount() - Method in class org.apache.ibatis.ognl.EvaluationPool
Returns the number of items this pool has recycled since it's construction.
getRecycledCount() - Method in class org.apache.ibatis.ognl.ObjectArrayPool.SizePool
Returns the number of items this pool has recycled since it's construction.
getRequestCount() - Method in class org.apache.ibatis.datasource.pooled.PoolState
 
getResource() - Method in class org.apache.ibatis.mapping.MappedStatement
 
getResourceAsFile(String) - Static method in class org.apache.ibatis.io.Resources
Returns a resource on the classpath as a File object
getResourceAsFile(ClassLoader, String) - Static method in class org.apache.ibatis.io.Resources
Returns a resource on the classpath as a File object
getResourceAsProperties(String) - Static method in class org.apache.ibatis.io.Resources
Returns a resource on the classpath as a Properties object
getResourceAsProperties(ClassLoader, String) - Static method in class org.apache.ibatis.io.Resources
Returns a resource on the classpath as a Properties object
getResourceAsReader(String) - Static method in class org.apache.ibatis.io.Resources
Returns a resource on the classpath as a Reader object
getResourceAsReader(ClassLoader, String) - Static method in class org.apache.ibatis.io.Resources
Returns a resource on the classpath as a Reader object
getResourceAsStream(String) - Method in class org.apache.ibatis.io.ClassLoaderWrapper
Get a resource from the classpath
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) - Static method in class org.apache.ibatis.io.Resources
Returns a resource on the classpath as a Stream object
getResourceAsStream(ClassLoader, String) - Static method in class org.apache.ibatis.io.Resources
Returns a resource on the classpath as a Stream object
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
getResourceURL(String) - Static method in class org.apache.ibatis.io.Resources
Returns the URL of the resource on the classpath
getResourceURL(ClassLoader, String) - Static method in class org.apache.ibatis.io.Resources
Returns the URL of the resource on the classpath
getResult() - Method in class org.apache.ibatis.ognl.Evaluation
Returns the result of the Evaluation, or null if it was a set operation.
getResult(ResultSet, String) - Method in class org.apache.ibatis.type.BaseTypeHandler
 
getResult(CallableStatement, int) - Method in class org.apache.ibatis.type.BaseTypeHandler
 
getResult(ResultSet, String) - Method in interface org.apache.ibatis.type.TypeHandler
 
getResult(CallableStatement, int) - Method in interface org.apache.ibatis.type.TypeHandler
 
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
 
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
 
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
 
getResultSetType() - Method in class org.apache.ibatis.mapping.MappedStatement
 
getRoot(Map) - Static method in class org.apache.ibatis.ognl.Ognl
 
getRoot() - Method in class org.apache.ibatis.ognl.OgnlContext
 
getRootEvaluation() - Method in class org.apache.ibatis.ognl.OgnlContext
Gets the root of the evaluation stack.
getRowValue(ResultSet, ResultMap, CacheKey) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
getRowValue(ResultSet, ResultMap, CacheKey) - Method in class org.apache.ibatis.executor.resultset.NestedResultSetHandler
 
getRs() - Method in class org.apache.ibatis.logging.jdbc.ResultSetLogger
Get the wrapped result set
getSchema() - Method in class org.apache.ibatis.metadata.Database
 
getSchema() - Method in class org.apache.ibatis.metadata.Table
 
getScriptRunner() - Method in class org.apache.ibatis.migration.commands.BaseCommand
 
getSecurityManager() - Static method in class org.apache.ibatis.ognl.OgnlRuntime
Gets the SecurityManager that OGNL uses to determine permissions for invoking methods.
getSetablePropertyNames() - Method in class org.apache.ibatis.reflection.Reflector
Gets an array of the writeable properties for an object
getSetInvoker(String) - Method in class org.apache.ibatis.reflection.MetaClass
 
getSetInvoker(String) - Method in class org.apache.ibatis.reflection.Reflector
 
getSetMethod(OgnlContext, Class, String) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
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.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.MapWrapper
 
getSetterType(String) - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
 
getSize() - Method in interface org.apache.ibatis.cache.Cache
 
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
 
getSize() - Method in class org.apache.ibatis.ognl.EvaluationPool
Returns the number of items in the pool
getSize() - Method in class org.apache.ibatis.ognl.ObjectArrayPool.SizePool
Returns the number of items in the pool
getSizePool(int) - Method in class org.apache.ibatis.ognl.ObjectArrayPool
 
getSizePools() - Method in class org.apache.ibatis.ognl.ObjectArrayPool
 
getSource() - Method in class org.apache.ibatis.ognl.Evaluation
Returns the source object on which this Evaluation operated.
getSql() - Method in class org.apache.ibatis.builder.xml.dynamic.DynamicContext
 
getSql() - Method in class org.apache.ibatis.executor.BatchResult
 
getSql() - Method in class org.apache.ibatis.mapping.BoundSql
 
getSqlCommandType() - Method in class org.apache.ibatis.mapping.MappedStatement
 
getSqlFragment(String) - Method in class org.apache.ibatis.builder.xml.XMLMapperBuilder
 
getSqlRunner() - Method in class org.apache.ibatis.migration.commands.BaseCommand
 
getSqlSource() - Method in class org.apache.ibatis.mapping.MappedStatement
 
getStatement() - Method in class org.apache.ibatis.logging.jdbc.StatementLogger
return the wrapped statement
getStatementType() - Method in class org.apache.ibatis.mapping.MappedStatement
 
getStaticField(OgnlContext, String, String) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
getStepCountParameter(int, String...) - Method in class org.apache.ibatis.migration.commands.BaseCommand
 
getStringAttribute(String) - Method in class org.apache.ibatis.parsing.XNode
 
getStringAttribute(String, String) - Method in class org.apache.ibatis.parsing.XNode
 
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.
GetSuffix(int) - Method in class org.apache.ibatis.ognl.JavaCharStream
 
getTable(String) - Method in class org.apache.ibatis.metadata.Database
 
getTableNames() - Method in class org.apache.ibatis.metadata.Database
 
getTarget() - Method in exception org.apache.ibatis.ognl.NoSuchPropertyException
 
getTarget() - Method in class org.apache.ibatis.plugin.Invocation
 
getTargetClass(Object) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
Gets the "target" class of an object for looking up accessors that are registered on the target.
getTimeout() - Method in class org.apache.ibatis.mapping.MappedStatement
 
getToken(int) - Method in class org.apache.ibatis.ognl.OgnlParser
 
getTraceEvaluations() - Method in class org.apache.ibatis.ognl.OgnlContext
 
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
 
getTransactionFactory() - Method in class org.apache.ibatis.mapping.Environment
 
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.metadata.Column
 
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
getTypeAliasRegistry() - Method in class org.apache.ibatis.session.Configuration
 
getTypeConverter(Map) - Static method in class org.apache.ibatis.ognl.Ognl
 
getTypeConverter() - Method in class org.apache.ibatis.ognl.OgnlContext
 
getTypeHandler() - Method in enum org.apache.ibatis.jdbc.Null
 
getTypeHandler() - Method in class org.apache.ibatis.mapping.ParameterMapping
 
getTypeHandler() - Method in class org.apache.ibatis.mapping.ResultMapping
 
getTypeHandler(Class) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
getTypeHandler(JdbcType) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
getTypeHandler(Class, JdbcType) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
getTypeHandlerRegistry() - Method in class org.apache.ibatis.session.Configuration
 
getUniqueDescriptor(Object, boolean) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
Returns a unique descriptor string that includes the object's class and a unique integer identifier.
getUniqueDescriptor(Object) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
Returns a unique descriptor string that includes the object's class' base name and a unique integer identifier.
getUniqueNumber() - Method in class org.apache.ibatis.builder.xml.dynamic.DynamicContext
 
getUnkownTypeHandler() - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
getUpdateCount() - Method in class org.apache.ibatis.cache.CacheKey
 
getUpdateCounts() - Method in class org.apache.ibatis.executor.BatchResult
 
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(OgnlContext, Object) - Method in interface org.apache.ibatis.ognl.Node
Extracts the value from the given source object that is appropriate for this node within the given context.
getValue(Object, Map, Object) - Static method in class org.apache.ibatis.ognl.Ognl
Evaluates the given OGNL expression tree to extract a value from the given root object.
getValue(Object, Map, Object, Class) - Static method in class org.apache.ibatis.ognl.Ognl
Evaluates the given OGNL expression tree to extract a value from the given root object.
getValue(String, Map, Object) - Static method in class org.apache.ibatis.ognl.Ognl
Evaluates the given OGNL expression to extract a value from the given root object in a given context
getValue(String, Map, Object, Class) - Static method in class org.apache.ibatis.ognl.Ognl
Evaluates the given OGNL expression to extract a value from the given root object in a given context
getValue(Object, Object) - Static method in class org.apache.ibatis.ognl.Ognl
Evaluates the given OGNL expression tree to extract a value from the given root object.
getValue(Object, Object, Class) - Static method in class org.apache.ibatis.ognl.Ognl
Evaluates the given OGNL expression tree to extract a value from the given root object.
getValue(String, Object) - Static method in class org.apache.ibatis.ognl.Ognl
Convenience method that combines calls to parseExpression and getValue.
getValue(String, Object, Class) - Static method in class org.apache.ibatis.ognl.Ognl
Convenience method that combines calls to parseExpression and getValue.
getValue(OgnlContext, Object) - Method in class org.apache.ibatis.ognl.SimpleNode
 
getValue(String) - Method in class org.apache.ibatis.reflection.MetaObject
 
getValueBasedIdentifier() - Method in class org.apache.ibatis.parsing.XNode
 
getValueBody(OgnlContext, Object) - Method in class org.apache.ibatis.ognl.SimpleNode
Subclasses implement this method to do the actual work of extracting the appropriate value from the source object.
getValues() - Method in class org.apache.ibatis.ognl.OgnlContext
 
getVariables() - 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
 
greater(Object, Object) - Static method in class org.apache.ibatis.ognl.OgnlOps
 
GROUP_BY(String) - Static method in class org.apache.ibatis.jdbc.SelectBuilder
 
GROUP_BY(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
 

H

hadToWaitCount - Variable in class org.apache.ibatis.datasource.pooled.PoolState
 
handleOutputParameters(CallableStatement) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
handleOutputParameters(CallableStatement) - Method in interface org.apache.ibatis.executor.resultset.ResultSetHandler
 
handleRefCursorOutputParameter(CallableStatement, ParameterMapping, int, MetaObject) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
handleResult(ResultContext) - Method in class org.apache.ibatis.executor.result.DefaultResultHandler
 
handleResult(ResultContext) - Method in interface org.apache.ibatis.session.ResultHandler
 
handleResultSet(ResultSet, ResultMap, List) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
handleResultSets(Statement) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
handleResultSets(Statement) - Method in interface org.apache.ibatis.executor.resultset.ResultSetHandler
 
handleRowValues(ResultSet, ResultMap, ResultHandler, RowBounds) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
handleRowValues(ResultSet, ResultMap, ResultHandler, RowBounds) - Method in class org.apache.ibatis.executor.resultset.NestedResultSetHandler
 
handleToken(String) - Method in interface org.apache.ibatis.parsing.TokenHandler
 
hasAdditionalParameter(String) - Method in class org.apache.ibatis.mapping.BoundSql
 
hasCache(String) - Method in class org.apache.ibatis.session.Configuration
 
hasField(OgnlContext, Object, Class, String) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
hasGetMethod(OgnlContext, Object, Class, String) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
hasGetProperty(OgnlContext, Object, Object) - Method in class org.apache.ibatis.ognl.ObjectPropertyAccessor
 
hasGetProperty(Map, Object, Object) - Method in class org.apache.ibatis.ognl.ObjectPropertyAccessor
 
hasGetProperty(OgnlContext, Object, Object) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
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.MapWrapper
 
hasGetter(String) - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
 
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.metadata.Column
 
hashCode() - Method in class org.apache.ibatis.metadata.Database
 
hashCode() - Method in class org.apache.ibatis.metadata.Table
 
hashCode() - Method in class org.apache.ibatis.migration.Change
 
hashCode() - Method in class org.apache.ibatis.ognl.OgnlContext
 
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.binding.MapperRegistry
 
hasMapper(Class) - Method in class org.apache.ibatis.session.Configuration
 
hasMoreElements() - Method in class org.apache.ibatis.ognl.IteratorEnumeration
 
hasNestedResultMaps() - Method in class org.apache.ibatis.mapping.MappedStatement
 
hasNestedResultMaps() - Method in class org.apache.ibatis.mapping.ResultMap
 
hasNext() - Method in class org.apache.ibatis.ognl.EnumerationIterator
 
hasNext() - Method in class org.apache.ibatis.reflection.property.PropertyTokenizer
 
hasParameterMap(String) - Method in class org.apache.ibatis.session.Configuration
 
hasResultMap(String) - Method in class org.apache.ibatis.session.Configuration
 
hasSetMethod(OgnlContext, Object, Class, String) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
hasSetProperty(OgnlContext, Object, Object) - Method in class org.apache.ibatis.ognl.ObjectPropertyAccessor
 
hasSetProperty(Map, Object, Object) - Method in class org.apache.ibatis.ognl.ObjectPropertyAccessor
 
hasSetProperty(OgnlContext, Object, Object) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
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 writeable property by name
hasSetter(String) - Method in class org.apache.ibatis.reflection.wrapper.BeanWrapper
 
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
 
hasTypeHandler(Class) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
hasTypeHandler(Class, JdbcType) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
hasWrapperFor(Object) - Method in class org.apache.ibatis.reflection.wrapper.DefaultObjectWrapperFactory
 
hasWrapperFor(Object) - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapperFactory
 
HAVING(String) - Static method in class org.apache.ibatis.jdbc.SelectBuilder
 
HAVING(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
 
hits - Variable in class org.apache.ibatis.cache.decorators.LoggingCache
 
horizontalLine(String, int) - Method in class org.apache.ibatis.migration.commands.BaseCommand
 

I

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() - Method in class org.apache.ibatis.mapping.Environment.Builder
 
id() - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
 
id - Variable in class org.apache.ibatis.ognl.SimpleNode
 
IDENT - Static variable in interface org.apache.ibatis.ognl.OgnlParserConstants
 
idleConnections - Variable in class org.apache.ibatis.datasource.pooled.PoolState
 
IfSqlNode - Class in org.apache.ibatis.builder.xml.dynamic
 
IfSqlNode(SqlNode, String) - Constructor for class org.apache.ibatis.builder.xml.dynamic.IfSqlNode
 
image - Variable in class org.apache.ibatis.ognl.Token
The string image of the token.
implementation(Class<? extends Cache>) - Method in class org.apache.ibatis.mapping.CacheBuilder
 
in(Object, Object) - Static method in class org.apache.ibatis.ognl.OgnlOps
 
InappropriateExpressionException - Exception in org.apache.ibatis.ognl
Exception thrown if an OGNL expression is evaluated in the wrong context; the usual case is when an expression that does not end in a property reference is passed to setValue.
InappropriateExpressionException(Node) - Constructor for exception org.apache.ibatis.ognl.InappropriateExpressionException
 
inBuf - Variable in class org.apache.ibatis.ognl.JavaCharStream
 
inclusiveOrExpression() - Method in class org.apache.ibatis.ognl.OgnlParser
 
index() - Method in class org.apache.ibatis.ognl.OgnlParser
 
INDEXED_PROPERTY_INT - Static variable in class org.apache.ibatis.ognl.OgnlRuntime
JavaBeans IndexedProperty
INDEXED_PROPERTY_NONE - Static variable in class org.apache.ibatis.ognl.OgnlRuntime
Not an indexed property
INDEXED_PROPERTY_OBJECT - Static variable in class org.apache.ibatis.ognl.OgnlRuntime
OGNL ObjectIndexedProperty
init(SimpleNode, Object, boolean) - Method in class org.apache.ibatis.ognl.Evaluation
Reinitializes this Evaluation to the parameters specified.
INITIAL_CONTEXT - Static variable in class org.apache.ibatis.datasource.jndi.JndiDataSourceFactory
 
InitializeCommand - Class in org.apache.ibatis.migration.commands
 
InitializeCommand(File, String, boolean) - Constructor for class org.apache.ibatis.migration.commands.InitializeCommand
 
INNER_JOIN(String) - Static method in class org.apache.ibatis.jdbc.SelectBuilder
 
INNER_JOIN(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
 
input_stream - Variable in class org.apache.ibatis.ognl.OgnlParserTokenManager
 
inputStream - Variable in class org.apache.ibatis.ognl.JavaCharStream
 
Insert - Annotation Type in org.apache.ibatis.annotations
 
insert(String, Object...) - Method in class org.apache.ibatis.jdbc.SqlRunner
Executes an INSERT statement.
insert(String) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
insert(String, Object) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
insert(String) - Method in interface org.apache.ibatis.session.SqlSession
 
insert(String, Object) - Method in interface org.apache.ibatis.session.SqlSession
 
INSERT_INTO(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
 
insertChangelog(Change) - Method in class org.apache.ibatis.migration.commands.BaseCommand
 
InsertProvider - Annotation Type in org.apache.ibatis.annotations
 
instance() - Static method in class org.apache.ibatis.executor.ErrorContext
 
instantiateParameterObject(Class) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
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.MapWrapper
 
instantiatePropertyValue(String, PropertyTokenizer, ObjectFactory) - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
 
instantiateResultLoaderMap() - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
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
 
INT - Static variable in interface org.apache.ibatis.ognl.NumericTypes
Type tag meaning int.
INT_LITERAL - Static variable in interface org.apache.ibatis.ognl.OgnlParserConstants
 
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(Invocation) - Method in interface org.apache.ibatis.plugin.Interceptor
 
Interceptor - Interface in org.apache.ibatis.plugin
 
InterceptorChain - Class in org.apache.ibatis.plugin
 
InterceptorChain() - Constructor for class org.apache.ibatis.plugin.InterceptorChain
 
interceptorChain - Variable in class org.apache.ibatis.session.Configuration
 
Intercepts - Annotation Type in org.apache.ibatis.plugin
 
IntHashMap - Class in org.apache.ibatis.ognl
A Map that uses ints as the keys.
IntHashMap(int, float) - Constructor for class org.apache.ibatis.ognl.IntHashMap
 
IntHashMap(int) - Constructor for class org.apache.ibatis.ognl.IntHashMap
 
IntHashMap() - Constructor for class org.apache.ibatis.ognl.IntHashMap
 
IntHashMap.Entry - Class in org.apache.ibatis.ognl
 
IntHashMap.Entry() - Constructor for class org.apache.ibatis.ognl.IntHashMap.Entry
 
Invocation - Class in org.apache.ibatis.plugin
 
Invocation(Object, Method, Object[]) - Constructor for class org.apache.ibatis.plugin.Invocation
 
invoke(Object, Method, Object[]) - Method in class org.apache.ibatis.binding.MapperProxy
 
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, 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
 
invokeMethod(Object, Method, Object[]) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
Invoker - Interface in org.apache.ibatis.reflection.invoker
 
isAccessible(Map, Object, Member, String) - Method in class org.apache.ibatis.ognl.DefaultMemberAccess
Returns true if the given member is accessible or can be made accessible by this object.
isAccessible(Map, Object, Member, String) - Method in interface org.apache.ibatis.ognl.MemberAccess
Returns true if the given member is accessible or can be made accessible by this object.
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
 
isClassCacheEnabled() - Static method in class org.apache.ibatis.reflection.MetaClass
 
isClassCacheEnabled() - Static method in class org.apache.ibatis.reflection.Reflector
 
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
 
isCompositeResult() - Method in class org.apache.ibatis.mapping.ResultMapping
 
isConstant(OgnlContext) - Method in class org.apache.ibatis.ognl.ExpressionNode
 
isConstant(Object, Map) - Static method in class org.apache.ibatis.ognl.Ognl
 
isConstant(String, Map) - Static method in class org.apache.ibatis.ognl.Ognl
 
isConstant(Object) - Static method in class org.apache.ibatis.ognl.Ognl
 
isConstant(String) - Static method in class org.apache.ibatis.ognl.Ognl
 
isConstant(OgnlContext) - Method in class org.apache.ibatis.ognl.SimpleNode
 
isDebugEnabled() - Method in class org.apache.ibatis.logging.commons.JakartaCommonsLoggingImpl
 
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.nologging.NoLoggingImpl
 
isDebugEnabled() - Method in class org.apache.ibatis.logging.slf4j.Slf4jImpl
 
isDebugEnabled() - Method in class org.apache.ibatis.logging.stdout.StdOutImpl
 
isEmpty() - Method in class org.apache.ibatis.ognl.IntHashMap
 
isEmpty() - Method in class org.apache.ibatis.ognl.OgnlContext
 
isEqual(Object, Object) - Static method in class org.apache.ibatis.ognl.OgnlOps
Returns true if object1 is equal to object2 in either the sense that they are the same object or, if both are non-null if they are equal in the equals() sense.
isFieldAccessible(OgnlContext, Object, Class, String) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
isFieldAccessible(OgnlContext, Object, Field, String) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
isFlushCacheRequired() - Method in class org.apache.ibatis.mapping.MappedStatement
 
isGetter(String) - Static method in class org.apache.ibatis.reflection.property.PropertyNamer
 
isInstance(OgnlContext, Object, String) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
isJar(URL) - Method in class org.apache.ibatis.io.ResolverUtil
Returns true if the resource located at the given URL is a JAR file.
isJar(URL, byte[]) - Method in class org.apache.ibatis.io.ResolverUtil
Returns true if the resource located at the given URL is a JAR file.
isLazyLoadingEnabled() - Method in class org.apache.ibatis.session.Configuration
 
isMethodAccessible(OgnlContext, Object, Method, String) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
isMoreSpecific(Class[], Class[]) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
Tells whether the first array of classes is more specific than the second.
isMultipleResultSetsEnabled() - Method in class org.apache.ibatis.session.Configuration
 
isNodeConstant(OgnlContext) - Method in class org.apache.ibatis.ognl.ExpressionNode
Returns true iff this node is constant without respect to the children.
isNodeConstant(OgnlContext) - Method in class org.apache.ibatis.ognl.SimpleNode
Returns true iff this node is constant without respect to the children.
isNodeSimpleProperty(OgnlContext) - Method in class org.apache.ibatis.ognl.SimpleNode
 
isPoolPingEnabled() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
isProperty(String) - Static method in class org.apache.ibatis.reflection.property.PropertyNamer
 
isRelevantResource(String) - Method in class org.apache.ibatis.io.ResolverUtil
Returns true if the name of a resource (file or directory) is one that matters in the search for classes.
isResourceLoaded(String) - Method in class org.apache.ibatis.session.Configuration
 
isSetOperation() - Method in class org.apache.ibatis.ognl.Evaluation
Returns true if this Evaluation represents a set operation.
isSetter(String) - Static method in class org.apache.ibatis.reflection.property.PropertyNamer
 
isSimpleNavigationChain(Object, Map) - Static method in class org.apache.ibatis.ognl.Ognl
 
isSimpleNavigationChain(String, Map) - Static method in class org.apache.ibatis.ognl.Ognl
 
isSimpleNavigationChain(Object) - Static method in class org.apache.ibatis.ognl.Ognl
 
isSimpleNavigationChain(String) - Static method in class org.apache.ibatis.ognl.Ognl
 
isSimpleNavigationChain(OgnlContext) - Method in class org.apache.ibatis.ognl.SimpleNode
 
isSimpleProperty(Object, Map) - Static method in class org.apache.ibatis.ognl.Ognl
 
isSimpleProperty(String, Map) - Static method in class org.apache.ibatis.ognl.Ognl
 
isSimpleProperty(Object) - Static method in class org.apache.ibatis.ognl.Ognl
 
isSimpleProperty(String) - Static method in class org.apache.ibatis.ognl.Ognl
 
isSimpleProperty(OgnlContext) - Method in class org.apache.ibatis.ognl.SimpleNode
 
isSimpleType(Class) - Static method in class org.apache.ibatis.type.SimpleTypeRegistry
Tells us if the class passed in is a knwon common type
isStopped() - Method in class org.apache.ibatis.executor.result.DefaultResultContext
 
isStopped() - Method in interface org.apache.ibatis.session.ResultContext
 
isTypeCompatible(Object, Class) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
Tells whether the given object is compatible with the given class ---that is, whether the given object can be passed as an argument to a method or constructor whose parameter type is the given class.
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
 
isWrapperFor(Class<?>) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
isWrapperFor(Class<?>) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
ITEM_PREFIX - Static variable in class org.apache.ibatis.builder.xml.dynamic.ForEachSqlNode
 
iterator() - Method in class org.apache.ibatis.reflection.property.PropertyTokenizer
 
IteratorElementsAccessor - Class in org.apache.ibatis.ognl
Implementation of the ElementsAccessor interface for Iterators, which simply returns the target iterator itself.
IteratorElementsAccessor() - Constructor for class org.apache.ibatis.ognl.IteratorElementsAccessor
 
IteratorEnumeration - Class in org.apache.ibatis.ognl
Maps an Iterator to an Enumeration
IteratorEnumeration(Iterator) - Constructor for class org.apache.ibatis.ognl.IteratorEnumeration
 
IteratorPropertyAccessor - Class in org.apache.ibatis.ognl
Implementation of PropertyAccessor that provides "property" reference to "next" and "hasNext".
IteratorPropertyAccessor() - Constructor for class org.apache.ibatis.ognl.IteratorPropertyAccessor
 

J

JakartaCommonsLoggingImpl - Class in org.apache.ibatis.logging.commons
 
JakartaCommonsLoggingImpl(Class) - Constructor for class org.apache.ibatis.logging.commons.JakartaCommonsLoggingImpl
 
JavaCharStream - Class in org.apache.ibatis.ognl
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
JavaCharStream(Reader, int, int, int) - Constructor for class org.apache.ibatis.ognl.JavaCharStream
 
JavaCharStream(Reader, int, int) - Constructor for class org.apache.ibatis.ognl.JavaCharStream
 
JavaCharStream(Reader) - Constructor for class org.apache.ibatis.ognl.JavaCharStream
 
JavaCharStream(InputStream, int, int, int) - Constructor for class org.apache.ibatis.ognl.JavaCharStream
 
JavaCharStream(InputStream, int, int) - Constructor for class org.apache.ibatis.ognl.JavaCharStream
 
JavaCharStream(InputStream) - Constructor for class org.apache.ibatis.ognl.JavaCharStream
 
javaType(Class) - Method in class org.apache.ibatis.mapping.ParameterMapping.Builder
 
javaType(Class) - Method in class org.apache.ibatis.mapping.ResultMapping.Builder
 
Jdbc3KeyGenerator - Class in org.apache.ibatis.executor.keygen
 
Jdbc3KeyGenerator() - Constructor for class org.apache.ibatis.executor.keygen.Jdbc3KeyGenerator
 
JdbcTransaction - Class in org.apache.ibatis.transaction.jdbc
 
JdbcTransaction(Connection, boolean) - Constructor for class org.apache.ibatis.transaction.jdbc.JdbcTransaction
 
JdbcTransactionFactory - Class in org.apache.ibatis.transaction.jdbc
 
JdbcTransactionFactory() - Constructor for class org.apache.ibatis.transaction.jdbc.JdbcTransactionFactory
 
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
 
jdbcTypeName(String) - Method in class org.apache.ibatis.mapping.ParameterMapping.Builder
 
Jdk14LoggingImpl - Class in org.apache.ibatis.logging.jdk14
 
Jdk14LoggingImpl(Class) - Constructor for class org.apache.ibatis.logging.jdk14.Jdk14LoggingImpl
 
jj_nt - Variable in class org.apache.ibatis.ognl.OgnlParser
 
jjFillToken() - Method in class org.apache.ibatis.ognl.OgnlParserTokenManager
 
jjnewLexState - Static variable in class org.apache.ibatis.ognl.OgnlParserTokenManager
 
jjstrLiteralImages - Static variable in class org.apache.ibatis.ognl.OgnlParserTokenManager
 
JJTADD - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
jjtAddChild(Node, int) - Method in interface org.apache.ibatis.ognl.Node
This method tells the node to add its argument to the node's list of children.
jjtAddChild(Node, int) - Method in class org.apache.ibatis.ognl.SimpleNode
 
JJTAND - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTASSIGN - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTBITAND - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTBITNEGATE - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTBITOR - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTCHAIN - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
jjtClose() - Method in interface org.apache.ibatis.ognl.Node
This method is called after all the child nodes have been added.
jjtClose() - Method in class org.apache.ibatis.ognl.SimpleNode
 
JJTCONST - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTCTOR - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTDIVIDE - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTEQ - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTEVAL - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
jjtGetChild(int) - Method in interface org.apache.ibatis.ognl.Node
This method returns a child node.
jjtGetChild(int) - Method in class org.apache.ibatis.ognl.SimpleNode
 
jjtGetNumChildren() - Method in interface org.apache.ibatis.ognl.Node
Return the number of children the node has.
jjtGetNumChildren() - Method in class org.apache.ibatis.ognl.SimpleNode
 
jjtGetParent() - Method in interface org.apache.ibatis.ognl.Node
 
jjtGetParent() - Method in class org.apache.ibatis.ognl.SimpleNode
 
JJTGREATER - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTGREATEREQ - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTIN - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTINSTANCEOF - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTKEYVALUE - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTLESS - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTLESSEQ - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTLIST - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTMAP - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTMETHOD - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTMULTIPLY - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTNEGATE - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
jjtNodeName - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTNOT - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTNOTEQ - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTNOTIN - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
jjtOpen() - Method in interface org.apache.ibatis.ognl.Node
This method is called after the node has been made the current node.
jjtOpen() - Method in class org.apache.ibatis.ognl.SimpleNode
 
JJTOR - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTPROJECT - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTPROPERTY - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
jjtree - Variable in class org.apache.ibatis.ognl.OgnlParser
 
JJTREMAINDER - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTROOTVARREF - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTSELECT - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTSELECTFIRST - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTSELECTLAST - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTSEQUENCE - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
jjtSetParent(Node) - Method in interface org.apache.ibatis.ognl.Node
This pair of methods are used to inform the node of its parent.
jjtSetParent(Node) - Method in class org.apache.ibatis.ognl.SimpleNode
 
JJTSHIFTLEFT - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTSHIFTRIGHT - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTSTATICFIELD - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTSTATICMETHOD - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTSUBTRACT - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTTEST - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTTHISVARREF - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTUNSIGNEDSHIFTRIGHT - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTVARREF - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTVOID - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JJTXOR - Static variable in interface org.apache.ibatis.ognl.OgnlParserTreeConstants
 
JndiDataSourceFactory - Class in org.apache.ibatis.datasource.jndi
 
JndiDataSourceFactory() - Constructor for class org.apache.ibatis.datasource.jndi.JndiDataSourceFactory
 
JOIN(String) - Static method in class org.apache.ibatis.jdbc.SelectBuilder
 
JOIN(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
 

K

KEEP_LAST_EVALUATION_CONTEXT_KEY - Static variable in class org.apache.ibatis.ognl.OgnlContext
 
KeyGenerator - Interface in org.apache.ibatis.executor.keygen
 
keyGenerator(KeyGenerator) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
 
keyGenerators - Variable in class org.apache.ibatis.session.Configuration
 
keyProperty(String) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
 
keySet() - Method in class org.apache.ibatis.ognl.IntHashMap
 
keySet() - Method in class org.apache.ibatis.ognl.OgnlContext
 
keyValueExpression() - Method in class org.apache.ibatis.ognl.OgnlParser
 
kind - Variable in class org.apache.ibatis.ognl.Token
An integer that describes the kind of this token.

L

LAST - Static variable in class org.apache.ibatis.ognl.DynamicSubscript
 
last - Static variable in class org.apache.ibatis.ognl.DynamicSubscript
 
LAST_EVALUATION_CONTEXT_KEY - Static variable in class org.apache.ibatis.ognl.OgnlContext
 
lastClear - Variable in class org.apache.ibatis.cache.decorators.ScheduledCache
 
lazyLoadingEnabled - Variable in class org.apache.ibatis.session.Configuration
 
LEFT_OUTER_JOIN(String) - Static method in class org.apache.ibatis.jdbc.SelectBuilder
 
LEFT_OUTER_JOIN(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
 
less(Object, Object) - Static method in class org.apache.ibatis.ognl.OgnlOps
 
LETTER - Static variable in interface org.apache.ibatis.ognl.OgnlParserConstants
 
LexicalError(boolean, int, int, int, String, char) - Static method in error org.apache.ibatis.ognl.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class org.apache.ibatis.ognl.OgnlParserTokenManager
 
line - Variable in class org.apache.ibatis.ognl.JavaCharStream
 
LIST_INTERFACES - Static variable in class org.apache.ibatis.executor.loader.ResultLoader
 
listClassResources(URL, String) - Method in class org.apache.ibatis.io.ResolverUtil
Recursively list all resources under the given URL that appear to define a Java class.
listClassResources(JarInputStream, String) - Method in class org.apache.ibatis.io.ResolverUtil
List the names of the entries in the given JarInputStream that begin with the specified path.
ListPropertyAccessor - Class in org.apache.ibatis.ognl
Implementation of PropertyAccessor that uses numbers and dynamic subscripts as properties to index into Lists.
ListPropertyAccessor() - Constructor for class org.apache.ibatis.ognl.ListPropertyAccessor
 
load(String) - Method in class org.apache.ibatis.executor.loader.ResultLoaderMap
 
loadAll() - Method in class org.apache.ibatis.executor.loader.ResultLoaderMap
 
loaded - Variable in class org.apache.ibatis.executor.loader.ResultLoader
 
loadedResources - Variable in class org.apache.ibatis.session.Configuration
 
loadMappedAndUnmappedColumnNames(ResultSet, ResultMap, List<String>, List<String>) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
loadResult() - Method in class org.apache.ibatis.executor.loader.ResultLoader
 
localCache - Variable in class org.apache.ibatis.executor.BaseExecutor
 
Log - Interface in org.apache.ibatis.logging
 
Log4jImpl - Class in org.apache.ibatis.logging.log4j
 
Log4jImpl(Class) - Constructor for class org.apache.ibatis.logging.log4j.Log4jImpl
 
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
 
LoggingCache - Class in org.apache.ibatis.cache.decorators
 
LoggingCache(Cache) - Constructor for class org.apache.ibatis.cache.decorators.LoggingCache
 
logicalAndExpression() - Method in class org.apache.ibatis.ognl.OgnlParser
 
logicalOrExpression() - Method in class org.apache.ibatis.ognl.OgnlParser
 
LONG - Static variable in interface org.apache.ibatis.ognl.NumericTypes
Type tag meaning long.
LongTypeHandler - Class in org.apache.ibatis.type
 
LongTypeHandler() - Constructor for class org.apache.ibatis.type.LongTypeHandler
 
longValue(Object) - Static method in class org.apache.ibatis.ognl.OgnlOps
Evaluates the given object as a long integer.
lookingAhead - Variable in class org.apache.ibatis.ognl.OgnlParser
 
LruCache - Class in org.apache.ibatis.cache.decorators
Lru (first in, first out) cache decorator
LruCache(Cache) - Constructor for class org.apache.ibatis.cache.decorators.LruCache
 

M

main(String[]) - Static method in class org.apache.ibatis.migration.Migrator
 
ManagedTransaction - Class in org.apache.ibatis.transaction.managed
 
ManagedTransaction(Connection) - Constructor for class org.apache.ibatis.transaction.managed.ManagedTransaction
 
ManagedTransactionFactory - Class in org.apache.ibatis.transaction.managed
 
ManagedTransactionFactory() - Constructor for class org.apache.ibatis.transaction.managed.ManagedTransactionFactory
 
Many - Annotation Type in org.apache.ibatis.annotations
 
MapElementsAccessor - Class in org.apache.ibatis.ognl
Implementation of ElementsAccessor that returns an iterator over the map's values.
MapElementsAccessor() - Constructor for class org.apache.ibatis.ognl.MapElementsAccessor
 
mappedStatement - Variable in class org.apache.ibatis.executor.loader.ResultLoader
 
mappedStatement - Variable in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
mappedStatement - Variable in class org.apache.ibatis.executor.statement.BaseStatementHandler
 
MappedStatement - Class in org.apache.ibatis.mapping
 
MappedStatement.Builder - Class in org.apache.ibatis.mapping
 
MappedStatement.Builder(Configuration, String, SqlSource, SqlCommandType) - Constructor for class org.apache.ibatis.mapping.MappedStatement.Builder
 
mappedStatements - Variable in class org.apache.ibatis.session.Configuration
 
MappedTypes - Annotation Type in org.apache.ibatis.type
 
MapperAnnotationBuilder - Class in org.apache.ibatis.builder.annotation
 
MapperAnnotationBuilder(Configuration, Class) - Constructor for class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
 
MapperBuilderAssistant - Class in org.apache.ibatis.builder
 
MapperBuilderAssistant(Configuration, String) - Constructor for class org.apache.ibatis.builder.MapperBuilderAssistant
 
MapperMethod - Class in org.apache.ibatis.binding
 
MapperMethod(Class, Method, SqlSession) - Constructor for class org.apache.ibatis.binding.MapperMethod
 
MapperProxy - Class in org.apache.ibatis.binding
 
MapperRegistry - Class in org.apache.ibatis.binding
 
MapperRegistry(Configuration) - Constructor for class org.apache.ibatis.binding.MapperRegistry
 
mapperRegistry - Variable in class org.apache.ibatis.session.Configuration
 
MapPropertyAccessor - Class in org.apache.ibatis.ognl
Implementation of PropertyAccessor that sets and gets properties by storing and looking up values in Maps.
MapPropertyAccessor() - Constructor for class org.apache.ibatis.ognl.MapPropertyAccessor
 
MapWrapper - Class in org.apache.ibatis.reflection.wrapper
 
MapWrapper(MetaObject, Map) - Constructor for class org.apache.ibatis.reflection.wrapper.MapWrapper
 
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.
maxNextCharInd - Variable in class org.apache.ibatis.ognl.JavaCharStream
 
MEMBER_ACCESS_CONTEXT_KEY - Static variable in class org.apache.ibatis.ognl.OgnlContext
 
MemberAccess - Interface in org.apache.ibatis.ognl
This interface provides a hook for preparing for accessing members of objects.
message(String) - Method in class org.apache.ibatis.executor.ErrorContext
 
MetaClass - Class in org.apache.ibatis.reflection
 
metaClassForProperty(String) - Method in class org.apache.ibatis.reflection.MetaClass
 
MetaObject - Class in org.apache.ibatis.reflection
 
metaObject - Variable in class org.apache.ibatis.reflection.wrapper.BaseWrapper
 
metaObjectForProperty(String) - Method in class org.apache.ibatis.reflection.MetaObject
 
MethodAccessor - Interface in org.apache.ibatis.ognl
This interface defines methods for callinig methods in a target object.
methodCall() - Method in class org.apache.ibatis.ognl.OgnlParser
 
MethodFailedException - Exception in org.apache.ibatis.ognl
Exception thrown if a method or constructor call fails.
MethodFailedException(Object, String, Throwable) - Constructor for exception org.apache.ibatis.ognl.MethodFailedException
 
MethodInvoker - Class in org.apache.ibatis.reflection.invoker
 
MethodInvoker(Method) - Constructor for class org.apache.ibatis.reflection.invoker.MethodInvoker
 
methodToProperty(String) - Static method in class org.apache.ibatis.reflection.property.PropertyNamer
 
MID - Static variable in class org.apache.ibatis.ognl.DynamicSubscript
 
mid - Static variable in class org.apache.ibatis.ognl.DynamicSubscript
 
MigrationException - Exception in org.apache.ibatis.migration
 
MigrationException() - Constructor for exception org.apache.ibatis.migration.MigrationException
 
MigrationException(String) - Constructor for exception org.apache.ibatis.migration.MigrationException
 
MigrationException(String, Throwable) - Constructor for exception org.apache.ibatis.migration.MigrationException
 
MigrationException(Throwable) - Constructor for exception org.apache.ibatis.migration.MigrationException
 
MigrationReader - Class in org.apache.ibatis.migration
 
MigrationReader(Reader, boolean, Properties) - Constructor for class org.apache.ibatis.migration.MigrationReader
 
Migrator - Class in org.apache.ibatis.migration
 
Migrator() - Constructor for class org.apache.ibatis.migration.Migrator
 
MIN_REAL_TYPE - Static variable in interface org.apache.ibatis.ognl.NumericTypes
The smallest type tag that represents reals as opposed to integers.
MixedSqlNode - Class in org.apache.ibatis.builder.xml.dynamic
 
MixedSqlNode(List<SqlNode>) - Constructor for class org.apache.ibatis.builder.xml.dynamic.MixedSqlNode
 
mode(ParameterMode) - Method in class org.apache.ibatis.mapping.ParameterMapping.Builder
 
multipleResultSetsEnabled - Variable in class org.apache.ibatis.session.Configuration
 
multiplicativeExpression() - Method in class org.apache.ibatis.ognl.OgnlParser
 
multiply(Object, Object) - Static method in class org.apache.ibatis.ognl.OgnlOps
 

N

navigationChain() - Method in class org.apache.ibatis.ognl.OgnlParser
 
NClobTypeHandler - Class in org.apache.ibatis.type
 
NClobTypeHandler() - Constructor for class org.apache.ibatis.type.NClobTypeHandler
 
negate(Object) - Static method in class org.apache.ibatis.ognl.OgnlOps
 
nestedQueryId(String) - Method in class org.apache.ibatis.mapping.ResultMapping.Builder
 
nestedResultMapId(String) - Method in class org.apache.ibatis.mapping.ResultMapping.Builder
 
NestedResultSetHandler - Class in org.apache.ibatis.executor.resultset
 
NestedResultSetHandler(Executor, MappedStatement, ParameterHandler, ResultHandler, BoundSql, RowBounds) - Constructor for class org.apache.ibatis.executor.resultset.NestedResultSetHandler
 
NewCommand - Class in org.apache.ibatis.migration.commands
 
NewCommand(File, String, boolean) - Constructor for class org.apache.ibatis.migration.commands.NewCommand
 
newDatabase(Connection, String, String) - Static method in class org.apache.ibatis.metadata.DatabaseFactory
 
newExecutor(Transaction) - Method in class org.apache.ibatis.session.Configuration
 
newExecutor(Transaction, ExecutorType) - Method in class org.apache.ibatis.session.Configuration
 
newInstance(Connection) - Static method in class org.apache.ibatis.logging.jdbc.ConnectionLogger
Creates a logging version of a connection
newInstance(PreparedStatement, String) - Static method in class org.apache.ibatis.logging.jdbc.PreparedStatementLogger
Creates a logging version of a PreparedStatement
newInstance(ResultSet) - Static method in class org.apache.ibatis.logging.jdbc.ResultSetLogger
Creates a logging version of a ResultSet
newInstance(Statement) - Static method in class org.apache.ibatis.logging.jdbc.StatementLogger
Creates a logging version of a Statement
newInteger(int, long) - Static method in class org.apache.ibatis.ognl.OgnlOps
Returns a new Number object of an appropriate type to hold the given integer value.
newMapperProxy(Class<T>, SqlSession) - Static method in class org.apache.ibatis.binding.MapperProxy
 
newMetaObject(Object) - Method in class org.apache.ibatis.session.Configuration
 
newParameterHandler(MappedStatement, Object, BoundSql) - Method in class org.apache.ibatis.session.Configuration
 
newReal(int, double) - Static method in class org.apache.ibatis.ognl.OgnlOps
Returns a new Number object of an appropriate type to hold the given real value.
newResultSetHandler(Executor, MappedStatement, RowBounds, ParameterHandler, ResultHandler, BoundSql) - Method in class org.apache.ibatis.session.Configuration
 
newStatementHandler(Executor, MappedStatement, Object, RowBounds, ResultHandler) - Method in class org.apache.ibatis.session.Configuration
 
newToken(int) - Static method in class org.apache.ibatis.ognl.Token
Returns a new Token object, by default.
newTransaction(Connection, boolean) - Method in class org.apache.ibatis.transaction.jdbc.JdbcTransactionFactory
 
newTransaction(Connection, boolean) - Method in class org.apache.ibatis.transaction.managed.ManagedTransactionFactory
 
newTransaction(Connection, boolean) - Method in interface org.apache.ibatis.transaction.TransactionFactory
 
newXNode(Node) - Method in class org.apache.ibatis.parsing.XNode
 
next() - Method in class org.apache.ibatis.ognl.EnumerationIterator
 
next - Variable in class org.apache.ibatis.ognl.Token
A reference to the next regular (non-special) token from the input stream.
next() - Method in class org.apache.ibatis.reflection.property.PropertyTokenizer
 
nextCharBuf - Variable in class org.apache.ibatis.ognl.JavaCharStream
 
nextCharInd - Variable in class org.apache.ibatis.ognl.JavaCharStream
 
nextElement() - Method in class org.apache.ibatis.ognl.IteratorEnumeration
 
nextResultObject(Object) - 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
 
NoArguments - Static variable in class org.apache.ibatis.ognl.OgnlRuntime
 
NoArgumentTypes - Static variable in class org.apache.ibatis.ognl.OgnlRuntime
 
NoConversionPossible - Static variable in class org.apache.ibatis.ognl.OgnlRuntime
Token returned by TypeConverter for no conversion possible
Node - Interface in org.apache.ibatis.ognl
JJTree interface for AST nodes, as modified to handle the OGNL operations getValue and setValue.
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(Class) - Constructor for class org.apache.ibatis.logging.nologging.NoLoggingImpl
 
NONNUMERIC - Static variable in interface org.apache.ibatis.ognl.NumericTypes
Type tag meaning something other than a number.
NoSuchPropertyException - Exception in org.apache.ibatis.ognl
Exception thrown if a property is attempted to be extracted from an object that does not have such a property.
NoSuchPropertyException(Object, Object, Throwable) - Constructor for exception org.apache.ibatis.ognl.NoSuchPropertyException
 
NoSuchPropertyException(Object, Object) - Constructor for exception org.apache.ibatis.ognl.NoSuchPropertyException
 
NotFound - Static variable in class org.apache.ibatis.ognl.OgnlRuntime
 
NotFoundList - Static variable in class org.apache.ibatis.ognl.OgnlRuntime
 
NotFoundMap - Static variable in class org.apache.ibatis.ognl.OgnlRuntime
 
NStringTypeHandler - Class in org.apache.ibatis.type
 
NStringTypeHandler() - Constructor for class org.apache.ibatis.type.NStringTypeHandler
 
Null - Enum in org.apache.ibatis.jdbc
 
NULL_CACHE_KEY - Static variable in class org.apache.ibatis.cache.CacheKey
 
NULL_META_OBJECT - Static variable in class org.apache.ibatis.reflection.MetaObject
 
NULL_STRING - Static variable in class org.apache.ibatis.ognl.OgnlRuntime
 
NullHandler - Interface in org.apache.ibatis.ognl
Interface for handling null results from Chains.
nullMethodResult(Map, Object, String, Object[]) - Method in interface org.apache.ibatis.ognl.NullHandler
Method called on target returned null.
nullMethodResult(Map, Object, String, Object[]) - Method in class org.apache.ibatis.ognl.ObjectNullHandler
 
nullPropertyValue(Map, Object, Object) - Method in interface org.apache.ibatis.ognl.NullHandler
Property in target evaluated to null.
nullPropertyValue(Map, Object, Object) - Method in class org.apache.ibatis.ognl.ObjectNullHandler
 
NumberElementsAccessor - Class in org.apache.ibatis.ognl
Implementation of ElementsAccessor that returns an iterator over integers from 0 up to the given target.
NumberElementsAccessor() - Constructor for class org.apache.ibatis.ognl.NumberElementsAccessor
 
numericScale(Integer) - Method in class org.apache.ibatis.mapping.ParameterMapping.Builder
 
NumericTypes - Interface in org.apache.ibatis.ognl
This interface defines some useful constants for describing the various possible numeric types of OGNL.

O

object(String) - Method in class org.apache.ibatis.executor.ErrorContext
 
ObjectArrayPool - Class in org.apache.ibatis.ognl
 
ObjectArrayPool() - Constructor for class org.apache.ibatis.ognl.ObjectArrayPool
 
ObjectArrayPool.SizePool - Class in org.apache.ibatis.ognl
 
ObjectArrayPool.SizePool(int) - Constructor for class org.apache.ibatis.ognl.ObjectArrayPool.SizePool
 
ObjectArrayPool.SizePool(int, int) - Constructor for class org.apache.ibatis.ognl.ObjectArrayPool.SizePool
 
ObjectElementsAccessor - Class in org.apache.ibatis.ognl
Implementation of ElementsAccessor that returns a single-element iterator, containing the original target object.
ObjectElementsAccessor() - Constructor for class org.apache.ibatis.ognl.ObjectElementsAccessor
 
objectFactory - Variable in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
objectFactory - Variable in class org.apache.ibatis.executor.statement.BaseStatementHandler
 
ObjectFactory - Interface in org.apache.ibatis.reflection.factory
 
objectFactory - Variable in class org.apache.ibatis.session.Configuration
 
ObjectIndexedPropertyDescriptor - Class in org.apache.ibatis.ognl
PropertyDescriptor subclass that describes an indexed set of read/write methods to get a property.
ObjectIndexedPropertyDescriptor(String, Class, Method, Method) - Constructor for class org.apache.ibatis.ognl.ObjectIndexedPropertyDescriptor
 
ObjectMethodAccessor - Class in org.apache.ibatis.ognl
Implementation of PropertyAccessor that uses reflection on the target object's class to find a field or a pair of set/get methods with the given property name.
ObjectMethodAccessor() - Constructor for class org.apache.ibatis.ognl.ObjectMethodAccessor
 
ObjectNullHandler - Class in org.apache.ibatis.ognl
Implementation of NullHandler that returns null in all cases, so that NullPointerException will be thrown by the caller.
ObjectNullHandler() - Constructor for class org.apache.ibatis.ognl.ObjectNullHandler
 
ObjectPropertyAccessor - Class in org.apache.ibatis.ognl
Implementation of PropertyAccessor that uses reflection on the target object's class to find a field or a pair of set/get methods with the given property name.
ObjectPropertyAccessor() - Constructor for class org.apache.ibatis.ognl.ObjectPropertyAccessor
 
ObjectTypeHandler - Class in org.apache.ibatis.type
 
ObjectTypeHandler() - Constructor for class org.apache.ibatis.type.ObjectTypeHandler
 
ObjectWrapper - Interface in org.apache.ibatis.reflection.wrapper
 
ObjectWrapperFactory - Interface in org.apache.ibatis.reflection.wrapper
 
objectWrapperFactory - Variable in class org.apache.ibatis.session.Configuration
 
Ognl - Class in org.apache.ibatis.ognl
This class provides static methods for parsing and interpreting OGNL expressions.
OgnlContext - Class in org.apache.ibatis.ognl
This class defines the execution context for an OGNL expression
OgnlContext() - Constructor for class org.apache.ibatis.ognl.OgnlContext
Constructs a new OgnlContext with the default class resolver, type converter and member access.
OgnlContext(ClassResolver, TypeConverter, MemberAccess) - Constructor for class org.apache.ibatis.ognl.OgnlContext
Constructs a new OgnlContext with the given class resolver, type converter and member access.
OgnlContext(Map) - Constructor for class org.apache.ibatis.ognl.OgnlContext
 
OgnlContext(ClassResolver, TypeConverter, MemberAccess, Map) - Constructor for class org.apache.ibatis.ognl.OgnlContext
 
OgnlException - Exception in org.apache.ibatis.ognl
Superclass for OGNL exceptions, incorporating an optional encapsulated exception.
OgnlException() - Constructor for exception org.apache.ibatis.ognl.OgnlException
Constructs an OgnlException with no message or encapsulated exception.
OgnlException(String) - Constructor for exception org.apache.ibatis.ognl.OgnlException
Constructs an OgnlException with the given message but no encapsulated exception.
OgnlException(String, Throwable) - Constructor for exception org.apache.ibatis.ognl.OgnlException
Constructs an OgnlException with the given message and encapsulated exception.
OgnlInvokePermission - Class in org.apache.ibatis.ognl
BasicPermission subclass that defines a permission token for invoking methods within OGNL.
OgnlInvokePermission(String) - Constructor for class org.apache.ibatis.ognl.OgnlInvokePermission
 
OgnlInvokePermission(String, String) - Constructor for class org.apache.ibatis.ognl.OgnlInvokePermission
 
OgnlOps - Class in org.apache.ibatis.ognl
This is an abstract class with static methods that define the operations of OGNL.
OgnlOps() - Constructor for class org.apache.ibatis.ognl.OgnlOps
 
OgnlParser - Class in org.apache.ibatis.ognl
OgnlParser is a JavaCC parser class; it translates OGNL expressions into abstract syntax trees (ASTs) that can then be interpreted by the getValue and setValue methods.
OgnlParser(InputStream) - Constructor for class org.apache.ibatis.ognl.OgnlParser
 
OgnlParser(Reader) - Constructor for class org.apache.ibatis.ognl.OgnlParser
 
OgnlParser(OgnlParserTokenManager) - Constructor for class org.apache.ibatis.ognl.OgnlParser
 
OgnlParserConstants - Interface in org.apache.ibatis.ognl
 
OgnlParserTokenManager - Class in org.apache.ibatis.ognl
 
OgnlParserTokenManager(JavaCharStream) - Constructor for class org.apache.ibatis.ognl.OgnlParserTokenManager
 
OgnlParserTokenManager(JavaCharStream, int) - Constructor for class org.apache.ibatis.ognl.OgnlParserTokenManager
 
OgnlParserTreeConstants - Interface in org.apache.ibatis.ognl
 
OgnlRuntime - Class in org.apache.ibatis.ognl
This is an abstract class with static methods that define runtime caching information in OGNL.
OgnlRuntime() - Constructor for class org.apache.ibatis.ognl.OgnlRuntime
 
One - Annotation Type in org.apache.ibatis.annotations
 
openSession() - Method in class org.apache.ibatis.session.defaults.DefaultSqlSessionFactory
 
openSession(boolean) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSessionFactory
 
openSession(ExecutorType) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSessionFactory
 
openSession(TransactionIsolationLevel) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSessionFactory
 
openSession(ExecutorType, TransactionIsolationLevel) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSessionFactory
 
openSession(ExecutorType, boolean) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSessionFactory
 
openSession(Connection) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSessionFactory
 
openSession(ExecutorType, Connection) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSessionFactory
 
openSession() - Method in interface org.apache.ibatis.session.SqlSessionFactory
 
openSession(boolean) - Method in interface org.apache.ibatis.session.SqlSessionFactory
 
openSession(Connection) - Method in interface org.apache.ibatis.session.SqlSessionFactory
 
openSession(TransactionIsolationLevel) - Method in interface org.apache.ibatis.session.SqlSessionFactory
 
openSession(ExecutorType) - Method in interface org.apache.ibatis.session.SqlSessionFactory
 
openSession(ExecutorType, boolean) - Method in interface org.apache.ibatis.session.SqlSessionFactory
 
openSession(ExecutorType, TransactionIsolationLevel) - Method in interface org.apache.ibatis.session.SqlSessionFactory
 
openSession(ExecutorType, Connection) - Method in interface org.apache.ibatis.session.SqlSessionFactory
 
Options - Annotation Type in org.apache.ibatis.annotations
 
OR() - Static method in class org.apache.ibatis.jdbc.SelectBuilder
 
OR() - Static method in class org.apache.ibatis.jdbc.SqlBuilder
 
ORDER_BY(String) - Static method in class org.apache.ibatis.jdbc.SelectBuilder
 
ORDER_BY(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
 
org.apache.ibatis.annotations - package org.apache.ibatis.annotations
 
org.apache.ibatis.binding - package org.apache.ibatis.binding
 
org.apache.ibatis.builder - package org.apache.ibatis.builder
 
org.apache.ibatis.builder.annotation - package org.apache.ibatis.builder.annotation
 
org.apache.ibatis.builder.xml - package org.apache.ibatis.builder.xml
 
org.apache.ibatis.builder.xml.dynamic - package org.apache.ibatis.builder.xml.dynamic
 
org.apache.ibatis.cache - package org.apache.ibatis.cache
 
org.apache.ibatis.cache.decorators - package org.apache.ibatis.cache.decorators
 
org.apache.ibatis.cache.impl - package org.apache.ibatis.cache.impl
 
org.apache.ibatis.datasource - package org.apache.ibatis.datasource
 
org.apache.ibatis.datasource.jndi - package org.apache.ibatis.datasource.jndi
 
org.apache.ibatis.datasource.pooled - package org.apache.ibatis.datasource.pooled
 
org.apache.ibatis.datasource.unpooled - package org.apache.ibatis.datasource.unpooled
 
org.apache.ibatis.exceptions - package org.apache.ibatis.exceptions
 
org.apache.ibatis.executor - package org.apache.ibatis.executor
 
org.apache.ibatis.executor.keygen - package org.apache.ibatis.executor.keygen
 
org.apache.ibatis.executor.loader - package org.apache.ibatis.executor.loader
 
org.apache.ibatis.executor.parameter - package org.apache.ibatis.executor.parameter
 
org.apache.ibatis.executor.result - package org.apache.ibatis.executor.result
 
org.apache.ibatis.executor.resultset - package org.apache.ibatis.executor.resultset
 
org.apache.ibatis.executor.statement - package org.apache.ibatis.executor.statement
 
org.apache.ibatis.io - package org.apache.ibatis.io
 
org.apache.ibatis.jdbc - package org.apache.ibatis.jdbc
 
org.apache.ibatis.logging - package org.apache.ibatis.logging
 
org.apache.ibatis.logging.commons - package org.apache.ibatis.logging.commons
 
org.apache.ibatis.logging.jdbc - package org.apache.ibatis.logging.jdbc
 
org.apache.ibatis.logging.jdk14 - package org.apache.ibatis.logging.jdk14
 
org.apache.ibatis.logging.log4j - package org.apache.ibatis.logging.log4j
 
org.apache.ibatis.logging.nologging - package org.apache.ibatis.logging.nologging
 
org.apache.ibatis.logging.slf4j - package org.apache.ibatis.logging.slf4j
 
org.apache.ibatis.logging.stdout - package org.apache.ibatis.logging.stdout
 
org.apache.ibatis.mapping - package org.apache.ibatis.mapping
 
org.apache.ibatis.metadata - package org.apache.ibatis.metadata
 
org.apache.ibatis.migration - package org.apache.ibatis.migration
 
org.apache.ibatis.migration.commands - package org.apache.ibatis.migration.commands
 
org.apache.ibatis.ognl - package org.apache.ibatis.ognl
OGNL stands for Object-Graph Navigation Language; it is an expression language for getting and setting properties of Java objects.
org.apache.ibatis.parsing - package org.apache.ibatis.parsing
 
org.apache.ibatis.plugin - package org.apache.ibatis.plugin
 
org.apache.ibatis.reflection - package org.apache.ibatis.reflection
 
org.apache.ibatis.reflection.factory - package org.apache.ibatis.reflection.factory
 
org.apache.ibatis.reflection.invoker - package org.apache.ibatis.reflection.invoker
 
org.apache.ibatis.reflection.property - package org.apache.ibatis.reflection.property
 
org.apache.ibatis.reflection.wrapper - package org.apache.ibatis.reflection.wrapper
 
org.apache.ibatis.session - package org.apache.ibatis.session
 
org.apache.ibatis.session.defaults - package org.apache.ibatis.session.defaults
 
org.apache.ibatis.transaction - package org.apache.ibatis.transaction
 
org.apache.ibatis.transaction.jdbc - package org.apache.ibatis.transaction.jdbc
 
org.apache.ibatis.transaction.managed - package org.apache.ibatis.transaction.managed
 
org.apache.ibatis.type - package org.apache.ibatis.type
 
OUTER_JOIN(String) - Static method in class org.apache.ibatis.jdbc.SelectBuilder
 
OUTER_JOIN(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
 

P

Param - Annotation Type in org.apache.ibatis.annotations
 
PARAMETER_OBJECT_KEY - Static variable in class org.apache.ibatis.builder.xml.dynamic.DynamicContext
 
ParameterHandler - Interface in org.apache.ibatis.executor.parameter
 
parameterHandler - Variable in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
parameterHandler - Variable in class org.apache.ibatis.executor.statement.BaseStatementHandler
 
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
 
parameterMap(ParameterMap) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
 
ParameterMap - Class in org.apache.ibatis.mapping
 
ParameterMap.Builder - Class in org.apache.ibatis.mapping
 
ParameterMap.Builder(Configuration, String, Class, List<ParameterMapping>) - Constructor for class org.apache.ibatis.mapping.ParameterMap.Builder
 
ParameterMapping - Class in org.apache.ibatis.mapping
 
ParameterMapping.Builder - Class in org.apache.ibatis.mapping
 
ParameterMapping.Builder(Configuration, String, TypeHandler) - Constructor for class org.apache.ibatis.mapping.ParameterMapping.Builder
 
ParameterMapping.Builder(Configuration, String, Class) - Constructor for class org.apache.ibatis.mapping.ParameterMapping.Builder
 
parameterMaps - Variable in class org.apache.ibatis.session.Configuration
 
ParameterMode - Enum in org.apache.ibatis.mapping
 
parameterObject - Variable in class org.apache.ibatis.executor.loader.ResultLoader
 
paramsEmpty(String...) - Method in class org.apache.ibatis.migration.commands.BaseCommand
 
parent - Variable in class org.apache.ibatis.ognl.SimpleNode
 
parse() - Method in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
 
parse(String, Class) - Method in class org.apache.ibatis.builder.SqlSourceBuilder
 
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.parsing.GenericTokenParser
 
parse(String, Properties) - Static method in class org.apache.ibatis.parsing.PropertyParser
 
ParseException - Exception in org.apache.ibatis.ognl
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.apache.ibatis.ognl.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.apache.ibatis.ognl.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.apache.ibatis.ognl.ParseException
 
parseExpression(String) - Static method in class org.apache.ibatis.ognl.Ognl
Parses the given OGNL expression and returns a tree representation of the expression that can be used by Ognl static methods.
parser - Variable in class org.apache.ibatis.ognl.SimpleNode
 
parseStatementNode(XNode) - 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
 
PendingCommand - Class in org.apache.ibatis.migration.commands
 
PendingCommand(File, String, boolean) - Constructor for class org.apache.ibatis.migration.commands.PendingCommand
 
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
 
pingConnection(PooledConnection) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
Method to check to see if a connection is still usable
plugin(Object) - Method in interface org.apache.ibatis.plugin.Interceptor
 
Plugin - Class in org.apache.ibatis.plugin
 
pluginAll(Object) - Method in class org.apache.ibatis.plugin.InterceptorChain
 
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
 
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(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(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
 
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
 
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
 
popEvaluation() - Method in class org.apache.ibatis.ognl.OgnlContext
Pops the current Evaluation off of the top of the stack.
prepare(Connection) - Method in class org.apache.ibatis.executor.statement.BaseStatementHandler
 
prepare(Connection) - Method in class org.apache.ibatis.executor.statement.RoutingStatementHandler
 
prepare(Connection) - Method in interface org.apache.ibatis.executor.statement.StatementHandler
 
prepareCompositeKeyParameter(ResultSet, ResultMapping, Class) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
PreparedStatementHandler - Class in org.apache.ibatis.executor.statement
 
PreparedStatementHandler(Executor, MappedStatement, Object, RowBounds, ResultHandler) - Constructor for class org.apache.ibatis.executor.statement.PreparedStatementHandler
 
PreparedStatementLogger - Class in org.apache.ibatis.logging.jdbc
PreparedStatement proxy to add logging
prepareParameterForNestedQuery(ResultSet, ResultMapping, Class) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
prepareSimpleKeyParameter(ResultSet, ResultMapping, Class) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
prevCharIsCR - Variable in class org.apache.ibatis.ognl.JavaCharStream
 
prevCharIsLF - Variable in class org.apache.ibatis.ognl.JavaCharStream
 
primaryExpression() - Method in class org.apache.ibatis.ognl.OgnlParser
 
printStackTrace() - Method in exception org.apache.ibatis.ognl.OgnlException
Prints the stack trace for this (and possibly the encapsulated) exception on System.err.
printStackTrace(PrintStream) - Method in exception org.apache.ibatis.ognl.OgnlException
Prints the stack trace for this (and possibly the encapsulated) exception on the given print stream.
printStackTrace(PrintWriter) - Method in exception org.apache.ibatis.ognl.OgnlException
Prints the stack trace for this (and possibly the encapsulated) exception on the given print writer.
printStream - Variable in class org.apache.ibatis.migration.commands.BaseCommand
 
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
 
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
 
projection() - Method in class org.apache.ibatis.ognl.OgnlParser
Apply an expression to all elements of a collection, creating a new collection as the result.
properties(Properties) - Method in class org.apache.ibatis.mapping.CacheBuilder
 
PropertyAccessor - Interface in org.apache.ibatis.ognl
This interface defines methods for setting and getting a property from a target object.
propertyName() - Method in class org.apache.ibatis.ognl.OgnlParser
 
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
 
PropertyTokenizer - Class in org.apache.ibatis.reflection.property
 
PropertyTokenizer(String) - Constructor for class org.apache.ibatis.reflection.property.PropertyTokenizer
 
ProviderSqlSource - Class in org.apache.ibatis.builder.annotation
 
ProviderSqlSource(Configuration, Object) - Constructor for class org.apache.ibatis.builder.annotation.ProviderSqlSource
 
pushConnection(PooledConnection) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
pushEvaluation(Evaluation) - Method in class org.apache.ibatis.ognl.OgnlContext
Pushes a new Evaluation onto the stack.
put(int, Object) - Method in class org.apache.ibatis.ognl.IntHashMap
 
put(Object, Object) - Method in class org.apache.ibatis.ognl.IntHashMap
 
put(Object, Object) - Method in class org.apache.ibatis.ognl.OgnlContext
 
put(J, K) - Method in class org.apache.ibatis.session.Configuration.StrictMap
 
putAll(Map) - Method in class org.apache.ibatis.ognl.IntHashMap
 
putAll(Map) - Method in class org.apache.ibatis.ognl.OgnlContext
 
putObject(Object, Object) - Method in interface org.apache.ibatis.cache.Cache
 
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
 

Q

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(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
 
queryStack - Variable in class org.apache.ibatis.executor.BaseExecutor
 

R

read(char[], int, int) - Method in class org.apache.ibatis.migration.MigrationReader
 
ReadByte() - Method in class org.apache.ibatis.ognl.JavaCharStream
 
readChar() - Method in class org.apache.ibatis.ognl.JavaCharStream
 
readWrite(boolean) - Method in class org.apache.ibatis.mapping.CacheBuilder
 
rebindGeneratedKey() - Method in class org.apache.ibatis.executor.statement.BaseStatementHandler
 
recall() - Method in class org.apache.ibatis.executor.ErrorContext
 
recycle(Evaluation) - Method in class org.apache.ibatis.ognl.EvaluationPool
Recycles an Evaluation
recycle(Object[]) - Method in class org.apache.ibatis.ognl.ObjectArrayPool
 
recycle(Object[]) - Method in class org.apache.ibatis.ognl.ObjectArrayPool.SizePool
 
recycleAll(Evaluation) - Method in class org.apache.ibatis.ognl.EvaluationPool
Recycles an of Evaluation and all of it's siblings and children.
recycleAll(List) - Method in class org.apache.ibatis.ognl.EvaluationPool
Recycles a List of Evaluation objects
recycleLastEvaluation() - Method in class org.apache.ibatis.ognl.OgnlContext
This method can be called when the last evaluation has been used and can be returned for reuse in the free pool maintained by the runtime.
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 - 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.
register(JdbcType, TypeHandler) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
register(Class, TypeHandler) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
register(Class, JdbcType, TypeHandler) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
register(String) - 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
 
rehash() - Method in class org.apache.ibatis.ognl.IntHashMap
 
ReInit(Reader, int, int, int) - Method in class org.apache.ibatis.ognl.JavaCharStream
 
ReInit(Reader, int, int) - Method in class org.apache.ibatis.ognl.JavaCharStream
 
ReInit(Reader) - Method in class org.apache.ibatis.ognl.JavaCharStream
 
ReInit(InputStream, int, int, int) - Method in class org.apache.ibatis.ognl.JavaCharStream
 
ReInit(InputStream, int, int) - Method in class org.apache.ibatis.ognl.JavaCharStream
 
ReInit(InputStream) - Method in class org.apache.ibatis.ognl.JavaCharStream
 
ReInit(InputStream) - Method in class org.apache.ibatis.ognl.OgnlParser
 
ReInit(Reader) - Method in class org.apache.ibatis.ognl.OgnlParser
 
ReInit(OgnlParserTokenManager) - Method in class org.apache.ibatis.ognl.OgnlParser
 
ReInit(JavaCharStream) - Method in class org.apache.ibatis.ognl.OgnlParserTokenManager
 
ReInit(JavaCharStream, int) - Method in class org.apache.ibatis.ognl.OgnlParserTokenManager
 
relationalExpression() - Method in class org.apache.ibatis.ognl.OgnlParser
 
remainder(Object, Object) - Static method in class org.apache.ibatis.ognl.OgnlOps
 
remove() - Method in class org.apache.ibatis.ognl.EnumerationIterator
 
remove(int) - Method in class org.apache.ibatis.ognl.IntHashMap
 
remove(Object) - Method in class org.apache.ibatis.ognl.IntHashMap
 
remove(Object) - Method in class org.apache.ibatis.ognl.OgnlContext
 
remove() - Method in class org.apache.ibatis.reflection.property.PropertyTokenizer
 
removeBreakingWhitespace(String) - Method in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
 
removeObject(Object) - Method in interface org.apache.ibatis.cache.Cache
 
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
 
requestCount - Variable in class org.apache.ibatis.datasource.pooled.PoolState
 
requests - Variable in class org.apache.ibatis.cache.decorators.LoggingCache
 
reset() - Method in class org.apache.ibatis.executor.ErrorContext
 
RESET() - Static method in class org.apache.ibatis.jdbc.SelectBuilder
 
RESET() - Static method in class org.apache.ibatis.jdbc.SqlBuilder
 
reset() - Method in class org.apache.ibatis.ognl.Evaluation
Resets this Evaluation to the initial state.
resetAutoCommit() - Method in class org.apache.ibatis.transaction.jdbc.JdbcTransaction
 
resolveAlias(String) - Method in class org.apache.ibatis.builder.BaseBuilder
 
resolveAlias(String) - Method in class org.apache.ibatis.type.TypeAliasRegistry
 
resolveClass(String) - Method in class org.apache.ibatis.builder.BaseBuilder
 
resolveCollection(PropertyTokenizer, Object) - Method in class org.apache.ibatis.reflection.wrapper.BaseWrapper
 
resolveDiscriminatedResultMap(ResultSet, ResultMap) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
resolveEntity(String, String) - Method in class org.apache.ibatis.builder.xml.XMLMapperEntityResolver
Converts a public DTD into a local one
resolveInstance(String) - Method in class org.apache.ibatis.builder.BaseBuilder
 
resolveInstance(Class) - Method in class org.apache.ibatis.builder.BaseBuilder
 
resolveJdbcType(String) - Method in class org.apache.ibatis.builder.BaseBuilder
 
resolveParameterMode(String) - Method in class org.apache.ibatis.builder.BaseBuilder
 
resolveResultSetType(String) - Method in class org.apache.ibatis.builder.BaseBuilder
 
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.AnnotatedWith(Class<? extends Annotation>) - Constructor for class org.apache.ibatis.io.ResolverUtil.AnnotatedWith
Constructs an AnnotatedWith test for the specified annotation type.
ResolverUtil.IsA - Class in org.apache.ibatis.io
A Test that checks to see if each class is assignable to the provided class.
ResolverUtil.IsA(Class<?>) - Constructor for class org.apache.ibatis.io.ResolverUtil.IsA
Constructs an IsA test using the supplied Class as the parent class/interface.
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.
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.
restore(Map, Object, Member, String, Object) - Method in class org.apache.ibatis.ognl.DefaultMemberAccess
 
restore(Map, Object, Member, String, Object) - Method in interface org.apache.ibatis.ognl.MemberAccess
Restores the member from the previous setup call.
Result - Annotation Type in org.apache.ibatis.annotations
 
ResultContext - Interface in org.apache.ibatis.session
 
ResultFlag - Enum in org.apache.ibatis.mapping
 
resultHandler - Variable in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
ResultHandler - Interface in org.apache.ibatis.session
 
ResultLoader - Class in org.apache.ibatis.executor.loader
 
ResultLoader(Configuration, Executor, MappedStatement, Object, Class) - 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
 
ResultMap - Class in org.apache.ibatis.mapping
 
ResultMap.Builder - Class in org.apache.ibatis.mapping
 
ResultMap.Builder(Configuration, String, Class, List<ResultMapping>) - Constructor for class org.apache.ibatis.mapping.ResultMap.Builder
 
resultMapId(String) - Method in class org.apache.ibatis.mapping.ParameterMapping.Builder
 
ResultMapping - Class in org.apache.ibatis.mapping
 
ResultMapping.Builder - Class in org.apache.ibatis.mapping
 
ResultMapping.Builder(Configuration, String, String, TypeHandler) - Constructor for class org.apache.ibatis.mapping.ResultMapping.Builder
 
ResultMapping.Builder(Configuration, String, String, Class) - Constructor for class org.apache.ibatis.mapping.ResultMapping.Builder
 
ResultMapping.Builder(Configuration, String) - Constructor for class org.apache.ibatis.mapping.ResultMapping.Builder
 
resultMaps(List<ResultMap>) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
 
resultMaps - Variable in class org.apache.ibatis.session.Configuration
 
resultObject - Variable in class org.apache.ibatis.executor.loader.ResultLoader
 
ResultObjectProxy - Class in org.apache.ibatis.executor.loader
 
ResultObjectProxy() - Constructor for class org.apache.ibatis.executor.loader.ResultObjectProxy
 
Results - Annotation Type in org.apache.ibatis.annotations
 
ResultSetHandler - Interface in org.apache.ibatis.executor.resultset
 
resultSetHandler - Variable in class org.apache.ibatis.executor.statement.BaseStatementHandler
 
ResultSetLogger - Class in org.apache.ibatis.logging.jdbc
ResultSet proxy to add logging
resultSetType(ResultSetType) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
 
ResultSetType - Enum in org.apache.ibatis.mapping
 
ReuseExecutor - Class in org.apache.ibatis.executor
 
ReuseExecutor(Configuration, Transaction) - Constructor for class org.apache.ibatis.executor.ReuseExecutor
 
reverse(Comparable[]) - Method in class org.apache.ibatis.migration.commands.DownCommand
 
RIGHT_OUTER_JOIN(String) - Static method in class org.apache.ibatis.jdbc.SelectBuilder
 
RIGHT_OUTER_JOIN(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
 
rollback() - Method in class org.apache.ibatis.cache.decorators.TransactionalCache
 
rollback() - Method in class org.apache.ibatis.cache.TransactionalCacheManager
 
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() - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
rollback(boolean) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
rollback() - Method in interface org.apache.ibatis.session.SqlSession
 
rollback(boolean) - Method in interface org.apache.ibatis.session.SqlSession
 
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
 
ROOT_CONTEXT_KEY - Static variable in class org.apache.ibatis.ognl.OgnlContext
 
RoutingStatementHandler - Class in org.apache.ibatis.executor.statement
 
RoutingStatementHandler(Executor, MappedStatement, Object, RowBounds, ResultHandler) - Constructor for class org.apache.ibatis.executor.statement.RoutingStatementHandler
 
rowBounds - Variable in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
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
 
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

ScheduledCache - Class in org.apache.ibatis.cache.decorators
 
ScheduledCache(Cache) - Constructor for class org.apache.ibatis.cache.decorators.ScheduledCache
 
ScriptCommand - Class in org.apache.ibatis.migration.commands
 
ScriptCommand(File, String, boolean) - Constructor for class org.apache.ibatis.migration.commands.ScriptCommand
 
scriptFile(String) - Method in class org.apache.ibatis.migration.commands.BaseCommand
 
scriptPath - Variable in class org.apache.ibatis.migration.commands.BaseCommand
 
ScriptRunner - Class in org.apache.ibatis.jdbc
 
ScriptRunner(Connection) - Constructor for class org.apache.ibatis.jdbc.ScriptRunner
 
Select - Annotation Type in org.apache.ibatis.annotations
 
SELECT(String) - Static method in class org.apache.ibatis.jdbc.SelectBuilder
 
SELECT(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
 
select(String, Object, ResultHandler) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
select(String, Object, RowBounds, ResultHandler) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
select(String, Object, ResultHandler) - Method in interface org.apache.ibatis.session.SqlSession
 
select(String, Object, RowBounds, ResultHandler) - Method in interface org.apache.ibatis.session.SqlSession
 
SELECT_DISTINCT(String) - Static method in class org.apache.ibatis.jdbc.SelectBuilder
 
SELECT_DISTINCT(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
 
SELECT_KEY_SUFFIX - Static variable in class org.apache.ibatis.executor.keygen.SelectKeyGenerator
 
selectAll(String, Object...) - Method in class org.apache.ibatis.jdbc.SqlRunner
Executes a SELECT statement that returns multiple rows.
selectAll() - Method in class org.apache.ibatis.ognl.OgnlParser
Apply a boolean expression to all elements of a collection, creating a new collection containing those elements for which the expression returned true.
SelectBuilder - Class in org.apache.ibatis.jdbc
 
SelectBuilder() - Constructor for class org.apache.ibatis.jdbc.SelectBuilder
 
selectFirst() - Method in class org.apache.ibatis.ognl.OgnlParser
Apply a boolean expression to all elements of a collection, creating a new collection containing those elements for the first element for which the expression returned true.
selection() - Method in class org.apache.ibatis.ognl.OgnlParser
 
SelectKeyGenerator - Class in org.apache.ibatis.executor.keygen
 
SelectKeyGenerator(MappedStatement, boolean) - Constructor for class org.apache.ibatis.executor.keygen.SelectKeyGenerator
 
selectLast() - Method in class org.apache.ibatis.ognl.OgnlParser
Apply a boolean expression to all elements of a collection, creating a new collection containing those elements for the first element for which the expression returned true.
selectList(String) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
selectList(String, Object) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
selectList(String, Object, RowBounds) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
selectList(String) - Method in interface org.apache.ibatis.session.SqlSession
 
selectList(String, Object) - Method in interface org.apache.ibatis.session.SqlSession
 
selectList(String, Object, RowBounds) - Method in interface org.apache.ibatis.session.SqlSession
 
selectOne(String, Object...) - Method in class org.apache.ibatis.jdbc.SqlRunner
Executes a SELECT statement that returns one row.
selectOne(String) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
selectOne(String, Object) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
selectOne(String) - Method in interface org.apache.ibatis.session.SqlSession
 
selectOne(String, Object) - Method in interface org.apache.ibatis.session.SqlSession
 
SelectProvider - Annotation Type in org.apache.ibatis.annotations
 
SerializedCache - Class in org.apache.ibatis.cache.decorators
 
SerializedCache(Cache) - Constructor for class org.apache.ibatis.cache.decorators.SerializedCache
 
SessionException - Exception in org.apache.ibatis.session
 
SessionException() - Constructor for exception org.apache.ibatis.session.SessionException
 
SessionException(String) - Constructor for exception org.apache.ibatis.session.SessionException
 
SessionException(String, Throwable) - Constructor for exception org.apache.ibatis.session.SessionException
 
SessionException(Throwable) - Constructor for exception org.apache.ibatis.session.SessionException
 
SET(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
 
set(PropertyTokenizer, Object) - Method in class org.apache.ibatis.reflection.wrapper.BeanWrapper
 
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_INTERFACES - Static variable in class org.apache.ibatis.executor.loader.ResultLoader
 
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
 
setAllowPackageProtectedAccess(boolean) - Method in class org.apache.ibatis.ognl.DefaultMemberAccess
 
setAllowPrivateAccess(boolean) - Method in class org.apache.ibatis.ognl.DefaultMemberAccess
 
setAllowProtectedAccess(boolean) - Method in class org.apache.ibatis.ognl.DefaultMemberAccess
 
setAppliedTimestamp(String) - Method in class org.apache.ibatis.migration.Change
 
setAutoCommit(boolean) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
setAutoCommit(boolean) - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
setAutoMappingBehavior(AutoMappingBehavior) - Method in class org.apache.ibatis.session.Configuration
 
setCacheEnabled(boolean) - Method in class org.apache.ibatis.session.Configuration
 
setCatalog(String) - Method in class org.apache.ibatis.metadata.Table
 
setCharacterSetName(String) - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
setCharset(Charset) - Static method in class org.apache.ibatis.io.Resources
 
setClassCacheEnabled(boolean) - Static method in class org.apache.ibatis.reflection.MetaClass
 
setClassCacheEnabled(boolean) - Static method in class org.apache.ibatis.reflection.Reflector
 
setClassLoader(ClassLoader) - Method in class org.apache.ibatis.io.ResolverUtil
Sets an explicit ClassLoader that should be used when scanning for classes.
setClassResolver(Map, ClassResolver) - Static method in class org.apache.ibatis.ognl.Ognl
 
setClassResolver(ClassResolver) - Method in class org.apache.ibatis.ognl.OgnlContext
 
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
 
setCurrentEvaluation(Evaluation) - Method in class org.apache.ibatis.ognl.OgnlContext
 
setCurrentNamespace(String) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
 
setCurrentNode(Node) - Method in class org.apache.ibatis.ognl.OgnlContext
 
setCurrentObject(Object) - Method in class org.apache.ibatis.ognl.OgnlContext
 
setDebugStream(PrintStream) - Method in class org.apache.ibatis.ognl.OgnlParserTokenManager
 
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
setDefaultExecutorType(ExecutorType) - Method in class org.apache.ibatis.session.Configuration
 
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
 
setDescription(String) - Method in class org.apache.ibatis.migration.Change
 
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
 
setDriverClassLoader(ClassLoader) - Method in class org.apache.ibatis.migration.commands.BaseCommand
 
setDriverProperties(Properties) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
setDriverProperties(Properties) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
setElementsAccessor(Class, ElementsAccessor) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
setEnvironment(Environment) - Method in class org.apache.ibatis.session.Configuration
 
setErrorLogWriter(PrintWriter) - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
setEvaluation(Evaluation) - Method in exception org.apache.ibatis.ognl.OgnlException
Sets the Evaluation that was current when this exception was thrown.
setException(Throwable) - Method in class org.apache.ibatis.ognl.Evaluation
Sets the exception that occurred as a result of evaluating the Evaluation.
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
 
setFieldValue(OgnlContext, Object, String, Object) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
setFilename(String) - Method in class org.apache.ibatis.migration.Change
 
setFullLineDelimiter(boolean) - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
setId(BigDecimal) - Method in class org.apache.ibatis.migration.Change
 
setIndexedProperty(OgnlContext, Object, String, Object, Object) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
setKeepLastEvaluation(boolean) - Method in class org.apache.ibatis.ognl.OgnlContext
Sets whether the last evaluation that was done on this context is retained and available through getLastEvaluation().
setLastEvaluation(Evaluation) - Method in class org.apache.ibatis.ognl.OgnlContext
 
setLazyLoadingEnabled(boolean) - 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
 
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
 
setMemberAccess(Map, MemberAccess) - Static method in class org.apache.ibatis.ognl.Ognl
 
setMemberAccess(MemberAccess) - Method in class org.apache.ibatis.ognl.OgnlContext
 
setMethodAccessor(Class, MethodAccessor) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
setMethodValue(OgnlContext, Object, String, Object) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
setMethodValue(OgnlContext, Object, String, Object, boolean) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
setMultipleResultSetsEnabled(boolean) - Method in class org.apache.ibatis.session.Configuration
 
setNode(SimpleNode) - Method in class org.apache.ibatis.ognl.Evaluation
Sets the node of the evaluation.
setNonNullParameter(PreparedStatement, int, Object, JdbcType) - Method in class org.apache.ibatis.type.BaseTypeHandler
 
setNonNullParameter(PreparedStatement, int, Object, JdbcType) - Method in class org.apache.ibatis.type.BigDecimalTypeHandler
 
setNonNullParameter(PreparedStatement, int, Object, JdbcType) - Method in class org.apache.ibatis.type.BlobTypeHandler
 
setNonNullParameter(PreparedStatement, int, Object, JdbcType) - Method in class org.apache.ibatis.type.BooleanTypeHandler
 
setNonNullParameter(PreparedStatement, int, Object, JdbcType) - Method in class org.apache.ibatis.type.ByteArrayTypeHandler
 
setNonNullParameter(PreparedStatement, int, Object, JdbcType) - Method in class org.apache.ibatis.type.ByteTypeHandler
 
setNonNullParameter(PreparedStatement, int, Object, JdbcType) - Method in class org.apache.ibatis.type.ClobTypeHandler
 
setNonNullParameter(PreparedStatement, int, Object, JdbcType) - Method in class org.apache.ibatis.type.DateOnlyTypeHandler
 
setNonNullParameter(PreparedStatement, int, Object, JdbcType) - Method in class org.apache.ibatis.type.DateTypeHandler
 
setNonNullParameter(PreparedStatement, int, Object, JdbcType) - Method in class org.apache.ibatis.type.DoubleTypeHandler
 
setNonNullParameter(PreparedStatement, int, Object, JdbcType) - Method in class org.apache.ibatis.type.EnumTypeHandler
 
setNonNullParameter(PreparedStatement, int, Object, JdbcType) - Method in class org.apache.ibatis.type.FloatTypeHandler
 
setNonNullParameter(PreparedStatement, int, Object, JdbcType) - Method in class org.apache.ibatis.type.IntegerTypeHandler
 
setNonNullParameter(PreparedStatement, int, Object, JdbcType) - Method in class org.apache.ibatis.type.LongTypeHandler
 
setNonNullParameter(PreparedStatement, int, Object, JdbcType) - Method in class org.apache.ibatis.type.NClobTypeHandler
 
setNonNullParameter(PreparedStatement, int, Object, JdbcType) - Method in class org.apache.ibatis.type.NStringTypeHandler
 
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.ShortTypeHandler
 
setNonNullParameter(PreparedStatement, int, Object, JdbcType) - Method in class org.apache.ibatis.type.SqlDateTypeHandler
 
setNonNullParameter(PreparedStatement, int, Object, JdbcType) - Method in class org.apache.ibatis.type.SqlTimestampTypeHandler
 
setNonNullParameter(PreparedStatement, int, Object, JdbcType) - Method in class org.apache.ibatis.type.SqlTimeTypeHandler
 
setNonNullParameter(PreparedStatement, int, Object, JdbcType) - Method in class org.apache.ibatis.type.StringTypeHandler
 
setNonNullParameter(PreparedStatement, int, Object, JdbcType) - Method in class org.apache.ibatis.type.TimeOnlyTypeHandler
 
setNonNullParameter(PreparedStatement, int, Object, JdbcType) - Method in class org.apache.ibatis.type.UnknownTypeHandler
 
setNullHandler(Class, NullHandler) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
setObjectFactory(ObjectFactory) - Method in class org.apache.ibatis.session.Configuration
 
setObjectWrapperFactory(ObjectWrapperFactory) - Method in class org.apache.ibatis.session.Configuration
 
setParameter(PreparedStatement, int, Object, JdbcType) - Method in class org.apache.ibatis.type.BaseTypeHandler
 
setParameter(PreparedStatement, int, Object, JdbcType) - Method in interface org.apache.ibatis.type.TypeHandler
 
setParameters(PreparedStatement) - Method in class org.apache.ibatis.executor.parameter.DefaultParameterHandler
 
setParameters(PreparedStatement) - Method in interface org.apache.ibatis.executor.parameter.ParameterHandler
 
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
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
setPossibleProperty(Map, Object, String, Object) - Method in class org.apache.ibatis.ognl.ObjectPropertyAccessor
Returns OgnlRuntime.NotFound if the property does not exist.
setPrimaryKey(Column) - Method in class org.apache.ibatis.metadata.Table
 
setPrintStream(PrintStream) - Method in class org.apache.ibatis.migration.CommandLine
 
setPrintStream(PrintStream) - Method in class org.apache.ibatis.migration.commands.BaseCommand
 
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.plugin.Interceptor
 
setProperties(Properties) - Method in class org.apache.ibatis.reflection.factory.DefaultObjectFactory
 
setProperties(Properties) - Method in interface org.apache.ibatis.reflection.factory.ObjectFactory
 
setProperties(Properties) - Method in class org.apache.ibatis.transaction.jdbc.JdbcTransactionFactory
 
setProperties(Properties) - Method in class org.apache.ibatis.transaction.managed.ManagedTransactionFactory
 
setProperties(Properties) - Method in interface org.apache.ibatis.transaction.TransactionFactory
 
setProperty(Map, Object, Object, Object) - Method in class org.apache.ibatis.ognl.ArrayPropertyAccessor
 
setProperty(Map, Object, Object, Object) - Method in class org.apache.ibatis.ognl.EnumerationPropertyAccessor
 
setProperty(Map, Object, Object, Object) - Method in class org.apache.ibatis.ognl.IteratorPropertyAccessor
 
setProperty(Map, Object, Object, Object) - Method in class org.apache.ibatis.ognl.ListPropertyAccessor
 
setProperty(Map, Object, Object, Object) - Method in class org.apache.ibatis.ognl.MapPropertyAccessor
 
setProperty(Map, Object, Object, Object) - Method in class org.apache.ibatis.ognl.ObjectPropertyAccessor
 
setProperty(OgnlContext, Object, Object, Object) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
setProperty(Map, Object, Object, Object) - Method in interface org.apache.ibatis.ognl.PropertyAccessor
Sets the value of the property of the given name in the given target object.
setPropertyAccessor(Class, PropertyAccessor) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
 
SetPropertyAccessor - Class in org.apache.ibatis.ognl
Implementation of PropertyAccessor that uses numbers and dynamic subscripts as properties to index into Lists.
SetPropertyAccessor() - Constructor for class org.apache.ibatis.ognl.SetPropertyAccessor
 
setResult(Object) - Method in class org.apache.ibatis.ognl.Evaluation
Sets the result of the Evaluation.
setRoot(Map, Object) - Static method in class org.apache.ibatis.ognl.Ognl
 
setRoot(Object) - Method in class org.apache.ibatis.ognl.OgnlContext
 
setRootEvaluation(Evaluation) - Method in class org.apache.ibatis.ognl.OgnlContext
 
setSchema(String) - Method in class org.apache.ibatis.metadata.Table
 
setSecurityManager(SecurityManager) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
Sets the SecurityManager that OGNL uses to determine permissions for invoking methods.
setSendFullScript(boolean) - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
setSetOperation(boolean) - Method in class org.apache.ibatis.ognl.Evaluation
Marks the Evaluation as a set operation if the value is true, else marks it as a get operation.
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
 
setSource(Object) - Method in class org.apache.ibatis.ognl.Evaluation
Sets the source of the evaluation.
SetSqlNode - Class in org.apache.ibatis.builder.xml.dynamic
 
SetSqlNode(Configuration, SqlNode) - Constructor for class org.apache.ibatis.builder.xml.dynamic.SetSqlNode
 
setStatementTimeout(Statement) - Method in class org.apache.ibatis.executor.statement.BaseStatementHandler
 
setStopOnError(boolean) - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
setTraceEvaluations(boolean) - Method in class org.apache.ibatis.ognl.OgnlContext
 
setTypeConverter(Map, TypeConverter) - Static method in class org.apache.ibatis.ognl.Ognl
 
setTypeConverter(TypeConverter) - Method in class org.apache.ibatis.ognl.OgnlContext
 
setup(Map, Object, Member, String) - Method in class org.apache.ibatis.ognl.DefaultMemberAccess
 
setup(Map, Object, Member, String) - Method in interface org.apache.ibatis.ognl.MemberAccess
Sets the member up for accessibility
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
 
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(OgnlContext, Object, Object) - Method in interface org.apache.ibatis.ognl.Node
Sets the given value in the given target as appropriate for this node within the given context.
setValue(Object, Map, Object, Object) - Static method in class org.apache.ibatis.ognl.Ognl
Evaluates the given OGNL expression tree to insert a value into the object graph rooted at the given root object.
setValue(String, Map, Object, Object) - Static method in class org.apache.ibatis.ognl.Ognl
Evaluates the given OGNL expression to insert a value into the object graph rooted at the given root object given the context.
setValue(Object, Object, Object) - Static method in class org.apache.ibatis.ognl.Ognl
Evaluates the given OGNL expression tree to insert a value into the object graph rooted at the given root object.
setValue(String, Object, Object) - Static method in class org.apache.ibatis.ognl.Ognl
Convenience method that combines calls to parseExpression and setValue.
setValue(OgnlContext, Object, Object) - Method in class org.apache.ibatis.ognl.SimpleNode
 
setValue(String, Object) - Method in class org.apache.ibatis.reflection.MetaObject
 
setValueBody(OgnlContext, Object, Object) - Method in class org.apache.ibatis.ognl.SimpleNode
Subclasses implement this method to do the actual work of setting the appropriate value in the target object.
setValues(Map) - Method in class org.apache.ibatis.ognl.OgnlContext
 
setVariables(Properties) - Method in class org.apache.ibatis.parsing.XPathParser
 
setVariables(Properties) - Method in class org.apache.ibatis.session.Configuration
 
shiftExpression() - Method in class org.apache.ibatis.ognl.OgnlParser
 
shiftLeft(Object, Object) - Static method in class org.apache.ibatis.ognl.OgnlOps
 
shiftRight(Object, Object) - Static method in class org.apache.ibatis.ognl.OgnlOps
 
SHORT - Static variable in interface org.apache.ibatis.ognl.NumericTypes
Type tag meaning short.
ShortTypeHandler - Class in org.apache.ibatis.type
 
ShortTypeHandler() - Constructor for class org.apache.ibatis.type.ShortTypeHandler
 
shouldProcessMoreRows(ResultSet, ResultContext, RowBounds) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
Signature - Annotation Type in org.apache.ibatis.plugin
 
SimpleExecutor - Class in org.apache.ibatis.executor
 
SimpleExecutor(Configuration, Transaction) - Constructor for class org.apache.ibatis.executor.SimpleExecutor
 
SimpleNode - Class in org.apache.ibatis.ognl
 
SimpleNode(int) - Constructor for class org.apache.ibatis.ognl.SimpleNode
 
SimpleNode(OgnlParser, int) - Constructor for class org.apache.ibatis.ognl.SimpleNode
 
SimpleStatementHandler - Class in org.apache.ibatis.executor.statement
 
SimpleStatementHandler(Executor, MappedStatement, Object, RowBounds, ResultHandler) - 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() - Method in class org.apache.ibatis.executor.loader.ResultLoaderMap
 
size(Integer) - Method in class org.apache.ibatis.mapping.CacheBuilder
 
size() - Method in class org.apache.ibatis.ognl.IntHashMap
 
size() - Method in class org.apache.ibatis.ognl.OgnlContext
 
skipRows(ResultSet, RowBounds) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
Slf4jImpl - Class in org.apache.ibatis.logging.slf4j
 
Slf4jImpl(Class) - Constructor for class org.apache.ibatis.logging.slf4j.Slf4jImpl
 
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
 
specialConstructor - Variable in exception org.apache.ibatis.ognl.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class org.apache.ibatis.ognl.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
sql(String) - Method in class org.apache.ibatis.executor.ErrorContext
 
SQL() - Static method in class org.apache.ibatis.jdbc.SelectBuilder
 
SQL() - Static method in class org.apache.ibatis.jdbc.SqlBuilder
 
SqlBuilder - Class in org.apache.ibatis.jdbc
 
SqlBuilder() - Constructor for class org.apache.ibatis.jdbc.SqlBuilder
 
SqlCommandType - Enum in org.apache.ibatis.mapping
 
SqlDateTypeHandler - Class in org.apache.ibatis.type
 
SqlDateTypeHandler() - Constructor for class org.apache.ibatis.type.SqlDateTypeHandler
 
SqlMapperException - Exception in org.apache.ibatis.mapping
 
SqlMapperException() - Constructor for exception org.apache.ibatis.mapping.SqlMapperException
 
SqlMapperException(String) - Constructor for exception org.apache.ibatis.mapping.SqlMapperException
 
SqlMapperException(String, Throwable) - Constructor for exception org.apache.ibatis.mapping.SqlMapperException
 
SqlMapperException(Throwable) - Constructor for exception org.apache.ibatis.mapping.SqlMapperException
 
SqlNode - Interface in org.apache.ibatis.builder.xml.dynamic
 
SqlRunner - Class in org.apache.ibatis.jdbc
 
SqlRunner(Connection) - Constructor for class org.apache.ibatis.jdbc.SqlRunner
 
SqlSession - Interface in org.apache.ibatis.session
 
SqlSessionFactory - Interface in org.apache.ibatis.session
 
SqlSessionFactoryBuilder - Class in org.apache.ibatis.session
 
SqlSessionFactoryBuilder() - Constructor for class org.apache.ibatis.session.SqlSessionFactoryBuilder
 
SqlSource - Interface in org.apache.ibatis.mapping
 
SqlSourceBuilder - Class in org.apache.ibatis.builder
 
SqlSourceBuilder(Configuration) - Constructor for class org.apache.ibatis.builder.SqlSourceBuilder
 
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
 
StatementHandler - Interface in org.apache.ibatis.executor.statement
 
StatementLogger - Class in org.apache.ibatis.logging.jdbc
Statement proxy to add logging
statementType(StatementType) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
 
StatementType - Enum in org.apache.ibatis.mapping
 
staticFlag - Static variable in class org.apache.ibatis.ognl.JavaCharStream
 
staticMethodCall(String) - Method in class org.apache.ibatis.ognl.OgnlParser
 
staticReference() - Method in class org.apache.ibatis.ognl.OgnlParser
 
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
 
StatusCommand - Class in org.apache.ibatis.migration.commands
 
StatusCommand(File, String, boolean) - Constructor for class org.apache.ibatis.migration.commands.StatusCommand
 
StdOutImpl - Class in org.apache.ibatis.logging.stdout
 
StdOutImpl(Class) - 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
 
store() - Method in class org.apache.ibatis.executor.ErrorContext
 
STRING_ESC - Static variable in interface org.apache.ibatis.ognl.OgnlParserConstants
 
STRING_LITERAL - Static variable in interface org.apache.ibatis.ognl.OgnlParserConstants
 
StringTypeHandler - Class in org.apache.ibatis.type
 
StringTypeHandler() - Constructor for class org.apache.ibatis.type.StringTypeHandler
 
stringValue(Object, boolean) - Static method in class org.apache.ibatis.ognl.OgnlOps
Evaluates the given object as a String and trims it if the trim flag is true.
stringValue(Object) - Static method in class org.apache.ibatis.ognl.OgnlOps
Evaluates the given object as a String.
stringValueOf(String, String) - Method in class org.apache.ibatis.builder.BaseBuilder
 
subtract(Object, Object) - Static method in class org.apache.ibatis.ognl.OgnlOps
 
SwitchTo(int) - Method in class org.apache.ibatis.ognl.OgnlParserTokenManager
 
SynchronizedCache - Class in org.apache.ibatis.cache.decorators
 
SynchronizedCache(Cache) - Constructor for class org.apache.ibatis.cache.decorators.SynchronizedCache
 

T

Table - Class in org.apache.ibatis.metadata
 
Table(String) - Constructor for class org.apache.ibatis.metadata.Table
 
targetType - Variable in class org.apache.ibatis.executor.loader.ResultLoader
 
TextSqlNode - Class in org.apache.ibatis.builder.xml.dynamic
 
TextSqlNode(String) - Constructor for class org.apache.ibatis.builder.xml.dynamic.TextSqlNode
 
THIS_CONTEXT_KEY - Static variable in class org.apache.ibatis.ognl.OgnlContext
 
TimeOnlyTypeHandler - Class in org.apache.ibatis.type
 
TimeOnlyTypeHandler() - Constructor for class org.apache.ibatis.type.TimeOnlyTypeHandler
 
timeout(Integer) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
 
toArray(List) - Static method in class org.apache.ibatis.ognl.OgnlRuntime
Utility to convert a List into an Object[] array.
token - Variable in class org.apache.ibatis.ognl.OgnlParser
 
Token - Class in org.apache.ibatis.ognl
Describes the input token stream.
Token() - Constructor for class org.apache.ibatis.ognl.Token
 
token_source - Variable in class org.apache.ibatis.ognl.OgnlParser
 
TokenHandler - Interface in org.apache.ibatis.parsing
 
tokenImage - Static variable in interface org.apache.ibatis.ognl.OgnlParserConstants
 
tokenImage - Variable in exception org.apache.ibatis.ognl.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrError - Error in org.apache.ibatis.ognl
 
TokenMgrError() - Constructor for error org.apache.ibatis.ognl.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error org.apache.ibatis.ognl.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.ibatis.ognl.TokenMgrError
 
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
 
topLevelExpression() - Method in class org.apache.ibatis.ognl.OgnlParser
This is the top-level construct of OGNL.
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.migration.Change
 
toString() - Method in class org.apache.ibatis.ognl.DynamicSubscript
 
toString(boolean, boolean, String) - Method in class org.apache.ibatis.ognl.Evaluation
Produces a String value for the Evaluation.
toString(boolean, String) - Method in class org.apache.ibatis.ognl.Evaluation
Produces a String value for the Evaluation.
toString() - Method in class org.apache.ibatis.ognl.Evaluation
Returns a String description of the Evaluation.
toString() - Method in class org.apache.ibatis.ognl.ExpressionNode
 
toString() - Method in exception org.apache.ibatis.ognl.OgnlException
Returns a string representation of this exception.
toString() - Method in class org.apache.ibatis.ognl.SimpleNode
 
toString(String) - Method in class org.apache.ibatis.ognl.SimpleNode
 
toString() - Method in class org.apache.ibatis.ognl.Token
Returns the image.
toString() - Method in class org.apache.ibatis.parsing.XNode
 
TRACE_EVALUATIONS_CONTEXT_KEY - Static variable in class org.apache.ibatis.ognl.OgnlContext
 
transaction - Variable in class org.apache.ibatis.executor.BaseExecutor
 
Transaction - Interface in org.apache.ibatis.transaction
 
TransactionalCache - Class in org.apache.ibatis.cache.decorators
 
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
 
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(TransactionFactory) - Method in class org.apache.ibatis.mapping.Environment.Builder
 
TransactionFactory - Interface in org.apache.ibatis.transaction
 
TransactionIsolationLevel - Enum in org.apache.ibatis.session
 
TrimSqlNode - Class in org.apache.ibatis.builder.xml.dynamic
 
TrimSqlNode(Configuration, SqlNode, String, String, String, String) - Constructor for class org.apache.ibatis.builder.xml.dynamic.TrimSqlNode
 
type() - Method in class org.apache.ibatis.mapping.ParameterMap.Builder
 
type() - Method in class org.apache.ibatis.mapping.ResultMap.Builder
 
TYPE_CODE - Variable in enum org.apache.ibatis.type.JdbcType
 
TYPE_CONVERTER_CONTEXT_KEY - Static variable in class org.apache.ibatis.ognl.OgnlContext
 
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
 
TypeConverter - Interface in org.apache.ibatis.ognl
Interface for accessing the type conversion facilities within a context.
TypeDiscriminator - Annotation Type in org.apache.ibatis.annotations
 
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(TypeHandler) - Method in class org.apache.ibatis.mapping.ParameterMapping.Builder
 
typeHandler(TypeHandler) - Method in class org.apache.ibatis.mapping.ResultMapping.Builder
 
TypeHandler - Interface in org.apache.ibatis.type
 
typeHandlerRegistry - Variable in class org.apache.ibatis.builder.BaseBuilder
 
typeHandlerRegistry - Variable in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
typeHandlerRegistry - Variable in class org.apache.ibatis.executor.statement.BaseStatementHandler
 
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
 

U

unaryExpression() - Method in class org.apache.ibatis.ognl.OgnlParser
 
UnknownTypeHandler - Class in org.apache.ibatis.type
 
UnknownTypeHandler(TypeHandlerRegistry) - Constructor for class org.apache.ibatis.type.UnknownTypeHandler
 
UnpooledDataSource - Class in org.apache.ibatis.datasource.unpooled
 
UnpooledDataSource() - 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(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
 
UnpooledDataSourceFactory - Class in org.apache.ibatis.datasource.unpooled
 
UnpooledDataSourceFactory() - Constructor for class org.apache.ibatis.datasource.unpooled.UnpooledDataSourceFactory
 
unsignedShiftRight(Object, Object) - Static method in class org.apache.ibatis.ognl.OgnlOps
 
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
 
UpCommand - Class in org.apache.ibatis.migration.commands
 
UpCommand(File, String, boolean) - Constructor for class org.apache.ibatis.migration.commands.UpCommand
 
UpCommand(File, String, boolean, boolean) - Constructor for class org.apache.ibatis.migration.commands.UpCommand
 
Update - Annotation Type in org.apache.ibatis.annotations
 
update(Object) - Method in class org.apache.ibatis.cache.CacheKey
 
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(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(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
 
update(String, Object...) - Method in class org.apache.ibatis.jdbc.SqlRunner
Executes an UPDATE statement.
update(String) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
update(String, Object) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
update(String) - Method in interface org.apache.ibatis.session.SqlSession
 
update(String, Object) - Method in interface org.apache.ibatis.session.SqlSession
 
updateAll(Object[]) - Method in class org.apache.ibatis.cache.CacheKey
 
UpdateLineColumn(char) - Method in class org.apache.ibatis.ognl.JavaCharStream
 
UpdateProvider - Annotation Type in org.apache.ibatis.annotations
 
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
 
useGeneratedKeys - Variable in class org.apache.ibatis.session.Configuration
 
useJdkLogging() - Static method in class org.apache.ibatis.logging.LogFactory
 
useLog4JLogging() - Static method in class org.apache.ibatis.logging.LogFactory
 
useNewCache(Class, Class, Long, Integer, boolean, Properties) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
 
useNoLogging() - Static method in class org.apache.ibatis.logging.LogFactory
 
useSlf4jLogging() - Static method in class org.apache.ibatis.logging.LogFactory
 
useStdOutLogging() - Static method in class org.apache.ibatis.logging.LogFactory
 

V

validateResultMapsCount(ResultSet, int) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
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.Null
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.ExecutorType
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.
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.Null
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES(String, String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
 
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() - Method in class org.apache.ibatis.ognl.IntHashMap
 
values() - Method in class org.apache.ibatis.ognl.OgnlContext
 
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.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.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.
variables - Variable in class org.apache.ibatis.session.Configuration
 
VersionCommand - Class in org.apache.ibatis.migration.commands
 
VersionCommand(File, String, boolean) - Constructor for class org.apache.ibatis.migration.commands.VersionCommand
 

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.nologging.NoLoggingImpl
 
warn(String) - Method in class org.apache.ibatis.logging.slf4j.Slf4jImpl
 
warn(String) - Method in class org.apache.ibatis.logging.stdout.StdOutImpl
 
wasNull() - Method in class org.apache.ibatis.executor.loader.ResultLoader
 
WeakCache - Class in org.apache.ibatis.cache.decorators
Weak Reference cache decorator Thanks to Dr.
WeakCache(Cache) - Constructor for class org.apache.ibatis.cache.decorators.WeakCache
 
WHERE(String) - Static method in class org.apache.ibatis.jdbc.SelectBuilder
 
WHERE(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
 
WhereSqlNode - Class in org.apache.ibatis.builder.xml.dynamic
 
WhereSqlNode(Configuration, SqlNode) - Constructor for class org.apache.ibatis.builder.xml.dynamic.WhereSqlNode
 
WithinBackCharLiteral - Static variable in interface org.apache.ibatis.ognl.OgnlParserConstants
 
WithinCharLiteral - Static variable in interface org.apache.ibatis.ognl.OgnlParserConstants
 
WithinStringLiteral - Static variable in interface org.apache.ibatis.ognl.OgnlParserConstants
 
wrap(Object, Interceptor) - Static method in class org.apache.ibatis.plugin.Plugin
 
wrapException(String, Exception) - Static method in class org.apache.ibatis.exceptions.ExceptionFactory
 

X

XMLConfigBuilder - Class in org.apache.ibatis.builder.xml
 
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
 
XMLMapperBuilder - Class in org.apache.ibatis.builder.xml
 
XMLMapperBuilder(Reader, 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
 
XMLMapperEntityResolver - Class in org.apache.ibatis.builder.xml
Offline entity resolver for the iBATIS DTDs
XMLMapperEntityResolver() - Constructor for class org.apache.ibatis.builder.xml.XMLMapperEntityResolver
 
XMLStatementBuilder - Class in org.apache.ibatis.builder.xml
 
XMLStatementBuilder(Configuration, MapperBuilderAssistant, XMLMapperBuilder) - 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
 
XPathParser - Class in org.apache.ibatis.parsing
 
XPathParser(Reader, boolean, EntityResolver, Properties) - Constructor for class org.apache.ibatis.parsing.XPathParser
 
XPathParser(Document, boolean, EntityResolver, Properties) - Constructor for class org.apache.ibatis.parsing.XPathParser
 

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

Copyright © 2010. All Rights Reserved.