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) - Method in class org.apache.ibatis.reflection.MetaObject
 
add(Object) - Method in class org.apache.ibatis.reflection.wrapper.BeanWrapper
 
add(Object) - Method in class org.apache.ibatis.reflection.wrapper.CollectionWrapper
 
add(Object) - Method in class org.apache.ibatis.reflection.wrapper.MapWrapper
 
add(Object) - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
 
addAll(List<E>) - Method in class org.apache.ibatis.reflection.MetaObject
 
addAll(List<E>) - Method in class org.apache.ibatis.reflection.wrapper.BeanWrapper
 
addAll(List<E>) - Method in class org.apache.ibatis.reflection.wrapper.CollectionWrapper
 
addAll(List<E>) - Method in class org.apache.ibatis.reflection.wrapper.MapWrapper
 
addAll(List<E>) - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
 
addCache(Cache) - Method in class org.apache.ibatis.session.Configuration
 
addCacheRef(String, String) - Method in class org.apache.ibatis.session.Configuration
 
addColumn(Column) - Method in class org.apache.ibatis.metadata.Table
 
addDecorator(Class<? extends Cache>) - Method in class org.apache.ibatis.mapping.CacheBuilder
 
addIfMatching(ResolverUtil.Test, String) - Method in class org.apache.ibatis.io.ResolverUtil
Add the class designated by the fully qualified class name provided to the set of resolved classes if and only if it is approved by the Test supplied.
addImplClass(Class<? extends VFS>) - Static method in class org.apache.ibatis.io.VFS
Adds the specified class to the list of VFS implementations.
addIncompleteCacheRef(CacheRefResolver) - Method in class org.apache.ibatis.session.Configuration
 
addIncompleteResultMap(ResultMapResolver) - Method in class org.apache.ibatis.session.Configuration
 
addIncompleteStatement(XMLStatementBuilder) - Method in class org.apache.ibatis.session.Configuration
 
addInterceptor(Interceptor) - Method in class org.apache.ibatis.plugin.InterceptorChain
 
addInterceptor(Interceptor) - Method in class org.apache.ibatis.session.Configuration
 
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, String, 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
 
addParameterObject(Object) - Method in class org.apache.ibatis.executor.BatchResult
 
addResultMap(String, Class<?>, String, Discriminator, List<ResultMapping>, Boolean) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
 
addResultMap(ResultMap) - Method in class org.apache.ibatis.session.Configuration
 
addTable(Table) - Method in class org.apache.ibatis.metadata.Database
 
aggressiveLazyLoading - Variable in class org.apache.ibatis.session.Configuration
 
Alias - Annotation Type in org.apache.ibatis.type
 
AND() - Static method in class org.apache.ibatis.jdbc.SelectBuilder
 
AND() - Static method in class org.apache.ibatis.jdbc.SqlBuilder
 
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, String, FastResultSetHandler.ResultColumnCache) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
applyCurrentNamespace(String, boolean) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
 
applyPropertyMappings(ResultSet, ResultMap, List<String>, MetaObject, ResultLoaderMap, String) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
Arg - Annotation Type in org.apache.ibatis.annotations
 
ArrayTypeHandler - Class in org.apache.ibatis.type
 
ArrayTypeHandler() - Constructor for class org.apache.ibatis.type.ArrayTypeHandler
 
autoCommmit - Variable in class org.apache.ibatis.transaction.jdbc.JdbcTransaction
 
AutoMappingBehavior - Enum in org.apache.ibatis.session
Specifies if and how MyBatis should automatically map columns to fields/properties.
autoMappingBehavior - Variable in class org.apache.ibatis.session.Configuration
 

B

badConnectionCount - Variable in class org.apache.ibatis.datasource.pooled.PoolState
 
BaseBuilder - Class in org.apache.ibatis.builder
 
BaseBuilder(Configuration) - Constructor for class org.apache.ibatis.builder.BaseBuilder
 
BaseExecutor - Class in org.apache.ibatis.executor
 
BaseExecutor(Configuration, Transaction) - Constructor for class org.apache.ibatis.executor.BaseExecutor
 
BaseJdbcLogger - Class in org.apache.ibatis.logging.jdbc
 
BaseJdbcLogger(Log) - Constructor for class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
 
BaseStatementHandler - Class in org.apache.ibatis.executor.statement
 
BaseStatementHandler(Executor, MappedStatement, Object, RowBounds, ResultHandler, BoundSql) - Constructor for class org.apache.ibatis.executor.statement.BaseStatementHandler
 
BaseTypeHandler<T> - Class in org.apache.ibatis.type
 
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>, BatchResult) - Constructor for exception org.apache.ibatis.executor.BatchExecutorException
 
BatchResult - Class in org.apache.ibatis.executor
 
BatchResult(MappedStatement, String) - Constructor for class org.apache.ibatis.executor.BatchResult
 
BatchResult(MappedStatement, String, Object) - Constructor for class org.apache.ibatis.executor.BatchResult
 
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
 
BigDecimalTypeHandler - Class in org.apache.ibatis.type
 
BigDecimalTypeHandler() - Constructor for class org.apache.ibatis.type.BigDecimalTypeHandler
 
BigIntegerTypeHandler - Class in org.apache.ibatis.type
 
BigIntegerTypeHandler() - Constructor for class org.apache.ibatis.type.BigIntegerTypeHandler
 
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
 
BlobTypeHandler - Class in org.apache.ibatis.type
 
BlobTypeHandler() - Constructor for class org.apache.ibatis.type.BlobTypeHandler
 
BooleanTypeHandler - Class in org.apache.ibatis.type
 
BooleanTypeHandler() - Constructor for class org.apache.ibatis.type.BooleanTypeHandler
 
booleanValueOf(String, Boolean) - Method in class org.apache.ibatis.builder.BaseBuilder
 
boundSql - Variable in class org.apache.ibatis.executor.loader.ResultLoader
 
boundSql - Variable in class org.apache.ibatis.executor.resultset.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
 
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(InputStream) - Method in class org.apache.ibatis.session.SqlSessionFactoryBuilder
 
build(InputStream, String) - Method in class org.apache.ibatis.session.SqlSessionFactoryBuilder
 
build(InputStream, Properties) - Method in class org.apache.ibatis.session.SqlSessionFactoryBuilder
 
build(InputStream, String, Properties) - Method in class org.apache.ibatis.session.SqlSessionFactoryBuilder
 
build(Configuration) - Method in class org.apache.ibatis.session.SqlSessionFactoryBuilder
 
buildAllStatements() - Method in class org.apache.ibatis.session.Configuration
 
buildDiscriminator(Class<?>, String, Class<?>, JdbcType, Class<? extends TypeHandler<?>>, Map<String, String>) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
 
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<? extends TypeHandler<?>>, Integer) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
 
buildResultMapping(Class<?>, String, String, Class<?>, JdbcType, String, String, String, String, Class<? extends TypeHandler<?>>, List<ResultFlag>) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
 
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
 
cacheKey - Variable in class org.apache.ibatis.executor.loader.ResultLoader
 
CacheNamespace - Annotation Type in org.apache.ibatis.annotations
 
CacheNamespaceRef - Annotation Type in org.apache.ibatis.annotations
 
cacheRefMap - Variable in class org.apache.ibatis.session.Configuration
 
CacheRefResolver - Class in org.apache.ibatis.builder
 
CacheRefResolver(MapperBuilderAssistant, String) - Constructor for class org.apache.ibatis.builder.CacheRefResolver
 
caches - Variable in class org.apache.ibatis.session.Configuration
 
CachingExecutor - Class in org.apache.ibatis.executor
 
CachingExecutor(Executor) - Constructor for class org.apache.ibatis.executor.CachingExecutor
 
CachingExecutor(Executor, boolean) - Constructor for class org.apache.ibatis.executor.CachingExecutor
 
CallableStatementHandler - Class in org.apache.ibatis.executor.statement
 
CallableStatementHandler(Executor, MappedStatement, Object, RowBounds, ResultHandler, BoundSql) - Constructor for class org.apache.ibatis.executor.statement.CallableStatementHandler
 
Case - Annotation Type in org.apache.ibatis.annotations
 
cause(Throwable) - Method in class org.apache.ibatis.executor.ErrorContext
 
CharacterTypeHandler - Class in org.apache.ibatis.type
 
CharacterTypeHandler() - Constructor for class org.apache.ibatis.type.CharacterTypeHandler
 
checkGloballyForDiscriminatedNestedResultMaps(ResultMap) - Method in class org.apache.ibatis.session.Configuration
 
checkLocallyForDiscriminatedNestedResultMaps(ResultMap) - Method in class org.apache.ibatis.session.Configuration
 
checkNotNull(T) - Static method in class org.apache.ibatis.io.JBoss6VFS
Verifies that the provided object reference is null.
checkReturnType(Method, Class<?>) - Static method in class org.apache.ibatis.io.JBoss6VFS
Verifies that the return type of a method is what it is expected to be.
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
 
classForName(String) - Method in class org.apache.ibatis.io.ClassLoaderWrapper
 
classForName(String, ClassLoader) - Method in class org.apache.ibatis.io.ClassLoaderWrapper
 
classForName(String) - Static method in class org.apache.ibatis.io.Resources
 
ClassLoaderWrapper - Class in org.apache.ibatis.io
 
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
 
clearCache() - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
clearCache() - Method in interface org.apache.ibatis.session.SqlSession
Clears local session cache
clearCache() - Method in class org.apache.ibatis.session.SqlSessionManager
 
clearColumnInfo() - Method in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
 
clearInterval - Variable in class org.apache.ibatis.cache.decorators.ScheduledCache
 
clearInterval(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
 
clone() - Method in class org.apache.ibatis.cache.CacheKey
 
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.session.defaults.DefaultSqlSession
 
close() - Method in interface org.apache.ibatis.session.SqlSession
Closes the session
close() - Method in class org.apache.ibatis.session.SqlSessionManager
 
close() - Method in class org.apache.ibatis.transaction.jdbc.JdbcTransaction
 
close() - Method in class org.apache.ibatis.transaction.managed.ManagedTransaction
 
close() - Method in interface org.apache.ibatis.transaction.Transaction
Close inner database connection.
closeConnection() - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
closeConnection() - Method in class org.apache.ibatis.jdbc.SqlRunner
 
closeResultSet(ResultSet) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
closeStatement(Statement) - Method in class org.apache.ibatis.executor.BaseExecutor
 
closeStatement(Statement) - Method in class org.apache.ibatis.executor.statement.BaseStatementHandler
 
collapseSingleResultList(List<Object>) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
CollectionWrapper - Class in org.apache.ibatis.reflection.wrapper
 
CollectionWrapper(MetaObject, Collection<Object>) - Constructor for class org.apache.ibatis.reflection.wrapper.CollectionWrapper
 
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
 
columnPrefix(String) - Method in class org.apache.ibatis.mapping.ResultMapping.Builder
 
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
Flushes batch statements and commits database connection.
commit(boolean) - Method in interface org.apache.ibatis.session.SqlSession
Flushes batch statements and commits database connection.
commit() - Method in class org.apache.ibatis.session.SqlSessionManager
 
commit(boolean) - Method in class org.apache.ibatis.session.SqlSessionManager
 
commit() - Method in class org.apache.ibatis.transaction.jdbc.JdbcTransaction
 
commit() - Method in class org.apache.ibatis.transaction.managed.ManagedTransaction
 
commit() - Method in interface org.apache.ibatis.transaction.Transaction
Commit inner database connection.
composites(List<ResultMapping>) - Method in class org.apache.ibatis.mapping.ResultMapping.Builder
 
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 - Variable in class org.apache.ibatis.type.BaseTypeHandler
 
Configuration.StrictMap<V> - 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<String, ? extends V>) - 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
 
ConstructorArgs - Annotation Type in org.apache.ibatis.annotations
 
copyBeanProperties(Class<?>, Object, Object) - Static method in class org.apache.ibatis.reflection.property.PropertyCopier
 
copyExternalResource(File, File) - Static method in class org.apache.ibatis.io.ExternalResources
 
create(Class<T>) - Method in class org.apache.ibatis.reflection.factory.DefaultObjectFactory
 
create(Class<T>, List<Class<?>>, List<Object>) - Method in class org.apache.ibatis.reflection.factory.DefaultObjectFactory
 
create(Class<T>) - Method in interface org.apache.ibatis.reflection.factory.ObjectFactory
Creates a new object with default constructor.
create(Class<T>, List<Class<?>>, List<Object>) - Method in interface org.apache.ibatis.reflection.factory.ObjectFactory
Creates a new object with the specified constructor and params.
createCacheKey(MappedStatement, Object, RowBounds, BoundSql) - Method in class org.apache.ibatis.executor.BaseExecutor
 
