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

A

absolute(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
AccessPlan - Interface in com.ibatis.sqlmap.engine.accessplan
An interface to make access to resources consistent, regardless of type.
AccessPlanFactory - Class in com.ibatis.sqlmap.engine.accessplan
Factory to get an accesss plan appropriate for an object
add(Object) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
add(int, Object) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
add(Object) - Method in class com.ibatis.sqlmap.engine.mapping.result.XmlList
 
add(int, Object) - Method in class com.ibatis.sqlmap.engine.mapping.result.XmlList
 
add(Object) - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.  
add(int, Object) - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.  
addAll(Collection) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
addAll(int, Collection) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
addAll(Collection) - Method in class com.ibatis.sqlmap.engine.mapping.result.XmlList
 
addAll(int, Collection) - Method in class com.ibatis.sqlmap.engine.mapping.result.XmlList
 
addAll(Collection) - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.  
addAll(int, Collection) - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.  
addBatch(StatementScope, Connection, String, Object[]) - Method in class com.ibatis.sqlmap.engine.execution.DefaultSqlExecutor
Adds a statement to a batch
addBatch(StatementScope, Connection, String, Object[]) - Method in interface com.ibatis.sqlmap.engine.execution.SqlExecutor
Adds a statement to a batch
addCacheModel(CacheModel) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Add a cache model
addChild(SqlChild) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.DynamicSql
 
addChild(SqlChild) - Method in interface com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.DynamicParent
 
addChild(SqlChild) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
 
addDiscriminatorSubMap(Object, String) - Method in class com.ibatis.sqlmap.engine.config.ResultMapConfig
 
addExecuteListener(ExecuteListener) - Method in class com.ibatis.sqlmap.engine.mapping.statement.CachingStatement
 
addExecuteListener(ExecuteListener) - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
addFlushTriggerStatement(String) - Method in class com.ibatis.sqlmap.engine.cache.CacheModel
Adds a flushTriggerStatment.
addFlushTriggerStatement(String) - Method in class com.ibatis.sqlmap.engine.config.CacheModelConfig
 
addGroupByProperty(String) - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
 
addIndex(String, int) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
Adds index value to the first found property matching this Iteration starting at index startIndex.
addIndexToTagProperty(String) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
Replaces value of a tag property to match it's value with current iteration and all other iterations.
addMappedStatement(MappedStatement) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Add a mapped statement
addNestedResultMappings(ResultMapping) - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
 
addNodelet(String, Nodelet) - Method in class com.ibatis.common.xml.NodeletParser
Registers a nodelet for the specified XPath.
addParameterMap(ParameterMap) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Add a parameter map
addParameterMapping(String, Class, String, String, String, String, Integer, Object, String) - Method in class com.ibatis.sqlmap.engine.config.ParameterMapConfig
 
addParameterMapping(ParameterMapping) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTagContext
 
addResultMap(ResultMap) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Add a result map
addResultMap(ResultMap) - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
addResultMapping(String, String, Integer, Class, String, String, String, String, String, Object) - Method in class com.ibatis.sqlmap.engine.config.ResultMapConfig
 
addSqlMapNodelets() - Method in class com.ibatis.sqlmap.engine.builder.xml.SqlMapConfigParser
 
addStatementNodelets() - Method in class com.ibatis.sqlmap.engine.builder.xml.SqlMapParser
 
addSubMap(String, String) - Method in class com.ibatis.sqlmap.engine.mapping.result.Discriminator
 
afterLast() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
allowRemapping - Variable in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
 
applyIsolationLevel(Connection) - Method in class com.ibatis.sqlmap.engine.transaction.IsolationLevel
 
applyNamespace(String) - Method in class com.ibatis.sqlmap.engine.builder.xml.XmlParserState
 
autoCommitTransaction(SessionScope, boolean) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
 
autoEndTransaction(SessionScope, boolean) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
 
AutoResultMap - Class in com.ibatis.sqlmap.engine.mapping.result
An automatic result map for simple stuff
AutoResultMap(SqlMapExecutorDelegate, boolean) - Constructor for class com.ibatis.sqlmap.engine.mapping.result.AutoResultMap
Constructor to pass in the SqlMapExecutorDelegate
autoStartTransaction(SessionScope, boolean, Transaction) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
 
available() - Method in class com.ibatis.common.io.ReaderInputStream
 

B

BaseAccessPlan - Class in com.ibatis.sqlmap.engine.accessplan
Base implementation of the AccessPlan interface
BaseDataExchange - Class in com.ibatis.sqlmap.engine.exchange
Base implementation for the DataExchange interface
BaseDataExchange(DataExchangeFactory) - Constructor for class com.ibatis.sqlmap.engine.exchange.BaseDataExchange
 
BaseLogProxy - Class in com.ibatis.common.jdbc.logging
Base class for proxies to do logging
BaseLogProxy() - Constructor for class com.ibatis.common.jdbc.logging.BaseLogProxy
Default constructor
BaseProbe - Class in com.ibatis.common.beans
Abstract class used to help development of Probe implementations
BaseProbe() - Constructor for class com.ibatis.common.beans.BaseProbe
 
BaseTagHandler - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
 
BaseTagHandler() - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.BaseTagHandler
 
BaseTransactionConfig - Class in com.ibatis.sqlmap.engine.transaction
 
BaseTransactionConfig() - Constructor for class com.ibatis.sqlmap.engine.transaction.BaseTransactionConfig
 
BaseTypeHandler - Class in com.ibatis.sqlmap.engine.type
Base type handler for convenience
BaseTypeHandler() - Constructor for class com.ibatis.sqlmap.engine.type.BaseTypeHandler
 
BatchException - Exception in com.ibatis.sqlmap.engine.execution
This exception is thrown if a java.sql.BatchUpdateException is caught during the execution of any nested batch.
BatchException(String, BatchUpdateException, List, String, String) - Constructor for exception com.ibatis.sqlmap.engine.execution.BatchException
 
BatchResult - Class in com.ibatis.sqlmap.engine.execution
This class holds the statement and row information for every successful batch executed by iBATIS
BatchResult(String, String) - Constructor for class com.ibatis.sqlmap.engine.execution.BatchResult
 
beforeFirst() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
begin(SessionScope) - Method in class com.ibatis.sqlmap.engine.transaction.TransactionManager
 
begin(SessionScope, int) - Method in class com.ibatis.sqlmap.engine.transaction.TransactionManager
 
beginSessionScope() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
 
beginStatementScope(SessionScope, MappedStatement) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
 
BigDecimalTypeHandler - Class in com.ibatis.sqlmap.engine.type
BigDecimal implementation of TypeHandler
BigDecimalTypeHandler() - Constructor for class com.ibatis.sqlmap.engine.type.BigDecimalTypeHandler
 
bindSubMaps() - Method in class com.ibatis.sqlmap.engine.mapping.result.Discriminator
 
BlobTypeHandlerCallback - Class in com.ibatis.sqlmap.engine.type
 
BlobTypeHandlerCallback() - Constructor for class com.ibatis.sqlmap.engine.type.BlobTypeHandlerCallback
 
BooleanTypeHandler - Class in com.ibatis.sqlmap.engine.type
Boolean implementation of TypeHandler
BooleanTypeHandler() - Constructor for class com.ibatis.sqlmap.engine.type.BooleanTypeHandler
 
buffer - Variable in class com.ibatis.common.io.ReaderInputStream
 
buildSqlMapClient(Reader) - Static method in class com.ibatis.sqlmap.client.SqlMapClientBuilder
Builds an SqlMapClient using the specified reader.
buildSqlMapClient(Reader, Properties) - Static method in class com.ibatis.sqlmap.client.SqlMapClientBuilder
Builds an SqlMapClient using the specified reader and properties file.
buildSqlMapClient(InputStream) - Static method in class com.ibatis.sqlmap.client.SqlMapClientBuilder
Builds an SqlMapClient using the specified input stream.
buildSqlMapClient(InputStream, Properties) - Static method in class com.ibatis.sqlmap.client.SqlMapClientBuilder
Builds an SqlMapClient using the specified input stream and properties file.
byteArrayOut - Variable in class com.ibatis.common.io.ReaderInputStream
 
ByteArrayTypeHandler - Class in com.ibatis.sqlmap.engine.type
byte[] implementation of TypeHandler
ByteArrayTypeHandler() - Constructor for class com.ibatis.sqlmap.engine.type.ByteArrayTypeHandler
 
ByteTypeHandler - Class in com.ibatis.sqlmap.engine.type
Byte implementation of TypeHandler
ByteTypeHandler() - Constructor for class com.ibatis.sqlmap.engine.type.ByteTypeHandler
 

C

CacheController - Interface in com.ibatis.sqlmap.engine.cache
Cache controller (implementation) interface
CacheKey - Class in com.ibatis.sqlmap.engine.cache
Hash value generator for cache keys
CacheKey() - Constructor for class com.ibatis.sqlmap.engine.cache.CacheKey
Default constructor
CacheKey(int) - Constructor for class com.ibatis.sqlmap.engine.cache.CacheKey
Constructor that supplies an initial hashcode
CacheKey(int, int) - Constructor for class com.ibatis.sqlmap.engine.cache.CacheKey
Costructor that supplies an initial hashcode and multiplier
CacheModel - Class in com.ibatis.sqlmap.engine.cache
Wrapper for Caches.
CacheModel() - Constructor for class com.ibatis.sqlmap.engine.cache.CacheModel
Default constructor
CacheModelConfig - Class in com.ibatis.sqlmap.engine.config
 
CachingStatement - Class in com.ibatis.sqlmap.engine.mapping.statement
 
CachingStatement(MappedStatement, CacheModel) - Constructor for class com.ibatis.sqlmap.engine.mapping.statement.CachingStatement
 
CallableStatementResultSet - Class in com.ibatis.sqlmap.engine.type
A way to make a CallableStatement look like a ResultSet
CallableStatementResultSet(CallableStatement) - Constructor for class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
Constructor to stretch a ResultSet interface over a CallableStatement
cancelRowUpdates() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
chars - Variable in class com.ibatis.common.io.ReaderInputStream
 
classForName(String) - Static method in class com.ibatis.common.resources.Resources
Loads a class
ClassInfo - Class in com.ibatis.common.beans
This class represents a cached set of class definition information that allows for easy mapping between property names and getter/setter methods.
clazz - Variable in class com.ibatis.sqlmap.engine.accessplan.BaseAccessPlan
 
cleanup(SessionScope) - Method in class com.ibatis.sqlmap.engine.execution.DefaultSqlExecutor
Clean up any batches on the session
cleanup(SessionScope) - Method in interface com.ibatis.sqlmap.engine.execution.SqlExecutor
Clean up any batches on the session
cleanup(StatementScope) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.DynamicSql
 
cleanup(StatementScope) - Method in class com.ibatis.sqlmap.engine.mapping.sql.raw.RawSql
 
cleanup(StatementScope) - Method in class com.ibatis.sqlmap.engine.mapping.sql.simple.SimpleDynamicSql
 
cleanup(StatementScope) - Method in interface com.ibatis.sqlmap.engine.mapping.sql.Sql
 
cleanup(StatementScope) - Method in class com.ibatis.sqlmap.engine.mapping.sql.stat.StaticSql
 
cleanup() - Method in class com.ibatis.sqlmap.engine.scope.SessionScope
 
cleanupResultObjectFactory() - Static method in class com.ibatis.sqlmap.engine.mapping.result.ResultObjectFactoryUtil
Removes the FactorySettings bound to the current thread to avoid classloader leak issues.
clear() - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
clear() - Method in class com.ibatis.sqlmap.engine.mapping.result.XmlList
 
clear() - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.  
clearColumnInfo() - Method in class com.ibatis.common.jdbc.logging.BaseLogProxy
 
clearWarnings() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
clearWarnings() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
client - Variable in class com.ibatis.sqlmap.engine.mapping.result.loader.LazyResultLoader
 
ClobTypeHandlerCallback - Class in com.ibatis.sqlmap.engine.type
 
ClobTypeHandlerCallback() - Constructor for class com.ibatis.sqlmap.engine.type.ClobTypeHandlerCallback
 
close() - Method in class com.ibatis.common.io.ReaderInputStream
 
close() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
close() - Method in interface com.ibatis.sqlmap.client.SqlMapSession
Closes the session
close() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
close() - Method in class com.ibatis.sqlmap.engine.transaction.external.ExternalTransaction
 
close() - Method in class com.ibatis.sqlmap.engine.transaction.jdbc.JdbcTransaction
 
close() - Method in class com.ibatis.sqlmap.engine.transaction.jta.JtaTransaction
 
close() - Method in interface com.ibatis.sqlmap.engine.transaction.Transaction
 
close() - Method in class com.ibatis.sqlmap.engine.transaction.user.UserProvidedTransaction
 
close() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
closed - Variable in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
closePreparedStatements() - Method in class com.ibatis.sqlmap.engine.scope.SessionScope
 
com.ibatis.common.beans - package com.ibatis.common.beans
 
com.ibatis.common.io - package com.ibatis.common.io
 
com.ibatis.common.jdbc - package com.ibatis.common.jdbc
 
com.ibatis.common.jdbc.exception - package com.ibatis.common.jdbc.exception
 
com.ibatis.common.jdbc.logging - package com.ibatis.common.jdbc.logging
 
com.ibatis.common.logging - package com.ibatis.common.logging
 
com.ibatis.common.logging.jakarta - package com.ibatis.common.logging.jakarta
 
com.ibatis.common.logging.jdk14 - package com.ibatis.common.logging.jdk14
 
com.ibatis.common.logging.log4j - package com.ibatis.common.logging.log4j
 
com.ibatis.common.logging.nologging - package com.ibatis.common.logging.nologging
 
com.ibatis.common.resources - package com.ibatis.common.resources
 
com.ibatis.common.util - package com.ibatis.common.util
 
com.ibatis.common.xml - package com.ibatis.common.xml
 
com.ibatis.sqlmap.client - package com.ibatis.sqlmap.client
This package contains the core library client interface.
com.ibatis.sqlmap.client.event - package com.ibatis.sqlmap.client.event
This package contains event handler interfaces.
com.ibatis.sqlmap.client.extensions - package com.ibatis.sqlmap.client.extensions
 
com.ibatis.sqlmap.engine.accessplan - package com.ibatis.sqlmap.engine.accessplan
 
com.ibatis.sqlmap.engine.builder.xml - package com.ibatis.sqlmap.engine.builder.xml
 
com.ibatis.sqlmap.engine.cache - package com.ibatis.sqlmap.engine.cache
 
com.ibatis.sqlmap.engine.cache.fifo - package com.ibatis.sqlmap.engine.cache.fifo
 
com.ibatis.sqlmap.engine.cache.lru - package com.ibatis.sqlmap.engine.cache.lru
 
com.ibatis.sqlmap.engine.cache.memory - package com.ibatis.sqlmap.engine.cache.memory
 
com.ibatis.sqlmap.engine.cache.oscache - package com.ibatis.sqlmap.engine.cache.oscache
 
com.ibatis.sqlmap.engine.config - package com.ibatis.sqlmap.engine.config
 
com.ibatis.sqlmap.engine.datasource - package com.ibatis.sqlmap.engine.datasource
 
com.ibatis.sqlmap.engine.exchange - package com.ibatis.sqlmap.engine.exchange
 
com.ibatis.sqlmap.engine.execution - package com.ibatis.sqlmap.engine.execution
 
com.ibatis.sqlmap.engine.impl - package com.ibatis.sqlmap.engine.impl
 
com.ibatis.sqlmap.engine.mapping.parameter - package com.ibatis.sqlmap.engine.mapping.parameter
 
com.ibatis.sqlmap.engine.mapping.result - package com.ibatis.sqlmap.engine.mapping.result
 
com.ibatis.sqlmap.engine.mapping.result.loader - package com.ibatis.sqlmap.engine.mapping.result.loader
 
com.ibatis.sqlmap.engine.mapping.sql - package com.ibatis.sqlmap.engine.mapping.sql
 
com.ibatis.sqlmap.engine.mapping.sql.dynamic - package com.ibatis.sqlmap.engine.mapping.sql.dynamic
 
com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements - package com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
 
com.ibatis.sqlmap.engine.mapping.sql.raw - package com.ibatis.sqlmap.engine.mapping.sql.raw
 
com.ibatis.sqlmap.engine.mapping.sql.simple - package com.ibatis.sqlmap.engine.mapping.sql.simple
 
com.ibatis.sqlmap.engine.mapping.sql.stat - package com.ibatis.sqlmap.engine.mapping.sql.stat
 
com.ibatis.sqlmap.engine.mapping.statement - package com.ibatis.sqlmap.engine.mapping.statement
 
com.ibatis.sqlmap.engine.scope - package com.ibatis.sqlmap.engine.scope
 
com.ibatis.sqlmap.engine.transaction - package com.ibatis.sqlmap.engine.transaction
 
com.ibatis.sqlmap.engine.transaction.external - package com.ibatis.sqlmap.engine.transaction.external
 
com.ibatis.sqlmap.engine.transaction.jdbc - package com.ibatis.sqlmap.engine.transaction.jdbc
 
com.ibatis.sqlmap.engine.transaction.jta - package com.ibatis.sqlmap.engine.transaction.jta
 
com.ibatis.sqlmap.engine.transaction.user - package com.ibatis.sqlmap.engine.transaction.user
 
com.ibatis.sqlmap.engine.type - package com.ibatis.sqlmap.engine.type
 
commit() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
commit() - Method in class com.ibatis.sqlmap.engine.transaction.external.ExternalTransaction
 
commit() - Method in class com.ibatis.sqlmap.engine.transaction.jdbc.JdbcTransaction
 
commit() - Method in class com.ibatis.sqlmap.engine.transaction.jta.JtaTransaction
 
commit() - Method in interface com.ibatis.sqlmap.engine.transaction.Transaction
 
commit(SessionScope) - Method in class com.ibatis.sqlmap.engine.transaction.TransactionManager
 
commit() - Method in class com.ibatis.sqlmap.engine.transaction.user.UserProvidedTransaction
 
commitTransaction() - Method in interface com.ibatis.sqlmap.client.SqlMapTransactionManager
Commits the currently started transaction.
commitTransaction() - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
commitTransaction() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
commitTransaction(SessionScope) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Commit the transaction on a session
commitTransaction() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
compare(SqlTagContext, SqlTag, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.ConditionalTagHandler
 
compareValues(Class, Object, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.ConditionalTagHandler
 
ComplexAccessPlan - Class in com.ibatis.sqlmap.engine.accessplan
Access plan for working with beans
ComplexBeanProbe - Class in com.ibatis.common.beans
StaticBeanProbe provides methods that allow simple, reflective access to JavaBeans style properties.
ComplexBeanProbe() - Constructor for class com.ibatis.common.beans.ComplexBeanProbe
 
ComplexDataExchange - Class in com.ibatis.sqlmap.engine.exchange
A DataExchange implemtation for working with beans
ComplexDataExchange(DataExchangeFactory) - Constructor for class com.ibatis.sqlmap.engine.exchange.ComplexDataExchange
Constructor for the factory
ConditionalTagHandler - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
 
ConditionalTagHandler() - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.ConditionalTagHandler
 
configure(Properties) - Method in class com.ibatis.sqlmap.engine.cache.CacheModel
Configures the cache
ConnectionLogProxy - Class in com.ibatis.common.jdbc.logging
Connection proxy to add logging
contains(Object) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
contains(Object) - Method in class com.ibatis.sqlmap.engine.mapping.result.XmlList
 
contains(Object) - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.  
containsAll(Collection) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
containsAll(Collection) - Method in class com.ibatis.sqlmap.engine.mapping.result.XmlList
 
containsAll(Collection) - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.  
convertValue(Class, String) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.ConditionalTagHandler
 
createInstance(String, Class) - Method in interface com.ibatis.sqlmap.engine.mapping.result.ResultObjectFactory
Returns a new instance of the requested class.
createObjectThroughFactory(Class) - Static method in class com.ibatis.sqlmap.engine.mapping.result.ResultObjectFactoryUtil
Algorithm: If factory is null, then create object internally() Otherwise try to create object through factory If null returned from factory, then create object internally This allows the factory to selectively create objects, also allows for the common possibility that a factory is not configured.
createStatement() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
createStatement(int, int) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
createStatement(int, int, int) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
CustomTypeHandler - Class in com.ibatis.sqlmap.engine.type
Custom type handler for adding a TypeHandlerCallback
CustomTypeHandler(TypeHandlerCallback) - Constructor for class com.ibatis.sqlmap.engine.type.CustomTypeHandler
Constructor to provide a TypeHandlerCallback instance

D

DataExchange - Interface in com.ibatis.sqlmap.engine.exchange
Interface for exchanging data between a parameter map/result map and the related objects
DataExchangeFactory - Class in com.ibatis.sqlmap.engine.exchange
Factory for DataExchange objects
DataExchangeFactory(TypeHandlerFactory) - Constructor for class com.ibatis.sqlmap.engine.exchange.DataExchangeFactory
Constructor for the factory
dataSource - Variable in class com.ibatis.sqlmap.engine.transaction.BaseTransactionConfig
 
DataSourceFactory - Interface in com.ibatis.sqlmap.engine.datasource
Interface to provide a way to create and configure a DataSource for iBATIS
DateOnlyTypeHandler - Class in com.ibatis.sqlmap.engine.type
Date only implementation of TypeHandler
DateOnlyTypeHandler() - Constructor for class com.ibatis.sqlmap.engine.type.DateOnlyTypeHandler
 
DateTypeHandler - Class in com.ibatis.sqlmap.engine.type
Date (and time) implementation of TypeHandler
DateTypeHandler() - Constructor for class com.ibatis.sqlmap.engine.type.DateTypeHandler
 
DbcpConfiguration - Class in com.ibatis.common.jdbc
Wrapper class to simplify use of DBCP
DbcpConfiguration(Map) - Constructor for class com.ibatis.common.jdbc.DbcpConfiguration
Constructor to supply a map of properties
DbcpDataSourceFactory - Class in com.ibatis.sqlmap.engine.datasource
DataSourceFactory implementation for DBCP
DbcpDataSourceFactory() - Constructor for class com.ibatis.sqlmap.engine.datasource.DbcpDataSourceFactory
 
debug(String) - Method in class com.ibatis.common.logging.jakarta.JakartaCommonsLoggingImpl
 
debug(String) - Method in class com.ibatis.common.logging.jdk14.Jdk14LoggingImpl
 
debug(String) - Method in interface com.ibatis.common.logging.Log
 
debug(String) - Method in class com.ibatis.common.logging.log4j.Log4jImpl
 
debug(String) - Method in class com.ibatis.common.logging.nologging.NoLoggingImpl
 
decrementRequestStackDepth() - Method in class com.ibatis.sqlmap.engine.scope.SessionScope
Decrement the stack depth by one.
DefaultRowHandler - Class in com.ibatis.sqlmap.engine.mapping.statement
 
DefaultRowHandler() - Constructor for class com.ibatis.sqlmap.engine.mapping.statement.DefaultRowHandler
 
DefaultSqlExecutor - Class in com.ibatis.sqlmap.engine.execution
Class responsible for executing the SQL
DefaultSqlExecutor() - Constructor for class com.ibatis.sqlmap.engine.execution.DefaultSqlExecutor
 
delegate - Variable in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
Delegate for SQL execution
delegate - Variable in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
delegate - Variable in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
 
delete(String, Object) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL DELETE statement.
delete(String) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL DELETE statement.
delete(String, Object) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
delete(String) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
delete(String, Object) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
delete(String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
delete(SessionScope, String, Object) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Execute a delete statement
delete(String, Object) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
delete(String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
DELETE - Static variable in class com.ibatis.sqlmap.engine.mapping.statement.StatementType
 
deleteRow() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
DeleteStatement - Class in com.ibatis.sqlmap.engine.mapping.statement
 
DeleteStatement() - Constructor for class com.ibatis.sqlmap.engine.mapping.statement.DeleteStatement
 
disableRemoveFirstPrependMarker() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTagContext
set a new internal state for top RemoveFirstPrependMarker object
Discriminator - Class in com.ibatis.sqlmap.engine.mapping.result
Created by IntelliJ IDEA.
Discriminator(SqlMapExecutorDelegate, ResultMapping) - Constructor for class com.ibatis.sqlmap.engine.mapping.result.Discriminator
 
doEndFragment(SqlTagContext, SqlTag, Object, StringBuffer) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.BaseTagHandler
 
doEndFragment(SqlTagContext, SqlTag, Object, StringBuffer) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.ConditionalTagHandler
 
doEndFragment(SqlTagContext, SqlTag, Object, StringBuffer) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateTagHandler
 
doEndFragment(SqlTagContext, SqlTag, Object, StringBuffer) - Method in interface com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTagHandler
 
DomCollectionTypeMarker - Interface in com.ibatis.sqlmap.engine.type
 
DomDataExchange - Class in com.ibatis.sqlmap.engine.exchange
A DataExchange implemtation for working with DOM objects
DomDataExchange(DataExchangeFactory) - Constructor for class com.ibatis.sqlmap.engine.exchange.DomDataExchange
Constructor for the factory
DomProbe - Class in com.ibatis.common.beans
A Probe implementation for working with DOM objects
DomProbe() - Constructor for class com.ibatis.common.beans.DomProbe
 
DomTypeMarker - Interface in com.ibatis.sqlmap.engine.type
 
doNullMapping(Object, ResultMapping) - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
 
doPrepend(SqlTagContext, SqlTag, Object, StringBuffer) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.BaseTagHandler
 
doPrepend(SqlTagContext, SqlTag, Object, StringBuffer) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateTagHandler
 
doPrepend(SqlTagContext, SqlTag, Object, StringBuffer) - Method in interface com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTagHandler
 
doStartFragment(SqlTagContext, SqlTag, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.BaseTagHandler
 
doStartFragment(SqlTagContext, SqlTag, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.ConditionalTagHandler
 
doStartFragment(SqlTagContext, SqlTag, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.DynamicTagHandler
 
doStartFragment(SqlTagContext, SqlTag, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateTagHandler
 
doStartFragment(SqlTagContext, SqlTag, Object) - Method in interface com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTagHandler
 
DoubleTypeHandler - Class in com.ibatis.sqlmap.engine.type
Double implementation of TypeHandler
DoubleTypeHandler() - Constructor for class com.ibatis.sqlmap.engine.type.DoubleTypeHandler
 
DynamicParent - Interface in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
 
DynamicSql - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic
 
DynamicSql(SqlMapExecutorDelegate) - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.dynamic.DynamicSql
 
DynamicTagHandler - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
 
DynamicTagHandler() - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.DynamicTagHandler
 

E

end(SessionScope) - Method in class com.ibatis.sqlmap.engine.transaction.TransactionManager
 
endSessionScope(SessionScope) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
 
endStatementScope(StatementScope) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
 
endTransaction() - Method in interface com.ibatis.sqlmap.client.SqlMapTransactionManager
Ends a transaction and rolls back if necessary.
endTransaction() - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
endTransaction() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
endTransaction(SessionScope) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
End the transaction on a session
endTransaction() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
EnhancedLazyResultLoader - Class in com.ibatis.sqlmap.engine.mapping.result.loader
Class to lazily load results into objects (uses CGLib to improve performance)
EnhancedLazyResultLoader(SqlMapClientImpl, String, Object, Class) - Constructor for class com.ibatis.sqlmap.engine.mapping.result.loader.EnhancedLazyResultLoader
Constructor for an enhanced lazy list loader
EnhancedPropertyAccessPlan - Class in com.ibatis.sqlmap.engine.accessplan
Enhanced PropertyAccessPlan (for working with beans using CG Lib)
EnumTypeHandler - Class in com.ibatis.sqlmap.engine.type
String implementation of TypeHandler
EnumTypeHandler(Class) - Constructor for class com.ibatis.sqlmap.engine.type.EnumTypeHandler
 
equals(Object) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Allows comparing this connection to another
equals(Object) - Method in class com.ibatis.sqlmap.engine.cache.CacheKey
 
equals(Object) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
 
equals(Object) - Method in class com.ibatis.sqlmap.engine.scope.SessionScope
 
equals(Object, String) - Method in class com.ibatis.sqlmap.engine.type.BaseTypeHandler
 
equals(Object, String) - Method in interface com.ibatis.sqlmap.engine.type.TypeHandler
Compares two values (that this handler deals with) for equality
equals(Object, String) - Method in class com.ibatis.sqlmap.engine.type.UnknownTypeHandler
 
error(String, Throwable) - Method in class com.ibatis.common.logging.jakarta.JakartaCommonsLoggingImpl
 
error(String) - Method in class com.ibatis.common.logging.jakarta.JakartaCommonsLoggingImpl
 
error(String, Throwable) - Method in class com.ibatis.common.logging.jdk14.Jdk14LoggingImpl
 
error(String) - Method in class com.ibatis.common.logging.jdk14.Jdk14LoggingImpl
 
error(String, Throwable) - Method in interface com.ibatis.common.logging.Log
 
error(String) - Method in interface com.ibatis.common.logging.Log
 
error(String, Throwable) - Method in class com.ibatis.common.logging.log4j.Log4jImpl
 
error(String) - Method in class com.ibatis.common.logging.log4j.Log4jImpl
 
error(String, Throwable) - Method in class com.ibatis.common.logging.nologging.NoLoggingImpl
 
error(String) - Method in class com.ibatis.common.logging.nologging.NoLoggingImpl
 
ErrorContext - Class in com.ibatis.sqlmap.engine.scope
An error context to help us create meaningful error messages
ErrorContext() - Constructor for class com.ibatis.sqlmap.engine.scope.ErrorContext
 
EXECUTE_METHODS - Static variable in class com.ibatis.common.jdbc.logging.BaseLogProxy
 
executeBatch() - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes (flushes) all statements currently batched.
executeBatch(SessionScope) - Method in class com.ibatis.sqlmap.engine.execution.DefaultSqlExecutor
Execute a batch of statements
executeBatch(SessionScope) - Method in interface com.ibatis.sqlmap.engine.execution.SqlExecutor
Execute a batch of statements
executeBatch() - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
executeBatch() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
executeBatch(SessionScope) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Execute a batch for a session
executeBatch() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
executeBatchDetailed() - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes (flushes) all statements currently batched.
executeBatchDetailed(SessionScope) - Method in class com.ibatis.sqlmap.engine.execution.DefaultSqlExecutor
Execute a batch of statements
executeBatchDetailed(SessionScope) - Method in interface com.ibatis.sqlmap.engine.execution.SqlExecutor
Execute a batch of statements
executeBatchDetailed() - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
executeBatchDetailed() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
executeBatchDetailed(SessionScope) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Execute a batch for a session
executeBatchDetailed() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
ExecuteListener - Interface in com.ibatis.sqlmap.engine.mapping.statement
 
executeQuery(StatementScope, Connection, String, Object[], int, int, RowHandlerCallback) - Method in class com.ibatis.sqlmap.engine.execution.DefaultSqlExecutor
Long form of the method to execute a query
executeQuery(StatementScope, Connection, String, Object[], int, int, RowHandlerCallback) - Method in interface com.ibatis.sqlmap.engine.execution.SqlExecutor
Long form of the method to execute a query
executeQueryForList(StatementScope, Transaction, Object, int, int) - Method in class com.ibatis.sqlmap.engine.mapping.statement.CachingStatement
 
executeQueryForList(StatementScope, Transaction, Object, int, int) - Method in class com.ibatis.sqlmap.engine.mapping.statement.DeleteStatement
 
executeQueryForList(StatementScope, Transaction, Object, int, int) - Method in class com.ibatis.sqlmap.engine.mapping.statement.InsertStatement
 
executeQueryForList(StatementScope, Transaction, Object, int, int) - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
executeQueryForList(StatementScope, Transaction, Object, int, int) - Method in class com.ibatis.sqlmap.engine.mapping.statement.SelectKeyStatement
 
executeQueryForList(StatementScope, Transaction, Object, int, int) - Method in class com.ibatis.sqlmap.engine.mapping.statement.UpdateStatement
 
executeQueryForObject(StatementScope, Transaction, Object, Object) - Method in class com.ibatis.sqlmap.engine.mapping.statement.CachingStatement
 
executeQueryForObject(StatementScope, Transaction, Object, Object) - Method in class com.ibatis.sqlmap.engine.mapping.statement.DeleteStatement
 
executeQueryForObject(StatementScope, Transaction, Object, Object) - Method in class com.ibatis.sqlmap.engine.mapping.statement.InsertStatement
 
executeQueryForObject(StatementScope, Transaction, Object, Object) - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
executeQueryForObject(StatementScope, Transaction, Object, Object) - Method in class com.ibatis.sqlmap.engine.mapping.statement.UpdateStatement
 
executeQueryProcedure(StatementScope, Connection, String, Object[], int, int, RowHandlerCallback) - Method in class com.ibatis.sqlmap.engine.execution.DefaultSqlExecutor
Execute a stored procedure
executeQueryProcedure(StatementScope, Connection, String, Object[], int, int, RowHandlerCallback) - Method in interface com.ibatis.sqlmap.engine.execution.SqlExecutor
Execute a stored procedure
executeQueryWithCallback(StatementScope, Connection, Object, Object, RowHandler, int, int) - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
executeQueryWithRowHandler(StatementScope, Transaction, Object, RowHandler) - Method in class com.ibatis.sqlmap.engine.mapping.statement.CachingStatement
 
executeQueryWithRowHandler(StatementScope, Transaction, Object, RowHandler) - Method in class com.ibatis.sqlmap.engine.mapping.statement.DeleteStatement
 
executeQueryWithRowHandler(StatementScope, Transaction, Object, RowHandler) - Method in class com.ibatis.sqlmap.engine.mapping.statement.InsertStatement
 
executeQueryWithRowHandler(StatementScope, Transaction, Object, RowHandler) - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
executeQueryWithRowHandler(StatementScope, Transaction, Object, RowHandler) - Method in class com.ibatis.sqlmap.engine.mapping.statement.SelectKeyStatement
 
executeQueryWithRowHandler(StatementScope, Transaction, Object, RowHandler) - Method in class com.ibatis.sqlmap.engine.mapping.statement.UpdateStatement
 
executeUpdate(StatementScope, Connection, String, Object[]) - Method in class com.ibatis.sqlmap.engine.execution.DefaultSqlExecutor
Execute an update
executeUpdate(StatementScope, Connection, String, Object[]) - Method in interface com.ibatis.sqlmap.engine.execution.SqlExecutor
Execute an update
executeUpdate(StatementScope, Transaction, Object) - Method in class com.ibatis.sqlmap.engine.mapping.statement.CachingStatement
 
executeUpdate(StatementScope, Transaction, Object) - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
executeUpdate(StatementScope, Transaction, Object) - Method in class com.ibatis.sqlmap.engine.mapping.statement.SelectStatement
 
executeUpdateProcedure(StatementScope, Connection, String, Object[]) - Method in class com.ibatis.sqlmap.engine.execution.DefaultSqlExecutor
Execute a stored procedure that updates data
executeUpdateProcedure(StatementScope, Connection, String, Object[]) - Method in interface com.ibatis.sqlmap.engine.execution.SqlExecutor
Execute a stored procedure that updates data
ExtendedSqlMapClient - Interface in com.ibatis.sqlmap.engine.impl
Deprecated. - this class is uneccessary and should be removed as soon as possible. Currently spring integration depends on it.
ExternalTransaction - Class in com.ibatis.sqlmap.engine.transaction.external
 
ExternalTransaction(DataSource, boolean, boolean, int) - Constructor for class com.ibatis.sqlmap.engine.transaction.external.ExternalTransaction
 
ExternalTransactionConfig - Class in com.ibatis.sqlmap.engine.transaction.external
 
ExternalTransactionConfig() - Constructor for class com.ibatis.sqlmap.engine.transaction.external.ExternalTransactionConfig
 

F

FifoCacheController - Class in com.ibatis.sqlmap.engine.cache.fifo
FIFO (first in, first out) cache controller implementation
FifoCacheController() - Constructor for class com.ibatis.sqlmap.engine.cache.fifo.FifoCacheController
Default constructor
fillBuffer() - Method in class com.ibatis.common.io.ReaderInputStream
 
finalize() - Method in class com.ibatis.common.jdbc.SimpleDataSource
 
finalizeSqlMapConfig() - Method in class com.ibatis.sqlmap.engine.config.SqlMapConfiguration
 
findColumn(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
first() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
FloatTypeHandler - Class in com.ibatis.sqlmap.engine.type
Float implementation of TypeHandler
FloatTypeHandler() - Constructor for class com.ibatis.sqlmap.engine.type.FloatTypeHandler
 
flush(CacheModel) - Method in interface com.ibatis.sqlmap.engine.cache.CacheController
Flush a cache model
flush() - Method in class com.ibatis.sqlmap.engine.cache.CacheModel
Clears the cache
flush(CacheModel) - Method in class com.ibatis.sqlmap.engine.cache.fifo.FifoCacheController
Flushes the cache.
flush(CacheModel) - Method in class com.ibatis.sqlmap.engine.cache.lru.LruCacheController
Flushes the cache.
flush(CacheModel) - Method in class com.ibatis.sqlmap.engine.cache.memory.MemoryCacheController
Flushes the cache.
flush(CacheModel) - Method in class com.ibatis.sqlmap.engine.cache.oscache.OSCacheController
 
flushDataCache() - Method in interface com.ibatis.sqlmap.client.SqlMapClient
Flushes all data caches.
flushDataCache(String) - Method in interface com.ibatis.sqlmap.client.SqlMapClient
Flushes the data cache that matches the cache model ID provided.
flushDataCache() - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
flushDataCache(String) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
flushDataCache() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
flushDataCache(String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
flushDataCache() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Flush all of the data caches
flushDataCache(String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Flush a single cache by ID
forceCloseAll() - Method in class com.ibatis.common.jdbc.SimpleDataSource
Closes all of the connections in the pool
forceCommit - Variable in class com.ibatis.sqlmap.engine.transaction.BaseTransactionConfig
 
format(String, String) - Static method in class com.ibatis.sqlmap.engine.type.SimpleDateFormatter
 

G

GenericProbe - Class in com.ibatis.common.beans
StaticBeanProbe provides methods that allow simple, reflective access to JavaBeans style properties.
GenericProbe() - Constructor for class com.ibatis.common.beans.GenericProbe
 
get(int) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
get(int) - Method in class com.ibatis.sqlmap.engine.mapping.result.XmlList
 
get(int) - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.  
GET_METHODS - Static variable in class com.ibatis.common.jdbc.logging.BaseLogProxy
 
getAccessPlan(Class, String[]) - Static method in class com.ibatis.sqlmap.engine.accessplan.AccessPlanFactory
Creates an access plan for working with a bean
getActivity() - Method in class com.ibatis.sqlmap.engine.scope.ErrorContext
Getter for the activity that was happening when the error happened
getAdditionalResultMaps() - Method in class com.ibatis.sqlmap.engine.mapping.statement.CachingStatement
 
getAdditionalResultMaps() - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
getAge() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Getter for the age of the connection
getAllButFirstToken(String) - Method in class com.ibatis.sqlmap.engine.builder.xml.XmlParserState
 
getArray() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets an array from the underlying result set
getArray(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getArray(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getArray() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getAsciiStream(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getAsciiStream(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getAttribute(Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTagContext
 
getAutoCommit() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
getAverageCheckoutTime() - Method in class com.ibatis.common.jdbc.SimpleDataSource
Getter for the average age of a connection checkout
getAverageOverdueCheckoutTime() - Method in class com.ibatis.common.jdbc.SimpleDataSource
Getter for the average age of overdue connections
getAverageRequestTime() - Method in class com.ibatis.common.jdbc.SimpleDataSource
Getter for the average time required to get a connection to the database
getAverageWaitTime() - Method in class com.ibatis.common.jdbc.SimpleDataSource
Getter for the average time spent waiting for connections that were in use
getBadConnectionCount() - Method in class com.ibatis.common.jdbc.SimpleDataSource
Getter for the number of invalid connections that were found in the pool
getBatch() - Method in class com.ibatis.sqlmap.engine.scope.SessionScope
Getter for the batch of the session
getBatchUpdateException() - Method in exception com.ibatis.sqlmap.engine.execution.BatchException
Returns the BatchUpdateException that caused the nested batch to fail.
getBigDecimal() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a BigDecimal from the underlying result set
getBigDecimal(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getBigDecimal(int, int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getBigDecimal(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getBigDecimal(String, int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getBigDecimal() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getBinaryStream(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getBinaryStream(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getBlob() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a Blob from the underlying result set
getBlob(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getBlob(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getBlob() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getBodyText() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTagContext
 
getBoolean() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a boolean from the underlying result set
getBoolean(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getBoolean(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getBoolean() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getBooleanAttribute(Properties, String, boolean) - Static method in class com.ibatis.common.xml.NodeletUtils
 
getByReferenceType(String) - Static method in class com.ibatis.sqlmap.engine.cache.memory.MemoryCacheLevel
Gets a MemoryCacheLevel by name
getByte() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a byte from the underlying result set
getByte(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getByte(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getByte() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getBytes() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a byte[] from the underlying result set
getBytes(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getBytes(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getBytes() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getCacheConfig() - Method in class com.ibatis.sqlmap.engine.builder.xml.XmlParserState
 
getCacheKey(StatementScope, ParameterMap, Object) - Method in class com.ibatis.sqlmap.engine.exchange.BaseDataExchange
 
getCacheKey(StatementScope, ParameterMap, Object) - Method in interface com.ibatis.sqlmap.engine.exchange.DataExchange
Returns an object capable of being a unique cache key for a parameter object.
getCacheKey(StatementScope, Object) - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMap
 
getCacheKey(StatementScope, Object) - Method in class com.ibatis.sqlmap.engine.mapping.statement.CachingStatement
 
getCacheKey(StatementScope, Object) - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
getCacheModel() - Method in class com.ibatis.sqlmap.engine.config.CacheModelConfig
 
getCacheModel(String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Get a cache model by ID
getCacheModelNames() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Get an iterator of the cache models
getCacheProps() - Method in class com.ibatis.sqlmap.engine.builder.xml.XmlParserState
 
getCacheSize() - Method in class com.ibatis.sqlmap.engine.cache.fifo.FifoCacheController
 
getCacheSize() - Method in class com.ibatis.sqlmap.engine.cache.lru.LruCacheController
 
getCatalog() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
getCause() - Method in class com.ibatis.sqlmap.engine.scope.ErrorContext
Getter for the cause of the error
getCharacterStream(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getCharacterStream(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getCharset() - Static method in class com.ibatis.common.resources.Resources
 
getCheckoutTime() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Getter for the time that this connection has been checked out
getCheckoutTimestamp() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Getter for the timestamp that this connection was checked out
getChildren() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
 
getClaimedOverdueConnectionCount() - Method in class com.ibatis.common.jdbc.SimpleDataSource
Getter for the number of connections that were claimed before they were returned
getClassName() - Method in class com.ibatis.common.beans.ClassInfo
Gets the name of the class the instance provides information for
getClient() - Method in class com.ibatis.sqlmap.engine.config.SqlMapConfiguration
 
getClob() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a Clob from the underlying result set
getClob(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getClob(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getClob() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getCloseAttr() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
 
getColumn(Object) - Method in class com.ibatis.common.jdbc.logging.BaseLogProxy
 
getColumnIndex() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Returns the index of the column being got in the underlying ResultSet.
getColumnIndex() - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMapping
Getter for the column index that we are mapping
getColumnIndex() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getColumnName() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Returns the name of the column being got in the underlying ResultSet.
getColumnName() - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMapping
Getter for the column name that we are mapping
getColumnName() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getColumnString() - Method in class com.ibatis.common.jdbc.logging.BaseLogProxy
 
getComparePropertyAttr() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
 
getCompareValueAttr() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
 
getConcurrency() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getConfig() - Method in class com.ibatis.sqlmap.engine.builder.xml.XmlParserState
 
getConfig() - Method in class com.ibatis.sqlmap.engine.transaction.TransactionManager
 
getConjunctionAttr() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
 
getConnection() - Method in class com.ibatis.common.jdbc.logging.ConnectionLogProxy
return the wrapped connection
getConnection() - Method in class com.ibatis.common.jdbc.SimpleDataSource
 
getConnection(String, String) - Method in class com.ibatis.common.jdbc.SimpleDataSource
 
getConnection() - Method in class com.ibatis.sqlmap.engine.transaction.external.ExternalTransaction
 
getConnection() - Method in class com.ibatis.sqlmap.engine.transaction.jdbc.JdbcTransaction
 
getConnection() - Method in class com.ibatis.sqlmap.engine.transaction.jta.JtaTransaction
 
getConnection() - Method in interface com.ibatis.sqlmap.engine.transaction.Transaction
 
getConnection() - Method in class com.ibatis.sqlmap.engine.transaction.user.UserProvidedTransaction
 
getConnectionTypeCode() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Getter for the connection type (based on url + user + password)
getCreatedTimestamp() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Getter for the time that the connection was created
getCurrentConnection() - Method in interface com.ibatis.sqlmap.client.SqlMapTransactionManager
Returns the current connection in use.
getCurrentConnection() - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
getCurrentConnection() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
getCurrentConnection() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
getCurrentNestedKey() - Method in class com.ibatis.sqlmap.engine.scope.StatementScope
 
getCursorName() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getData(StatementScope, ParameterMap, Object) - Method in class com.ibatis.sqlmap.engine.exchange.ComplexDataExchange
 
getData(StatementScope, ParameterMap, Object) - Method in interface com.ibatis.sqlmap.engine.exchange.DataExchange
Gets a data array from a parameter object.
getData(StatementScope, ParameterMap, Object) - Method in class com.ibatis.sqlmap.engine.exchange.DomDataExchange
 
getData(StatementScope, ParameterMap, Object) - Method in class com.ibatis.sqlmap.engine.exchange.JavaBeanDataExchange
 
getData(StatementScope, ParameterMap, Object) - Method in class com.ibatis.sqlmap.engine.exchange.ListDataExchange
 
getData(StatementScope, ParameterMap, Object) - Method in class com.ibatis.sqlmap.engine.exchange.MapDataExchange
 
getData(StatementScope, ParameterMap, Object) - Method in class com.ibatis.sqlmap.engine.exchange.PrimitiveDataExchange
 
getDataExchange() - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMap
 
getDataExchange() - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
Getter for the DataExchange object to be used
getDataExchangeFactory() - Method in class com.ibatis.sqlmap.engine.exchange.BaseDataExchange
Getter for the factory that created this object
getDataExchangeFactory() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Getter for the DataExchangeFactory
getDataExchangeForClass(Class) - Method in class com.ibatis.sqlmap.engine.exchange.DataExchangeFactory
Get a DataExchange object for the passed in Class
getDataSource() - Method in class com.ibatis.common.jdbc.DbcpConfiguration
Getter for DataSource
getDataSource() - Method in interface com.ibatis.sqlmap.client.SqlMapTransactionManager
Returns the DataSource instance currently being used by the SqlMapSession.
getDataSource() - Method in class com.ibatis.sqlmap.engine.builder.xml.XmlParserState
 
getDataSource() - Method in interface com.ibatis.sqlmap.engine.datasource.DataSourceFactory
Returns a datasource
getDataSource() - Method in class com.ibatis.sqlmap.engine.datasource.DbcpDataSourceFactory
 
getDataSource() - Method in class com.ibatis.sqlmap.engine.datasource.JndiDataSourceFactory
 
getDataSource() - Method in class com.ibatis.sqlmap.engine.datasource.SimpleDataSourceFactory
 
getDataSource() - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
getDataSource() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
getDataSource() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Get the DataSource for the session
getDataSource() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
getDataSource() - Method in class com.ibatis.sqlmap.engine.transaction.BaseTransactionConfig
 
getDataSource() - Method in interface com.ibatis.sqlmap.engine.transaction.TransactionConfig
 
getDate() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a Date from the underlying result set
getDate(Calendar) - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a Date from the underlying result set using a calendar
getDate(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getDate(int, Calendar) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getDate(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getDate(String, Calendar) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getDate() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getDate(Calendar) - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getDefaultClassLoader() - Static method in class com.ibatis.common.resources.Resources
Returns the default classloader (may be null).
getDelegate() - Method in class com.ibatis.sqlmap.engine.config.SqlMapConfiguration
 
getDelegate() - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
getDelegate() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
getDelegate() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
Get the delegate
getDelegate() - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMap
 
getDelegate() - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
Getter for the SqlMapExecutorDelegate
getDiscriminator() - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
 
getDouble() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a double from the underlying result set
getDouble(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getDouble(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getDouble() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getDsProps() - Method in class com.ibatis.sqlmap.engine.builder.xml.XmlParserState
 
getDynamicParameterMap() - Method in class com.ibatis.sqlmap.engine.scope.StatementScope
Get the dynamic parameter for the request
getDynamicSql() - Method in class com.ibatis.sqlmap.engine.scope.StatementScope
Get the dynamic SQL for the request
getEndProperty() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
Returns the last property of any bean specified in this IterateContext.
getErrorCode() - Method in exception com.ibatis.common.jdbc.exception.RuntimeSQLException
Getter for the error code
getErrorContext() - Method in class com.ibatis.sqlmap.engine.config.SqlMapConfiguration
 
getErrorContext() - Method in class com.ibatis.sqlmap.engine.scope.StatementScope
Get the request's error context
getErrorString() - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping
 
getErrorString() - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMapping
Getter for the error message when something goes wrong mapping this property
getFailingSqlStatement() - Method in exception com.ibatis.sqlmap.engine.execution.BatchException
Returns the SQL statement that caused the failure (not the parameters)
getFailingStatementId() - Method in exception com.ibatis.sqlmap.engine.execution.BatchException
Returns the statement id of the statement that caused the failure
getFetchDirection() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getFetchSize() - Method in class com.ibatis.sqlmap.engine.mapping.statement.CachingStatement
 
getFetchSize() - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
getFetchSize() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
GetFieldInvoker - Class in com.ibatis.common.beans
 
GetFieldInvoker(Field) - Constructor for class com.ibatis.common.beans.GetFieldInvoker
 
getFirstToken(String) - Method in class com.ibatis.sqlmap.engine.builder.xml.XmlParserState
 
getFloat() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a float from the underlying result set
getFloat(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getFloat(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getFloat() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getFlushInterval() - Method in class com.ibatis.sqlmap.engine.cache.CacheModel
Getter for flushInterval property
getFlushIntervalSeconds() - Method in class com.ibatis.sqlmap.engine.cache.CacheModel
Getter for flushInterval property
getFlushTriggerStatementNames() - Method in class com.ibatis.sqlmap.engine.cache.CacheModel
Gets an Iterator containing all flushTriggerStatment objects for this cache.
getGetInvoker(String) - Method in class com.ibatis.common.beans.ClassInfo
 
getGetter(String) - Method in class com.ibatis.common.beans.ClassInfo
Gets the getter for a property as a Method object
getGetterNames(String[]) - Method in class com.ibatis.sqlmap.engine.accessplan.BaseAccessPlan
 
getGetters(String[]) - Method in class com.ibatis.sqlmap.engine.accessplan.BaseAccessPlan
 
getGetterType(String) - Method in class com.ibatis.common.beans.ClassInfo
Gets the type for a property getter
getGlobalProps() - Method in class com.ibatis.sqlmap.engine.builder.xml.XmlParserState
 
getHadToWaitCount() - Method in class com.ibatis.common.jdbc.SimpleDataSource
Getter for the number of requests that had to wait for connections that were in use
getHandler() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
 
getHitRatio() - Method in class com.ibatis.sqlmap.engine.cache.CacheModel
Returns statistical information about the cache.
getHoldability() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
getId() - Method in class com.ibatis.sqlmap.engine.cache.CacheModel
Getter for the cache model's id
getId() - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMap
 
getId() - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
 
getId() - Method in class com.ibatis.sqlmap.engine.mapping.statement.CachingStatement
 
getId() - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
getIndex() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
 
getIndexedProperty(Object, String) - Method in class com.ibatis.common.beans.BaseProbe
 
getIndexedType(Object, String) - Method in class com.ibatis.common.beans.BaseProbe
 
getInstance(Class) - Static method in class com.ibatis.common.beans.ClassInfo
Gets an instance of ClassInfo for the specified class.
getInt() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets an int from the underlying result set
getInt(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getInt(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getInt() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getIntAttribute(Properties, String, int) - Static method in class com.ibatis.common.xml.NodeletUtils
 
getJavaType() - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping
 
getJavaType() - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMapping
Setter for the Java type of the column
getJavaTypeName() - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping
 
getJdbcDriver() - Method in class com.ibatis.common.jdbc.SimpleDataSource
Getter for the name of the JDBC driver class used
getJdbcPassword() - Method in class com.ibatis.common.jdbc.SimpleDataSource
Getter for the JDBC password used
getJdbcType() - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping
 
getJdbcType() - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMapping
Getter for the JDBC type of the column
getJdbcTypeName() - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping
 
getJdbcTypeName() - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMapping
Getter for the JDBC type name of the column
getJdbcUrl() - Method in class com.ibatis.common.jdbc.SimpleDataSource
Getter of the JDBC URL used
getJdbcUsername() - Method in class com.ibatis.common.jdbc.SimpleDataSource
Getter for the JDBC user name used
getKeyProperty() - Method in class com.ibatis.sqlmap.engine.mapping.statement.SelectKeyStatement
 
getLastUsedTimestamp() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Getter for the time that the connection was last used
getList() - Method in class com.ibatis.sqlmap.engine.mapping.statement.DefaultRowHandler
 
getLocalSqlMapSession() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
getLog(Class) - Static method in class com.ibatis.common.logging.LogFactory
 
getLoginTimeout() - Method in class com.ibatis.common.jdbc.SimpleDataSource
 
getLogWriter() - Method in class com.ibatis.common.jdbc.SimpleDataSource
 
getLong() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a long from the underlying result set
getLong(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getLong(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getLong() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getMappedStatement() - Method in class com.ibatis.sqlmap.engine.config.MappedStatementConfig
 
getMappedStatement(String) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
getMappedStatement(String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
getMappedStatement(String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Get a mappedstatement by its ID
getMappedStatement(String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
Gets a mapped statement by ID
getMappedStatementNames() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Get an iterator of the mapped statements
getMaximumConcurrentTransactions() - Method in class com.ibatis.sqlmap.engine.transaction.BaseTransactionConfig
Deprecated.  
getMaximumConcurrentTransactions() - Method in interface com.ibatis.sqlmap.engine.transaction.TransactionConfig
Deprecated.  
getMaxObjectLogSize() - Method in class com.ibatis.sqlmap.engine.cache.CacheModel
Get the maximum size of an object in the log output.
getMaxTransactions() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Deprecated.  
getMetaData() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
getMetaData() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getMethod() - Method in class com.ibatis.common.beans.MethodInvoker
 
getMode() - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping
 
getMoreInfo() - Method in class com.ibatis.sqlmap.engine.scope.ErrorContext
Getter for more information about the error
getName() - Method in class com.ibatis.common.beans.GetFieldInvoker
 
getName() - Method in interface com.ibatis.common.beans.Invoker
 
getName() - Method in class com.ibatis.common.beans.MethodInvoker
 
getName() - Method in class com.ibatis.common.beans.SetFieldInvoker
 
getName() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
 
getNestedResultMapName() - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMapping
 
getNestedResultMappings() - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
 
getNestedSelectMappingValue(StatementScope, ResultSet, ResultMapping, Class) - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
 
getNextException() - Method in exception com.ibatis.common.jdbc.exception.RuntimeSQLException
Get the next exception in the chain
getNextId() - Static method in class com.ibatis.common.jdbc.logging.BaseLogProxy
 
getNextId() - Static method in class com.ibatis.sqlmap.engine.scope.SessionScope
Method to get a unique ID
getNotNullColumn() - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMapping
Getter for the name of the column to check for null before instantiating a nested resultMapping value
getNullValue() - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping
 
getNullValue() - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMapping
Getter for what to return if the column is null
getNumericScale() - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping
 
getObject(Object, String) - Method in class com.ibatis.common.beans.ComplexBeanProbe
Gets an Object property from a bean
getObject(Object, String) - Method in class com.ibatis.common.beans.DomProbe
 
getObject(Object, String) - Method in class com.ibatis.common.beans.GenericProbe
Gets an object from a Map or bean
getObject(Object, String) - Method in interface com.ibatis.common.beans.Probe
Gets an Object property from another object
getObject() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets an Object from the underlying result set
getObject(Map) - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets an Object from the underlying result set using a Map
getObject(CacheModel, Object) - Method in interface com.ibatis.sqlmap.engine.cache.CacheController
Get an object from a cache model
getObject(CacheKey) - Method in class com.ibatis.sqlmap.engine.cache.CacheModel
Get an object out of the cache.
getObject(CacheModel, Object) - Method in class com.ibatis.sqlmap.engine.cache.fifo.FifoCacheController
Get an object out of the cache.
getObject(CacheModel, Object) - Method in class com.ibatis.sqlmap.engine.cache.lru.LruCacheController
Get an object out of the cache.
getObject(CacheModel, Object) - Method in class com.ibatis.sqlmap.engine.cache.memory.MemoryCacheController
Get an object out of the cache.
getObject(CacheModel, Object) - Method in class com.ibatis.sqlmap.engine.cache.oscache.OSCacheController
 
getObject(String, Map) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getObject(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getObject(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getObject(int, Map) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getObject() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getObject(Map) - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getObjectId() - Method in class com.ibatis.sqlmap.engine.scope.ErrorContext
Getter for the object ID where the problem happened
getOpenAttr() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
 
getPageIndex() - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
getPageIndex() - Method in interface com.ibatis.common.util.PaginatedList
Deprecated. Returns the current page index, which is a zero based integer.
getPageIndex() - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.  
getPageSize() - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
getPageSize() - Method in interface com.ibatis.common.util.PaginatedList
Deprecated. Returns the maximum number of items per page
getPageSize() - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.  
getParamConfig() - Method in class com.ibatis.sqlmap.engine.builder.xml.XmlParserState
 
getParameterClass() - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMap
 
getParameterClass() - Method in class com.ibatis.sqlmap.engine.mapping.statement.CachingStatement
 
getParameterClass() - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
getParameterCount() - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMap
 
getParameterIndex() - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Returns the index of the parameter being set.
getParameterIndex(String) - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMap
 
getParameterIndex() - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
getParameterMap(String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Get a parameter map by ID
getParameterMap(StatementScope, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.DynamicSql
 
getParameterMap(StatementScope, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.raw.RawSql
 
getParameterMap(StatementScope, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.simple.SimpleDynamicSql
 
getParameterMap(StatementScope, Object) - Method in interface com.ibatis.sqlmap.engine.mapping.sql.Sql
 
getParameterMap(StatementScope, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.stat.StaticSql
 
getParameterMap() - Method in class com.ibatis.sqlmap.engine.mapping.statement.CachingStatement
 
getParameterMap() - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
getParameterMap() - Method in class com.ibatis.sqlmap.engine.scope.StatementScope
Get the parameter map for the request
getParameterMapNames() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Get an iterator of all of the parameter maps
getParameterMappings() - Method in class com.ibatis.sqlmap.engine.mapping.parameter.NoParameterMap
 
getParameterMappings() - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMap
 
getParameterMappings() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTagContext
 
getParameterMappings() - Method in class com.ibatis.sqlmap.engine.mapping.sql.SqlText
 
getParameterObjectValues(StatementScope, Object) - Method in class com.ibatis.sqlmap.engine.mapping.parameter.NoParameterMap
 
getParameterObjectValues(StatementScope, Object) - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMap
 
getParent() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
 
getParent() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
 
getPoolMaximumActiveConnections() - Method in class com.ibatis.common.jdbc.SimpleDataSource
Getter for the maximum number of active connections
getPoolMaximumCheckoutTime() - Method in class com.ibatis.common.jdbc.SimpleDataSource
Getter for the maximum time a connection can be used before it *may* be given away again.
getPoolMaximumIdleConnections() - Method in class com.ibatis.common.jdbc.SimpleDataSource
Getter for the maximum number of idle connections
getPoolPingConnectionsNotUsedFor() - Method in class com.ibatis.common.jdbc.SimpleDataSource
If a connection has not been used in this many milliseconds, ping the database to make sure the connection is still good.
getPoolPingConnectionsOlderThan() - Method in class com.ibatis.common.jdbc.SimpleDataSource
Getter for the age of connections that should be pinged before using
getPoolPingQuery() - Method in class com.ibatis.common.jdbc.SimpleDataSource
Getter for the query to be used to check a connection
getPoolTimeToWait() - Method in class com.ibatis.common.jdbc.SimpleDataSource
Getter for the time to wait before retrying to get a connection
getPreparedStatement() - Method in class com.ibatis.common.jdbc.logging.PreparedStatementLogProxy
Return the wrapped prepared statement
getPreparedStatement() - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Returns the underlying prepared statement...be careful!
getPreparedStatement(String) - Method in class com.ibatis.sqlmap.engine.scope.SessionScope
 
getPreparedStatement() - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
getPrependAttr() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
 
getPrimitiveResultMappingValue(ResultSet, ResultMapping) - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
 
getProbe() - Static method in class com.ibatis.common.beans.ProbeFactory
Factory method for getting a Probe object
getProbe(Object) - Static method in class com.ibatis.common.beans.ProbeFactory
Factory method for getting a Probe object that is the best choice for the type of object supplied by the object parameter.
getProperties(Object) - Method in interface com.ibatis.sqlmap.engine.accessplan.AccessPlan
Gets all of the properties of a bean
getProperties(Object) - Method in class com.ibatis.sqlmap.engine.accessplan.ComplexAccessPlan
 
getProperties(Object) - Method in class com.ibatis.sqlmap.engine.accessplan.EnhancedPropertyAccessPlan
 
getProperties(Object) - Method in class com.ibatis.sqlmap.engine.accessplan.MapAccessPlan
 
getProperties(Object) - Method in class com.ibatis.sqlmap.engine.accessplan.PropertyAccessPlan
 
getProperty(Object, String) - Method in class com.ibatis.common.beans.BaseProbe
 
getProperty(Object, String) - Method in class com.ibatis.common.beans.ComplexBeanProbe
 
getProperty(Object, String) - Method in class com.ibatis.common.beans.DomProbe
 
getProperty(Object, String) - Method in class com.ibatis.common.beans.GenericProbe
 
getProperty() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
 
getPropertyAttr() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
 
getPropertyName() - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping
 
getPropertyName() - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMapping
 
getPropertyTypeForGetter(Object, String) - Method in class com.ibatis.common.beans.ComplexBeanProbe
Returns the class that the getter will return when reading a property value.
getPropertyTypeForGetter(Object, String) - Method in class com.ibatis.common.beans.DomProbe
 
getPropertyTypeForGetter(Object, String) - Method in class com.ibatis.common.beans.GenericProbe
Returns the class that the getter will return when reading a property value.
getPropertyTypeForGetter(Object, String) - Method in interface com.ibatis.common.beans.Probe
Returns the class that the getter will return when reading a property
getPropertyTypeForSetter(Object, String) - Method in class com.ibatis.common.beans.ComplexBeanProbe
Returns the class that the setter expects to receive as a parameter when setting a property value.
getPropertyTypeForSetter(Object, String) - Method in class com.ibatis.common.beans.DomProbe
 
getPropertyTypeForSetter(Object, String) - Method in class com.ibatis.common.beans.GenericProbe
Returns the class that the setter expects to receive as a parameter when setting a property value.
getPropertyTypeForSetter(Object, String) - Method in interface com.ibatis.common.beans.Probe
Returns the class that the setter expects when setting a property
getProxyConnection() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Getter for the proxy for the connection
getReadablePropertyNames(Object) - Method in class com.ibatis.common.beans.BaseProbe
Returns an array of the readable properties exposed by an object
getReadablePropertyNames() - Method in class com.ibatis.common.beans.ClassInfo
Gets an array of the readable properties for an object
getReadablePropertyNames(Object) - Method in class com.ibatis.common.beans.ComplexBeanProbe
Returns an array of the readable properties exposed by a bean
getReadablePropertyNames(Object) - Method in class com.ibatis.common.beans.DomProbe
 
getReadablePropertyNames(Object) - Method in class com.ibatis.common.beans.GenericProbe
Gets an array of the readable properties in a Map or JavaBean
getRealConnection() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Getter for the *real* connection that this wraps
getRealHashCode() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Gets the hashcode of the real connection (or 0 if it is null)
getRef() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a Ref from the underlying result set
getRef(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getRef(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getRef() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getReferenceType() - Method in class com.ibatis.sqlmap.engine.cache.memory.MemoryCacheController
 
getReferenceType() - Method in class com.ibatis.sqlmap.engine.cache.memory.MemoryCacheLevel
Getter for the reference type
getRemoveFirstPrepend() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
 
getRequestCount() - Method in class com.ibatis.common.jdbc.SimpleDataSource
Getter for the number of connection requests made
getRequestStackDepth() - Method in class com.ibatis.sqlmap.engine.scope.SessionScope
Get the request stack depth
getResolvedProperty(SqlTagContext, SqlTag) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.ConditionalTagHandler
This method will add the proper index values to an indexed property string if we are inside an iterate tag
getResource() - Method in class com.ibatis.sqlmap.engine.cache.CacheModel
Getter for resource property
getResource() - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMap
 
getResource() - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
Getter for the resource (used to report errors)
getResource() - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
getResource() - Method in class com.ibatis.sqlmap.engine.scope.ErrorContext
Getter for the resource causing the problem
getResourceAsFile(String) - Static method in class com.ibatis.common.resources.Resources
Returns a resource on the classpath as a File object
getResourceAsFile(ClassLoader, String) - Static method in class com.ibatis.common.resources.Resources
Returns a resource on the classpath as a File object
getResourceAsProperties(String) - Static method in class com.ibatis.common.resources.Resources
Returns a resource on the classpath as a Properties object
getResourceAsProperties(ClassLoader, String) - Static method in class com.ibatis.common.resources.Resources
Returns a resource on the classpath as a Properties object
getResourceAsReader(String) - Static method in class com.ibatis.common.resources.Resources
Returns a resource on the classpath as a Reader object
getResourceAsReader(ClassLoader, String) - Static method in class com.ibatis.common.resources.Resources
Returns a resource on the classpath as a Reader object
getResourceAsStream(String) - Static method in class com.ibatis.common.resources.Resources
Returns a resource on the classpath as a Stream object
getResourceAsStream(ClassLoader, String) - Static method in class com.ibatis.common.resources.Resources
Returns a resource on the classpath as a Stream object
getResourceURL(String) - Static method in class com.ibatis.common.resources.Resources
Returns the URL of the resource on the classpath
getResourceURL(ClassLoader, String) - Static method in class com.ibatis.common.resources.Resources
Returns the URL of the resource on the classpath
getResult(ResultGetter) - Method in interface com.ibatis.sqlmap.client.extensions.TypeHandlerCallback
Performs processing on a value before after it has been retrieved from a ResultSet.
getResult(SqlMapClientImpl, String, Object, Class) - Static method in class com.ibatis.sqlmap.engine.mapping.result.loader.ResultLoader
 
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.BigDecimalTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.BigDecimalTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.BigDecimalTypeHandler
 
getResult(ResultGetter) - Method in class com.ibatis.sqlmap.engine.type.BlobTypeHandlerCallback
 
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.BooleanTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.BooleanTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.BooleanTypeHandler
 
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.ByteArrayTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.ByteArrayTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.ByteArrayTypeHandler
 
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.ByteTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.ByteTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.ByteTypeHandler
 
getResult(ResultGetter) - Method in class com.ibatis.sqlmap.engine.type.ClobTypeHandlerCallback
 
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.CustomTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.CustomTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.CustomTypeHandler
 
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.DateOnlyTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.DateOnlyTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.DateOnlyTypeHandler
 
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.DateTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.DateTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.DateTypeHandler
 
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.DoubleTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.DoubleTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.DoubleTypeHandler
 
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.EnumTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.EnumTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.EnumTypeHandler
 
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.FloatTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.FloatTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.FloatTypeHandler
 
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.IntegerTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.IntegerTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.IntegerTypeHandler
 
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.LongTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.LongTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.LongTypeHandler
 
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.ObjectTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.ObjectTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.ObjectTypeHandler
 
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.ShortTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.ShortTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.ShortTypeHandler
 
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.SqlDateTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.SqlDateTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.SqlDateTypeHandler
 
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.SqlTimestampTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.SqlTimestampTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.SqlTimestampTypeHandler
 
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.SqlTimeTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.SqlTimeTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.SqlTimeTypeHandler
 
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.StringTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.StringTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.StringTypeHandler
 
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.TimeOnlyTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.TimeOnlyTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.TimeOnlyTypeHandler
 
getResult(ResultSet, String) - Method in interface com.ibatis.sqlmap.engine.type.TypeHandler
Gets a column from a result set
getResult(ResultSet, int) - Method in interface com.ibatis.sqlmap.engine.type.TypeHandler
Gets a column from a result set
getResult(CallableStatement, int) - Method in interface com.ibatis.sqlmap.engine.type.TypeHandler
Gets a column from a callable statement
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.UnknownTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.UnknownTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.UnknownTypeHandler
 
getResultClass() - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
 
getResultConfig() - Method in class com.ibatis.sqlmap.engine.builder.xml.XmlParserState
 
getResultCount() - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
Getter for the number of ResultMapping objects
getResultMap(String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Get a result map by ID
getResultMap(StatementScope, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.DynamicSql
 
getResultMap(StatementScope, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.raw.RawSql
 
getResultMap(StatementScope, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.simple.SimpleDynamicSql
 
getResultMap(StatementScope, Object) - Method in interface com.ibatis.sqlmap.engine.mapping.sql.Sql
 
getResultMap(StatementScope, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.stat.StaticSql
 
getResultMap() - Method in class com.ibatis.sqlmap.engine.mapping.statement.CachingStatement
 
getResultMap() - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
getResultMap() - Method in class com.ibatis.sqlmap.engine.scope.StatementScope
Get the result map for the request
getResultMapName() - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping
 
getResultMapNames() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Get an iterator of the result maps
getResultMapping() - Method in class com.ibatis.sqlmap.engine.mapping.result.Discriminator
 
getResultMappings() - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
 
getResultObjectFactory() - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
getResultObjectFactory() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
getResultObjectFactory() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
 
getResults(StatementScope, ResultSet) - Method in class com.ibatis.sqlmap.engine.mapping.result.AutoResultMap
 
getResults(StatementScope, ResultSet) - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
Read a row from a resultset and map results to an array.
getResultSet() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Returns the underlying ResultSet...be careful!
getResultSet() - Method in class com.ibatis.sqlmap.engine.scope.StatementScope
 
getResultSet() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getResultSetType() - Method in class com.ibatis.sqlmap.engine.mapping.statement.CachingStatement
 
getResultSetType() - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
getRow() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getRowHandler() - Method in class com.ibatis.sqlmap.engine.mapping.statement.RowHandlerCallback
 
getRs() - Method in class com.ibatis.common.jdbc.logging.ResultSetLogProxy
Get the wrapped result set
getSelectKeyStatement() - Method in class com.ibatis.sqlmap.engine.mapping.statement.InsertStatement
 
getSession() - Method in interface com.ibatis.sqlmap.client.SqlMapClient
Deprecated. Use openSession() instead. THIS METHOD WILL BE REMOVED BEFORE FINAL RELEASE.
getSession() - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
getSession() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
Deprecated. Use openSession()
getSession() - Method in class com.ibatis.sqlmap.engine.scope.StatementScope
Get the session of the request
getSetInvoker(String) - Method in class com.ibatis.common.beans.ClassInfo
 
getSetter(String) - Method in class com.ibatis.common.beans.ClassInfo
Gets the setter for a property as a Method object
getSetterNames(String[]) - Method in class com.ibatis.sqlmap.engine.accessplan.BaseAccessPlan
 
getSetters(String[]) - Method in class com.ibatis.sqlmap.engine.accessplan.BaseAccessPlan
 
getSetterType(String) - Method in class com.ibatis.common.beans.ClassInfo
Gets the type for a property setter
getShort() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a short from the underlying result set
getShort(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getShort(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getShort() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getSql() - Method in class com.ibatis.sqlmap.engine.builder.xml.XMLSqlSource
 
getSql() - Method in interface com.ibatis.sqlmap.engine.config.SqlSource
 
getSql() - Method in class com.ibatis.sqlmap.engine.execution.BatchResult
 
getSql(StatementScope, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.DynamicSql
 
getSql(StatementScope, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.raw.RawSql
 
getSql(StatementScope, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.simple.SimpleDynamicSql
 
getSql(StatementScope, Object) - Method in interface com.ibatis.sqlmap.engine.mapping.sql.Sql
 
getSql(StatementScope, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.stat.StaticSql
 
getSql() - Method in class com.ibatis.sqlmap.engine.mapping.statement.CachingStatement
 
getSql() - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
getSql() - Method in class com.ibatis.sqlmap.engine.scope.StatementScope
Get the SQL for the request
getSqlExecutor() - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
getSqlExecutor() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
getSqlExecutor() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Getter for the SqlExecutor
getSqlExecutor() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
Get the SQL executor
getSqlExecutor() - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
getSqlIncludes() - Method in class com.ibatis.sqlmap.engine.builder.xml.XmlParserState
 
getSqlMapClient() - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
getSqlMapClient() - Method in class com.ibatis.sqlmap.engine.scope.SessionScope
Get the SqlMapClient for the session
getSqlMapExecutor() - Method in class com.ibatis.sqlmap.engine.scope.SessionScope
Get the SQL executor for the session
getSqlMapTxMgr() - Method in class com.ibatis.sqlmap.engine.scope.SessionScope
Get the transaction manager
getSQLState() - Method in exception com.ibatis.common.jdbc.exception.RuntimeSQLException
Getter for the SQL State
getSqlTagHandler(String) - Static method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTagHandlerFactory
 
getStatement() - Method in class com.ibatis.common.jdbc.logging.StatementLogProxy
return the wrapped statement
getStatement() - Method in class com.ibatis.sqlmap.engine.scope.StatementScope
Get the statement for the request
getStatement() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getStatementId() - Method in class com.ibatis.sqlmap.engine.execution.BatchResult
 
getStatementName() - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMapping
Getter for the name of the statement
getStatementType() - Method in class com.ibatis.sqlmap.engine.mapping.statement.CachingStatement
 
getStatementType() - Method in class com.ibatis.sqlmap.engine.mapping.statement.DeleteStatement
 
getStatementType() - Method in class com.ibatis.sqlmap.engine.mapping.statement.InsertStatement
 
getStatementType() - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
getStatementType() - Method in class com.ibatis.sqlmap.engine.mapping.statement.ProcedureStatement
 
getStatementType() - Method in class com.ibatis.sqlmap.engine.mapping.statement.SelectStatement
 
getStatementType() - Method in class com.ibatis.sqlmap.engine.mapping.statement.UpdateStatement
 
getStatus() - Method in class com.ibatis.common.jdbc.SimpleDataSource
Returns the status of the connection pool
getString() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a String from the underlying result set
getString(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getString(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getString() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getSubMap(String) - Method in class com.ibatis.sqlmap.engine.mapping.result.Discriminator
 
getSuccessfulBatchResults() - Method in exception com.ibatis.sqlmap.engine.execution.BatchException
Returns a list of BatchResult objects.
getTag() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
 
getters - Variable in class com.ibatis.sqlmap.engine.accessplan.PropertyAccessPlan
 
getText() - Method in class com.ibatis.sqlmap.engine.mapping.sql.SqlText
 
getTime() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a Time from the underlying result set
getTime(Calendar) - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a Time from the underlying result set using a Calendar
getTime(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getTime(int, Calendar) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getTime(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getTime(String, Calendar) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getTime() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getTime(Calendar) - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getTimeElapsedSinceLastUse() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Getter for the time since this connection was last used
getTimeout() - Method in class com.ibatis.sqlmap.engine.mapping.statement.CachingStatement
 
getTimeout() - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
getTimestamp() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a Timestamp from the underlying result set
getTimestamp(Calendar) - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a Timestamp from the underlying result set
getTimestamp(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getTimestamp(int, Calendar) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getTimestamp(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getTimestamp(String, Calendar) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getTimestamp() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getTimestamp(Calendar) - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getTransaction(SessionScope) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Get a transaction for the session
getTransaction() - Method in class com.ibatis.sqlmap.engine.scope.SessionScope
Getter for the session transaction
getTransactionIsolation() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
getTransactionState() - Method in class com.ibatis.sqlmap.engine.scope.SessionScope
Getter for the transaction state of the session
getTxManager() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Getter for the transaction manager
getTxProps() - Method in class com.ibatis.sqlmap.engine.builder.xml.XmlParserState
 
getType() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getType(String) - Static method in class com.ibatis.sqlmap.engine.type.JdbcTypeRegistry
Looks up a type by name, and returns it's int value (from java.sql.Types)
getTypeHandler() - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping
 
getTypeHandler() - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMapping
Getter for the type handler for the column
getTypeHandler(Class) - Method in class com.ibatis.sqlmap.engine.type.TypeHandlerFactory
Get a TypeHandler for a class
getTypeHandler(Class, String) - Method in class com.ibatis.sqlmap.engine.type.TypeHandlerFactory
Get a TypeHandler for a class and a JDBC type
getTypeHandlerFactory() - Method in class com.ibatis.sqlmap.engine.config.SqlMapConfiguration
 
getTypeHandlerFactory() - Method in class com.ibatis.sqlmap.engine.exchange.DataExchangeFactory
Getter for the type handler factory
getTypeHandlerFactory() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Getter for the TypeHandlerFactory
getTypeMap() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
getTypeName() - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping
user-defined or REF types
getTypes(String[]) - Method in class com.ibatis.sqlmap.engine.accessplan.BaseAccessPlan
 
getTypeString() - Method in class com.ibatis.common.jdbc.logging.BaseLogProxy
 
getUnicodeStream(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getUnicodeStream(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getUniqueKey(String, Object[]) - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
 
getUniqueKey(Object[]) - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
 
getUniqueKeys(ResultMap) - Method in class com.ibatis.sqlmap.engine.scope.StatementScope
 
getUnkownTypeHandler() - Method in class com.ibatis.sqlmap.engine.type.TypeHandlerFactory
When in doubt, get the "unknown" type handler
getUpdateCounts() - Method in class com.ibatis.sqlmap.engine.execution.BatchResult
 
getURL() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a URL from the underlying result set
getURL(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getURL(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getURL() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getUrlAsProperties(String) - Static method in class com.ibatis.common.resources.Resources
Gets a URL as a Properties object
getUrlAsReader(String) - Static method in class com.ibatis.common.resources.Resources
Gets a URL as a Reader
getUrlAsStream(String) - Static method in class com.ibatis.common.resources.Resources
Gets a URL as an input stream
getUserConnection() - Method in interface com.ibatis.sqlmap.client.SqlMapTransactionManager
Deprecated. Use getCurrentConnection() instead.
getUserConnection() - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
getUserConnection() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
Deprecated.  
getUserConnection() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
Deprecated.  
getUserTransaction() - Method in class com.ibatis.sqlmap.engine.transaction.jta.JtaTransactionConfig
 
getValueString() - Method in class com.ibatis.common.jdbc.logging.BaseLogProxy
 
getWarnings() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
getWarnings() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getWriteablePropertyNames(Object) - Method in class com.ibatis.common.beans.BaseProbe
Returns an array of the writeable properties exposed by an object
getWriteablePropertyNames() - Method in class com.ibatis.common.beans.ClassInfo
Gets an array of the writeable properties for an object
getWriteablePropertyNames(Object) - Method in class com.ibatis.common.beans.ComplexBeanProbe
Returns an array of the writeable properties exposed by a bean
getWriteablePropertyNames(Object) - Method in class com.ibatis.common.beans.DomProbe
 
getWriteablePropertyNames(Object) - Method in class com.ibatis.common.beans.GenericProbe
Gets an array of the writeable properties in a Map or JavaBean
getWriter() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTagContext
 
getXmlName() - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
Getter (used by DomDataExchange) for the xml name of the results
gotoPage(int) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
gotoPage(int) - Method in interface com.ibatis.common.util.PaginatedList
Deprecated. Moves to a specified page.
gotoPage(int) - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.  
groupByProps() - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
 

H

handleResultObject(StatementScope, Object[], ResultSet) - Method in class com.ibatis.sqlmap.engine.mapping.statement.RowHandlerCallback
Prepares the row object, and passes it to the row handler
handleRow(Object) - Method in interface com.ibatis.sqlmap.client.event.RowHandler
Handles a single row of a result set.
handleRow(Object) - Method in class com.ibatis.sqlmap.engine.mapping.statement.DefaultRowHandler
 
hasGroupBy() - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
 
hashCode() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
hashCode() - Method in class com.ibatis.sqlmap.engine.cache.CacheKey
 
hashCode() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
 
hashCode() - Method in class com.ibatis.sqlmap.engine.scope.SessionScope
 
hasMultipleResultMaps() - Method in class com.ibatis.sqlmap.engine.mapping.statement.CachingStatement
 
hasMultipleResultMaps() - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
hasNext() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
 
hasPreparedStatement(PreparedStatement) - Method in class com.ibatis.sqlmap.engine.scope.SessionScope
 
hasPreparedStatementFor(String) - Method in class com.ibatis.sqlmap.engine.scope.SessionScope
 
hasReadableProperty(String) - Method in class com.ibatis.common.beans.ClassInfo
Check to see if a class has a readable property by name
hasReadableProperty(Object, String) - Method in class com.ibatis.common.beans.ComplexBeanProbe
Checks to see if a bean has a readable property be a given name
hasReadableProperty(Object, String) - Method in class com.ibatis.common.beans.DomProbe
 
hasReadableProperty(Object, String) - Method in class com.ibatis.common.beans.GenericProbe
Checks to see if a bean has a readable property by a given name
hasReadableProperty(Object, String) - Method in interface com.ibatis.common.beans.Probe
Checks to see if an object has a readable property by a given name
hasTypeHandler(Class) - Method in class com.ibatis.sqlmap.engine.type.TypeHandlerFactory
Tells you if a particular class has a TypeHandler
hasWritableProperty(String) - Method in class com.ibatis.common.beans.ClassInfo
Check to see if a class has a writeable property by name
hasWritableProperty(Object, String) - Method in class com.ibatis.common.beans.ComplexBeanProbe
Checks to see if a bean has a writable property be a given name
hasWritableProperty(Object, String) - Method in class com.ibatis.common.beans.DomProbe
 
hasWritableProperty(Object, String) - Method in class com.ibatis.common.beans.GenericProbe
Checks to see if an object has a writable property by a given name
hasWritableProperty(Object, String) - Method in interface com.ibatis.common.beans.Probe
Checks to see if an object has a writable property by a given name

I

id - Variable in class com.ibatis.common.jdbc.logging.BaseLogProxy
 
INCLUDE_BODY - Static variable in interface com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTagHandler
 
incrementRequestStackDepth() - Method in class com.ibatis.sqlmap.engine.scope.SessionScope
Increment the stack depth by one.
index - Variable in class com.ibatis.common.io.ReaderInputStream
 
indexOf(Object) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
indexOf(Object) - Method in class com.ibatis.sqlmap.engine.mapping.result.XmlList
 
indexOf(Object) - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.  
info - Variable in class com.ibatis.sqlmap.engine.accessplan.BaseAccessPlan
 
init(SqlMapConfiguration, Properties) - Method in class com.ibatis.sqlmap.engine.execution.DefaultSqlExecutor
 
init(SqlMapConfiguration, Properties) - Method in interface com.ibatis.sqlmap.engine.execution.SqlExecutor
Initializing SQL Executor by passing configuration and global properties.
initialize(Map) - Method in interface com.ibatis.sqlmap.engine.datasource.DataSourceFactory
Simple method to initialize/configure a datasource
initialize(Map) - Method in class com.ibatis.sqlmap.engine.datasource.DbcpDataSourceFactory
 
initialize(Map) - Method in class com.ibatis.sqlmap.engine.datasource.JndiDataSourceFactory
 
initialize(Map) - Method in class com.ibatis.sqlmap.engine.datasource.SimpleDataSourceFactory
 
initialize(Map) - Method in class com.ibatis.sqlmap.engine.exchange.ComplexDataExchange
 
initialize(Map) - Method in interface com.ibatis.sqlmap.engine.exchange.DataExchange
Initializes the data exchange instance.
initialize(Map) - Method in class com.ibatis.sqlmap.engine.exchange.DomDataExchange
 
initialize(Map) - Method in class com.ibatis.sqlmap.engine.exchange.JavaBeanDataExchange
Initializes the data exchange instance.
initialize(Map) - Method in class com.ibatis.sqlmap.engine.exchange.ListDataExchange
 
initialize(Map) - Method in class com.ibatis.sqlmap.engine.exchange.MapDataExchange
 
initialize(Map) - Method in class com.ibatis.sqlmap.engine.exchange.PrimitiveDataExchange
 
initialize(Properties) - Method in class com.ibatis.sqlmap.engine.transaction.BaseTransactionConfig
Deprecated.  
initialize(Properties) - Method in interface com.ibatis.sqlmap.engine.transaction.TransactionConfig
Deprecated.  
initRequest(StatementScope) - Method in class com.ibatis.sqlmap.engine.mapping.statement.CachingStatement
 
initRequest(StatementScope) - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
InlineParameterMapParser - Class in com.ibatis.sqlmap.engine.mapping.parameter
 
InlineParameterMapParser() - Constructor for class com.ibatis.sqlmap.engine.mapping.parameter.InlineParameterMapParser
 
insert(String, Object) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL INSERT statement.
insert(String) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL INSERT statement.
insert(String, Object) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
insert(String) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
insert(String, Object) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
insert(String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
insert(SessionScope, String, Object) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Call an insert statement by ID
insert(String, Object) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
insert(String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
INSERT - Static variable in class com.ibatis.sqlmap.engine.mapping.statement.StatementType
 
insertRow() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
InsertStatement - Class in com.ibatis.sqlmap.engine.mapping.statement
 
InsertStatement() - Constructor for class com.ibatis.sqlmap.engine.mapping.statement.InsertStatement
 
instantiate(String) - Static method in class com.ibatis.common.resources.Resources
Creates an instance of a class
instantiate(Class) - Static method in class com.ibatis.common.resources.Resources
Creates an instance of a class
instantiateClass() - Method in class com.ibatis.common.beans.ClassInfo
 
IntegerTypeHandler - Class in com.ibatis.sqlmap.engine.type
Integer Decimal implementation of TypeHandler
IntegerTypeHandler() - Constructor for class com.ibatis.sqlmap.engine.type.IntegerTypeHandler
 
invalidate() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Invalidates the connection
invoke(Object, Object[]) - Method in class com.ibatis.common.beans.GetFieldInvoker
 
invoke(Object, Object[]) - Method in interface com.ibatis.common.beans.Invoker
 
invoke(Object, Object[]) - Method in class com.ibatis.common.beans.MethodInvoker
 
invoke(Object, Object[]) - Method in class com.ibatis.common.beans.SetFieldInvoker
 
invoke(Object, Method, Object[]) - Method in class com.ibatis.common.jdbc.logging.ConnectionLogProxy
 
invoke(Object, Method, Object[]) - Method in class com.ibatis.common.jdbc.logging.PreparedStatementLogProxy
 
invoke(Object, Method, Object[]) - Method in class com.ibatis.common.jdbc.logging.ResultSetLogProxy
 
invoke(Object, Method, Object[]) - Method in class com.ibatis.common.jdbc.logging.StatementLogProxy
 
invoke(Object, Method, Object[]) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Required for InvocationHandler implementation.
invoke(Object, Method, Object[]) - Method in class com.ibatis.sqlmap.engine.mapping.result.loader.LazyResultLoader
 
Invoker - Interface in com.ibatis.common.beans
 
isAfterLast() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
isAllowNext() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
 
isBeforeFirst() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
isBytecodeEnhancementEnabled() - Static method in class com.ibatis.sqlmap.engine.accessplan.AccessPlanFactory
Tells whether or not bytecode enhancement (CGLIB, etc) is enabled
isCacheModelsEnabled() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Getter for the status of caching
isCloseAvailable() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
 
isClosed() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
isClosed() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
Getter to tell if the session is still open
isCommitRequired() - Method in class com.ibatis.sqlmap.engine.scope.SessionScope
Getter to tell if a commit is required for the session
isCondition(SqlTagContext, SqlTag, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.ConditionalTagHandler
 
isCondition(SqlTagContext, SqlTag, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsEmptyTagHandler
 
isCondition(SqlTagContext, SqlTag, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsEqualTagHandler
 
isCondition(SqlTagContext, SqlTag, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsGreaterEqualTagHandler
 
isCondition(SqlTagContext, SqlTag, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsGreaterThanTagHandler
 
isCondition(SqlTagContext, SqlTag, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsLessEqualTagHandler
 
isCondition(SqlTagContext, SqlTag, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsLessThanTagHandler
 
isCondition(SqlTagContext, SqlTag, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsNotEmptyTagHandler
 
isCondition(SqlTagContext, SqlTag, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsNotEqualTagHandler
 
isCondition(SqlTagContext, SqlTag, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsNotNullTagHandler
 
isCondition(SqlTagContext, SqlTag, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsNotParameterPresentTagHandler
 
isCondition(SqlTagContext, SqlTag, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsNotPropertyAvailableTagHandler
 
isCondition(SqlTagContext, SqlTag, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsNullTagHandler
 
isCondition(SqlTagContext, SqlTag, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsParameterPresentTagHandler
 
isCondition(SqlTagContext, SqlTag, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsPropertyAvailableTagHandler
 
isConjunctionAvailable() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
 
isDebugEnabled() - Method in class com.ibatis.common.logging.jakarta.JakartaCommonsLoggingImpl
 
isDebugEnabled() - Method in class com.ibatis.common.logging.jdk14.Jdk14LoggingImpl
 
isDebugEnabled() - Method in interface com.ibatis.common.logging.Log
 
isDebugEnabled() - Method in class com.ibatis.common.logging.log4j.Log4jImpl
 
isDebugEnabled() - Method in class com.ibatis.common.logging.nologging.NoLoggingImpl
 
isDefaultAutoCommit() - Method in class com.ibatis.sqlmap.engine.transaction.external.ExternalTransactionConfig
 
isEmpty() - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
isEmpty() - Method in class com.ibatis.sqlmap.engine.mapping.result.XmlList
 
isEmpty() - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.  
isEmptyRemoveFirtPrepend() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTagContext
 
IsEmptyTagHandler - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
 
IsEmptyTagHandler() - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsEmptyTagHandler
 
isEnhancementEnabled() - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
isEnhancementEnabled() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
isEnhancementEnabled() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Getter for the status of CGLib enhancements
isEnhancementEnabled() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
Get the status of CGLib enhancements
IsEqualTagHandler - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
 
IsEqualTagHandler() - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsEqualTagHandler
 
isFinal() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
 
isFirst() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
Deprecated. This method should not be used to decide whether or not to add prepend and open text to the generated statement. Rather, use the methods isPrependEnabled() and someSubElementsHaveContent().
isFirst() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
isFirstPage() - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
isFirstPage() - Method in interface com.ibatis.common.util.PaginatedList
Deprecated. Is the current page the first page?
isFirstPage() - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.  
isForceCommit() - Method in class com.ibatis.sqlmap.engine.transaction.BaseTransactionConfig
 
isForceCommit() - Method in interface com.ibatis.sqlmap.engine.transaction.TransactionConfig
 
isForceMultipleResultSetSupport() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
 
IsGreaterEqualTagHandler - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
 
IsGreaterEqualTagHandler() - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsGreaterEqualTagHandler
 
IsGreaterThanTagHandler - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
 
IsGreaterThanTagHandler() - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsGreaterThanTagHandler
 
isInBatch() - Method in class com.ibatis.sqlmap.engine.scope.SessionScope
Tells us if we are in batch mode or not
isInputAllowed() - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping
 
isKnownType(Class) - Static method in class com.ibatis.common.beans.ClassInfo
Tells us if the class passed in is a knwon common type
isLast() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
 
isLast() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
isLastPage() - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
isLastPage() - Method in interface com.ibatis.common.util.PaginatedList
Deprecated. Is the current page the last page?
isLastPage() - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.  
isLazyLoadingEnabled() - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
isLazyLoadingEnabled() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
isLazyLoadingEnabled() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Getter for the status of lazy loading
isLazyLoadingEnabled() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
Get the status of lazy loading
IsLessEqualTagHandler - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
 
IsLessEqualTagHandler() - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsLessEqualTagHandler
 
IsLessThanTagHandler - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
 
IsLessThanTagHandler() - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsLessThanTagHandler
 
isMiddlePage() - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
isMiddlePage() - Method in interface com.ibatis.common.util.PaginatedList
Deprecated. Is the current page a middle page (ie not first or last)?
isMiddlePage() - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.  
isNextPageAvailable() - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
isNextPageAvailable() - Method in interface com.ibatis.common.util.PaginatedList
Deprecated. Is a page available after the current page?
isNextPageAvailable() - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.  
IsNotEmptyTagHandler - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
 
IsNotEmptyTagHandler() - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsNotEmptyTagHandler
 
IsNotEqualTagHandler - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
 
IsNotEqualTagHandler() - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsNotEqualTagHandler
 
IsNotNullTagHandler - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
 
IsNotNullTagHandler() - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsNotNullTagHandler
 
IsNotParameterPresentTagHandler - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
 
IsNotParameterPresentTagHandler() - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsNotParameterPresentTagHandler
 
IsNotPropertyAvailableTagHandler - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
 
IsNotPropertyAvailableTagHandler() - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsNotPropertyAvailableTagHandler
 
IsNullTagHandler - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
 
IsNullTagHandler() - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsNullTagHandler
 
IsolationLevel - Class in com.ibatis.sqlmap.engine.transaction
 
IsolationLevel() - Constructor for class com.ibatis.sqlmap.engine.transaction.IsolationLevel
 
isOpenAvailable() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
 
isOutputAllowed() - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping
 
IsParameterPresentTagHandler - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
 
IsParameterPresentTagHandler() - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsParameterPresentTagHandler
 
isPoolPingEnabled() - Method in class com.ibatis.common.jdbc.SimpleDataSource
Getter to tell if we should use the ping query
isPostParseRequired() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateTagHandler
 
isPostParseRequired() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
 
isPostParseRequired() - Method in class com.ibatis.sqlmap.engine.mapping.sql.SqlText
 
isPrependAvailable() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
 
isPrependEnabled() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
 
isPreviousPageAvailable() - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
isPreviousPageAvailable() - Method in interface com.ibatis.common.util.PaginatedList
Deprecated. Is a page available before the current page?
isPreviousPageAvailable() - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.  
IsPropertyAvailableTagHandler - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
 
IsPropertyAvailableTagHandler() - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsPropertyAvailableTagHandler
 
isReadOnly() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
isReadOnly() - Method in class com.ibatis.sqlmap.engine.cache.CacheModel
Getter for read-only property
isRowDataFound() - Method in class com.ibatis.sqlmap.engine.scope.StatementScope
 
isRunAfterSQL() - Method in class com.ibatis.sqlmap.engine.mapping.statement.SelectKeyStatement
 
isSerialize() - Method in class com.ibatis.sqlmap.engine.cache.CacheModel
Getter to tell if the cache serializes
isSetAutoCommitAllowed() - Method in class com.ibatis.sqlmap.engine.transaction.external.ExternalTransactionConfig
 
isSimpleDynamicSql(String) - Static method in class com.ibatis.sqlmap.engine.mapping.sql.simple.SimpleDynamicSql
 
isStatementCacheEnabled() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
 
isUseColumnLabel() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
 
isUseStatementNamespaces() - Method in class com.ibatis.sqlmap.engine.builder.xml.XmlParserState
 
isValid() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Method to see if the connection is usable
isWhiteSpace() - Method in class com.ibatis.sqlmap.engine.mapping.sql.SqlText
 
IterateContext - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
 
IterateContext(Object, SqlTag, IterateContext) - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
 
iteratePropertyReplace(StringBuffer, IterateContext) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.DynamicSql
 
IterateTagHandler - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
 
IterateTagHandler() - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateTagHandler
 
iterator() - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
iterator() - Method in class com.ibatis.sqlmap.engine.mapping.result.XmlList
 
iterator() - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.  

J

JakartaCommonsLoggingImpl - Class in com.ibatis.common.logging.jakarta
 
JakartaCommonsLoggingImpl(Class) - Constructor for class com.ibatis.common.logging.jakarta.JakartaCommonsLoggingImpl
 
JavaBeanDataExchange - Class in com.ibatis.sqlmap.engine.exchange
DataExchange implementation for beans
JavaBeanDataExchange(DataExchangeFactory) - Constructor for class com.ibatis.sqlmap.engine.exchange.JavaBeanDataExchange
 
JDBC_30_BOOLEAN - Static variable in class com.ibatis.sqlmap.engine.type.JdbcTypeRegistry
Value for a JDBC 3.o boolean type
JDBC_30_DATALINK - Static variable in class com.ibatis.sqlmap.engine.type.JdbcTypeRegistry
Value for a JDBC 3.o datalink type
JdbcTransaction - Class in com.ibatis.sqlmap.engine.transaction.jdbc
 
JdbcTransaction(DataSource, int) - Constructor for class com.ibatis.sqlmap.engine.transaction.jdbc.JdbcTransaction
 
JdbcTransactionConfig - Class in com.ibatis.sqlmap.engine.transaction.jdbc
 
JdbcTransactionConfig() - Constructor for class com.ibatis.sqlmap.engine.transaction.jdbc.JdbcTransactionConfig
 
JdbcTypeRegistry - Class in com.ibatis.sqlmap.engine.type
Singleton
Jdk14LoggingImpl - Class in com.ibatis.common.logging.jdk14
 
Jdk14LoggingImpl(Class) - Constructor for class com.ibatis.common.logging.jdk14.Jdk14LoggingImpl
 
JndiDataSourceFactory - Class in com.ibatis.sqlmap.engine.datasource
DataSourceFactory implementation for JNDI
JndiDataSourceFactory() - Constructor for class com.ibatis.sqlmap.engine.datasource.JndiDataSourceFactory
 
JtaTransaction - Class in com.ibatis.sqlmap.engine.transaction.jta
 
JtaTransaction(UserTransaction, DataSource, int) - Constructor for class com.ibatis.sqlmap.engine.transaction.jta.JtaTransaction
 
JtaTransactionConfig - Class in com.ibatis.sqlmap.engine.transaction.jta
 
JtaTransactionConfig() - Constructor for class com.ibatis.sqlmap.engine.transaction.jta.JtaTransactionConfig
 

L

last() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
lastIndexOf(Object) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
lastIndexOf(Object) - Method in class com.ibatis.sqlmap.engine.mapping.result.XmlList
 
lastIndexOf(Object) - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.  
LazyResultLoader - Class in com.ibatis.sqlmap.engine.mapping.result.loader
Class to lazily load results into objects
LazyResultLoader(SqlMapClientImpl, String, Object, Class) - Constructor for class com.ibatis.sqlmap.engine.mapping.result.loader.LazyResultLoader
Constructor for a lazy list loader
length - Variable in class com.ibatis.common.io.ReaderInputStream
 
ListDataExchange - Class in com.ibatis.sqlmap.engine.exchange
DataExchange implementation for List objects
ListDataExchange(DataExchangeFactory) - Constructor for class com.ibatis.sqlmap.engine.exchange.ListDataExchange
 
listIterator() - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
listIterator(int) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
listIterator() - Method in class com.ibatis.sqlmap.engine.mapping.result.XmlList
 
listIterator(int) - Method in class com.ibatis.sqlmap.engine.mapping.result.XmlList
 
listIterator() - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.  
listIterator(int) - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.  
loaded - Variable in class com.ibatis.sqlmap.engine.mapping.result.loader.LazyResultLoader
 
loadResult() - Method in class com.ibatis.sqlmap.engine.mapping.result.loader.EnhancedLazyResultLoader
Loads the result
loadResult() - Method in class com.ibatis.sqlmap.engine.mapping.result.loader.LazyResultLoader
Loads the result
loadResult(SqlMapClientImpl, String, Object, Class) - Static method in class com.ibatis.sqlmap.engine.mapping.result.loader.ResultLoader
Loads a result lazily
localSqlMapSession - Variable in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
Log - Interface in com.ibatis.common.logging
 
log(String, boolean, Object) - Method in class com.ibatis.sqlmap.engine.cache.CacheModel
Log a cache action.
Log4jImpl - Class in com.ibatis.common.logging.log4j
 
Log4jImpl(Class) - Constructor for class com.ibatis.common.logging.log4j.Log4jImpl
 
LogFactory - Class in com.ibatis.common.logging
 
LogFactory() - Constructor for class com.ibatis.common.logging.LogFactory
 
LongTypeHandler - Class in com.ibatis.sqlmap.engine.type
Long implementation of TypeHandler
LongTypeHandler() - Constructor for class com.ibatis.sqlmap.engine.type.LongTypeHandler
 
LruCacheController - Class in com.ibatis.sqlmap.engine.cache.lru
LRU (least recently used) cache controller implementation
LruCacheController() - Constructor for class com.ibatis.sqlmap.engine.cache.lru.LruCacheController
Default constructor

M

MapAccessPlan - Class in com.ibatis.sqlmap.engine.accessplan
Access plan for working with Maps
MapDataExchange - Class in com.ibatis.sqlmap.engine.exchange
DataExchange implementation for Map objects
MapDataExchange(DataExchangeFactory) - Constructor for class com.ibatis.sqlmap.engine.exchange.MapDataExchange
 
MappedStatement - Class in com.ibatis.sqlmap.engine.mapping.statement
 
MappedStatement() - Constructor for class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
MappedStatementConfig - Class in com.ibatis.sqlmap.engine.config
 
MemoryCacheController - Class in com.ibatis.sqlmap.engine.cache.memory
Memory-based implementation of CacheController
MemoryCacheController() - Constructor for class com.ibatis.sqlmap.engine.cache.memory.MemoryCacheController
 
MemoryCacheLevel - Class in com.ibatis.sqlmap.engine.cache.memory
An enumeration for the values for the memory cache levels
MethodInvoker - Class in com.ibatis.common.beans
 
MethodInvoker(Method) - Constructor for class com.ibatis.common.beans.MethodInvoker
 
MODE_IN - Static variable in class com.ibatis.sqlmap.engine.config.ParameterMapConfig
 
MODE_INOUT - Static variable in class com.ibatis.sqlmap.engine.config.ParameterMapConfig
 
MODE_OUT - Static variable in class com.ibatis.sqlmap.engine.config.ParameterMapConfig
 
moveToCurrentRow() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
moveToInsertRow() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 

N

nativeSQL(String) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
NestedSQLException - Exception in com.ibatis.common.jdbc.exception
Class to allow passing an Exception with the original SQLException
NestedSQLException(String) - Constructor for exception com.ibatis.common.jdbc.exception.NestedSQLException
Constructor from java.sql.SQLException
NestedSQLException(String, String) - Constructor for exception com.ibatis.common.jdbc.exception.NestedSQLException
Constructor from java.sql.SQLException
NestedSQLException(String, String, int) - Constructor for exception com.ibatis.common.jdbc.exception.NestedSQLException
Constructor from java.sql.SQLException
NestedSQLException(String, Throwable) - Constructor for exception com.ibatis.common.jdbc.exception.NestedSQLException
Constructor from java.sql.SQLException with added nested exception
NestedSQLException(String, String, Throwable) - Constructor for exception com.ibatis.common.jdbc.exception.NestedSQLException
Constructor from java.sql.SQLException with added nested exception
NestedSQLException(String, String, int, Throwable) - Constructor for exception com.ibatis.common.jdbc.exception.NestedSQLException
Constructor from java.sql.SQLException with added nested exception
NestedSQLException(Throwable) - Constructor for exception com.ibatis.common.jdbc.exception.NestedSQLException
Constructor from java.sql.SQLException with added nested exception
newCacheModelConfig(String, CacheController, boolean, boolean) - Method in class com.ibatis.sqlmap.engine.config.SqlMapConfiguration
 
newInstance(Connection) - Static method in class com.ibatis.common.jdbc.logging.ConnectionLogProxy
Creates a logging version of a connection
newInstance(PreparedStatement, String) - Static method in class com.ibatis.common.jdbc.logging.PreparedStatementLogProxy
Creates a logging version of a PreparedStatement
newInstance(ResultSet) - Static method in class com.ibatis.common.jdbc.logging.ResultSetLogProxy
Creates a logging version of a ResultSet
newInstance(Statement) - Static method in class com.ibatis.common.jdbc.logging.StatementLogProxy
Creates a logging version of a Statement
newMappedStatementConfig(String, MappedStatement, SqlSource, String, Class, String, String[], Class, Class[], String, Integer, boolean, Integer, String, String) - Method in class com.ibatis.sqlmap.engine.config.SqlMapConfiguration
 
newParameterMapConfig(String, Class) - Method in class com.ibatis.sqlmap.engine.config.SqlMapConfiguration
 
newResultMapConfig(String, Class, String, String, String) - Method in class com.ibatis.sqlmap.engine.config.SqlMapConfiguration
 
newTransaction(int) - Method in class com.ibatis.sqlmap.engine.transaction.external.ExternalTransactionConfig
 
newTransaction(int) - Method in class com.ibatis.sqlmap.engine.transaction.jdbc.JdbcTransactionConfig
 
newTransaction(int) - Method in class com.ibatis.sqlmap.engine.transaction.jta.JtaTransactionConfig
 
newTransaction(int) - Method in interface com.ibatis.sqlmap.engine.transaction.TransactionConfig
 
newTypeHandler(Class, String, Object) - Method in class com.ibatis.sqlmap.engine.config.SqlMapConfiguration
 
next() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
 
next() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
nextPage() - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
nextPage() - Method in interface com.ibatis.common.util.PaginatedList
Deprecated. Moves to the next page after the current page.
nextPage() - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.  
NO_ARGUMENTS - Static variable in class com.ibatis.sqlmap.engine.accessplan.PropertyAccessPlan
 
NO_MAXIMUM_RESULTS - Static variable in interface com.ibatis.sqlmap.engine.execution.SqlExecutor
Constant to let us know to include all records
NO_SKIPPED_RESULTS - Static variable in interface com.ibatis.sqlmap.engine.execution.SqlExecutor
Constant to let us know not to skip anything
NO_VALUE - Static variable in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
 
Nodelet - Interface in com.ibatis.common.xml
A nodelet is a sort of callback or event handler that can be registered to handle an XPath event registered with the NodeParser.
NodeletException - Exception in com.ibatis.common.xml
 
NodeletException() - Constructor for exception com.ibatis.common.xml.NodeletException
 
NodeletException(String) - Constructor for exception com.ibatis.common.xml.NodeletException
 
NodeletException(Throwable) - Constructor for exception com.ibatis.common.xml.NodeletException
 
NodeletException(String, Throwable) - Constructor for exception com.ibatis.common.xml.NodeletException
 
NodeletParser - Class in com.ibatis.common.xml
The NodeletParser is a callback based parser similar to SAX.
NodeletParser() - Constructor for class com.ibatis.common.xml.NodeletParser
 
NodeletUtils - Class in com.ibatis.common.xml
 
NodeletUtils() - Constructor for class com.ibatis.common.xml.NodeletUtils
 
nodeToString(Node, String) - Static method in class com.ibatis.common.beans.DomProbe
Converts a DOM node to a complete xml string
NoLoggingImpl - Class in com.ibatis.common.logging.nologging
 
NoLoggingImpl(Class) - Constructor for class com.ibatis.common.logging.nologging.NoLoggingImpl
 
NoParameterMap - Class in com.ibatis.sqlmap.engine.mapping.parameter
 
NoParameterMap(SqlMapExecutorDelegate) - Constructor for class com.ibatis.sqlmap.engine.mapping.parameter.NoParameterMap
 
NOT_COMPARABLE - Static variable in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.ConditionalTagHandler
 
notifyListeners() - Method in class com.ibatis.sqlmap.engine.mapping.statement.CachingStatement
 
notifyListeners() - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
NULL_OBJECT - Static variable in class com.ibatis.sqlmap.engine.cache.CacheModel
This is used to represent null objects that are returned from the cache so that they can be cached, too.

O

ObjectTypeHandler - Class in com.ibatis.sqlmap.engine.type
Object implementation of TypeHandler
ObjectTypeHandler() - Constructor for class com.ibatis.sqlmap.engine.type.ObjectTypeHandler
 
onExecuteStatement(MappedStatement) - Method in class com.ibatis.sqlmap.engine.cache.CacheModel
ExecuteListener event.
onExecuteStatement(MappedStatement) - Method in interface com.ibatis.sqlmap.engine.mapping.statement.ExecuteListener
 
open() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
Start the session
openSession() - Method in interface com.ibatis.sqlmap.client.SqlMapClient
Returns a single threaded SqlMapSession implementation for use by one user.
openSession(Connection) - Method in interface com.ibatis.sqlmap.client.SqlMapClient
Returns a single threaded SqlMapSession implementation for use by one user.
openSession() - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
openSession(Connection) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
openSession() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
openSession(Connection) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
OSCacheController - Class in com.ibatis.sqlmap.engine.cache.oscache
Cache implementation for using OSCache with iBATIS
OSCacheController() - Constructor for class com.ibatis.sqlmap.engine.cache.oscache.OSCacheController
 

P

pageTo(int) - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.  
PaginatedArrayList - Class in com.ibatis.common.util
Deprecated. All paginated list features have been deprecated
PaginatedArrayList(int) - Constructor for class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
PaginatedArrayList(int, int) - Constructor for class com.ibatis.common.util.PaginatedArrayList
Deprecated. Constructor to set the initial size and the page size
PaginatedArrayList(Collection, int) - Constructor for class com.ibatis.common.util.PaginatedArrayList
Deprecated. Constructor to create an instance using an existing collection
PaginatedDataList - Class in com.ibatis.sqlmap.engine.mapping.statement
Deprecated. All paginated list features have been deprecated
PaginatedDataList(SqlMapExecutor, String, Object, int) - Constructor for class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.  
PaginatedList - Interface in com.ibatis.common.util
Deprecated. All paginated list features have been deprecated
ParameterMap - Class in com.ibatis.sqlmap.engine.mapping.parameter
 
ParameterMap(SqlMapExecutorDelegate) - Constructor for class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMap
 
ParameterMapConfig - Class in com.ibatis.sqlmap.engine.config
 
ParameterMapping - Class in com.ibatis.sqlmap.engine.mapping.parameter
 
ParameterMapping() - Constructor for class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping
 
parameterObject - Variable in class com.ibatis.sqlmap.engine.mapping.result.loader.LazyResultLoader
 
ParameterSetter - Interface in com.ibatis.sqlmap.client.extensions
Allows parameters to be set on the underlying prepared statement.
ParameterSetterImpl - Class in com.ibatis.sqlmap.engine.type
A ParameterSetter implementation
ParameterSetterImpl(PreparedStatement, int) - Constructor for class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
Creates an instance for a PreparedStatement and column index
parse(Reader) - Method in class com.ibatis.common.xml.NodeletParser
Begins parsing from the provided Reader.
parse(InputStream) - Method in class com.ibatis.common.xml.NodeletParser
 
parse(Node) - Method in class com.ibatis.common.xml.NodeletParser
Begins parsing from the provided Node.
parse(Reader, Properties) - Method in class com.ibatis.sqlmap.engine.builder.xml.SqlMapConfigParser
 
parse(Reader) - Method in class com.ibatis.sqlmap.engine.builder.xml.SqlMapConfigParser
 
parse(InputStream, Properties) - Method in class com.ibatis.sqlmap.engine.builder.xml.SqlMapConfigParser
 
parse(InputStream) - Method in class com.ibatis.sqlmap.engine.builder.xml.SqlMapConfigParser
 
parse(Reader) - Method in class com.ibatis.sqlmap.engine.builder.xml.SqlMapParser
 
parse(InputStream) - Method in class com.ibatis.sqlmap.engine.builder.xml.SqlMapParser
 
parseAttributes(Node) - Static method in class com.ibatis.common.xml.NodeletUtils
 
parseAttributes(Node, Properties) - Static method in class com.ibatis.common.xml.NodeletUtils
 
parseGeneralStatement(Node, MappedStatement) - Method in class com.ibatis.sqlmap.engine.builder.xml.SqlStatementParser
 
parseInlineParameterMap(TypeHandlerFactory, String) - Method in class com.ibatis.sqlmap.engine.mapping.parameter.InlineParameterMapParser
 
parseInlineParameterMap(TypeHandlerFactory, String, Class) - Method in class com.ibatis.sqlmap.engine.mapping.parameter.InlineParameterMapParser
 
parsePropertyTokens(String, Properties) - Static method in class com.ibatis.common.xml.NodeletUtils
 
parser - Variable in class com.ibatis.sqlmap.engine.builder.xml.SqlMapConfigParser
 
peekIterateContext() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTagContext
iterate context is removed here from the stack when iterate tag is finished being processed
peekRemoveFirstPrependMarker(SqlTag) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTagContext
examine the value of the top RemoveFirstPrependMarker object on the stack.
popIterateContext() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTagContext
iterate context is removed here from the stack when iterate tag is finished being processed
popRemoveFirstPrependMarker(SqlTag) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTagContext
pop the first RemoveFirstPrependMarker once the recursion is on it's way out of the recursion loop and return it's internal value.
postProcessParameterObject(StatementScope, Object, Object[]) - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
postProcessParameterObject(StatementScope, Object, Object[]) - Method in class com.ibatis.sqlmap.engine.mapping.statement.ProcedureStatement
 
prepareCall(String) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
prepareCall(String, int, int) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
prepareCall(String, int, int, int) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
PreparedStatementLogProxy - Class in com.ibatis.common.jdbc.logging
PreparedStatement proxy to add logging
prepareStatement(String) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
prepareStatement(String, int, int) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
prepareStatement(String, int, int, int) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
prepareStatement(String, int) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
prepareStatement(String, int[]) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
prepareStatement(String, String[]) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
previous() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
previousPage() - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
previousPage() - Method in interface com.ibatis.common.util.PaginatedList
Deprecated. Moves to the page before the current page.
previousPage() - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.  
PrimitiveDataExchange - Class in com.ibatis.sqlmap.engine.exchange
DataExchange implementation for primitive objects
PrimitiveDataExchange(DataExchangeFactory) - Constructor for class com.ibatis.sqlmap.engine.exchange.PrimitiveDataExchange
 
Probe - Interface in com.ibatis.common.beans
A Probe is an object that is used to work with beans, DOM objects, or other objects.
ProbeException - Exception in com.ibatis.common.beans
BeansException for use for by BeanProbe and StaticBeanProbe.
ProbeException() - Constructor for exception com.ibatis.common.beans.ProbeException
Default constructor
ProbeException(String) - Constructor for exception com.ibatis.common.beans.ProbeException
Constructor to set the message for the exception
ProbeException(Throwable) - Constructor for exception com.ibatis.common.beans.ProbeException
Constructor to create a nested exception
ProbeException(String, Throwable) - Constructor for exception com.ibatis.common.beans.ProbeException
Constructor to create a nested exception with a message
ProbeFactory - Class in com.ibatis.common.beans
An abstract factory for getting Probe implementations.
ProbeFactory() - Constructor for class com.ibatis.common.beans.ProbeFactory
 
PROCEDURE - Static variable in class com.ibatis.sqlmap.engine.mapping.statement.StatementType
 
ProcedureStatement - Class in com.ibatis.sqlmap.engine.mapping.statement
 
ProcedureStatement() - Constructor for class com.ibatis.sqlmap.engine.mapping.statement.ProcedureStatement
 
process(Node) - Method in interface com.ibatis.common.xml.Nodelet
For a registered XPath, the NodeletParser will call the Nodelet's process method for processing.
processTagProperty(String) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
Replaces value of a tag property to match it's value with current iteration and all other iterations.
PropertyAccessPlan - Class in com.ibatis.sqlmap.engine.accessplan
Property access plan (for working with beans)
propertyNames - Variable in class com.ibatis.sqlmap.engine.accessplan.BaseAccessPlan
 
pushIterateContext(IterateContext) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTagContext
iterate context is stored here for nested dynamic tags in the body of the iterate tag
pushRemoveFirstPrependMarker(SqlTag) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTagContext
push a new RemoveFirstPrependMarker object with the specified internal state
putObject(CacheModel, Object, Object) - Method in interface com.ibatis.sqlmap.engine.cache.CacheController
Put an object into a cache model
putObject(CacheKey, Object) - Method in class com.ibatis.sqlmap.engine.cache.CacheModel
Add an object to the cache
putObject(CacheModel, Object, Object) - Method in class com.ibatis.sqlmap.engine.cache.fifo.FifoCacheController
Add an object to the cache
putObject(CacheModel, Object, Object) - Method in class com.ibatis.sqlmap.engine.cache.lru.LruCacheController
Add an object to the cache
putObject(CacheModel, Object, Object) - Method in class com.ibatis.sqlmap.engine.cache.memory.MemoryCacheController
Add an object to the cache
putObject(CacheModel, Object, Object) - Method in class com.ibatis.sqlmap.engine.cache.oscache.OSCacheController
 
putPreparedStatement(SqlMapExecutorDelegate, String, PreparedStatement) - Method in class com.ibatis.sqlmap.engine.scope.SessionScope
 
putTypeAlias(String, String) - Method in class com.ibatis.sqlmap.engine.type.TypeHandlerFactory
Adds a type alias that is case insensitive.

Q

queryForList(String, Object) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL SELECT statement that returns data to populate a number of result objects.
queryForList(String) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL SELECT statement that returns data to populate a number of result objects.
queryForList(String, Object, int, int) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL SELECT statement that returns data to populate a number of result objects within a certain range.
queryForList(String, int, int) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL SELECT statement that returns data to populate a number of result objects within a certain range.
queryForList(String, Object) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
queryForList(String) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
queryForList(String, Object, int, int) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
queryForList(String, int, int) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
queryForList(String, Object) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
queryForList(String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
queryForList(String, Object, int, int) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
queryForList(String, int, int) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
queryForList(SessionScope, String, Object) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Execute a query for a list
queryForList(SessionScope, String, Object, int, int) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Execute a query for a list
queryForList(String, Object) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
queryForList(String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
queryForList(String, Object, int, int) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
queryForList(String, int, int) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
queryForMap(String, Object, String) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL SELECT statement that returns data to populate a number of result objects that will be keyed into a Map.
queryForMap(String, Object, String, String) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL SELECT statement that returns data to populate a number of result objects from which one property will be keyed into a Map.
queryForMap(String, Object, String) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
queryForMap(String, Object, String, String) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
queryForMap(String, Object, String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
queryForMap(String, Object, String, String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
queryForMap(SessionScope, String, Object, String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Execute a query for a map.
queryForMap(SessionScope, String, Object, String, String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Execute a query for a map.
queryForMap(String, Object, String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
queryForMap(String, Object, String, String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
queryForObject(String, Object) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL SELECT statement that returns data to populate a single object instance.
queryForObject(String) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL SELECT statement that returns data to populate a single object instance.
queryForObject(String, Object, Object) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL SELECT statement that returns data to populate the supplied result object.
queryForObject(String, Object) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
queryForObject(String) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
queryForObject(String, Object, Object) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
queryForObject(String, Object) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
queryForObject(String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
queryForObject(String, Object, Object) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
queryForObject(SessionScope, String, Object) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Execute a select for a single object
queryForObject(SessionScope, String, Object, Object) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Execute a select for a single object
queryForObject(String, Object) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
queryForObject(String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
queryForObject(String, Object, Object) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
queryForPaginatedList(String, Object, int) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Deprecated. All paginated list features have been deprecated
queryForPaginatedList(String, int) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Deprecated. All paginated list features have been deprecated
queryForPaginatedList(String, Object, int) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
queryForPaginatedList(String, int) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
queryForPaginatedList(String, Object, int) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
Deprecated. All paginated list features have been deprecated
queryForPaginatedList(String, int) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
Deprecated. All paginated list features have been deprecated
queryForPaginatedList(SessionScope, String, Object, int) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Deprecated. All paginated list features have been deprecated
queryForPaginatedList(String, Object, int) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
Deprecated. All paginated list features have been deprecated
queryForPaginatedList(String, int) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
Deprecated. All paginated list features have been deprecated
queryWithRowHandler(String, Object, RowHandler) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL SELECT statement that returns a number of result objects that will be handled one at a time by a RowHandler.
queryWithRowHandler(String, RowHandler) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL SELECT statement that returns a number of result objects that will be handled one at a time by a RowHandler.
queryWithRowHandler(String, Object, RowHandler) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
queryWithRowHandler(String, RowHandler) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
queryWithRowHandler(String, Object, RowHandler) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
queryWithRowHandler(String, RowHandler) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
queryWithRowHandler(SessionScope, String, Object, RowHandler) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Execute a query with a row handler.
queryWithRowHandler(String, Object, RowHandler) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
queryWithRowHandler(String, RowHandler) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 

R

RawSql - Class in com.ibatis.sqlmap.engine.mapping.sql.raw
A non-executable SQL container simply for communicating raw SQL around the framework.
RawSql(String) - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.raw.RawSql
 
read() - Method in class com.ibatis.common.io.ReaderInputStream
 
read(byte[], int, int) - Method in class com.ibatis.common.io.ReaderInputStream
 
reader - Variable in class com.ibatis.common.io.ReaderInputStream
 
ReaderInputStream - Class in com.ibatis.common.io
An InputStream backed by a Reader
ReaderInputStream(Reader) - Constructor for class com.ibatis.common.io.ReaderInputStream
Constructor to supply a Reader
ReaderInputStream(Reader, String) - Constructor for class com.ibatis.common.io.ReaderInputStream
Constructor to supply a Reader and an encoding
recallTransactionState() - Method in class com.ibatis.sqlmap.engine.scope.SessionScope
Restores the previously saved transaction state
reEnableRemoveFirstPrependMarker() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTagContext
 
refreshParameterObjectValues(StatementScope, Object, Object[]) - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMap
 
refreshRow() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
register(Class, TypeHandler) - Method in class com.ibatis.sqlmap.engine.type.TypeHandlerFactory
Register (add) a type handler for a class
register(Class, String, TypeHandler) - Method in class com.ibatis.sqlmap.engine.type.TypeHandlerFactory
Register (add) a type handler for a class and JDBC type
relative(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
releaseSavepoint(Savepoint) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
remove(Object) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
remove(int) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
remove(Object) - Method in class com.ibatis.sqlmap.engine.mapping.result.XmlList
 
remove(int) - Method in class com.ibatis.sqlmap.engine.mapping.result.XmlList
 
remove() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
 
remove(Object) - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.  
remove(int) - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.  
removeAll(Collection) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
removeAll(Collection) - Method in class com.ibatis.sqlmap.engine.mapping.result.XmlList
 
removeAll(Collection) - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.  
removeBreakingWhitespace(String) - Method in class com.ibatis.common.jdbc.logging.BaseLogProxy
 
removeObject(CacheModel, Object) - Method in interface com.ibatis.sqlmap.engine.cache.CacheController
Remove an object from a cache model
removeObject(CacheModel, Object) - Method in class com.ibatis.sqlmap.engine.cache.fifo.FifoCacheController
 
removeObject(CacheModel, Object) - Method in class com.ibatis.sqlmap.engine.cache.lru.LruCacheController
 
removeObject(CacheModel, Object) - Method in class com.ibatis.sqlmap.engine.cache.memory.MemoryCacheController
 
removeObject(CacheModel, Object) - Method in class com.ibatis.sqlmap.engine.cache.oscache.OSCacheController
 
REPEAT_BODY - Static variable in interface com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTagHandler
 
replace(StringBuffer, String, String) - Static method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.DynamicSql
 
reset() - Method in class com.ibatis.sqlmap.engine.scope.ErrorContext
Clear the error context
resolveAlias(String) - Method in class com.ibatis.sqlmap.engine.type.TypeHandlerFactory
Lookup an aliased class and return it's REAL name
resolveEntity(String, String) - Method in class com.ibatis.sqlmap.engine.builder.xml.SqlMapClasspathEntityResolver
Converts a public DTD into a local one
resolveSubMap(StatementScope, ResultSet) - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
 
Resources - Class in com.ibatis.common.resources
A class to simplify access to resources through the classloader.
restoreIsolationLevel(Connection) - Method in class com.ibatis.sqlmap.engine.transaction.IsolationLevel
 
ResultGetter - Interface in com.ibatis.sqlmap.client.extensions
Allows values to be retrieved from the underlying result set.
ResultGetterImpl - Class in com.ibatis.sqlmap.engine.type
A ResultGetter implementation
ResultGetterImpl(ResultSet, int) - Constructor for class com.ibatis.sqlmap.engine.type.ResultGetterImpl
Creates an instance for a PreparedStatement and column index
ResultGetterImpl(ResultSet, String) - Constructor for class com.ibatis.sqlmap.engine.type.ResultGetterImpl
Creates an instance for a PreparedStatement and column name
ResultLoader - Class in com.ibatis.sqlmap.engine.mapping.result.loader
Class to load results into objects
ResultMap - Class in com.ibatis.sqlmap.engine.mapping.result
Basic implementation of ResultMap interface
ResultMap(SqlMapExecutorDelegate) - Constructor for class com.ibatis.sqlmap.engine.mapping.result.ResultMap
Constructor to pass a SqlMapExecutorDelegate in
ResultMapConfig - Class in com.ibatis.sqlmap.engine.config
 
ResultMapping - Class in com.ibatis.sqlmap.engine.mapping.result
Basic implementation of ResultMapping
ResultMapping() - Constructor for class com.ibatis.sqlmap.engine.mapping.result.ResultMapping
 
resultObject - Variable in class com.ibatis.sqlmap.engine.mapping.result.loader.LazyResultLoader
 
ResultObjectFactory - Interface in com.ibatis.sqlmap.engine.mapping.result
iBATIS uses an implementation of this interface to create result objects after the execution of a statement.
ResultObjectFactoryUtil - Class in com.ibatis.sqlmap.engine.mapping.result
This class is used to create instances of result objects.
ResultSetLogProxy - Class in com.ibatis.common.jdbc.logging
ResultSet proxy to add logging
retainAll(Collection) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
retainAll(Collection) - Method in class com.ibatis.sqlmap.engine.mapping.result.XmlList
 
retainAll(Collection) - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.  
rollback() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
rollback(Savepoint) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
rollback() - Method in class com.ibatis.sqlmap.engine.transaction.external.ExternalTransaction
 
rollback() - Method in class com.ibatis.sqlmap.engine.transaction.jdbc.JdbcTransaction
 
rollback() - Method in class com.ibatis.sqlmap.engine.transaction.jta.JtaTransaction
 
rollback() - Method in interface com.ibatis.sqlmap.engine.transaction.Transaction
 
rollback() - Method in class com.ibatis.sqlmap.engine.transaction.user.UserProvidedTransaction
 
rowDeleted() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
RowHandler - Interface in com.ibatis.sqlmap.client.event
Event handler for row by row processing.
RowHandlerCallback - Class in com.ibatis.sqlmap.engine.mapping.statement
Class to manager row handler access
RowHandlerCallback(ResultMap, Object, RowHandler) - Constructor for class com.ibatis.sqlmap.engine.mapping.statement.RowHandlerCallback
Constructor
rowInserted() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
rowUpdated() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
runScript(Reader) - Method in class com.ibatis.common.jdbc.ScriptRunner
Runs an SQL script (read in using the Reader parameter)
RuntimeSQLException - Exception in com.ibatis.common.jdbc.exception
Unchecked exception to allow passing an Exception with the original SQLException
RuntimeSQLException() - Constructor for exception com.ibatis.common.jdbc.exception.RuntimeSQLException
Default constructor
RuntimeSQLException(String) - Constructor for exception com.ibatis.common.jdbc.exception.RuntimeSQLException
Constructor to pass along a message
RuntimeSQLException(SQLException) - Constructor for exception com.ibatis.common.jdbc.exception.RuntimeSQLException
Constructor to pass along another exception
RuntimeSQLException(String, SQLException) - Constructor for exception com.ibatis.common.jdbc.exception.RuntimeSQLException
Constructor to pass along a message and an exception

S

saveTransactionState() - Method in class com.ibatis.sqlmap.engine.scope.SessionScope
Saves the current transaction state
ScriptRunner - Class in com.ibatis.common.jdbc
Tool to run database scripts
ScriptRunner(Connection, boolean, boolean) - Constructor for class com.ibatis.common.jdbc.ScriptRunner
Default constructor
ScriptRunner(String, String, String, String, boolean, boolean) - Constructor for class com.ibatis.common.jdbc.ScriptRunner
 
SELECT - Static variable in class com.ibatis.sqlmap.engine.mapping.statement.StatementType
 
selectJavaLogging() - Static method in class com.ibatis.common.logging.LogFactory
This method will switch the logging implementation to Java native logging if you are running in JRE 1.4 or above.
SelectKeyStatement - Class in com.ibatis.sqlmap.engine.mapping.statement
 
SelectKeyStatement() - Constructor for class com.ibatis.sqlmap.engine.mapping.statement.SelectKeyStatement
 
selectLog4JLogging() - Static method in class com.ibatis.common.logging.LogFactory
This method will switch the logging implementation to Log4J if Log4J is available on the classpath.
SelectStatement - Class in com.ibatis.sqlmap.engine.mapping.statement
 
SelectStatement() - Constructor for class com.ibatis.sqlmap.engine.mapping.statement.SelectStatement
 
sessionScope - Variable in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
SessionScope - Class in com.ibatis.sqlmap.engine.scope
A Session based implementation of the Scope interface
SessionScope() - Constructor for class com.ibatis.sqlmap.engine.scope.SessionScope
Default constructor
set(int, Object) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
set(int, Object) - Method in class com.ibatis.sqlmap.engine.mapping.result.XmlList
 
set(int, Object) - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.  
SET_METHODS - Static variable in class com.ibatis.common.jdbc.logging.BaseLogProxy
 
setActivity(String) - Method in class com.ibatis.sqlmap.engine.scope.ErrorContext
Getter for the activity that was happening when the error happened
setAllowNext(boolean) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
 
setArray(Array) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set an array on the underlying prepared statement
setArray(Array) - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
setAsciiStream(InputStream, int) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set an InputStream on the underlying prepared statement
setAsciiStream(InputStream, int) - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
setAttribute(Object, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTagContext
 
setAutoCommit(boolean) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
setBaseCacheKey(int) - Method in class com.ibatis.sqlmap.engine.mapping.statement.CachingStatement
 
setBaseCacheKey(int) - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
setBatch(Object) - Method in class com.ibatis.sqlmap.engine.scope.SessionScope
Stter for the batch of the session
setBigDecimal(BigDecimal) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set an on the underlying prepared statement
setBigDecimal(BigDecimal) - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
setBinaryStream(InputStream, int) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set an InputStream on the underlying prepared statement
setBinaryStream(InputStream, int) - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
setBlob(Blob) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a blob on the underlying prepared statement
setBlob(Blob) - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
setBoolean(boolean) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a boolean on the underlying prepared statement
setBoolean(boolean) - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
setByte(byte) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a byte on the underlying prepared statement
setByte(byte) - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
setBytecodeEnhancementEnabled(boolean) - Static method in class com.ibatis.sqlmap.engine.accessplan.AccessPlanFactory
Turns on or off bytecode enhancement (CGLIB, etc)
setBytes(byte[]) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a byte array on the underlying prepared statement
setBytes(byte[]) - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
setCacheConfig(CacheModelConfig) - Method in class com.ibatis.sqlmap.engine.builder.xml.XmlParserState
 
setCacheController(CacheController) - Method in class com.ibatis.sqlmap.engine.cache.CacheModel
Sets up the controller for the cache model
setCacheEnabled(boolean) - Static method in class com.ibatis.common.beans.ClassInfo
 
setCacheModelsEnabled(boolean) - Method in class com.ibatis.sqlmap.engine.config.SqlMapConfiguration
 
setCacheModelsEnabled(boolean) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Turn on or off caching
setCacheSize(int) - Method in class com.ibatis.sqlmap.engine.cache.fifo.FifoCacheController
 
setCacheSize(int) - Method in class com.ibatis.sqlmap.engine.cache.lru.LruCacheController
 
setCatalog(String) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
setCause(Throwable) - Method in class com.ibatis.sqlmap.engine.scope.ErrorContext
Setter for the cause of the error
setCharacterStream(Reader, int) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a character stream on the underlying prepared statement
setCharacterStream(Reader, int) - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
setCharset(Charset) - Static method in class com.ibatis.common.resources.Resources
Use this method to set the Charset to be used when calling the getResourceAsReader methods.
setCheckoutTimestamp(long) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Setter for the timestamp that this connection was checked out
setClassInfoCacheEnabled(boolean) - Method in class com.ibatis.sqlmap.engine.config.SqlMapConfiguration
 
setClob(Clob) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a clob on the underlying prepared statement
setClob(Clob) - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
setCloseAttr(String) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
 
setColumn(Object, Object) - Method in class com.ibatis.common.jdbc.logging.BaseLogProxy
 
setColumnIndex(int) - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMapping
Setter for the column index we are mapping (used by the automap or builder)
setColumnName(String) - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMapping
Setter for the column name we are mapping (used by the automap or builder)
setCommitRequired(boolean) - Method in class com.ibatis.sqlmap.engine.scope.SessionScope
Setter to tell the session that a commit is required for the session
setComparePropertyAttr(String) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
 
setCompareValueAttr(String) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
 
setConjunctionAttr(String) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
 
setConnectionTypeCode(int) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Setter for the connection type
setControllerProperties(Properties) - Method in class com.ibatis.sqlmap.engine.cache.CacheModel
 
setControllerProperties(Properties) - Method in class com.ibatis.sqlmap.engine.config.CacheModelConfig
 
setCreatedTimestamp(long) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Setter for the time that the connection was created
setCurrentNestedKey(String) - Method in class com.ibatis.sqlmap.engine.scope.StatementScope
 
setCustomExecutor(String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
 
setData(StatementScope, ResultMap, Object, Object[]) - Method in class com.ibatis.sqlmap.engine.exchange.ComplexDataExchange
 
setData(StatementScope, ParameterMap, Object, Object[]) - Method in class com.ibatis.sqlmap.engine.exchange.ComplexDataExchange
 
setData(StatementScope, ResultMap, Object, Object[]) - Method in interface com.ibatis.sqlmap.engine.exchange.DataExchange
Sets values from a data array into a result object.
setData(StatementScope, ParameterMap, Object, Object[]) - Method in interface com.ibatis.sqlmap.engine.exchange.DataExchange
Sets values from a data array into a parameter object
setData(StatementScope, ResultMap, Object, Object[]) - Method in class com.ibatis.sqlmap.engine.exchange.DomDataExchange
 
setData(StatementScope, ParameterMap, Object, Object[]) - Method in class com.ibatis.sqlmap.engine.exchange.DomDataExchange
 
setData(StatementScope, ResultMap, Object, Object[]) - Method in class com.ibatis.sqlmap.engine.exchange.JavaBeanDataExchange
 
setData(StatementScope, ParameterMap, Object, Object[]) - Method in class com.ibatis.sqlmap.engine.exchange.JavaBeanDataExchange
 
setData(StatementScope, ResultMap, Object, Object[]) - Method in class com.ibatis.sqlmap.engine.exchange.ListDataExchange
 
setData(StatementScope, ParameterMap, Object, Object[]) - Method in class com.ibatis.sqlmap.engine.exchange.ListDataExchange
 
setData(StatementScope, ResultMap, Object, Object[]) - Method in class com.ibatis.sqlmap.engine.exchange.MapDataExchange
 
setData(StatementScope, ParameterMap, Object, Object[]) - Method in class com.ibatis.sqlmap.engine.exchange.MapDataExchange
 
setData(StatementScope, ResultMap, Object, Object[]) - Method in class com.ibatis.sqlmap.engine.exchange.PrimitiveDataExchange
 
setData(StatementScope, ParameterMap, Object, Object[]) - Method in class com.ibatis.sqlmap.engine.exchange.PrimitiveDataExchange
 
setDataExchange(DataExchange) - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMap
 
setDataExchange(DataExchange) - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
Setter for the DataExchange object to be used
setDataSource(DataSource) - Method in class com.ibatis.sqlmap.engine.builder.xml.XmlParserState
 
setDataSource(DataSource) - Method in class com.ibatis.sqlmap.engine.transaction.BaseTransactionConfig
 
setDataSource(DataSource) - Method in interface com.ibatis.sqlmap.engine.transaction.TransactionConfig
 
setDate(Date) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a date on the underlying prepared statement
setDate(Date, Calendar) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a date with a calendar on the underlying prepared statement
setDate(Date) - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
setDate(Date, Calendar) - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
setDefaultAutoCommit(boolean) - Method in class com.ibatis.sqlmap.engine.transaction.external.ExternalTransactionConfig
 
setDefaultClassLoader(ClassLoader) - Static method in class com.ibatis.common.resources.Resources
Sets the default classloader
setDefaultStatementTimeout(Integer) - Method in class com.ibatis.sqlmap.engine.config.SqlMapConfiguration
 
setDelimiter(String, boolean) - Method in class com.ibatis.common.jdbc.ScriptRunner
 
setDiscriminator(String, Integer, Class, String, String, Object) - Method in class com.ibatis.sqlmap.engine.config.ResultMapConfig
 
setDiscriminator(Discriminator) - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
 
setDouble(double) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a double on the underlying prepared statement
setDouble(double) - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
setDynamicParameterMap(ParameterMap) - Method in class com.ibatis.sqlmap.engine.scope.StatementScope
Set the dynamic parameter for the request
setDynamicSql(String) - Method in class com.ibatis.sqlmap.engine.scope.StatementScope
Set the dynamic SQL for the request
setEnhancementEnabled(boolean) - Method in class com.ibatis.sqlmap.engine.config.SqlMapConfiguration
 
setEnhancementEnabled(boolean) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Turn on or off CGLib enhancements
setEntityResolver(EntityResolver) - Method in class com.ibatis.common.xml.NodeletParser
 
setErrorLogWriter(PrintWriter) - Method in class com.ibatis.common.jdbc.ScriptRunner
Setter for errorLogWriter property
setFetchDirection(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
setFetchSize(Integer) - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
setFetchSize(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
SetFieldInvoker - Class in com.ibatis.common.beans
 
SetFieldInvoker(Field) - Constructor for class com.ibatis.common.beans.SetFieldInvoker
 
setFinal(boolean) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
This attribute is used to mark whether an iterate tag is in it's final iteration.
setFloat(float) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a float on the underlying prepared statement
setFloat(float) - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
setFlushInterval(long) - Method in class com.ibatis.sqlmap.engine.cache.CacheModel
Setter for flushInterval property
setFlushInterval(long, long, long, long) - Method in class com.ibatis.sqlmap.engine.config.CacheModelConfig
 
setForceCommit(boolean) - Method in class com.ibatis.sqlmap.engine.transaction.BaseTransactionConfig
 
setForceCommit(boolean) - Method in interface com.ibatis.sqlmap.engine.transaction.TransactionConfig
 
setForceMultipleResultSetSupport(boolean) - Method in class com.ibatis.sqlmap.engine.config.SqlMapConfiguration
 
setForceMultipleResultSetSupport(boolean) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
 
setGlobalProperties(String, String) - Method in class com.ibatis.sqlmap.engine.builder.xml.XmlParserState
 
setGlobalProps(Properties) - Method in class com.ibatis.sqlmap.engine.builder.xml.XmlParserState
 
setHandler(SqlTagHandler) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
 
setHoldability(int) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
setId(String) - Method in class com.ibatis.sqlmap.engine.cache.CacheModel
Setter for the cache model's id
setId(String) - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMap
 
setId(String) - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
Setter for the ID
setId(String) - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
setInBatch(boolean) - Method in class com.ibatis.sqlmap.engine.scope.SessionScope
Turn batch mode on or off
setIndexedProperty(Object, String, Object) - Method in class com.ibatis.common.beans.BaseProbe
 
setInt(int) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set an integer on the underlying prepared statement
setInt(int) - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
setIsolationLevel(int) - Method in class com.ibatis.sqlmap.engine.transaction.IsolationLevel
 
setJavaType(Class) - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping
 
setJavaType(Class) - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMapping
Setter for the Java type of the column
setJavaTypeName(String) - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping
 
setJdbcTypeName(String) - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping
 
setJdbcTypeName(String) - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMapping
Setter for the JDBC type name of the column
setKeyProperty(String) - Method in class com.ibatis.sqlmap.engine.mapping.statement.SelectKeyStatement
 
setLastUsedTimestamp(long) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Setter for the time that the connection was last used
setLazyLoadingEnabled(boolean) - Method in class com.ibatis.sqlmap.engine.config.SqlMapConfiguration
 
setLazyLoadingEnabled(boolean) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Turn on or off lazy loading
setList(List) - Method in class com.ibatis.sqlmap.engine.mapping.statement.DefaultRowHandler
 
setLoginTimeout(int) - Method in class com.ibatis.common.jdbc.SimpleDataSource
 
setLogWriter(PrintWriter) - Method in class com.ibatis.common.jdbc.ScriptRunner
Setter for logWriter property
setLogWriter(PrintWriter) - Method in class com.ibatis.common.jdbc.SimpleDataSource
 
setLong(long) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a long on the underlying prepared statement
setLong(long) - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
setMaximumConcurrentTransactions(int) - Method in class com.ibatis.sqlmap.engine.transaction.BaseTransactionConfig
Deprecated.  
setMaximumConcurrentTransactions(int) - Method in interface com.ibatis.sqlmap.engine.transaction.TransactionConfig
Deprecated.  
setMode(String) - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping
 
setMoreInfo(String) - Method in class com.ibatis.sqlmap.engine.scope.ErrorContext
Setter for more information about the error
setName(String) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
 
setNamespace(String) - Method in class com.ibatis.sqlmap.engine.builder.xml.XmlParserState
 
setNestedResultMapName(String) - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMapping
 
setNestedResultMappingValue(ResultMapping, StatementScope, Object, Object[]) - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
Some changes in this method for IBATIS-225: We no longer require the nested property to be a collection.
setNextException(SQLException) - Method in exception com.ibatis.common.jdbc.exception.RuntimeSQLException
Set the next exception in the chain
setNotNullColumn(String) - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMapping
Setter for the name of the column to check for null before instantiating a nested resultMapping value
setNull(int) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a null on the underlying prepared statement
setNull(int, String) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a null on the underlying prepared statement
setNull(int) - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
setNull(int, String) - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
setNullValue(String) - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping
 
setNullValue(String) - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMapping
Setter for what to return if the column is null
setNumericScale(Integer) - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping
 
setObject(Object, String, Object) - Method in class com.ibatis.common.beans.ComplexBeanProbe
Sets the value of a bean property to an Object
setObject(Object, String, Object) - Method in class com.ibatis.common.beans.DomProbe
 
setObject(Object, String, Object) - Method in class com.ibatis.common.beans.GenericProbe
Sets an object in a Map or bean
setObject(Object, String, Object) - Method in interface com.ibatis.common.beans.Probe
Sets the value of a property on an object
setObject(Object) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set an object on the underlying prepared statement
setObject(Object, int) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set an object on the underlying prepared statement
setObject(Object, int, int) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set an object on the underlying prepared statement
setObject(Object) - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
setObject(Object, int) - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
setObject(Object, int, int) - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
setObjectId(String) - Method in class com.ibatis.sqlmap.engine.scope.ErrorContext
Setter for the object ID where the problem happened
setOpenAttr(String) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
 
setParamConfig(ParameterMapConfig) - Method in class com.ibatis.sqlmap.engine.builder.xml.XmlParserState
 
setParameter(ParameterSetter, Object) - Method in interface com.ibatis.sqlmap.client.extensions.TypeHandlerCallback
Performs processing on a value before it is used to set the parameter of a PreparedStatement.
setParameter(PreparedStatement, ParameterMapping, Object[], int) - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMap
 
setParameter(PreparedStatement, int, Object, String) - Method in class com.ibatis.sqlmap.engine.type.BigDecimalTypeHandler
 
setParameter(ParameterSetter, Object) - Method in class com.ibatis.sqlmap.engine.type.BlobTypeHandlerCallback
 
setParameter(PreparedStatement, int, Object, String) - Method in class com.ibatis.sqlmap.engine.type.BooleanTypeHandler
 
setParameter(PreparedStatement, int, Object, String) - Method in class com.ibatis.sqlmap.engine.type.ByteArrayTypeHandler
 
setParameter(PreparedStatement, int, Object, String) - Method in class com.ibatis.sqlmap.engine.type.ByteTypeHandler
 
setParameter(ParameterSetter, Object) - Method in class com.ibatis.sqlmap.engine.type.ClobTypeHandlerCallback
 
setParameter(PreparedStatement, int, Object, String) - Method in class com.ibatis.sqlmap.engine.type.CustomTypeHandler
 
setParameter(PreparedStatement, int, Object, String) - Method in class com.ibatis.sqlmap.engine.type.DateOnlyTypeHandler
 
setParameter(PreparedStatement, int, Object, String) - Method in class com.ibatis.sqlmap.engine.type.DateTypeHandler
 
setParameter(PreparedStatement, int, Object, String) - Method in class com.ibatis.sqlmap.engine.type.DoubleTypeHandler
 
setParameter(PreparedStatement, int, Object, String) - Method in class com.ibatis.sqlmap.engine.type.EnumTypeHandler
 
setParameter(PreparedStatement, int, Object, String) - Method in class com.ibatis.sqlmap.engine.type.FloatTypeHandler
 
setParameter(PreparedStatement, int, Object, String) - Method in class com.ibatis.sqlmap.engine.type.IntegerTypeHandler
 
setParameter(PreparedStatement, int, Object, String) - Method in class com.ibatis.sqlmap.engine.type.LongTypeHandler
 
setParameter(PreparedStatement, int, Object, String) - Method in class com.ibatis.sqlmap.engine.type.ObjectTypeHandler
 
setParameter(PreparedStatement, int, Object, String) - Method in class com.ibatis.sqlmap.engine.type.ShortTypeHandler
 
setParameter(PreparedStatement, int, Object, String) - Method in class com.ibatis.sqlmap.engine.type.SqlDateTypeHandler
 
setParameter(PreparedStatement, int, Object, String) - Method in class com.ibatis.sqlmap.engine.type.SqlTimestampTypeHandler
 
setParameter(PreparedStatement, int, Object, String) - Method in class com.ibatis.sqlmap.engine.type.SqlTimeTypeHandler
 
setParameter(PreparedStatement, int, Object, String) - Method in class com.ibatis.sqlmap.engine.type.StringTypeHandler
 
setParameter(PreparedStatement, int, Object, String) - Method in class com.ibatis.sqlmap.engine.type.TimeOnlyTypeHandler
 
setParameter(PreparedStatement, int, Object, String) - Method in interface com.ibatis.sqlmap.engine.type.TypeHandler
Sets a parameter on a prepared statement
setParameter(PreparedStatement, int, Object, String) - Method in class com.ibatis.sqlmap.engine.type.UnknownTypeHandler
 
setParameterClass(Class) - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMap
 
setParameterClass(Class) - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
setParameterMap(ParameterMap) - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
setParameterMap(ParameterMap) - Method in class com.ibatis.sqlmap.engine.scope.StatementScope
Set the parameter map for the request
setParameterMappingList(List) - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMap
 
setParameterMappings(ParameterMapping[]) - Method in class com.ibatis.sqlmap.engine.mapping.sql.SqlText
 
setParameters(StatementScope, PreparedStatement, Object[]) - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMap
 
setParent(IterateContext) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
 
setPostParseRequired(boolean) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
 
setPostParseRequired(boolean) - Method in class com.ibatis.sqlmap.engine.mapping.sql.SqlText
 
setPrependAttr(String) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
 
setPrependEnabled(boolean) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
 
setProperties(Object, Object[]) - Method in interface com.ibatis.sqlmap.engine.accessplan.AccessPlan
Sets all of the properties of a bean
setProperties(Object, Object[]) - Method in class com.ibatis.sqlmap.engine.accessplan.ComplexAccessPlan
 
setProperties(Object, Object[]) - Method in class com.ibatis.sqlmap.engine.accessplan.EnhancedPropertyAccessPlan
 
setProperties(Object, Object[]) - Method in class com.ibatis.sqlmap.engine.accessplan.MapAccessPlan
 
setProperties(Object, Object[]) - Method in class com.ibatis.sqlmap.engine.accessplan.PropertyAccessPlan
 
setProperties(Properties) - Method in interface com.ibatis.sqlmap.engine.cache.CacheController
Configure a cache controller
setProperties(Properties) - Method in class com.ibatis.sqlmap.engine.cache.fifo.FifoCacheController
Configures the cache
setProperties(Properties) - Method in class com.ibatis.sqlmap.engine.cache.lru.LruCacheController
Configures the cache
setProperties(Properties) - Method in class com.ibatis.sqlmap.engine.cache.memory.MemoryCacheController
Configures the cache
setProperties(Properties) - Method in class com.ibatis.sqlmap.engine.cache.oscache.OSCacheController
 
setProperties(Properties) - Method in class com.ibatis.sqlmap.engine.transaction.external.ExternalTransactionConfig
 
setProperties(Properties) - Method in class com.ibatis.sqlmap.engine.transaction.jdbc.JdbcTransactionConfig
 
setProperties(Properties) - Method in class com.ibatis.sqlmap.engine.transaction.jta.JtaTransactionConfig
 
setProperties(Properties) - Method in interface com.ibatis.sqlmap.engine.transaction.TransactionConfig
 
setProperty(Object, String, Object) - Method in class com.ibatis.common.beans.BaseProbe
 
setProperty(Object, String, Object) - Method in class com.ibatis.common.beans.ComplexBeanProbe
 
setProperty(Object, String, Object) - Method in class com.ibatis.common.beans.DomProbe
 
setProperty(Object, String, Object) - Method in class com.ibatis.common.beans.GenericProbe
 
setProperty(String, String) - Method in interface com.ibatis.sqlmap.engine.mapping.result.ResultObjectFactory
Called for each property configured in the SqlMapCong file.
setProperty(String) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
This property specifies whether to increment the iterate in the doEndFragment.
setPropertyAttr(String) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
 
setPropertyName(String) - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping
 
setPropertyName(String) - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMapping
Setter for the object property name (used by the automap, and the builder)
setReadOnly(boolean) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
setReadOnly(boolean) - Method in class com.ibatis.sqlmap.engine.cache.CacheModel
Setter for read-only property
setRef(Ref) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a reference on the underlying prepared statement
setRef(Ref) - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
setReferenceType(MemoryCacheLevel) - Method in class com.ibatis.sqlmap.engine.cache.memory.MemoryCacheController
 
setRemoveFirstPrepend(String) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
 
setResource(String) - Method in class com.ibatis.sqlmap.engine.cache.CacheModel
Setter for resource property
setResource(String) - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMap
 
setResource(String) - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
Setter for the resource (used by the SqlMapBuilder)
setResource(String) - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
setResource(String) - Method in class com.ibatis.sqlmap.engine.scope.ErrorContext
Setter for the resource causing the problem
setResultClass(Class) - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
Setter for the result class (what the results will be mapped into)
setResultConfig(ResultMapConfig) - Method in class com.ibatis.sqlmap.engine.builder.xml.XmlParserState
 
setResultMap(ResultMap) - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
setResultMap(ResultMap) - Method in class com.ibatis.sqlmap.engine.scope.StatementScope
Set the result map for the request
setResultMapName(String) - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping
 
setResultMapping(ResultMapping) - Method in class com.ibatis.sqlmap.engine.mapping.result.Discriminator
 
setResultMappingList(List) - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
Setter for a list of the individual ResultMapping objects
setResultObjectFactory(ResultObjectFactory) - Method in class com.ibatis.sqlmap.engine.config.SqlMapConfiguration
 
setResultObjectFactory(ResultObjectFactory) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
 
setResultObjectValues(StatementScope, Object, Object[]) - Method in class com.ibatis.sqlmap.engine.mapping.result.AutoResultMap
 
setResultObjectValues(StatementScope, Object, Object[]) - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
 
setResultSet(ResultSet) - Method in class com.ibatis.sqlmap.engine.scope.StatementScope
 
setResultSetType(Integer) - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
setRowDataFound(boolean) - Method in class com.ibatis.sqlmap.engine.scope.StatementScope
 
setRunAfterSQL(boolean) - Method in class com.ibatis.sqlmap.engine.mapping.statement.SelectKeyStatement
 
setSavepoint() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
setSavepoint(String) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
setSelectKeyStatement(SqlSource, String, String, boolean, String) - Method in class com.ibatis.sqlmap.engine.config.MappedStatementConfig
 
setSelectKeyStatement(SelectKeyStatement) - Method in class com.ibatis.sqlmap.engine.mapping.statement.InsertStatement
 
setSerialize(boolean) - Method in class com.ibatis.sqlmap.engine.cache.CacheModel
Setter to tell the cache to serialize objects
setSetAutoCommitAllowed(boolean) - Method in class com.ibatis.sqlmap.engine.transaction.external.ExternalTransactionConfig
 
setShort(short) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a short on the underlying prepared statement
setShort(short) - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
setSomeSubElementsHaveContent(boolean) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
 
setSql(Sql) - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
setSql(Sql) - Method in class com.ibatis.sqlmap.engine.scope.StatementScope
Set the SQL for the request
setSqlMapClient(SqlMapClient) - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
setSqlMapClient(SqlMapClient) - Method in class com.ibatis.sqlmap.engine.scope.SessionScope
Set the SqlMapClient for the session
setSqlMapExecutor(SqlMapExecutor) - Method in class com.ibatis.sqlmap.engine.scope.SessionScope
Get the SQL executor for the session
setSqlMapTxMgr(SqlMapTransactionManager) - Method in class com.ibatis.sqlmap.engine.scope.SessionScope
Set the transaction manager
setStatement(MappedStatement) - Method in class com.ibatis.sqlmap.engine.scope.StatementScope
Set the statement for the request
setStatementCacheEnabled(boolean) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
 
setStatementCachingEnabled(boolean) - Method in class com.ibatis.sqlmap.engine.config.SqlMapConfiguration
 
setStatementName(String) - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMapping
Setter for the name of the statement
setString(String) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a string on the underlying prepared statement
setString(String) - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
setTag(SqlTag) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
 
setters - Variable in class com.ibatis.sqlmap.engine.accessplan.PropertyAccessPlan
 
setText(String) - Method in class com.ibatis.sqlmap.engine.mapping.sql.SqlText
 
setTime(Time) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a time on the underlying prepared statement
setTime(Time, Calendar) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a time with a calendar on the underlying prepared statement
setTime(Time) - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
setTime(Time, Calendar) - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
setTimeout(Integer) - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
setTimestamp(Timestamp) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a timestamp on the underlying prepared statement
setTimestamp(Timestamp, Calendar) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a timestamp on the underlying prepared statement
setTimestamp(Timestamp) - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
setTimestamp(Timestamp, Calendar) - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
setTransaction(Transaction) - Method in class com.ibatis.sqlmap.engine.scope.SessionScope
Setter for the session transaction
setTransactionIsolation(int) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
setTransactionManager(TransactionManager) - Method in class com.ibatis.sqlmap.engine.config.SqlMapConfiguration
 
setTransactionState(TransactionState) - Method in class com.ibatis.sqlmap.engine.scope.SessionScope
Setter for the transaction state of the session
setTxManager(TransactionManager) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Setter for the transaction manager
setType(String, int) - Static method in class com.ibatis.sqlmap.engine.type.JdbcTypeRegistry
 
setTypeHandler(TypeHandler) - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping
 
setTypeHandler(TypeHandler) - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMapping
Setter for the type handler for the column
setTypeMap(Map) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
setTypeName(String) - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping
for user-defined or REF types
setUniqueKeys(ResultMap, Map) - Method in class com.ibatis.sqlmap.engine.scope.StatementScope
 
setUpdateCounts(int[]) - Method in class com.ibatis.sqlmap.engine.execution.BatchResult
 
setupResultObjectFactory(ResultObjectFactory, String) - Static method in class com.ibatis.sqlmap.engine.mapping.result.ResultObjectFactoryUtil
This method pushes a new result object factory configuration onto the stack.
setURL(URL) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a URL on the underlying prepared statement
setURL(URL) - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
setUseColumnLabel(boolean) - Method in class com.ibatis.sqlmap.engine.config.SqlMapConfiguration
 
setUseColumnLabel(boolean) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
 
setUserConnection(Connection) - Method in interface com.ibatis.sqlmap.client.SqlMapTransactionManager
Allows the developer to easily use an externally supplied connection when executing statements.
setUserConnection(Connection) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
setUserConnection(Connection) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
setUserConnection(Connection) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
setUserProvidedTransaction(SessionScope, Connection) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Use a user-provided transaction for a session
setUserTransaction(UserTransaction) - Method in class com.ibatis.sqlmap.engine.transaction.jta.JtaTransactionConfig
 
setUseStatementNamespaces(boolean) - Method in class com.ibatis.sqlmap.engine.builder.xml.XmlParserState
 
setValidation(boolean) - Method in class com.ibatis.common.xml.NodeletParser
 
setXmlName(String) - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
Setter (used by the SqlMapBuilder) for the xml name of the results
ShortTypeHandler - Class in com.ibatis.sqlmap.engine.type
Short implementation of TypeHandler
ShortTypeHandler() - Constructor for class com.ibatis.sqlmap.engine.type.ShortTypeHandler
 
SimpleDataSource - Class in com.ibatis.common.jdbc
This is a simple, synchronous, thread-safe database connection pool.
SimpleDataSource(Map) - Constructor for class com.ibatis.common.jdbc.SimpleDataSource
Constructor to allow passing in a map of properties for configuration
SimpleDataSource.SimplePooledConnection - Class in com.ibatis.common.jdbc
--------------------------------------------------------------------------------------- SimplePooledConnection ---------------------------------------------------------------------------------------
SimpleDataSource.SimplePooledConnection(Connection, SimpleDataSource) - Constructor for class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Constructor for SimplePooledConnection that uses the Connection and SimpleDataSource passed in
SimpleDataSourceFactory - Class in com.ibatis.sqlmap.engine.datasource
DataSourceFactory implementation for the iBATIS SimpleDataSource
SimpleDataSourceFactory() - Constructor for class com.ibatis.sqlmap.engine.datasource.SimpleDataSourceFactory
 
SimpleDateFormatter - Class in com.ibatis.sqlmap.engine.type
 
SimpleDateFormatter() - Constructor for class com.ibatis.sqlmap.engine.type.SimpleDateFormatter
 
SimpleDynamicSql - Class in com.ibatis.sqlmap.engine.mapping.sql.simple
 
SimpleDynamicSql(SqlMapExecutorDelegate, String) - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.simple.SimpleDynamicSql
 
size() - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
size() - Method in class com.ibatis.sqlmap.engine.mapping.result.XmlList
 
size() - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.  
SKIP_BODY - Static variable in interface com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTagHandler
 
SOFT - Static variable in class com.ibatis.sqlmap.engine.cache.memory.MemoryCacheLevel
Constant for soft caching.
someSubElementsHaveContent() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
 
Sql - Interface in com.ibatis.sqlmap.engine.mapping.sql
 
SqlChild - Interface in com.ibatis.sqlmap.engine.mapping.sql
 
SqlDateTypeHandler - Class in com.ibatis.sqlmap.engine.type
SQL Date implementation of TypeHandler
SqlDateTypeHandler() - Constructor for class com.ibatis.sqlmap.engine.type.SqlDateTypeHandler
 
sqlExecuteQuery(StatementScope, Connection, String, Object[], int, int, RowHandlerCallback) - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
sqlExecuteQuery(StatementScope, Connection, String, Object[], int, int, RowHandlerCallback) - Method in class com.ibatis.sqlmap.engine.mapping.statement.ProcedureStatement
 
sqlExecuteUpdate(StatementScope, Connection, String, Object[]) - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
sqlExecuteUpdate(StatementScope, Connection, String, Object[]) - Method in class com.ibatis.sqlmap.engine.mapping.statement.ProcedureStatement
 
SqlExecutor - Interface in com.ibatis.sqlmap.engine.execution
Classes responsible for executing the SQL implement this interface Support for custom SQL Executors.
sqlExecutor - Variable in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
 
SqlMapClasspathEntityResolver - Class in com.ibatis.sqlmap.engine.builder.xml
Offline entity resolver for the iBATIS DTDs
SqlMapClasspathEntityResolver() - Constructor for class com.ibatis.sqlmap.engine.builder.xml.SqlMapClasspathEntityResolver
 
SqlMapClient - Interface in com.ibatis.sqlmap.client
A thread safe client for working with your SQL Maps (Start Here).
SqlMapClientBuilder - Class in com.ibatis.sqlmap.client
Builds SqlMapClient instances from a supplied resource (e.g.
SqlMapClientBuilder() - Constructor for class com.ibatis.sqlmap.client.SqlMapClientBuilder
No instantiation allowed.
SqlMapClientImpl - Class in com.ibatis.sqlmap.engine.impl
Implementation of ExtendedSqlMapClient
SqlMapClientImpl(SqlMapExecutorDelegate) - Constructor for class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
Constructor to supply a delegate
SqlMapConfigParser - Class in com.ibatis.sqlmap.engine.builder.xml
 
SqlMapConfigParser() - Constructor for class com.ibatis.sqlmap.engine.builder.xml.SqlMapConfigParser
 
SqlMapConfiguration - Class in com.ibatis.sqlmap.engine.config
 
SqlMapConfiguration() - Constructor for class com.ibatis.sqlmap.engine.config.SqlMapConfiguration
 
SqlMapException - Exception in com.ibatis.sqlmap.client
Thrown to indicate a problem with SQL Map configuration or state.
SqlMapException() - Constructor for exception com.ibatis.sqlmap.client.SqlMapException
Simple constructor
SqlMapException(String) - Constructor for exception com.ibatis.sqlmap.client.SqlMapException
Constructor to create exception with a message
SqlMapException(Throwable) - Constructor for exception com.ibatis.sqlmap.client.SqlMapException
Constructor to create exception to wrap another exception
SqlMapException(String, Throwable) - Constructor for exception com.ibatis.sqlmap.client.SqlMapException
Constructor to create exception to wrap another exception and pass a message
SqlMapExecutor - Interface in com.ibatis.sqlmap.client
This interface declares all methods involved with executing statements and batches for an SQL Map.
SqlMapExecutorDelegate - Class in com.ibatis.sqlmap.engine.impl
The workhorse that really runs the SQL
SqlMapExecutorDelegate() - Constructor for class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Default constructor
SqlMapParser - Class in com.ibatis.sqlmap.engine.builder.xml
 
SqlMapParser(XmlParserState) - Constructor for class com.ibatis.sqlmap.engine.builder.xml.SqlMapParser
 
SqlMapSession - Interface in com.ibatis.sqlmap.client
A single threaded session for working with your SQL Maps.
SqlMapSessionImpl - Class in com.ibatis.sqlmap.engine.impl
Implementation of SqlMapSession
SqlMapSessionImpl(SqlMapClientImpl) - Constructor for class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
Constructor
SqlMapTransactionManager - Interface in com.ibatis.sqlmap.client
This interface declares methods for demarcating SQL Map transactions.
SqlSource - Interface in com.ibatis.sqlmap.engine.config
 
SqlStatementParser - Class in com.ibatis.sqlmap.engine.builder.xml
 
SqlStatementParser(XmlParserState) - Constructor for class com.ibatis.sqlmap.engine.builder.xml.SqlStatementParser
 
SqlTag - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
 
SqlTag() - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
 
SqlTagContext - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
 
SqlTagContext() - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTagContext
 
SqlTagHandler - Interface in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
 
SqlTagHandlerFactory - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
 
SqlText - Class in com.ibatis.sqlmap.engine.mapping.sql
 
SqlText() - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.SqlText
 
SqlTimestampTypeHandler - Class in com.ibatis.sqlmap.engine.type
SQL timestamp implementation of TypeHandler
SqlTimestampTypeHandler() - Constructor for class com.ibatis.sqlmap.engine.type.SqlTimestampTypeHandler
 
SqlTimeTypeHandler - Class in com.ibatis.sqlmap.engine.type
SQL time implementation of TypeHandler
SqlTimeTypeHandler() - Constructor for class com.ibatis.sqlmap.engine.type.SqlTimeTypeHandler
 
startBatch() - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Starts a batch in which update statements will be cached before being sent to the database all at once.
startBatch() - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
startBatch() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
startBatch(SessionScope) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Start a batch for a session
startBatch() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
startTransaction() - Method in interface com.ibatis.sqlmap.client.SqlMapTransactionManager
Demarcates the beginning of a transaction scope.
startTransaction(int) - Method in interface com.ibatis.sqlmap.client.SqlMapTransactionManager
Demarcates the beginning of a transaction scope using the specified transaction isolation.
startTransaction() - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
startTransaction(int) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
startTransaction() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
startTransaction(int) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
startTransaction(SessionScope) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Start a transaction on the session
startTransaction(SessionScope, int) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Start a transaction on the session with the specified isolation level.
startTransaction() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
startTransaction(int) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
STATE_COMMITTED - Static variable in class com.ibatis.sqlmap.engine.transaction.TransactionState
 
STATE_ENDED - Static variable in class com.ibatis.sqlmap.engine.transaction.TransactionState
 
STATE_STARTED - Static variable in class com.ibatis.sqlmap.engine.transaction.TransactionState
 
STATE_USER_PROVIDED - Static variable in class com.ibatis.sqlmap.engine.transaction.TransactionState
 
StatementLogProxy - Class in com.ibatis.common.jdbc.logging
Statement proxy to add logging
statementName - Variable in class com.ibatis.sqlmap.engine.mapping.result.loader.LazyResultLoader
 
StatementScope - Class in com.ibatis.sqlmap.engine.scope
Request based implementation of Scope interface
StatementScope(SessionScope) - Constructor for class com.ibatis.sqlmap.engine.scope.StatementScope
 
StatementType - Class in com.ibatis.sqlmap.engine.mapping.statement
 
StaticSql - Class in com.ibatis.sqlmap.engine.mapping.sql.stat
 
StaticSql(String) - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.stat.StaticSql
 
StringTypeHandler - Class in com.ibatis.sqlmap.engine.type
String implementation of TypeHandler
StringTypeHandler() - Constructor for class com.ibatis.sqlmap.engine.type.StringTypeHandler
 
STRONG - Static variable in class com.ibatis.sqlmap.engine.cache.memory.MemoryCacheLevel
Constant for strong caching.
subList(int, int) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
subList(int, int) - Method in class com.ibatis.sqlmap.engine.mapping.result.XmlList
 
subList(int, int) - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.  

T

targetType - Variable in class com.ibatis.sqlmap.engine.mapping.result.loader.LazyResultLoader
 
TimeOnlyTypeHandler - Class in com.ibatis.sqlmap.engine.type
Time (only) implementation of TypeHandler
TimeOnlyTypeHandler() - Constructor for class com.ibatis.sqlmap.engine.type.TimeOnlyTypeHandler
 
toArray() - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
toArray(Object[]) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
toArray() - Method in class com.ibatis.sqlmap.engine.mapping.result.XmlList
 
toArray(Object[]) - Method in class com.ibatis.sqlmap.engine.mapping.result.XmlList
 
toArray() - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.  
toArray(Object[]) - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.  
toString() - Method in class com.ibatis.sqlmap.engine.cache.CacheKey
 
toString() - Method in class com.ibatis.sqlmap.engine.mapping.result.XmlList
 
toString() - Method in class com.ibatis.sqlmap.engine.scope.ErrorContext
 
Transaction - Interface in com.ibatis.sqlmap.engine.transaction
 
TransactionConfig - Interface in com.ibatis.sqlmap.engine.transaction
 
TransactionException - Exception in com.ibatis.sqlmap.engine.transaction
 
TransactionException() - Constructor for exception com.ibatis.sqlmap.engine.transaction.TransactionException
 
TransactionException(String) - Constructor for exception com.ibatis.sqlmap.engine.transaction.TransactionException
 
TransactionException(Throwable) - Constructor for exception com.ibatis.sqlmap.engine.transaction.TransactionException
 
TransactionException(String, Throwable) - Constructor for exception com.ibatis.sqlmap.engine.transaction.TransactionException
 
TransactionManager - Class in com.ibatis.sqlmap.engine.transaction
 
TransactionManager(TransactionConfig) - Constructor for class com.ibatis.sqlmap.engine.transaction.TransactionManager
 
TransactionState - Class in com.ibatis.sqlmap.engine.transaction
 
TypeHandler - Interface in com.ibatis.sqlmap.engine.type
Interface for getting data into, and out of a mapped statement
TypeHandlerCallback - Interface in com.ibatis.sqlmap.client.extensions
A simple interface for implementing custom type handlers.
TypeHandlerFactory - Class in com.ibatis.sqlmap.engine.type
Not much of a suprise, this is a factory class for TypeHandler objects.
TypeHandlerFactory() - Constructor for class com.ibatis.sqlmap.engine.type.TypeHandlerFactory
Default constructor

U

UNKNOWN - Static variable in class com.ibatis.sqlmap.engine.mapping.statement.StatementType
 
UNKNOWN_TYPE - Static variable in class com.ibatis.sqlmap.engine.type.JdbcTypeRegistry
Value for the unknown type
UnknownTypeHandler - Class in com.ibatis.sqlmap.engine.type
Implementation of TypeHandler for dealing with unknown types
UnknownTypeHandler(TypeHandlerFactory) - Constructor for class com.ibatis.sqlmap.engine.type.UnknownTypeHandler
Constructor to create via a factory
UNSET_ISOLATION_LEVEL - Static variable in class com.ibatis.sqlmap.engine.transaction.IsolationLevel
 
unwrapConnection(Connection) - Static method in class com.ibatis.common.jdbc.SimpleDataSource
Unwraps a pooled connection to get to the 'real' connection
unwrapThrowable(Throwable) - Static method in class com.ibatis.common.beans.ClassInfo
Examines a Throwable object and gets it's root cause
update(String, Object) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL UPDATE statement.
update(String) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL UPDATE statement.
update(int) - Method in class com.ibatis.sqlmap.engine.cache.CacheKey
Updates this object with new information based on an int value
update(Object) - Method in class com.ibatis.sqlmap.engine.cache.CacheKey
Updates this object with new information based on an object
update(String, Object) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
update(String) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.  
update(String, Object) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
update(String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
update(SessionScope, String, Object) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Execute an update statement
update(String, Object) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
update(String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
UPDATE - Static variable in class com.ibatis.sqlmap.engine.mapping.statement.StatementType
 
updateArray(int, Array) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateArray(String, Array) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateAsciiStream(int, InputStream, int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateAsciiStream(String, InputStream, int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateBigDecimal(int, BigDecimal) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateBigDecimal(String, BigDecimal) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateBinaryStream(int, InputStream, int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateBinaryStream(String, InputStream, int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateBlob(int, Blob) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateBlob(String, Blob) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateBoolean(int, boolean) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateBoolean(String, boolean) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateByte(int, byte) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateByte(String, byte) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateBytes(int, byte[]) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateBytes(String, byte[]) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateCharacterStream(int, Reader, int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateCharacterStream(String, Reader, int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateClob(int, Clob) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateClob(String, Clob) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateDate(int, Date) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateDate(String, Date) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateDouble(int, double) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateDouble(String, double) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateFloat(int, float) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateFloat(String, float) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateInt(int, int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateInt(String, int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateLong(int, long) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateLong(String, long) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateNull(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateNull(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateObject(int, Object) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateObject(int, Object, int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateObject(String, Object) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateObject(String, Object, int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateRef(int, Ref) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateRef(String, Ref) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateRow() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateShort(int, short) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateShort(String, short) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
UpdateStatement - Class in com.ibatis.sqlmap.engine.mapping.statement
 
UpdateStatement() - Constructor for class com.ibatis.sqlmap.engine.mapping.statement.UpdateStatement
 
updateString(int, String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateString(String, String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateTime(int, Time) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateTime(String, Time) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateTimestamp(int, Timestamp) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateTimestamp(String, Timestamp) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
UserProvidedTransaction - Class in com.ibatis.sqlmap.engine.transaction.user
 
UserProvidedTransaction(Connection) - Constructor for class com.ibatis.sqlmap.engine.transaction.user.UserProvidedTransaction
 

V

validateParameter(Object) - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
valueOf(String) - Method in interface com.ibatis.sqlmap.client.extensions.TypeHandlerCallback
Casts the string representation of a value into a type recognized by this type handler.
valueOf(String) - Method in class com.ibatis.sqlmap.engine.type.BigDecimalTypeHandler
 
valueOf(String) - Method in class com.ibatis.sqlmap.engine.type.BlobTypeHandlerCallback
 
valueOf(String) - Method in class com.ibatis.sqlmap.engine.type.BooleanTypeHandler
 
valueOf(String) - Method in class com.ibatis.sqlmap.engine.type.ByteArrayTypeHandler
 
valueOf(String) - Method in class com.ibatis.sqlmap.engine.type.ByteTypeHandler
 
valueOf(String) - Method in class com.ibatis.sqlmap.engine.type.ClobTypeHandlerCallback
 
valueOf(String) - Method in class com.ibatis.sqlmap.engine.type.CustomTypeHandler
 
valueOf(String) - Method in class com.ibatis.sqlmap.engine.type.DateOnlyTypeHandler
 
valueOf(String) - Method in class com.ibatis.sqlmap.engine.type.DateTypeHandler
 
valueOf(String) - Method in class com.ibatis.sqlmap.engine.type.DoubleTypeHandler
 
valueOf(String) - Method in class com.ibatis.sqlmap.engine.type.EnumTypeHandler
 
valueOf(String) - Method in class com.ibatis.sqlmap.engine.type.FloatTypeHandler
 
valueOf(String) - Method in class com.ibatis.sqlmap.engine.type.IntegerTypeHandler
 
valueOf(String) - Method in class com.ibatis.sqlmap.engine.type.LongTypeHandler
 
valueOf(String) - Method in class com.ibatis.sqlmap.engine.type.ObjectTypeHandler
 
valueOf(String) - Method in class com.ibatis.sqlmap.engine.type.ShortTypeHandler
 
valueOf(String) - Method in class com.ibatis.sqlmap.engine.type.SqlDateTypeHandler
 
valueOf(String) - Method in class com.ibatis.sqlmap.engine.type.SqlTimestampTypeHandler
 
valueOf(String) - Method in class com.ibatis.sqlmap.engine.type.SqlTimeTypeHandler
 
valueOf(String) - Method in class com.ibatis.sqlmap.engine.type.StringTypeHandler
 
valueOf(String) - Method in class com.ibatis.sqlmap.engine.type.TimeOnlyTypeHandler
 
valueOf(String) - Method in interface com.ibatis.sqlmap.engine.type.TypeHandler
Converts the String to the type that this handler deals with
valueOf(String) - Method in class com.ibatis.sqlmap.engine.type.UnknownTypeHandler
 

W

warn(String) - Method in class com.ibatis.common.logging.jakarta.JakartaCommonsLoggingImpl
 
warn(String) - Method in class com.ibatis.common.logging.jdk14.Jdk14LoggingImpl
 
warn(String) - Method in interface com.ibatis.common.logging.Log
 
warn(String) - Method in class com.ibatis.common.logging.log4j.Log4jImpl
 
warn(String) - Method in class com.ibatis.common.logging.nologging.NoLoggingImpl
 
wasNull() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Tells if the field was null
wasNull() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
wasNull() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
WEAK - Static variable in class com.ibatis.sqlmap.engine.cache.memory.MemoryCacheLevel
Constant for weak caching This cache model is probably the best choice in most cases.
writer - Variable in class com.ibatis.common.io.ReaderInputStream
 

X

XmlCollectionTypeMarker - Interface in com.ibatis.sqlmap.engine.type
 
XmlList - Class in com.ibatis.sqlmap.engine.mapping.result
Not really sure what this is...it is not used internally
XmlList(List) - Constructor for class com.ibatis.sqlmap.engine.mapping.result.XmlList
Build a list from another list
XmlParserState - Class in com.ibatis.sqlmap.engine.builder.xml
 
XmlParserState() - Constructor for class com.ibatis.sqlmap.engine.builder.xml.XmlParserState
 
XMLSqlSource - Class in com.ibatis.sqlmap.engine.builder.xml
 
XMLSqlSource(XmlParserState, Node) - Constructor for class com.ibatis.sqlmap.engine.builder.xml.XMLSqlSource
 
XmlTypeMarker - Interface in com.ibatis.sqlmap.engine.type
 

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

Copyright © 2010. All Rights Reserved.