createCacheKey(MappedStatement, Object, RowBounds, BoundSql) - Method in class org.apache.ibatis.executor.CachingExecutor
 
createCacheKey(MappedStatement, Object, RowBounds, BoundSql) - Method in interface org.apache.ibatis.executor.Executor
 
createDeserializationProxy(Object, Set<String>, ObjectFactory, List<Class<?>>, List<Object>) - Static method in class org.apache.ibatis.executor.loader.ResultObjectProxy
 
createParameterizedResultObject(ResultSet, Class<?>, List<ResultMapping>, List<Class<?>>, List<Object>, String, FastResultSetHandler.ResultColumnCache) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
createPrimitiveResultObject(ResultSet, ResultMap, String, FastResultSetHandler.ResultColumnCache) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
createProxy(Object, ResultLoaderMap, Configuration, ObjectFactory, List<Class<?>>, List<Object>) - Static method in class org.apache.ibatis.executor.loader.ResultObjectProxy
 
createResultObject(ResultSet, ResultMap, ResultLoaderMap, String, FastResultSetHandler.ResultColumnCache) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
createResultObject(ResultSet, ResultMap, List<Class<?>>, List<Object>, String, FastResultSetHandler.ResultColumnCache) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 

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
 
DATABASE_ID_KEY - Static variable in class org.apache.ibatis.builder.xml.dynamic.DynamicContext
 
DatabaseFactory - Class in org.apache.ibatis.metadata
 
databaseId(String) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
 
databaseId - Variable in class org.apache.ibatis.session.Configuration
 
DatabaseIdProvider - Interface in org.apache.ibatis.mapping
 
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
 
dataSource - Variable in class org.apache.ibatis.transaction.jdbc.JdbcTransaction
 
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
 
DataSourceUtils - Class in org.apache.ibatis.jdbc
 
DataSourceUtils() - Constructor for class org.apache.ibatis.jdbc.DataSourceUtils
 
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.jdbc.BaseJdbcLogger
 
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
 
DEFAULT - Static variable in class org.apache.ibatis.session.RowBounds
 
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
 
DefaultDatabaseIdProvider - Class in org.apache.ibatis.mapping
 
DefaultDatabaseIdProvider() - Constructor for class org.apache.ibatis.mapping.DefaultDatabaseIdProvider
 
defaultExecutorType - Variable in class org.apache.ibatis.session.Configuration
 
DefaultMapResultHandler<K,V> - Class in org.apache.ibatis.executor.result
 
DefaultMapResultHandler(String, ObjectFactory) - Constructor for class org.apache.ibatis.executor.result.DefaultMapResultHandler
 
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
 
DefaultResultHandler(ObjectFactory) - 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
Deprecated. 
DefaultSqlSession(Configuration, Executor) - Constructor for class org.apache.ibatis.session.defaults.DefaultSqlSession
 
DefaultSqlSession.StrictMap<V> - Class in org.apache.ibatis.session.defaults
 
DefaultSqlSession.StrictMap() - Constructor for class org.apache.ibatis.session.defaults.DefaultSqlSession.StrictMap
 
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
 
DefaultVFS - Class in org.apache.ibatis.io
A default implementation of VFS that works for most application servers.
DefaultVFS() - Constructor for class org.apache.ibatis.io.DefaultVFS
 
deferLoad(MappedStatement, MetaObject, String, CacheKey) - 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
 
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
Execute a delete statement.
delete(String, Object) - Method in interface org.apache.ibatis.session.SqlSession
Execute a delete statement.
delete(String) - Method in class org.apache.ibatis.session.SqlSessionManager
 
delete(String, Object) - Method in class org.apache.ibatis.session.SqlSessionManager
 
DELETE_FROM(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
 
DeleteProvider - Annotation Type in org.apache.ibatis.annotations
 
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
 
doFlushStatements(boolean) - Method in class org.apache.ibatis.executor.BaseExecutor
 
doFlushStatements(boolean) - Method in class org.apache.ibatis.executor.BatchExecutor
 
doFlushStatements(boolean) - Method in class org.apache.ibatis.executor.ReuseExecutor
 
doFlushStatements(boolean) - Method in class org.apache.ibatis.executor.SimpleExecutor
 
doQuery(MappedStatement, Object, RowBounds, ResultHandler, BoundSql) - Method in class org.apache.ibatis.executor.BaseExecutor
 
doQuery(MappedStatement, Object, RowBounds, ResultHandler, BoundSql) - Method in class org.apache.ibatis.executor.BatchExecutor
 
doQuery(MappedStatement, Object, RowBounds, ResultHandler, BoundSql) - Method in class org.apache.ibatis.executor.ReuseExecutor
 
doQuery(MappedStatement, Object, RowBounds, ResultHandler, BoundSql) - Method in class org.apache.ibatis.executor.SimpleExecutor
 
DoubleTypeHandler - Class in org.apache.ibatis.type
 
DoubleTypeHandler() - Constructor for class org.apache.ibatis.type.DoubleTypeHandler
 
doUpdate(MappedStatement, Object) - Method in class org.apache.ibatis.executor.BaseExecutor
 
doUpdate(MappedStatement, Object) - Method in class org.apache.ibatis.executor.BatchExecutor
 
doUpdate(MappedStatement, Object) - Method in class org.apache.ibatis.executor.ReuseExecutor
 
doUpdate(MappedStatement, Object) - Method in class org.apache.ibatis.executor.SimpleExecutor
 
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
 

E

EnumOrdinalTypeHandler<E extends Enum<E>> - Class in org.apache.ibatis.type
 
EnumOrdinalTypeHandler(Class<E>) - Constructor for class org.apache.ibatis.type.EnumOrdinalTypeHandler
 
EnumTypeHandler<E extends Enum<E>> - Class in org.apache.ibatis.type
 
EnumTypeHandler(Class<E>) - Constructor for class org.apache.ibatis.type.EnumTypeHandler
 
ENV_PREFIX - Static variable in class org.apache.ibatis.datasource.jndi.JndiDataSourceFactory
 
Environment - 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.session.Configuration
 
Environment.Builder - Class in org.apache.ibatis.mapping
 
Environment.Builder(String) - Constructor for class org.apache.ibatis.mapping.Environment.Builder
 
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.mapping.ResultMapping
 
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
 
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
 
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
 
evalFloat(String) - Method in class org.apache.ibatis.parsing.XPathParser
 
evalFloat(Object, String) - Method in class org.apache.ibatis.parsing.XPathParser
 
evalInteger(String) - Method in class org.apache.ibatis.parsing.XPathParser
 
evalInteger(Object, String) - Method in class org.apache.ibatis.parsing.XPathParser
 
evalLong(String) - Method in class org.apache.ibatis.parsing.XPathParser
 
evalLong(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
 
evalShort(String) - Method in class org.apache.ibatis.parsing.XPathParser
 
evalShort(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
 
evaluateIterable(String, Object) - Method in class org.apache.ibatis.builder.xml.dynamic.ExpressionEvaluator
 
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
 
execute(Object[]) - Method in class org.apache.ibatis.binding.MapperMethod
 
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
 
ExpressionEvaluator - Class in org.apache.ibatis.builder.xml.dynamic
 
ExpressionEvaluator() - Constructor for class org.apache.ibatis.builder.xml.dynamic.ExpressionEvaluator
 
ExternalResources - Class in org.apache.ibatis.io
 
extractNamespace(String) - Method in class org.apache.ibatis.session.Configuration
 

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
 
FastResultSetHandler.ResultColumnCache - Class in org.apache.ibatis.executor.resultset
 
FastResultSetHandler.ResultColumnCache(ResultSetMetaData, Configuration) - Constructor for class org.apache.ibatis.executor.resultset.FastResultSetHandler.ResultColumnCache
 
fetchSize(Integer) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
 
FifoCache - Class in org.apache.ibatis.cache.decorators
 
FifoCache(Cache) - Constructor for class org.apache.ibatis.cache.decorators.FifoCache
 
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) - Method in class org.apache.ibatis.io.DefaultVFS
Attempts to deconstruct the given URL to find a JAR file containing the resource referenced by the URL.
findProperty(String) - Method in class org.apache.ibatis.reflection.MetaClass
 
findProperty(String, boolean) - Method in class org.apache.ibatis.reflection.MetaObject
 
findProperty(String, boolean) - Method in class org.apache.ibatis.reflection.wrapper.BeanWrapper
 
findProperty(String, boolean) - Method in class org.apache.ibatis.reflection.wrapper.CollectionWrapper
 
findProperty(String, boolean) - Method in class org.apache.ibatis.reflection.wrapper.MapWrapper
 
findProperty(String, boolean) - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
 
findPropertyName(String) - Method in class org.apache.ibatis.reflection.Reflector
 
flags(List<ResultFlag>) - Method in class org.apache.ibatis.mapping.ResultMapping.Builder
 
FloatTypeHandler - Class in org.apache.ibatis.type
 
FloatTypeHandler() - Constructor for class org.apache.ibatis.type.FloatTypeHandler
 
flushCacheRequired(boolean) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
 
flushStatements() - Method in class org.apache.ibatis.executor.BaseExecutor
 
flushStatements(boolean) - Method in class org.apache.ibatis.executor.BaseExecutor
 
flushStatements() - Method in class org.apache.ibatis.executor.CachingExecutor
 
flushStatements() - Method in interface org.apache.ibatis.executor.Executor
 
flushStatements() - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
flushStatements() - Method in interface org.apache.ibatis.session.SqlSession
Flushes batch statements.
flushStatements() - Method in class org.apache.ibatis.session.SqlSessionManager
 
forceCloseAll() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
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
 
forCode(int) - Static method in enum org.apache.ibatis.type.JdbcType
 
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

generateKeys(Object) - Method in class org.apache.ibatis.executor.statement.BaseStatementHandler
 
GenericTokenParser - Class in org.apache.ibatis.parsing
 
GenericTokenParser(String, String, TokenHandler) - Constructor for class org.apache.ibatis.parsing.GenericTokenParser
 
get(Object) - Method in class org.apache.ibatis.binding.MapperMethod.MapperParamMap
 
get(PropertyTokenizer) - Method in class org.apache.ibatis.reflection.wrapper.BeanWrapper
 
get(PropertyTokenizer) - Method in class org.apache.ibatis.reflection.wrapper.CollectionWrapper
 
get(PropertyTokenizer) - Method in class org.apache.ibatis.reflection.wrapper.MapWrapper
 
get(PropertyTokenizer) - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
 
get(Object) - Method in class org.apache.ibatis.session.Configuration.StrictMap
 
get(Object) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession.StrictMap
 
getActiveConnectionCount() - Method in class org.apache.ibatis.datasource.pooled.PoolState
 
getAdditionalParameter(String) - Method in class org.apache.ibatis.mapping.BoundSql
 
getArgs() - Method in class org.apache.ibatis.plugin.Invocation
 
getAutoMapping() - Method in class org.apache.ibatis.mapping.ResultMap
 
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
 
getBatchUpdateException() - Method in exception org.apache.ibatis.executor.BatchExecutorException
 
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
 
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
 
getClass(String) - Static method in class org.apache.ibatis.io.VFS
Get a class by name.
getClasses() - Method in class org.apache.ibatis.io.ResolverUtil
Provides access to the classes discovered so far.
getClassLoader() - Method in class org.apache.ibatis.io.ResolverUtil
Returns the classloader that will be used for scanning for classes.
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
 
getColumnNames() - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler.ResultColumnCache
 
getColumnNames() - Method in class org.apache.ibatis.metadata.Table
 
getColumnPrefix() - Method in class org.apache.ibatis.mapping.ResultMapping
 
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
Retrieves current configuration
getConfiguration() - Method in interface org.apache.ibatis.session.SqlSessionFactory
 
getConfiguration() - Method in class org.apache.ibatis.session.SqlSessionManager
 
getConfiguredTemplate(String, String) - Static method in class org.apache.ibatis.io.ExternalResources
 
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(Log) - Method in class org.apache.ibatis.executor.BaseExecutor
 
getConnection() - Method in class org.apache.ibatis.logging.jdbc.ConnectionLogger
 
getConnection() - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
getConnection() - Method in interface org.apache.ibatis.session.SqlSession
Retrieves inner database connection
getConnection() - Method in class org.apache.ibatis.session.SqlSessionManager
 
getConnection() - Method in class org.apache.ibatis.transaction.jdbc.JdbcTransaction
 
getConnection() - Method in class org.apache.ibatis.transaction.managed.ManagedTransaction
 
getConnection() - Method in interface org.apache.ibatis.transaction.Transaction
Retrieve inner database connection
getConstructorResultMappings() - Method in class org.apache.ibatis.mapping.ResultMap
 
getCurrentNamespace() - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
 
getDatabaseId(DataSource) - Method in interface org.apache.ibatis.mapping.DatabaseIdProvider
 
getDatabaseId(DataSource) - Method in class org.apache.ibatis.mapping.DefaultDatabaseIdProvider
 
getDatabaseId() - Method in class org.apache.ibatis.mapping.MappedStatement
 
getDatabaseId(DataSource) - Method in class org.apache.ibatis.mapping.VendorDatabaseIdProvider
 
getDatabaseId() - Method in class org.apache.ibatis.session.Configuration
 
getDatabaseName(DataSource) - Static method in class org.apache.ibatis.jdbc.DataSourceUtils
 
getDataSource() - Method in interface org.apache.ibatis.datasource.DataSourceFactory
 
getDataSource() - Method in class org.apache.ibatis.datasource.jndi.JndiDataSourceFactory
 
getDataSource() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSourceFactory
 
getDataSource() - Method in class org.apache.ibatis.mapping.Environment
 
getDefaultClassLoader() - Static method in class org.apache.ibatis.io.Resources
 
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
 
getDiscriminator() - Method in class org.apache.ibatis.mapping.ResultMap
 
getDiscriminatorMap() - Method in class org.apache.ibatis.mapping.Discriminator
 
getDiscriminatorValue(ResultSet, Discriminator, String) - Method in class org.apache.ibatis.executor.resultset.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
 
getDriverProperties() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
getDriverProperties() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
getEnumAttribute(Class<T>, String) - Method in class org.apache.ibatis.parsing.XNode
 
getEnumAttribute(Class<T>, String, T) - Method in class org.apache.ibatis.parsing.XNode
 
getEnvironment() - Method in class org.apache.ibatis.session.Configuration
 
getFailingSqlStatement() - Method in exception org.apache.ibatis.executor.BatchExecutorException
 
getFailingStatementId() - Method in exception org.apache.ibatis.executor.BatchExecutorException
 
getFetchSize() - Method in class org.apache.ibatis.mapping.MappedStatement
 
GetFieldInvoker - Class in org.apache.ibatis.reflection.invoker
 
GetFieldInvoker(Field) - Constructor for class org.apache.ibatis.reflection.invoker.GetFieldInvoker
 
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
 
getGetInvoker(String) - Method in class org.apache.ibatis.reflection.MetaClass
 
getGetInvoker(String) - Method in class org.apache.ibatis.reflection.Reflector
 
getGetterNames() - Method in class org.apache.ibatis.reflection.MetaClass
 
getGetterNames() - Method in class org.apache.ibatis.reflection.MetaObject
 
getGetterNames() - Method in class org.apache.ibatis.reflection.wrapper.BeanWrapper
 
getGetterNames() - Method in class org.apache.ibatis.reflection.wrapper.CollectionWrapper
 
getGetterNames() - Method in class org.apache.ibatis.reflection.wrapper.MapWrapper
 
getGetterNames() - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
 
getGetterType(String) - Method in class org.apache.ibatis.reflection.MetaClass
 
getGetterType(String) - Method in class org.apache.ibatis.reflection.MetaObject
 
getGetterType(String) - Method in class org.apache.ibatis.reflection.Reflector
 
getGetterType(String) - Method in class org.apache.ibatis.reflection.wrapper.BeanWrapper
 
getGetterType(String) - Method in class org.apache.ibatis.reflection.wrapper.CollectionWrapper
 
getGetterType(String) - Method in class org.apache.ibatis.reflection.wrapper.MapWrapper
 
getGetterType(String) - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
 
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
 
getIdleConnectionCount() - Method in class org.apache.ibatis.datasource.pooled.PoolState
 
getIdResultMappings() - Method in class org.apache.ibatis.mapping.ResultMap
 
getIncompleteCacheRefs() - Method in class org.apache.ibatis.session.Configuration
 
getIncompleteResultMaps() - Method in class org.apache.ibatis.session.Configuration
 
getIncompleteStatements() - Method in class org.apache.ibatis.session.Configuration
 
getIndex() - Method in class org.apache.ibatis.reflection.property.PropertyTokenizer
 
getIndexedName() - Method in class org.apache.ibatis.reflection.property.PropertyTokenizer
 
getInstance() - Static method in class org.apache.ibatis.io.VFS
Get the singleton VFS instance.
getInstance(Class<?>, Class<?>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
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(String) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler.ResultColumnCache
 
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
 
getJdbcTypeForNull() - Method in class org.apache.ibatis.session.Configuration
 
getJdbcTypeName() - Method in class org.apache.ibatis.mapping.ParameterMapping
 
getKeyColumns() - Method in class org.apache.ibatis.mapping.MappedStatement
 
getKeyGenerator() - Method in class org.apache.ibatis.mapping.MappedStatement
 
getKeyGenerator(String) - Method in class org.apache.ibatis.session.Configuration
 
getKeyGeneratorNames() - Method in class org.apache.ibatis.session.Configuration
 
getKeyGenerators() - Method in class org.apache.ibatis.session.Configuration
 
getKeyProperties() - Method in class org.apache.ibatis.mapping.MappedStatement
 
getLazyLoadTriggerMethods() - Method in class org.apache.ibatis.session.Configuration
 
getLevel() - Method in enum org.apache.ibatis.session.TransactionIsolationLevel
 
getLimit() - Method in class org.apache.ibatis.session.RowBounds
 
getLocalCacheScope() - Method in class org.apache.ibatis.session.Configuration
 
getLog() - Method in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
 
getLog() - Method in class org.apache.ibatis.logging.jdbc.ConnectionLogger
 
getLog() - Method in class org.apache.ibatis.logging.jdbc.PreparedStatementLogger
 
getLog() - Method in class org.apache.ibatis.logging.jdbc.ResultSetLogger
 
getLog() - Method in class org.apache.ibatis.logging.jdbc.StatementLogger
 
getLog(Class<?>) - Static method in class org.apache.ibatis.logging.LogFactory
 
getLog(String) - 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
 
getMappedColumnNames(ResultMap, String) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler.ResultColumnCache
 
getMappedColumns() - Method in class org.apache.ibatis.mapping.ResultMap
 
getMappedResults() - Method in class org.apache.ibatis.executor.result.DefaultMapResultHandler
 
getMappedStatement() - Method in class org.apache.ibatis.executor.BatchResult
 
getMappedStatement(String) - Method in class org.apache.ibatis.session.Configuration
 
getMappedStatement(String, boolean) - Method in class org.apache.ibatis.session.Configuration
 
getMappedStatementNames() - Method in class org.apache.ibatis.session.Configuration
 
getMappedStatements() - Method in class org.apache.ibatis.session.Configuration
 
getMapper(Class<T>, 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
Retrieves a mapper.
getMapper(Class<T>) - Method in class org.apache.ibatis.session.SqlSessionManager
 
getMappingTypeHandler(Class<? extends TypeHandler<?>>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
getMethod(Class<?>, String, Class<?>...) - Static method in class org.apache.ibatis.io.VFS
Get a method by name and parameter types.
getMethod() - Method in class org.apache.ibatis.plugin.Invocation
 
getMode() - Method in class org.apache.ibatis.mapping.ParameterMapping
 
getName() - Method in class org.apache.ibatis.metadata.Column
 
getName() - Method in class org.apache.ibatis.metadata.Table
 
getName() - Method in class org.apache.ibatis.parsing.XNode
 
getName() - Method in class org.apache.ibatis.reflection.property.PropertyTokenizer
 
getNestedQueryConstructorValue(ResultSet, ResultMapping, String) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
getNestedQueryId() - Method in class org.apache.ibatis.mapping.ResultMapping
 
getNestedQueryMappingValue(ResultSet, MetaObject, ResultMapping, ResultLoaderMap, String) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
getNestedResultMapId() - Method in class org.apache.ibatis.mapping.ResultMapping
 
getNextResultSet(Statement) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
getNode() - Method in class org.apache.ibatis.parsing.XNode
 
getNotNullColumns() - Method in class org.apache.ibatis.mapping.ResultMapping
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.ArrayTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.ArrayTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.ArrayTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.BaseTypeHandler
 
getNullableResult(ResultSet, int) - 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(ResultSet, int) - 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.BigIntegerTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.BigIntegerTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.BigIntegerTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.BlobTypeHandler
 
getNullableResult(ResultSet, int) - 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(ResultSet, int) - 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(ResultSet, int) - 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(ResultSet, int) - 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.CharacterTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.CharacterTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.CharacterTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.ClobTypeHandler
 
getNullableResult(ResultSet, int) - 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(ResultSet, int) - 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(ResultSet, int) - 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(ResultSet, int) - 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.EnumOrdinalTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.EnumOrdinalTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.EnumOrdinalTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.EnumTypeHandler
 
getNullableResult(ResultSet, int) - 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(ResultSet, int) - 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(ResultSet, int) - 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(ResultSet, int) - 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(ResultSet, int) - 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(ResultSet, int) - 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(ResultSet, int) - 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(ResultSet, int) - 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(ResultSet, int) - 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(ResultSet, int) - 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(ResultSet, int) - 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(ResultSet, int) - 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(ResultSet, int) - 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(ResultSet, int) - Method in class org.apache.ibatis.type.UnknownTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.UnknownTypeHandler
 
getNumericScale() - Method in class org.apache.ibatis.mapping.ParameterMapping
 
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
 
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
 
getPackagePath(String) - Method in class org.apache.ibatis.io.DefaultVFS
Converts a Java package name to a path that can be looked up with a call to ClassLoader.getResources(String).
getPackagePath(String) - Method in class org.apache.ibatis.io.ResolverUtil
Converts a Java package name to a path that can be looked up with a call to ClassLoader.getResources(String).
getParameterHandler() - Method in class org.apache.ibatis.executor.statement.BaseStatementHandler
 
getParameterHandler() - Method in class org.apache.ibatis.executor.statement.RoutingStatementHandler
 
getParameterHandler() - Method in interface org.apache.ibatis.executor.statement.StatementHandler
 
getParameterMap() - Method in class org.apache.ibatis.mapping.MappedStatement
 
getParameterMap(String) - Method in class org.apache.ibatis.session.Configuration
 
getParameterMapNames() - Method in class org.apache.ibatis.session.Configuration
 
getParameterMappings() - Method in class org.apache.ibatis.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
Deprecated. 
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
 
getParameterObjects() - Method in class org.apache.ibatis.executor.BatchResult
 
getParameterValueString() - Method in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
 
getParent() - Method in class org.apache.ibatis.parsing.XNode
 
getParentLogger() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
getParentLogger() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
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
 
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
 
getPreparedStatement() - Method in class org.apache.ibatis.logging.jdbc.PreparedStatementLogger
 
getPrimaryKey() - Method in class org.apache.ibatis.metadata.Table
 
getProperty() - Method in class org.apache.ibatis.mapping.ParameterMapping
 
getProperty() - Method in class org.apache.ibatis.mapping.ResultMapping
 
getPropertyMappingValue(ResultSet, MetaObject, ResultMapping, ResultLoaderMap, String) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
getPropertyNames() - Method in class org.apache.ibatis.executor.loader.ResultLoaderMap
 
getPropertyResultMappings() - Method in class org.apache.ibatis.mapping.ResultMap
 
getRawType() - Method in class org.apache.ibatis.type.TypeReference
 
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
 
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
 
getResourceAsFile(ClassLoader, String) - Static method in class org.apache.ibatis.io.Resources
 
getResourceAsProperties(String) - Static method in class org.apache.ibatis.io.Resources
 
getResourceAsProperties(ClassLoader, String) - Static method in class org.apache.ibatis.io.Resources
 
getResourceAsReader(String) - Static method in class org.apache.ibatis.io.Resources
 
getResourceAsReader(ClassLoader, String) - Static method in class org.apache.ibatis.io.Resources
 
getResourceAsStream(String) - Method in class org.apache.ibatis.io.ClassLoaderWrapper
 
getResourceAsStream(String, ClassLoader) - Method in class org.apache.ibatis.io.ClassLoaderWrapper
 
getResourceAsStream(String) - Static method in class org.apache.ibatis.io.Resources
 
getResourceAsStream(ClassLoader, String) - Static method in class org.apache.ibatis.io.Resources
 
getResourceAsURL(String) - Method in class org.apache.ibatis.io.ClassLoaderWrapper
 
getResourceAsURL(String, ClassLoader) - Method in class org.apache.ibatis.io.ClassLoaderWrapper
 
getResources(String) - Static method in class org.apache.ibatis.io.VFS
Get a list of URLs from the context classloader for all the resources found at the specified path.
getResourceURL(String) - Static method in class org.apache.ibatis.io.Resources
 
getResourceURL(ClassLoader, String) - Static method in class org.apache.ibatis.io.Resources
 
getResult(ResultSet, String) - Method in class org.apache.ibatis.type.BaseTypeHandler
 
getResult(ResultSet, int) - 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(ResultSet, int) - 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
 
getRowValue(ResultSet, ResultMap, CacheKey, FastResultSetHandler.ResultColumnCache) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
getRowValue(ResultSet, ResultMap, CacheKey, FastResultSetHandler.ResultColumnCache) - Method in class org.apache.ibatis.executor.resultset.NestedResultSetHandler
 
getRowValue(ResultSet, ResultMap, CacheKey, CacheKey, String, FastResultSetHandler.ResultColumnCache) - Method in class org.apache.ibatis.executor.resultset.NestedResultSetHandler
 
getRs() - Method in class org.apache.ibatis.logging.jdbc.ResultSetLogger
 
getSchema() - Method in class org.apache.ibatis.metadata.Database
 
getSchema() - Method in class org.apache.ibatis.metadata.Table
 
getSetablePropertyNames() - Method in class org.apache.ibatis.reflection.Reflector
 
getSetInvoker(String) - Method in class org.apache.ibatis.reflection.MetaClass
 
getSetInvoker(String) - Method in class org.apache.ibatis.reflection.Reflector
 
getSetterNames() - Method in class org.apache.ibatis.reflection.MetaClass
 
getSetterNames() - Method in class org.apache.ibatis.reflection.MetaObject
 
getSetterNames() - Method in class org.apache.ibatis.reflection.wrapper.BeanWrapper
 
getSetterNames() - Method in class org.apache.ibatis.reflection.wrapper.CollectionWrapper
 
getSetterNames() - Method in class org.apache.ibatis.reflection.wrapper.MapWrapper
 
getSetterNames() - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
 
getSetterType(String) - Method in class org.apache.ibatis.reflection.MetaClass
 
getSetterType(String) - Method in class org.apache.ibatis.reflection.MetaObject
 
getSetterType(String) - Method in class org.apache.ibatis.reflection.Reflector
 
getSetterType(String) - Method in class org.apache.ibatis.reflection.wrapper.BeanWrapper
 
getSetterType(String) - Method in class org.apache.ibatis.reflection.wrapper.CollectionWrapper
 
getSetterType(String) - Method in class org.apache.ibatis.reflection.wrapper.MapWrapper
 
getSetterType(String) - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
 
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
 
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
 
getSqlFragments() - Method in class org.apache.ibatis.session.Configuration
 
getSqlSource() - Method in class org.apache.ibatis.mapping.MappedStatement
 
getStatement() - Method in class org.apache.ibatis.logging.jdbc.StatementLogger
 
getStatementLog() - Method in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
 
getStatementLog() - Method in class org.apache.ibatis.mapping.MappedStatement
 
getStatementType() - Method in class org.apache.ibatis.mapping.MappedStatement
 
getStringAttribute(String) - Method in class org.apache.ibatis.parsing.XNode
 
getStringAttribute(String, String) - Method in class org.apache.ibatis.parsing.XNode
 
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
 
getTable(String) - Method in class org.apache.ibatis.metadata.Database
 
getTableNames() - Method in class org.apache.ibatis.metadata.Database
 
getTarget() - Method in class org.apache.ibatis.plugin.Invocation
 
getTimeout() - Method in class org.apache.ibatis.mapping.MappedStatement
 
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
 
getTypeAliasRegistry() - Method in class org.apache.ibatis.session.Configuration
 
getTypeHandler(Class<?>, String) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler.ResultColumnCache
 
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<T>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
getTypeHandler(TypeReference<T>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
getTypeHandler(JdbcType) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
getTypeHandler(Class<T>, JdbcType) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
getTypeHandler(TypeReference<T>, JdbcType) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
getTypeHandlerRegistry() - Method in class org.apache.ibatis.session.Configuration
 
getUniqueNumber() - Method in class org.apache.ibatis.builder.xml.dynamic.DynamicContext
 
getUnknownTypeHandler() - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
getUnmappedColumnNames(ResultMap, String) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler.ResultColumnCache
 
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
 
getUrlAsReader(String) - Static method in class org.apache.ibatis.io.Resources
 
getUrlAsStream(String) - Static method in class org.apache.ibatis.io.Resources
 
getUsername() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
getUsername() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
getValue(String, Object) - Static method in class org.apache.ibatis.builder.xml.dynamic.OgnlCache
 
getValue() - Method in enum org.apache.ibatis.mapping.ResultSetType
 
getValue(String) - Method in class org.apache.ibatis.reflection.MetaObject
 
getValueBasedIdentifier() - Method in class org.apache.ibatis.parsing.XNode
 
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
 
GLOBAL_LOGGER_NAME - Static variable in class org.apache.ibatis.logging.LogFactory
Name for the global logger.
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(ResultSet, ParameterMapping, MetaObject) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
handleResult(ResultContext) - Method in class org.apache.ibatis.executor.result.DefaultMapResultHandler
 
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<Object>, FastResultSetHandler.ResultColumnCache) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
handleResultSet(ResultSet, ResultMap, List<Object>, FastResultSetHandler.ResultColumnCache) - Method in class org.apache.ibatis.executor.resultset.NestedResultSetHandler
 
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, FastResultSetHandler.ResultColumnCache) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
handleRowValues(ResultSet, ResultMap, ResultHandler, RowBounds, FastResultSetHandler.ResultColumnCache) - 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
 
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
 
hasGetter(String) - Method in class org.apache.ibatis.reflection.wrapper.BeanWrapper
 
hasGetter(String) - Method in class org.apache.ibatis.reflection.wrapper.CollectionWrapper
 
hasGetter(String) - Method in class org.apache.ibatis.reflection.wrapper.MapWrapper
 
hasGetter(String) - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
 
hashCode() - 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.mapping.ResultMapping
 
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
 
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
 
hasNestedQueries() - Method in class org.apache.ibatis.mapping.ResultMap
 
hasNestedResultMaps() - Method in class org.apache.ibatis.mapping.MappedStatement
 
hasNestedResultMaps() - Method in class org.apache.ibatis.mapping.ResultMap
 
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
 
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
 
hasSetter(String) - Method in class org.apache.ibatis.reflection.wrapper.BeanWrapper
 
hasSetter(String) - Method in class org.apache.ibatis.reflection.wrapper.CollectionWrapper
 
hasSetter(String) - Method in class org.apache.ibatis.reflection.wrapper.MapWrapper
 
hasSetter(String) - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
 
hasStatement(String) - Method in class org.apache.ibatis.session.Configuration
 
hasStatement(String, boolean) - Method in class org.apache.ibatis.session.Configuration
 
hasTypeHandler(Class<?>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
hasTypeHandler(TypeReference<?>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
hasTypeHandler(Class<?>, JdbcType) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
hasTypeHandler(TypeReference<?>, 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
 

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
 
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
 
implementation(Class<? extends Cache>) - Method in class org.apache.ibatis.mapping.CacheBuilder
 
IMPLEMENTATIONS - Static variable in class org.apache.ibatis.io.VFS
The built-in implementations.
incompleteCacheRefs - Variable in class org.apache.ibatis.session.Configuration
 
IncompleteElementException - Exception in org.apache.ibatis.builder
 
IncompleteElementException() - Constructor for exception org.apache.ibatis.builder.IncompleteElementException
 
IncompleteElementException(String, Throwable) - Constructor for exception org.apache.ibatis.builder.IncompleteElementException
 
IncompleteElementException(String) - Constructor for exception org.apache.ibatis.builder.IncompleteElementException
 
IncompleteElementException(Throwable) - Constructor for exception org.apache.ibatis.builder.IncompleteElementException
 
incompleteResultMaps - Variable in class org.apache.ibatis.session.Configuration
 
incompleteStatements - Variable in class org.apache.ibatis.session.Configuration
 
INITIAL_CONTEXT - Static variable in class org.apache.ibatis.datasource.jndi.JndiDataSourceFactory
 
initialize() - Static method in class org.apache.ibatis.io.JBoss6VFS
Find all the classes and methods that are required to access the JBoss 6 VFS.
INNER_JOIN(String) - Static method in class org.apache.ibatis.jdbc.SelectBuilder
 
INNER_JOIN(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
 
Insert - Annotation Type in org.apache.ibatis.annotations
 
insert(String, Object...) - Method in class org.apache.ibatis.jdbc.SqlRunner
 
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
Execute an insert statement.
insert(String, Object) - Method in interface org.apache.ibatis.session.SqlSession
Execute an insert statement with the given parameter object.
insert(String) - Method in class org.apache.ibatis.session.SqlSessionManager
 
insert(String, Object) - Method in class org.apache.ibatis.session.SqlSessionManager
 
INSERT_INTO(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
 
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.CollectionWrapper
 
instantiatePropertyValue(String, PropertyTokenizer, ObjectFactory) - Method in class org.apache.ibatis.reflection.wrapper.MapWrapper
 
instantiatePropertyValue(String, PropertyTokenizer, ObjectFactory) - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
 
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
 
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
 
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(Method, Object, Object...) - Static method in class org.apache.ibatis.io.VFS
Invoke a method on an object and return whatever it returns.
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
 
Invoker - Interface in org.apache.ibatis.reflection.invoker
 
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
 
isCollection(Class<T>) - Method in class org.apache.ibatis.reflection.factory.DefaultObjectFactory
 
isCollection(Class<T>) - Method in interface org.apache.ibatis.reflection.factory.ObjectFactory
Returns true if this object can have a set of other objects.
isCollection() - Method in class org.apache.ibatis.reflection.MetaObject
 
isCollection() - Method in class org.apache.ibatis.reflection.wrapper.BeanWrapper
 
isCollection() - Method in class org.apache.ibatis.reflection.wrapper.CollectionWrapper
 
isCollection() - Method in class org.apache.ibatis.reflection.wrapper.MapWrapper
 
isCollection() - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
 
isCompositeResult() - Method in class org.apache.ibatis.mapping.ResultMapping
 
isDebugEnabled() - Method in class org.apache.ibatis.logging.commons.JakartaCommonsLoggingImpl
 
isDebugEnabled() - Method in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
 
isDebugEnabled() - Method in class org.apache.ibatis.logging.jdk14.Jdk14LoggingImpl
 
isDebugEnabled() - Method in interface org.apache.ibatis.logging.Log
 
isDebugEnabled() - Method in class org.apache.ibatis.logging.log4j.Log4jImpl
 
isDebugEnabled() - Method in class org.apache.ibatis.logging.nologging.NoLoggingImpl
 
isDebugEnabled() - Method in class org.apache.ibatis.logging.slf4j.Slf4jImpl
 
isDebugEnabled() - Method in class org.apache.ibatis.logging.stdout.StdOutImpl
 
isFlushCacheRequired() - Method in class org.apache.ibatis.mapping.MappedStatement
 
isGetter(String) - Static method in class org.apache.ibatis.reflection.property.PropertyNamer
 
isJar(URL) - Method in class org.apache.ibatis.io.DefaultVFS
Returns true if the resource located at the given URL is a JAR file.
isJar(URL, byte[]) - Method in class org.apache.ibatis.io.DefaultVFS
Returns true if the resource located at the given URL is a JAR file.
isLazyLoadingEnabled() - Method in class org.apache.ibatis.session.Configuration
 
isManagedSessionStarted() - Method in class org.apache.ibatis.session.SqlSessionManager
 
isMapUnderscoreToCamelCase() - Method in class org.apache.ibatis.session.Configuration
 
isMultipleResultSetsEnabled() - Method in class org.apache.ibatis.session.Configuration
 
isPoolPingEnabled() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
isProperty(String) - Static method in class org.apache.ibatis.reflection.property.PropertyNamer
 
isResourceLoaded(String) - Method in class org.apache.ibatis.session.Configuration
 
isSafeResultHandlerEnabled() - Method in class org.apache.ibatis.session.Configuration
 
isSafeRowBoundsEnabled() - Method in class org.apache.ibatis.session.Configuration
 
isSetter(String) - Static method in class org.apache.ibatis.reflection.property.PropertyNamer
 
isSimpleType(Class<?>) - Static method in class org.apache.ibatis.type.SimpleTypeRegistry
 
isStopped() - Method in class org.apache.ibatis.executor.result.DefaultResultContext
 
isStopped() - Method in interface org.apache.ibatis.session.ResultContext
 
isTraceEnabled() - Method in class org.apache.ibatis.logging.commons.JakartaCommonsLoggingImpl
 
isTraceEnabled() - Method in class org.apache.ibatis.logging.jdk14.Jdk14LoggingImpl
 
isTraceEnabled() - Method in interface org.apache.ibatis.logging.Log
 
isTraceEnabled() - Method in class org.apache.ibatis.logging.log4j.Log4jImpl
 
isTraceEnabled() - Method in class org.apache.ibatis.logging.nologging.NoLoggingImpl
 
isTraceEnabled() - Method in class org.apache.ibatis.logging.slf4j.Slf4jImpl
 
isTraceEnabled() - Method in class org.apache.ibatis.logging.stdout.StdOutImpl
 
isUseCache() - Method in class org.apache.ibatis.mapping.MappedStatement
 
isUseColumnLabel() - Method in class org.apache.ibatis.session.Configuration
 
isUseGeneratedKeys() - Method in class org.apache.ibatis.session.Configuration
 
isValid() - Method in class org.apache.ibatis.io.DefaultVFS
 
isValid() - Method in class org.apache.ibatis.io.JBoss6VFS
 
isValid() - Method in class org.apache.ibatis.io.VFS
Return true if the VFS implementation is valid for the current environment.
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
 

J

JakartaCommonsLoggingImpl - Class in org.apache.ibatis.logging.commons
 
JakartaCommonsLoggingImpl(String) - Constructor for class org.apache.ibatis.logging.commons.JakartaCommonsLoggingImpl
 
javaType(Class<?>) - Method in class org.apache.ibatis.mapping.ParameterMapping.Builder
 
javaType(Class<?>) - Method in class org.apache.ibatis.mapping.ResultMapping.Builder
 
JBoss6VFS - Class in org.apache.ibatis.io
A VFS implementation that works with the VFS API provided by JBoss 6.
JBoss6VFS() - Constructor for class org.apache.ibatis.io.JBoss6VFS
 
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
Transaction that makes use of the JDBC commit and rollback facilities directly.
JdbcTransaction(DataSource, TransactionIsolationLevel, boolean) - Constructor for class org.apache.ibatis.transaction.jdbc.JdbcTransaction
 
JdbcTransaction(Connection) - Constructor for class org.apache.ibatis.transaction.jdbc.JdbcTransaction
 
JdbcTransactionFactory - Class in org.apache.ibatis.transaction.jdbc
Creates JdbcTransaction instances.
JdbcTransactionFactory() - Constructor for class org.apache.ibatis.transaction.jdbc.JdbcTransactionFactory
 
jdbcType(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
 
jdbcTypeForNull - Variable in class org.apache.ibatis.session.Configuration
 
jdbcTypeName(String) - Method in class org.apache.ibatis.mapping.ParameterMapping.Builder
 
Jdk14LoggingImpl - Class in org.apache.ibatis.logging.jdk14
 
Jdk14LoggingImpl(String) - Constructor for class org.apache.ibatis.logging.jdk14.Jdk14LoggingImpl
 
JndiDataSourceFactory - Class in org.apache.ibatis.datasource.jndi
 
JndiDataSourceFactory() - Constructor for class org.apache.ibatis.datasource.jndi.JndiDataSourceFactory
 
JOIN(String) - Static method in class org.apache.ibatis.jdbc.SelectBuilder
 
JOIN(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
 

K

keyColumn(String) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
 
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
 

L

lastClear - Variable in class org.apache.ibatis.cache.decorators.ScheduledCache
 
lazyLoadingEnabled - Variable in class org.apache.ibatis.session.Configuration
 
lazyLoadTriggerMethods - 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
 
level - Variable in class org.apache.ibatis.transaction.jdbc.JdbcTransaction
 
list(URL, String) - Method in class org.apache.ibatis.io.DefaultVFS
 
list(URL, String) - Method in class org.apache.ibatis.io.JBoss6VFS
 
list(URL, String) - Method in class org.apache.ibatis.io.VFS
Recursively list the full resource path of all the resources that are children of the resource identified by a URL.
list(String) - Method in class org.apache.ibatis.io.VFS
Recursively list the full resource path of all the resources that are children of all the resources found at the specified path.
listResources(JarInputStream, String) - Method in class org.apache.ibatis.io.DefaultVFS
List the names of the entries in the given JarInputStream that begin with the specified path.
load(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
 
loadResult() - Method in class org.apache.ibatis.executor.loader.ResultLoader
 
localCache - Variable in class org.apache.ibatis.executor.BaseExecutor
 
localCacheScope - Variable in class org.apache.ibatis.session.Configuration
 
LocalCacheScope - Enum in org.apache.ibatis.session
 
localOutputParameterCache - Variable in class org.apache.ibatis.executor.BaseExecutor
 
Log - Interface in org.apache.ibatis.logging
 
Log4jImpl - Class in org.apache.ibatis.logging.log4j
 
Log4jImpl(String) - 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
 
LoggingCache - Class in org.apache.ibatis.cache.decorators
 
LoggingCache(Cache) - Constructor for class org.apache.ibatis.cache.decorators.LoggingCache
 
LongTypeHandler - Class in org.apache.ibatis.type
 
LongTypeHandler() - Constructor for class org.apache.ibatis.type.LongTypeHandler
 
LruCache - Class in org.apache.ibatis.cache.decorators
 
LruCache(Cache) - Constructor for class org.apache.ibatis.cache.decorators.LruCache
 

M

ManagedTransaction - Class in org.apache.ibatis.transaction.managed
Transaction that lets the container manage the full lifecycle of the transaction.
ManagedTransaction(Connection, boolean) - Constructor for class org.apache.ibatis.transaction.managed.ManagedTransaction
 
ManagedTransaction(DataSource, TransactionIsolationLevel, boolean) - Constructor for class org.apache.ibatis.transaction.managed.ManagedTransaction
 
ManagedTransactionFactory - Class in org.apache.ibatis.transaction.managed
Creates ManagedTransaction instances.
ManagedTransactionFactory() - Constructor for class org.apache.ibatis.transaction.managed.ManagedTransactionFactory
 
Many - Annotation Type in org.apache.ibatis.annotations
 
MapKey - Annotation Type in org.apache.ibatis.annotations
 
MappedJdbcTypes - Annotation Type in org.apache.ibatis.type
 
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
 
MapperMethod.MapperParamMap<V> - Class in org.apache.ibatis.binding
 
MapperMethod.MapperParamMap() - Constructor for class org.apache.ibatis.binding.MapperMethod.MapperParamMap
 
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
 
mapUnderscoreToCamelCase - Variable in class org.apache.ibatis.session.Configuration
 
MapWrapper - Class in org.apache.ibatis.reflection.wrapper
 
MapWrapper(MetaObject, Map<String, Object>) - Constructor for class org.apache.ibatis.reflection.wrapper.MapWrapper
 
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.
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
 
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
 
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
 

N

NClobTypeHandler - Class in org.apache.ibatis.type
 
NClobTypeHandler() - Constructor for class org.apache.ibatis.type.NClobTypeHandler
 
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
 
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
 
newExecutor(Transaction, ExecutorType, boolean) - Method in class org.apache.ibatis.session.Configuration
 
newInstance(Connection, Log) - Static method in class org.apache.ibatis.logging.jdbc.ConnectionLogger
 
newInstance(PreparedStatement, Log) - Static method in class org.apache.ibatis.logging.jdbc.PreparedStatementLogger
 
newInstance(ResultSet, Log) - Static method in class org.apache.ibatis.logging.jdbc.ResultSetLogger
 
newInstance(Statement, Log) - Static method in class org.apache.ibatis.logging.jdbc.StatementLogger
 
newInstance(Reader) - Static method in class org.apache.ibatis.session.SqlSessionManager
 
newInstance(Reader, String) - Static method in class org.apache.ibatis.session.SqlSessionManager
 
newInstance(Reader, Properties) - Static method in class org.apache.ibatis.session.SqlSessionManager
 
newInstance(InputStream) - Static method in class org.apache.ibatis.session.SqlSessionManager
 
newInstance(InputStream, String) - Static method in class org.apache.ibatis.session.SqlSessionManager
 
newInstance(InputStream, Properties) - Static method in class org.apache.ibatis.session.SqlSessionManager
 
newInstance(SqlSessionFactory) - Static method in class org.apache.ibatis.session.SqlSessionManager
 
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
 
newResultSetHandler(Executor, MappedStatement, RowBounds, ParameterHandler, ResultHandler, BoundSql) - Method in class org.apache.ibatis.session.Configuration
 
newStatementHandler(Executor, MappedStatement, Object, RowBounds, ResultHandler, BoundSql) - Method in class org.apache.ibatis.session.Configuration
 
newTransaction(Connection) - Method in class org.apache.ibatis.transaction.jdbc.JdbcTransactionFactory
 
newTransaction(DataSource, TransactionIsolationLevel, boolean) - Method in class org.apache.ibatis.transaction.jdbc.JdbcTransactionFactory
 
newTransaction(Connection) - Method in class org.apache.ibatis.transaction.managed.ManagedTransactionFactory
 
newTransaction(DataSource, TransactionIsolationLevel, boolean) - Method in class org.apache.ibatis.transaction.managed.ManagedTransactionFactory
 
newTransaction(Connection) - Method in interface org.apache.ibatis.transaction.TransactionFactory
Creates a Transaction out of an existing connection.
newTransaction(DataSource, TransactionIsolationLevel, boolean) - Method in interface org.apache.ibatis.transaction.TransactionFactory
Creates a Transaction out of a datasource.
newXNode(Node) - Method in class org.apache.ibatis.parsing.XNode
 
next() - Method in class org.apache.ibatis.reflection.property.PropertyTokenizer
 
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
 
NoKeyGenerator - Class in org.apache.ibatis.executor.keygen
 
NoKeyGenerator() - Constructor for class org.apache.ibatis.executor.keygen.NoKeyGenerator
 
NoLoggingImpl - Class in org.apache.ibatis.logging.nologging
 
NoLoggingImpl(String) - Constructor for class org.apache.ibatis.logging.nologging.NoLoggingImpl
 
notNullColumns(Set<String>) - Method in class org.apache.ibatis.mapping.ResultMapping.Builder
 
NStringTypeHandler - Class in org.apache.ibatis.type
 
NStringTypeHandler() - Constructor for class org.apache.ibatis.type.NStringTypeHandler
 
Null - Enum in org.apache.ibatis.jdbc
 
NULL_CACHE_KEY - Static variable in class org.apache.ibatis.cache.CacheKey
 
NULL_META_OBJECT - Static variable in class org.apache.ibatis.reflection.MetaObject
 
NullCacheKey - Class in org.apache.ibatis.cache
 
NullCacheKey() - Constructor for class org.apache.ibatis.cache.NullCacheKey
 
numericScale(Integer) - Method in class org.apache.ibatis.mapping.ParameterMapping.Builder
 

O

object(String) - Method in class org.apache.ibatis.executor.ErrorContext
 
objectFactory - Variable in class org.apache.ibatis.executor.loader.ResultLoader
 
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
MyBatis uses an ObjectFactory to create all needed new Objects.
objectFactory - Variable in class org.apache.ibatis.session.Configuration
 
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
 
OgnlCache - Class in org.apache.ibatis.builder.xml.dynamic
Caches OGNL parsed expressions.
OgnlCache() - Constructor for class org.apache.ibatis.builder.xml.dynamic.OgnlCache
 
One - Annotation Type in org.apache.ibatis.annotations
 
openConnection() - Method in class org.apache.ibatis.transaction.jdbc.JdbcTransaction
 
openConnection() - Method in class org.apache.ibatis.transaction.managed.ManagedTransaction
 
openSession() - Method in class org.apache.ibatis.session.defaults.DefaultSqlSessionFactory
 
openSession(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
 
openSession() - Method in class org.apache.ibatis.session.SqlSessionManager
 
openSession(boolean) - Method in class org.apache.ibatis.session.SqlSessionManager
 
openSession(Connection) - Method in class org.apache.ibatis.session.SqlSessionManager
 
openSession(TransactionIsolationLevel) - Method in class org.apache.ibatis.session.SqlSessionManager
 
openSession(ExecutorType) - Method in class org.apache.ibatis.session.SqlSessionManager
 
openSession(ExecutorType, boolean) - Method in class org.apache.ibatis.session.SqlSessionManager
 
openSession(ExecutorType, TransactionIsolationLevel) - Method in class org.apache.ibatis.session.SqlSessionManager
 
openSession(ExecutorType, Connection) - Method in class org.apache.ibatis.session.SqlSessionManager
 
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 - package org.apache.ibatis
The MyBatis data mapper framework makes it easier to use a relational database with object-oriented applications.
org.apache.ibatis.annotations - package org.apache.ibatis.annotations
TODO fillme.
org.apache.ibatis.binding - package org.apache.ibatis.binding
TODO fillme.
org.apache.ibatis.builder - package org.apache.ibatis.builder
TODO fillme.
org.apache.ibatis.builder.annotation - package org.apache.ibatis.builder.annotation
TODO fillme.
org.apache.ibatis.builder.xml - package org.apache.ibatis.builder.xml
TODO fillme.
org.apache.ibatis.builder.xml.dynamic - package org.apache.ibatis.builder.xml.dynamic
TODO fillme.
org.apache.ibatis.cache - package org.apache.ibatis.cache
TODO fillme.
org.apache.ibatis.cache.decorators - package org.apache.ibatis.cache.decorators
TODO fillme.
org.apache.ibatis.cache.impl - package org.apache.ibatis.cache.impl
TODO fillme.
org.apache.ibatis.datasource - package org.apache.ibatis.datasource
TODO fillme.
org.apache.ibatis.datasource.jndi - package org.apache.ibatis.datasource.jndi
TODO fillme.
org.apache.ibatis.datasource.pooled - package org.apache.ibatis.datasource.pooled
TODO fillme.
org.apache.ibatis.datasource.unpooled - package org.apache.ibatis.datasource.unpooled
TODO fillme.
org.apache.ibatis.exceptions - package org.apache.ibatis.exceptions
TODO fillme.
org.apache.ibatis.executor - package org.apache.ibatis.executor
TODO fillme.
org.apache.ibatis.executor.keygen - package org.apache.ibatis.executor.keygen
TODO fillme.
org.apache.ibatis.executor.loader - package org.apache.ibatis.executor.loader
TODO fillme.
org.apache.ibatis.executor.parameter - package org.apache.ibatis.executor.parameter
TODO fillme.
org.apache.ibatis.executor.result - package org.apache.ibatis.executor.result
TODO fillme.
org.apache.ibatis.executor.resultset - package org.apache.ibatis.executor.resultset
TODO fillme.
org.apache.ibatis.executor.statement - package org.apache.ibatis.executor.statement
TODO fillme.
org.apache.ibatis.io - package org.apache.ibatis.io
TODO fillme.
org.apache.ibatis.jdbc - package org.apache.ibatis.jdbc
TODO fillme.
org.apache.ibatis.logging - package org.apache.ibatis.logging
TODO fillme.
org.apache.ibatis.logging.commons - package org.apache.ibatis.logging.commons
TODO fillme.
org.apache.ibatis.logging.jdbc - package org.apache.ibatis.logging.jdbc
Logging proxies that logs any JDBC statement.
org.apache.ibatis.logging.jdk14 - package org.apache.ibatis.logging.jdk14
TODO fillme.
org.apache.ibatis.logging.log4j - package org.apache.ibatis.logging.log4j
TODO fillme.
org.apache.ibatis.logging.nologging - package org.apache.ibatis.logging.nologging
TODO fillme.
org.apache.ibatis.logging.slf4j - package org.apache.ibatis.logging.slf4j
TODO fillme.
org.apache.ibatis.logging.stdout - package org.apache.ibatis.logging.stdout
TODO fillme.
org.apache.ibatis.mapping - package org.apache.ibatis.mapping
TODO fillme.
org.apache.ibatis.metadata - package org.apache.ibatis.metadata
TODO fillme.
org.apache.ibatis.parsing - package org.apache.ibatis.parsing
TODO fillme.
org.apache.ibatis.plugin - package org.apache.ibatis.plugin
TODO fillme.
org.apache.ibatis.reflection - package org.apache.ibatis.reflection
TODO fillme.
org.apache.ibatis.reflection.factory - package org.apache.ibatis.reflection.factory
TODO fillme.
org.apache.ibatis.reflection.invoker - package org.apache.ibatis.reflection.invoker
TODO fillme.
org.apache.ibatis.reflection.property - package org.apache.ibatis.reflection.property
TODO fillme.
org.apache.ibatis.reflection.wrapper - package org.apache.ibatis.reflection.wrapper
TODO fillme.
org.apache.ibatis.session - package org.apache.ibatis.session
TODO fillme.
org.apache.ibatis.session.defaults - package org.apache.ibatis.session.defaults
TODO fillme.
org.apache.ibatis.transaction - package org.apache.ibatis.transaction
TODO fillme.
org.apache.ibatis.transaction.jdbc - package org.apache.ibatis.transaction.jdbc
TODO fillme.
org.apache.ibatis.transaction.managed - package org.apache.ibatis.transaction.managed
TODO fillme.
org.apache.ibatis.type - package org.apache.ibatis.type
TODO fillme.
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
 
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
 
parseStatementNode() - Method in class org.apache.ibatis.builder.xml.XMLStatementBuilder
 
ParsingException - Exception in org.apache.ibatis.parsing
 
ParsingException() - Constructor for exception org.apache.ibatis.parsing.ParsingException
 
ParsingException(String) - Constructor for exception org.apache.ibatis.parsing.ParsingException
 
ParsingException(String, Throwable) - Constructor for exception org.apache.ibatis.parsing.ParsingException
 
ParsingException(Throwable) - Constructor for exception org.apache.ibatis.parsing.ParsingException
 
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
 
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
 
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
 
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<?>, String) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
PreparedStatementHandler - Class in org.apache.ibatis.executor.statement
 
PreparedStatementHandler(Executor, MappedStatement, Object, RowBounds, ResultHandler, BoundSql) - Constructor for class org.apache.ibatis.executor.statement.PreparedStatementHandler
 
PreparedStatementLogger - Class in org.apache.ibatis.logging.jdbc
 
prepareParameterForNestedQuery(ResultSet, ResultMapping, Class<?>, String) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
prepareSimpleKeyParameter(ResultSet, ResultMapping, Class<?>, String) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
prependPrefix(String, String) - Static method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
prependPrefixes(Set<String>, String) - Static method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
proceed() - Method in class org.apache.ibatis.plugin.Invocation
 
processAfter(Executor, MappedStatement, Statement, Object) - Method in class org.apache.ibatis.executor.keygen.Jdbc3KeyGenerator
 
processAfter(Executor, MappedStatement, Statement, Object) - Method in interface org.apache.ibatis.executor.keygen.KeyGenerator
 
processAfter(Executor, MappedStatement, Statement, Object) - Method in class org.apache.ibatis.executor.keygen.NoKeyGenerator
 
processAfter(Executor, MappedStatement, Statement, Object) - Method in class org.apache.ibatis.executor.keygen.SelectKeyGenerator
 
processBatch(MappedStatement, Statement, List<Object>) - Method in class org.apache.ibatis.executor.keygen.Jdbc3KeyGenerator
 
processBefore(Executor, MappedStatement, Statement, Object) - Method in class org.apache.ibatis.executor.keygen.Jdbc3KeyGenerator
 
processBefore(Executor, MappedStatement, Statement, Object) - Method in interface org.apache.ibatis.executor.keygen.KeyGenerator
 
processBefore(Executor, MappedStatement, Statement, Object) - Method in class org.apache.ibatis.executor.keygen.NoKeyGenerator
 
processBefore(Executor, MappedStatement, Statement, Object) - Method in class org.apache.ibatis.executor.keygen.SelectKeyGenerator
 
properties(Properties) - Method in class org.apache.ibatis.mapping.CacheBuilder
 
PropertyCopier - Class in org.apache.ibatis.reflection.property
 
PropertyCopier() - Constructor for class org.apache.ibatis.reflection.property.PropertyCopier
 
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
 
put(String, V) - Method in class org.apache.ibatis.session.Configuration.StrictMap
 
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, CacheKey, BoundSql) - 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, CacheKey, BoundSql) - Method in class org.apache.ibatis.executor.CachingExecutor
 
query(MappedStatement, Object, RowBounds, ResultHandler, CacheKey, BoundSql) - Method in interface org.apache.ibatis.executor.Executor
 
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

readWrite(boolean) - Method in class org.apache.ibatis.mapping.CacheBuilder
 
recall() - Method in class org.apache.ibatis.executor.ErrorContext
 
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
 
register(JdbcType, TypeHandler<?>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
register(TypeHandler<T>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
register(Class<T>, TypeHandler<? extends T>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
register(TypeReference<T>, TypeHandler<? extends T>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
register(Class<T>, JdbcType, TypeHandler<? extends T>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
register(Class<?>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
register(Class<?>, Class<?>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
register(Class<?>, JdbcType, Class<?>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
 
register(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
 
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
 
resetAutoCommit() - Method in class org.apache.ibatis.transaction.jdbc.JdbcTransaction
 
resolve() - Method in class org.apache.ibatis.builder.ResultMapResolver
 
resolveAlias(String) - Method in class org.apache.ibatis.builder.BaseBuilder
 
resolveAlias(String) - Method in class org.apache.ibatis.type.TypeAliasRegistry
 
resolveCacheRef() - Method in class org.apache.ibatis.builder.CacheRefResolver
 
resolveClass(String) - Method in class org.apache.ibatis.builder.BaseBuilder
 
resolveClass(ObjectStreamClass) - Method in class org.apache.ibatis.cache.decorators.SerializedCache.CustomObjectInputStream
 
resolveCollection(PropertyTokenizer, Object) - Method in class org.apache.ibatis.reflection.wrapper.BaseWrapper
 
resolveDiscriminatedResultMap(ResultSet, ResultMap, String) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
resolveEntity(String, String) - Method in class org.apache.ibatis.builder.xml.XMLMapperEntityResolver
 
resolveInterface(Class<?>) - Method in class org.apache.ibatis.reflection.factory.DefaultObjectFactory
 
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.
resolveTypeHandler(Class<?>, String) - Method in class org.apache.ibatis.builder.BaseBuilder
 
resolveTypeHandler(Class<?>, Class<?>) - Method in class org.apache.ibatis.builder.BaseBuilder
 
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
 
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<?>, CacheKey, BoundSql) - Constructor for class org.apache.ibatis.executor.loader.ResultLoader
 
ResultLoaderMap - Class in org.apache.ibatis.executor.loader
 
ResultLoaderMap() - Constructor for class org.apache.ibatis.executor.loader.ResultLoaderMap
 
ResultMap - Annotation Type in org.apache.ibatis.annotations
 
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
 
ResultMap.Builder(Configuration, String, Class<?>, List<ResultMapping>, Boolean) - 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
 
ResultMapResolver - Class in org.apache.ibatis.builder
 
ResultMapResolver(MapperBuilderAssistant, String, Class<?>, String, Discriminator, List<ResultMapping>, Boolean) - Constructor for class org.apache.ibatis.builder.ResultMapResolver
 
resultMaps(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
 
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
 
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
 
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
Discards pending batch statements and rolls database connection back.
rollback(boolean) - Method in interface org.apache.ibatis.session.SqlSession
Discards pending batch statements and rolls database connection back.
rollback() - Method in class org.apache.ibatis.session.SqlSessionManager
 
rollback(boolean) - Method in class org.apache.ibatis.session.SqlSessionManager
 
rollback() - Method in class org.apache.ibatis.transaction.jdbc.JdbcTransaction
 
rollback() - Method in class org.apache.ibatis.transaction.managed.ManagedTransaction
 
rollback() - Method in interface org.apache.ibatis.transaction.Transaction
Rollback inner database connection.
RoutingStatementHandler - Class in org.apache.ibatis.executor.statement
 
RoutingStatementHandler(Executor, MappedStatement, Object, RowBounds, ResultHandler, BoundSql) - Constructor for class org.apache.ibatis.executor.statement.RoutingStatementHandler
 
rowBounds - Variable in class org.apache.ibatis.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
 
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

safeResultHandlerEnabled - Variable in class org.apache.ibatis.session.Configuration
 
safeRowBoundsEnabled - Variable in class org.apache.ibatis.session.Configuration
 
ScheduledCache - Class in org.apache.ibatis.cache.decorators
 
ScheduledCache(Cache) - Constructor for class org.apache.ibatis.cache.decorators.ScheduledCache
 
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, 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
Retrieve a single row mapped from the statement key and parameter using a ResultHandler.
select(String, ResultHandler) - Method in interface org.apache.ibatis.session.SqlSession
Retrieve a single row mapped from the statement using a ResultHandler.
select(String, Object, RowBounds, ResultHandler) - Method in interface org.apache.ibatis.session.SqlSession
Retrieve a single row mapped from the statement key and parameter using a ResultHandler and RowBounds
select(String, ResultHandler) - Method in class org.apache.ibatis.session.SqlSessionManager
 
select(String, Object, ResultHandler) - Method in class org.apache.ibatis.session.SqlSessionManager
 
select(String, Object, RowBounds, ResultHandler) - Method in class org.apache.ibatis.session.SqlSessionManager
 
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
 
SelectBuilder - Class in org.apache.ibatis.jdbc
 
SelectBuilder() - Constructor for class org.apache.ibatis.jdbc.SelectBuilder
 
SelectKey - Annotation Type in org.apache.ibatis.annotations
 
SelectKeyGenerator - Class in org.apache.ibatis.executor.keygen
 
SelectKeyGenerator(MappedStatement, boolean) - Constructor for class org.apache.ibatis.executor.keygen.SelectKeyGenerator
 
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
Retrieve a list of mapped objects from the statement key and parameter.
selectList(String, Object) - Method in interface org.apache.ibatis.session.SqlSession
Retrieve a list of mapped objects from the statement key and parameter.
selectList(String, Object, RowBounds) - Method in interface org.apache.ibatis.session.SqlSession
Retrieve a list of mapped objects from the statement key and parameter, within the specified row bounds.
selectList(String) - Method in class org.apache.ibatis.session.SqlSessionManager
 
selectList(String, Object) - Method in class org.apache.ibatis.session.SqlSessionManager
 
selectList(String, Object, RowBounds) - Method in class org.apache.ibatis.session.SqlSessionManager
 
selectMap(String, String) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
selectMap(String, Object, String) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
selectMap(String, Object, String, RowBounds) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
 
selectMap(String, String) - Method in interface org.apache.ibatis.session.SqlSession
The selectMap is a special case in that it is designed to convert a list of results into a Map based on one of the properties in the resulting objects.
selectMap(String, Object, String) - Method in interface org.apache.ibatis.session.SqlSession
The selectMap is a special case in that it is designed to convert a list of results into a Map based on one of the properties in the resulting objects.
selectMap(String, Object, String, RowBounds) - Method in interface org.apache.ibatis.session.SqlSession
The selectMap is a special case in that it is designed to convert a list of results into a Map based on one of the properties in the resulting objects.
selectMap(String, String) - Method in class org.apache.ibatis.session.SqlSessionManager
 
selectMap(String, Object, String) - Method in class org.apache.ibatis.session.SqlSessionManager
 
selectMap(String, Object, String, RowBounds) - Method in class org.apache.ibatis.session.SqlSessionManager
 
selectOne(String, Object...) - Method in class org.apache.ibatis.jdbc.SqlRunner
 
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
Retrieve a single row mapped from the statement key
selectOne(String, Object) - Method in interface org.apache.ibatis.session.SqlSession
Retrieve a single row mapped from the statement key and parameter.
selectOne(String) - Method in class org.apache.ibatis.session.SqlSessionManager
 
selectOne(String, Object) - Method in class org.apache.ibatis.session.SqlSessionManager
 
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
 
SerializedCache.CustomObjectInputStream - Class in org.apache.ibatis.cache.decorators
 
SerializedCache.CustomObjectInputStream(InputStream) - Constructor for class org.apache.ibatis.cache.decorators.SerializedCache.CustomObjectInputStream
 
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.CollectionWrapper
 
set(PropertyTokenizer, Object) - Method in class org.apache.ibatis.reflection.wrapper.MapWrapper
 
set(PropertyTokenizer, Object) - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
 
SET_METHODS - Static variable in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
 
setAdditionalParameter(String, Object) - Method in class org.apache.ibatis.mapping.BoundSql
 
setAggressiveLazyLoading(boolean) - Method in class org.apache.ibatis.session.Configuration
 
setAutoCommit(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
 
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.
setClearInterval(long) - Method in class org.apache.ibatis.cache.decorators.ScheduledCache
 
setCollectionValue(PropertyTokenizer, Object, Object) - Method in class org.apache.ibatis.reflection.wrapper.BaseWrapper
 
setColumn(Object, Object) - Method in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
 
setConfiguration(Configuration) - Method in class org.apache.ibatis.type.BaseTypeHandler
 
setCurrentNamespace(String) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
 
setDatabaseId(String) - Method in class org.apache.ibatis.session.Configuration
 
setDefaultAutoCommit(boolean) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
setDefaultClassLoader(ClassLoader) - Static method in class org.apache.ibatis.io.Resources
 
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
 
setDesiredAutoCommit(boolean) - Method in class org.apache.ibatis.transaction.jdbc.JdbcTransaction
 
setDriver(String) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
setDriver(String) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
setDriverClassLoader(ClassLoader) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
setDriverProperties(Properties) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
setDriverProperties(Properties) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
 
setEnvironment(Environment) - Method in class org.apache.ibatis.session.Configuration
 
setErrorLogWriter(PrintWriter) - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
setEscapeProcessing(boolean) - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
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
 
setFullLineDelimiter(boolean) - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
setInvalid() - Static method in class org.apache.ibatis.io.JBoss6VFS
Mark this VFS as invalid for the current environment.
setJdbcTypeForNull(JdbcType) - Method in class org.apache.ibatis.session.Configuration
 
setLazyLoadingEnabled(boolean) - Method in class org.apache.ibatis.session.Configuration
 
setLazyLoadTriggerMethods(Set<String>) - Method in class org.apache.ibatis.session.Configuration
 
setLocalCacheScope(LocalCacheScope) - Method in class org.apache.ibatis.session.Configuration
 
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
 
setMapUnderscoreToCamelCase(boolean) - Method in class org.apache.ibatis.session.Configuration
 
setMultipleResultSetsEnabled(boolean) - Method in class org.apache.ibatis.session.Configuration
 
setNonNullParameter(PreparedStatement, int, Object, JdbcType) - Method in class org.apache.ibatis.type.ArrayTypeHandler
 
setNonNullParameter(PreparedStatement, int, T, JdbcType) - Method in class org.apache.ibatis.type.BaseTypeHandler
 
setNonNullParameter(PreparedStatement, int, BigDecimal, JdbcType) - Method in class org.apache.ibatis.type.BigDecimalTypeHandler
 
setNonNullParameter(PreparedStatement, int, BigInteger, JdbcType) - Method in class org.apache.ibatis.type.BigIntegerTypeHandler
 
setNonNullParameter(PreparedStatement, int, byte[], JdbcType) - Method in class org.apache.ibatis.type.BlobTypeHandler
 
setNonNullParameter(PreparedStatement, int, Boolean, JdbcType) - Method in class org.apache.ibatis.type.BooleanTypeHandler
 
setNonNullParameter(PreparedStatement, int, byte[], JdbcType) - Method in class org.apache.ibatis.type.ByteArrayTypeHandler
 
setNonNullParameter(PreparedStatement, int, Byte, JdbcType) - Method in class org.apache.ibatis.type.ByteTypeHandler
 
setNonNullParameter(PreparedStatement, int, Character, JdbcType) - Method in class org.apache.ibatis.type.CharacterTypeHandler
 
setNonNullParameter(PreparedStatement, int, String, JdbcType) - Method in class org.apache.ibatis.type.ClobTypeHandler
 
setNonNullParameter(PreparedStatement, int, Date, JdbcType) - Method in class org.apache.ibatis.type.DateOnlyTypeHandler
 
setNonNullParameter(PreparedStatement, int, Date, JdbcType) - Method in class org.apache.ibatis.type.DateTypeHandler
 
setNonNullParameter(PreparedStatement, int, Double, JdbcType) - Method in class org.apache.ibatis.type.DoubleTypeHandler
 
setNonNullParameter(PreparedStatement, int, E, JdbcType) - Method in class org.apache.ibatis.type.EnumOrdinalTypeHandler
 
setNonNullParameter(PreparedStatement, int, E, JdbcType) - Method in class org.apache.ibatis.type.EnumTypeHandler
 
setNonNullParameter(PreparedStatement, int, Float, JdbcType) - Method in class org.apache.ibatis.type.FloatTypeHandler
 
setNonNullParameter(PreparedStatement, int, Integer, JdbcType) - Method in class org.apache.ibatis.type.IntegerTypeHandler
 
setNonNullParameter(PreparedStatement, int, Long, JdbcType) - Method in class org.apache.ibatis.type.LongTypeHandler
 
setNonNullParameter(PreparedStatement, int, String, JdbcType) - Method in class org.apache.ibatis.type.NClobTypeHandler
 
setNonNullParameter(PreparedStatement, int, String, JdbcType) - Method in class org.apache.ibatis.type.NStringTypeHandler
 
setNonNullParameter(PreparedStatement, int, Object, JdbcType) - Method in class org.apache.ibatis.type.ObjectTypeHandler
 
setNonNullParameter(PreparedStatement, int, Short, JdbcType) - Method in class org.apache.ibatis.type.ShortTypeHandler
 
setNonNullParameter(PreparedStatement, int, Date, JdbcType) - Method in class org.apache.ibatis.type.SqlDateTypeHandler
 
setNonNullParameter(PreparedStatement, int, Timestamp, JdbcType) - Method in class org.apache.ibatis.type.SqlTimestampTypeHandler
 
setNonNullParameter(PreparedStatement, int, Time, JdbcType) - Method in class org.apache.ibatis.type.SqlTimeTypeHandler
 
setNonNullParameter(PreparedStatement, int, String, JdbcType) - Method in class org.apache.ibatis.type.StringTypeHandler
 
setNonNullParameter(PreparedStatement, int, Date, JdbcType) - Method in class org.apache.ibatis.type.TimeOnlyTypeHandler
 
setNonNullParameter(PreparedStatement, int, Object, JdbcType) - Method in class org.apache.ibatis.type.UnknownTypeHandler
 
setObjectFactory(ObjectFactory) - Method in class org.apache.ibatis.session.Configuration
 
setObjectWrapperFactory(ObjectWrapperFactory) - Method in class org.apache.ibatis.session.Configuration
 
setParameter(PreparedStatement, int, T, JdbcType) - Method in class org.apache.ibatis.type.BaseTypeHandler
 
setParameter(PreparedStatement, int, T, JdbcType) - Method in interface org.apache.ibatis.type.TypeHandler
 
setParameters(PreparedStatement) - Method in 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
 
setPoolMaximumCheckoutTime(int) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
setPoolMaximumIdleConnections(int) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
setPoolPingConnectionsNotUsedFor(int) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
setPoolPingEnabled(boolean) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
setPoolPingQuery(String) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
setPoolTimeToWait(int) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
 
setPrimaryKey(Column) - Method in class org.apache.ibatis.metadata.Table
 
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.mapping.DatabaseIdProvider
 
setProperties(Properties) - Method in class org.apache.ibatis.mapping.DefaultDatabaseIdProvider
 
setProperties(Properties) - Method in class org.apache.ibatis.mapping.VendorDatabaseIdProvider
 
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
Sets configuration properties.
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
Sets transaction factory custom properties.
setRemoveCRs(boolean) - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
setSafeResultHandlerEnabled(boolean) - Method in class org.apache.ibatis.session.Configuration
 
setSafeRowBoundsEnabled(boolean) - Method in class org.apache.ibatis.session.Configuration
 
setSchema(String) - Method in class org.apache.ibatis.metadata.Table
 
setSendFullScript(boolean) - Method in class org.apache.ibatis.jdbc.ScriptRunner
 
setSize(int) - Method in class org.apache.ibatis.cache.decorators.FifoCache
 
setSize(int) - Method in class org.apache.ibatis.cache.decorators.LruCache
 
setSize(int) - Method in class org.apache.ibatis.cache.decorators.SoftCache
 
setSize(int) - Method in class org.apache.ibatis.cache.decorators.WeakCache
 
SetSqlNode - Class in org.apache.ibatis.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
 
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(String, Object) - Method in class org.apache.ibatis.reflection.MetaObject
 
setVariables(Properties) - Method in class org.apache.ibatis.parsing.XPathParser
 
setVariables(Properties) - Method in class org.apache.ibatis.session.Configuration
 
ShortTypeHandler - Class in org.apache.ibatis.type
 
ShortTypeHandler() - Constructor for class org.apache.ibatis.type.ShortTypeHandler
 
shouldApplyAutomaticMappings(ResultMap, boolean) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
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
 
SimpleStatementHandler - Class in org.apache.ibatis.executor.statement
 
SimpleStatementHandler(Executor, MappedStatement, Object, RowBounds, ResultHandler, BoundSql) - Constructor for class org.apache.ibatis.executor.statement.SimpleStatementHandler
 
SimpleTypeRegistry - Class in org.apache.ibatis.type
 
SimpleTypeRegistry() - Constructor for class org.apache.ibatis.type.SimpleTypeRegistry
 
size() - Method in class org.apache.ibatis.executor.loader.ResultLoaderMap
 
size(Integer) - Method in class org.apache.ibatis.mapping.CacheBuilder
 
skipRows(ResultSet, RowBounds) - Method in class org.apache.ibatis.executor.resultset.FastResultSetHandler
 
Slf4jImpl - Class in org.apache.ibatis.logging.slf4j
 
Slf4jImpl(String) - 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
 
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
 
sqlFragments - Variable in class org.apache.ibatis.session.Configuration
 
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
The primary Java interface for working with MyBatis.
SqlSessionException - Exception in org.apache.ibatis.session
 
SqlSessionException() - Constructor for exception org.apache.ibatis.session.SqlSessionException
 
SqlSessionException(String) - Constructor for exception org.apache.ibatis.session.SqlSessionException
 
SqlSessionException(String, Throwable) - Constructor for exception org.apache.ibatis.session.SqlSessionException
 
SqlSessionException(Throwable) - Constructor for exception org.apache.ibatis.session.SqlSessionException
 
SqlSessionFactory - Interface in org.apache.ibatis.session
 
SqlSessionFactoryBuilder - Class in org.apache.ibatis.session
 
SqlSessionFactoryBuilder() - Constructor for class org.apache.ibatis.session.SqlSessionFactoryBuilder
 
SqlSessionManager - Class in org.apache.ibatis.session
 
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
 
startManagedSession() - Method in class org.apache.ibatis.session.SqlSessionManager
 
startManagedSession(boolean) - Method in class org.apache.ibatis.session.SqlSessionManager
 
startManagedSession(Connection) - Method in class org.apache.ibatis.session.SqlSessionManager
 
startManagedSession(TransactionIsolationLevel) - Method in class org.apache.ibatis.session.SqlSessionManager
 
startManagedSession(ExecutorType) - Method in class org.apache.ibatis.session.SqlSessionManager
 
startManagedSession(ExecutorType, boolean) - Method in class org.apache.ibatis.session.SqlSessionManager
 
startManagedSession(ExecutorType, TransactionIsolationLevel) - Method in class org.apache.ibatis.session.SqlSessionManager
 
startManagedSession(ExecutorType, Connection) - Method in class org.apache.ibatis.session.SqlSessionManager
 
StatementHandler - Interface in org.apache.ibatis.executor.statement
 
StatementLogger - Class in org.apache.ibatis.logging.jdbc
 
statementType(StatementType) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
 
StatementType - Enum in org.apache.ibatis.mapping
 
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
 
StdOutImpl - Class in org.apache.ibatis.logging.stdout
 
StdOutImpl(String) - Constructor for class org.apache.ibatis.logging.stdout.StdOutImpl
 
stop() - Method in class org.apache.ibatis.executor.result.DefaultResultContext
 
stop() - Method in interface org.apache.ibatis.session.ResultContext
 
store() - Method in class org.apache.ibatis.executor.ErrorContext
 
stringSetValueOf(String, String) - Method in class org.apache.ibatis.builder.BaseBuilder
 
StringTypeHandler - Class in org.apache.ibatis.type
 
StringTypeHandler() - Constructor for class org.apache.ibatis.type.StringTypeHandler
 
stringValueOf(String, String) - Method in class org.apache.ibatis.builder.BaseBuilder
 
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
 
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
 
TokenHandler - Interface in org.apache.ibatis.parsing
 
TooManyResultsException - Exception in org.apache.ibatis.exceptions
 
TooManyResultsException() - Constructor for exception org.apache.ibatis.exceptions.TooManyResultsException
 
TooManyResultsException(String) - Constructor for exception org.apache.ibatis.exceptions.TooManyResultsException
 
TooManyResultsException(String, Throwable) - Constructor for exception org.apache.ibatis.exceptions.TooManyResultsException
 
TooManyResultsException(Throwable) - Constructor for exception org.apache.ibatis.exceptions.TooManyResultsException
 
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.parsing.XNode
 
toString() - Method in class org.apache.ibatis.type.TypeReference
 
trace(String) - Method in class org.apache.ibatis.logging.commons.JakartaCommonsLoggingImpl
 
trace(String) - Method in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
 
trace(String) - Method in class org.apache.ibatis.logging.jdk14.Jdk14LoggingImpl
 
trace(String) - Method in interface org.apache.ibatis.logging.Log
 
trace(String) - Method in class org.apache.ibatis.logging.log4j.Log4jImpl
 
trace(String) - Method in class org.apache.ibatis.logging.nologging.NoLoggingImpl
 
trace(String) - Method in class org.apache.ibatis.logging.slf4j.Slf4jImpl
 
trace(String) - Method in class org.apache.ibatis.logging.stdout.StdOutImpl
 
transaction - Variable in class org.apache.ibatis.executor.BaseExecutor
 
Transaction - Interface in org.apache.ibatis.transaction
Wraps a database connection.
TransactionalCache - Class in org.apache.ibatis.cache.decorators
 
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
Creates Transaction instances.
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
 
typeAliasRegistry - Variable in class org.apache.ibatis.builder.BaseBuilder
 
typeAliasRegistry - Variable in class org.apache.ibatis.session.Configuration
 
TypeAliasRegistry - Class in org.apache.ibatis.type
 
TypeAliasRegistry() - Constructor for class org.apache.ibatis.type.TypeAliasRegistry
 
TypeDiscriminator - Annotation Type in org.apache.ibatis.annotations
 
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<T> - 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
 
TypeReference<T> - Class in org.apache.ibatis.type
References a generic type.
TypeReference() - Constructor for class org.apache.ibatis.type.TypeReference
 

U

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
 
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
 
unwrapThrowable(Throwable) - Static method in class org.apache.ibatis.reflection.ExceptionUtil
 
Update - Annotation Type in org.apache.ibatis.annotations
 
update(Object) - Method in class org.apache.ibatis.cache.CacheKey
 
update(Object) - Method in class org.apache.ibatis.cache.NullCacheKey
 
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
 
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
Execute an update statement.
update(String, Object) - Method in interface org.apache.ibatis.session.SqlSession
Execute an update statement.
update(String) - Method in class org.apache.ibatis.session.SqlSessionManager
 
update(String, Object) - Method in class org.apache.ibatis.session.SqlSessionManager
 
updateAll(Object[]) - Method in class org.apache.ibatis.cache.CacheKey
 
updateAll(Object[]) - Method in class org.apache.ibatis.cache.NullCacheKey
 
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<? extends Cache>, Class<? extends Cache>, Long, Integer, boolean, Properties) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
 
useNoLogging() - Static method in class org.apache.ibatis.logging.LogFactory
 
USER_IMPLEMENTATIONS - Static variable in class org.apache.ibatis.io.VFS
The list to which implementations are added by VFS.addImplClass(Class).
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.LocalCacheScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ibatis.session.TransactionIsolationLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ibatis.type.JdbcType
Returns the enum constant of this type with the specified name.
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() - 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.LocalCacheScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ibatis.session.TransactionIsolationLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ibatis.type.JdbcType
Returns an array containing the constants of this enum type, in the order they are declared.
variables - Variable in class org.apache.ibatis.session.Configuration
 
VendorDatabaseIdProvider - Class in org.apache.ibatis.mapping
 
VendorDatabaseIdProvider() - Constructor for class org.apache.ibatis.mapping.VendorDatabaseIdProvider
 
VFS - Class in org.apache.ibatis.io
Provides a very simple API for accessing resources within an application server.
VFS() - Constructor for class org.apache.ibatis.io.VFS
 

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.
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
 
wrap(Object, Interceptor) - Static method in class org.apache.ibatis.plugin.Plugin
 
wrapException(String, Exception) - Static method in class org.apache.ibatis.exceptions.ExceptionFactory
 
writeReplace() - Method in interface org.apache.ibatis.executor.loader.WriteReplaceInterface
 
WriteReplaceInterface - Interface in org.apache.ibatis.executor.loader
 

X

XMLConfigBuilder - Class in org.apache.ibatis.builder.xml
 
XMLConfigBuilder(Reader) - Constructor for class org.apache.ibatis.builder.xml.XMLConfigBuilder
 
XMLConfigBuilder(Reader, String) - Constructor for class org.apache.ibatis.builder.xml.XMLConfigBuilder
 
XMLConfigBuilder(Reader, String, Properties) - Constructor for class org.apache.ibatis.builder.xml.XMLConfigBuilder
 
XMLConfigBuilder(InputStream) - Constructor for class org.apache.ibatis.builder.xml.XMLConfigBuilder
 
XMLConfigBuilder(InputStream, String) - Constructor for class org.apache.ibatis.builder.xml.XMLConfigBuilder
 
XMLConfigBuilder(InputStream, String, Properties) - Constructor for class org.apache.ibatis.builder.xml.XMLConfigBuilder
 
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
Deprecated. 
XMLMapperBuilder(Reader, Configuration, String, Map<String, XNode>) - Constructor for class org.apache.ibatis.builder.xml.XMLMapperBuilder
Deprecated. 
XMLMapperBuilder(InputStream, Configuration, String, Map<String, XNode>, String) - Constructor for class org.apache.ibatis.builder.xml.XMLMapperBuilder
 
XMLMapperBuilder(InputStream, Configuration, String, Map<String, XNode>) - Constructor for class org.apache.ibatis.builder.xml.XMLMapperBuilder
 
XMLMapperEntityResolver - Class in org.apache.ibatis.builder.xml
 
XMLMapperEntityResolver() - Constructor for class org.apache.ibatis.builder.xml.XMLMapperEntityResolver
 
XMLStatementBuilder - Class in org.apache.ibatis.builder.xml
 
XMLStatementBuilder(Configuration, MapperBuilderAssistant, XNode) - Constructor for class org.apache.ibatis.builder.xml.XMLStatementBuilder
 
XMLStatementBuilder(Configuration, MapperBuilderAssistant, XNode, String) - Constructor for class org.apache.ibatis.builder.xml.XMLStatementBuilder
 
XNode - Class in org.apache.ibatis.parsing
 
XNode(XPathParser, Node, Properties) - Constructor for class org.apache.ibatis.parsing.XNode
 
XPathParser - Class in org.apache.ibatis.parsing
 
XPathParser(String) - Constructor for class org.apache.ibatis.parsing.XPathParser
 
XPathParser(Reader) - Constructor for class org.apache.ibatis.parsing.XPathParser
 
XPathParser(InputStream) - Constructor for class org.apache.ibatis.parsing.XPathParser
 
XPathParser(Document) - Constructor for class org.apache.ibatis.parsing.XPathParser
 
XPathParser(String, boolean) - Constructor for class org.apache.ibatis.parsing.XPathParser
 
XPathParser(Reader, boolean) - Constructor for class org.apache.ibatis.parsing.XPathParser
 
XPathParser(InputStream, boolean) - Constructor for class org.apache.ibatis.parsing.XPathParser
 
XPathParser(Document, boolean) - Constructor for class org.apache.ibatis.parsing.XPathParser
 
XPathParser(String, boolean, Properties) - Constructor for class org.apache.ibatis.parsing.XPathParser
 
XPathParser(Reader, boolean, Properties) - Constructor for class org.apache.ibatis.parsing.XPathParser
 
XPathParser(InputStream, boolean, Properties) - Constructor for class org.apache.ibatis.parsing.XPathParser
 
XPathParser(Document, boolean, Properties) - Constructor for class org.apache.ibatis.parsing.XPathParser
 
XPathParser(String, boolean, Properties, EntityResolver) - Constructor for class org.apache.ibatis.parsing.XPathParser
 
XPathParser(Reader, boolean, Properties, EntityResolver) - Constructor for class org.apache.ibatis.parsing.XPathParser
 
XPathParser(InputStream, boolean, Properties, EntityResolver) - Constructor for class org.apache.ibatis.parsing.XPathParser
 
XPathParser(Document, boolean, Properties, EntityResolver) - 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-2012 MyBatis.org. All Rights Reserved.