Index

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

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(int, Object) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.
 
add(int, Object) - Method in class com.ibatis.sqlmap.engine.mapping.result.XmlList
 
add(int, Object) - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.
 
add(Object) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.
 
add(Object) - Method in class com.ibatis.sqlmap.engine.mapping.result.XmlList
 
add(Object) - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.
 
addAll(int, Collection) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.
 
addAll(int, Collection) - Method in class com.ibatis.sqlmap.engine.mapping.result.XmlList
 
addAll(int, Collection) - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.
 
addAll(Collection) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.
 
addAll(Collection) - Method in class com.ibatis.sqlmap.engine.mapping.result.XmlList
 
addAll(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
Adds the child.
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
Adds the discriminator sub map.
addExecuteListener(ExecuteListener) - Method in class com.ibatis.sqlmap.engine.mapping.statement.CachingStatement
 
addExecuteListener(ExecuteListener) - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
Adds the execute listener.
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
Adds the flush trigger statement.
addGroupByProperty(String) - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
Adds the group by property.
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
Adds the nested result mappings.
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(ParameterMapping) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTagContext
Adds the parameter mapping.
addParameterMapping(String, Class, String, String, String, String, Integer, Object, String) - Method in class com.ibatis.sqlmap.engine.config.ParameterMapConfig
Adds the parameter mapping.
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
Adds the result map.
addResultMapping(String, String, Integer, Class, String, String, String, String, String, Object) - Method in class com.ibatis.sqlmap.engine.config.ResultMapConfig
Adds the result mapping.
addSqlMapNodelets() - Method in class com.ibatis.sqlmap.engine.builder.xml.SqlMapConfigParser
Adds the sql map nodelets.
addStatementNodelets() - Method in class com.ibatis.sqlmap.engine.builder.xml.SqlMapParser
Adds the statement nodelets.
addSubMap(String, String) - Method in class com.ibatis.sqlmap.engine.mapping.result.Discriminator
Adds the sub map.
afterLast() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
allowRemapping - Variable in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
The allow remapping.
applyIsolationLevel(Connection) - Method in class com.ibatis.sqlmap.engine.transaction.IsolationLevel
Apply isolation level.
applyNamespace(String) - Method in class com.ibatis.sqlmap.engine.builder.xml.XmlParserState
Apply namespace.
autoCommitTransaction(SessionScope, boolean) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Auto commit transaction.
autoEndTransaction(SessionScope, boolean) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Auto end transaction.
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
Auto start transaction.
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
Instantiates a new base data exchange.
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
The Class BaseTagHandler.
BaseTagHandler() - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.BaseTagHandler
 
BaseTransactionConfig - Class in com.ibatis.sqlmap.engine.transaction
The Class BaseTransactionConfig.
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
Instantiates a new batch exception.
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
Instantiates a new batch result.
beforeFirst() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
begin(SessionScope) - Method in class com.ibatis.sqlmap.engine.transaction.TransactionManager
Begin.
begin(SessionScope, int) - Method in class com.ibatis.sqlmap.engine.transaction.TransactionManager
Begin.
beginSessionScope() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Begin session scope.
beginStatementScope(SessionScope, MappedStatement) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Begin statement scope.
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
Bind sub maps.
BlobTypeHandlerCallback - Class in com.ibatis.sqlmap.engine.type
The Class BlobTypeHandlerCallback.
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
The buffer.
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.
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.
byteArrayOut - Variable in class com.ibatis.common.io.ReaderInputStream
The byte array out.
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
The Class CacheModelConfig.
CachingStatement - Class in com.ibatis.sqlmap.engine.mapping.statement
The Class CachingStatement.
CachingStatement(MappedStatement, CacheModel) - Constructor for class com.ibatis.sqlmap.engine.mapping.statement.CachingStatement
Instantiates a new caching statement.
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
The chars.
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
The clazz.
cleanup() - Method in class com.ibatis.sqlmap.engine.scope.SessionScope
Cleanup.
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.
cleanup(StatementScope) - Method in class com.ibatis.sqlmap.engine.mapping.sql.stat.StaticSql
 
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
Clear column info.
clearWarnings() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Clear warnings.
clearWarnings() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
client - Variable in class com.ibatis.sqlmap.engine.mapping.result.loader.LazyResultLoader
The client.
ClobTypeHandlerCallback - Class in com.ibatis.sqlmap.engine.type
The Class ClobTypeHandlerCallback.
ClobTypeHandlerCallback() - Constructor for class com.ibatis.sqlmap.engine.type.ClobTypeHandlerCallback
 
clone() - Method in class com.ibatis.sqlmap.engine.cache.CacheKey
 
close() - Method in class com.ibatis.common.io.ReaderInputStream
 
close() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Close.
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.
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
The closed.
closePreparedStatements() - Method in class com.ibatis.sqlmap.engine.scope.SessionScope
Close prepared statements.
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.
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.
commit() - Method in class com.ibatis.sqlmap.engine.transaction.user.UserProvidedTransaction
 
commit(SessionScope) - Method in class com.ibatis.sqlmap.engine.transaction.TransactionManager
Commit.
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.
Commit transaction.
commitTransaction() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
commitTransaction() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
commitTransaction(SessionScope) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Commit the transaction on a session.
compare(SqlTagContext, SqlTag, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.ConditionalTagHandler
Compare.
compareValues(Class, Object, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.ConditionalTagHandler
Compare values.
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
Instantiates a new complex bean probe.
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
The Class ConditionalTagHandler.
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
Convert value.
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
Creates the statement.
createStatement(int, int) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Creates the statement.
createStatement(int, int, int) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Creates the statement.
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
The data source.
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.
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
The Class DefaultRowHandler.
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
The delegate.
delegate - Variable in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
The delegate.
delete(SessionScope, String, Object) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Execute a delete statement.
delete(String) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL DELETE statement.
delete(String) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.
Delete.
delete(String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
delete(String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
delete(String, Object) - 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.
delete(String, Object) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
delete(String, Object) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
DELETE - Static variable in class com.ibatis.sqlmap.engine.mapping.statement.StatementType
The Constant DELETE.
deleteRow() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
DeleteStatement - Class in com.ibatis.sqlmap.engine.mapping.statement
The Class DeleteStatement.
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
Instantiates a new discriminator.
doEndFragment(SqlTagContext, SqlTag, Object, StringBuilder) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.BaseTagHandler
 
doEndFragment(SqlTagContext, SqlTag, Object, StringBuilder) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.ConditionalTagHandler
 
doEndFragment(SqlTagContext, SqlTag, Object, StringBuilder) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateTagHandler
 
doEndFragment(SqlTagContext, SqlTag, Object, StringBuilder) - Method in interface com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTagHandler
Do end fragment.
DomCollectionTypeMarker - Interface in com.ibatis.sqlmap.engine.type
The Interface DomCollectionTypeMarker.
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
The Interface DomTypeMarker.
doNullMapping(Object, ResultMapping) - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
Do null mapping.
doPrepend(SqlTagContext, SqlTag, Object, StringBuilder) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.BaseTagHandler
 
doPrepend(SqlTagContext, SqlTag, Object, StringBuilder) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateTagHandler
 
doPrepend(SqlTagContext, SqlTag, Object, StringBuilder) - Method in interface com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTagHandler
Do prepend.
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
Do start fragment.
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
The Interface DynamicParent.
DynamicSql - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic
The Class DynamicSql.
DynamicSql(SqlMapExecutorDelegate) - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.dynamic.DynamicSql
Instantiates a new dynamic sql.
DynamicTagHandler - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
The Class DynamicTagHandler.
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
End.
endSessionScope(SessionScope) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
End session scope.
endStatementScope(StatementScope) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
End statement scope.
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.
End transaction.
endTransaction() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
endTransaction() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
endTransaction(SessionScope) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
End the transaction on a session.
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
Instantiates a new enum type handler.
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) - Method in class com.ibatis.common.logging.jakarta.JakartaCommonsLoggingImpl
 
error(String) - Method in class com.ibatis.common.logging.jdk14.Jdk14LoggingImpl
 
error(String) - Method in interface com.ibatis.common.logging.Log
Error.
error(String) - Method in class com.ibatis.common.logging.log4j.Log4jImpl
 
error(String) - Method in class com.ibatis.common.logging.nologging.NoLoggingImpl
 
error(String, Throwable) - Method in class com.ibatis.common.logging.jakarta.JakartaCommonsLoggingImpl
 
error(String, Throwable) - Method in class com.ibatis.common.logging.jdk14.Jdk14LoggingImpl
 
error(String, Throwable) - Method in interface com.ibatis.common.logging.Log
Error.
error(String, Throwable) - Method in class com.ibatis.common.logging.log4j.Log4jImpl
 
error(String, Throwable) - 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
The Constant EXECUTE_METHODS.
executeBatch() - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes (flushes) all statements currently batched.
executeBatch() - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.
Execute batch.
executeBatch() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
executeBatch() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
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(SessionScope) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Execute a batch for a session.
executeBatchDetailed() - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes (flushes) all statements currently batched.
executeBatchDetailed() - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.
Execute batch detailed.
executeBatchDetailed() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
executeBatchDetailed() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
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(SessionScope) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Execute a batch for a session.
ExecuteListener - Interface in com.ibatis.sqlmap.engine.mapping.statement
The listener interface for receiving execute events.
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
Execute query for list.
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
Execute query for object.
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
Execute query with callback.
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
Execute query with row handler.
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, 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
Execute update.
executeUpdate(StatementScope, Transaction, Object) - Method in class com.ibatis.sqlmap.engine.mapping.statement.SelectStatement
 
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.
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
The Class ExternalTransaction.
ExternalTransaction(DataSource, boolean, boolean, int) - Constructor for class com.ibatis.sqlmap.engine.transaction.external.ExternalTransaction
Instantiates a new external transaction.
ExternalTransactionConfig - Class in com.ibatis.sqlmap.engine.transaction.external
The Class ExternalTransactionConfig.
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
Fill buffer.
finalize() - Method in class com.ibatis.common.jdbc.SimpleDataSource
 
finalizeSqlMapConfig() - Method in class com.ibatis.sqlmap.engine.config.SqlMapConfiguration
Finalize sql map config.
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() - Method in class com.ibatis.sqlmap.engine.cache.CacheModel
Clears the cache.
flush(CacheModel) - Method in interface com.ibatis.sqlmap.engine.cache.CacheController
Flush a cache model.
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() - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.
Flush data cache.
flushDataCache() - 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 interface com.ibatis.sqlmap.client.SqlMapClient
Flushes the data cache that matches the cache model ID provided.
flushDataCache(String) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.
Flush data cache.
flushDataCache(String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
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
The force commit.
format(String, String) - Static method in class com.ibatis.sqlmap.engine.type.SimpleDateFormatter
Format.

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
Instantiates a new generic probe.
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
The Constant GET_METHODS.
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
Gets the additional result maps.
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
Gets the all but first token.
getArray() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets an array from the underlying result set.
getArray() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getArray(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getArray(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
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
Gets the attribute.
getAutoCommit() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Gets the auto commit.
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() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
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
 
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() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getBlob(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getBlob(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getBodyText() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTagContext
Gets the body text.
getBoolean() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a boolean from the underlying result set.
getBoolean() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getBoolean(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getBoolean(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getBooleanAttribute(Properties, String, boolean) - Static method in class com.ibatis.common.xml.NodeletUtils
Gets the boolean attribute.
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() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getByte(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getByte(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getBytes() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a byte[] from the underlying result set.
getBytes() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getBytes(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getBytes(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getCacheConfig() - Method in class com.ibatis.sqlmap.engine.builder.xml.XmlParserState
Gets the cache config.
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
Gets the cache key.
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
Gets the cache key.
getCacheModel() - Method in class com.ibatis.sqlmap.engine.config.CacheModelConfig
Gets the cache model.
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
Gets the cache props.
getCacheSize() - Method in class com.ibatis.sqlmap.engine.cache.fifo.FifoCacheController
Gets the cache size.
getCacheSize() - Method in class com.ibatis.sqlmap.engine.cache.lru.LruCacheController
Gets the cache size.
getCatalog() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Gets the catalog.
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
Gets the charset.
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
Gets the children.
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
Gets the client.
getClob() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a Clob from the underlying result set.
getClob() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getClob(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getClob(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getCloseAttr() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
Gets the close attr.
getColumn(Object) - Method in class com.ibatis.common.jdbc.logging.BaseLogProxy
Gets the column.
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
Gets the column string.
getComparePropertyAttr() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
Gets the compare property attr.
getCompareValueAttr() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
Gets the compare value attr.
getConcurrency() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getConfig() - Method in class com.ibatis.sqlmap.engine.builder.xml.XmlParserState
Gets the config.
getConfig() - Method in class com.ibatis.sqlmap.engine.transaction.TransactionManager
Gets the config.
getConjunctionAttr() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
Gets the conjunction attr.
getConnection() - Method in class com.ibatis.common.jdbc.logging.ConnectionLogProxy
return the wrapped connection.
getConnection() - 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
Gets the connection.
getConnection() - Method in class com.ibatis.sqlmap.engine.transaction.user.UserProvidedTransaction
 
getConnection(String, String) - Method in class com.ibatis.common.jdbc.SimpleDataSource
 
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.
Gets the current connection.
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
Gets the current nested key.
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
Gets the data exchange.
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
Gets the data source.
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.
Gets the data source.
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
Gets the data source.
getDate() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a Date from the underlying result set.
getDate() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
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(Calendar) - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a Date from the underlying result set using a calendar.
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
Gets the delegate.
getDelegate() - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.
Gets the delegate.
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
Gets the delegate.
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
Gets the discriminator.
getDouble() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a double from the underlying result set.
getDouble() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getDouble(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getDouble(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getDsProps() - Method in class com.ibatis.sqlmap.engine.builder.xml.XmlParserState
Gets the ds props.
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
Gets the error context.
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
Gets the error string.
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
Gets the fetch size.
getFetchSize() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
GetFieldInvoker - Class in com.ibatis.common.beans
The Class GetFieldInvoker.
GetFieldInvoker(Field) - Constructor for class com.ibatis.common.beans.GetFieldInvoker
Instantiates a new gets the field invoker.
getFirstToken(String) - Method in class com.ibatis.sqlmap.engine.builder.xml.XmlParserState
Gets the first token.
getFloat() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a float from the underlying result set.
getFloat() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getFloat(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getFloat(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
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
Gets the gets the invoker.
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
Gets the getter names.
getGetters(String[]) - Method in class com.ibatis.sqlmap.engine.accessplan.BaseAccessPlan
Gets the getters.
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
Gets the global props.
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
Gets the handler.
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
Gets the holdability.
getHoldability() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
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
Gets the id.
getId() - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
Gets the id.
getId() - Method in class com.ibatis.sqlmap.engine.mapping.statement.CachingStatement
 
getId() - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
Gets the id.
getIndex() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
Gets the index.
getIndexedProperty(Object, String) - Method in class com.ibatis.common.beans.BaseProbe
Gets the indexed property.
getIndexedType(Object, String) - Method in class com.ibatis.common.beans.BaseProbe
Gets the indexed type.
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() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getInt(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getInt(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getIntAttribute(Properties, String, int) - Static method in class com.ibatis.common.xml.NodeletUtils
Gets the int attribute.
getJavaType() - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping
Gets the java type.
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
Gets the java type name.
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
Gets the jdbc type.
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
Gets the jdbc type name.
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
Gets the key property.
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
Gets the list.
getLocalSqlMapSession() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
Gets the local sql map session.
getLog(Class) - Static method in class com.ibatis.common.logging.LogFactory
Gets the log.
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() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getLong(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getLong(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getMappedStatement() - Method in class com.ibatis.sqlmap.engine.config.MappedStatementConfig
Gets the mapped statement.
getMappedStatement(String) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.
Gets the mapped statement.
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
Gets the meta data.
getMetaData() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getMethod() - Method in class com.ibatis.common.beans.MethodInvoker
Gets the method.
getMode() - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping
Gets the mode.
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
Gets the name.
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
Gets the name.
getNCharacterStream(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getNCharacterStream(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getNClob(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getNClob(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getNestedResultMapName() - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMapping
Gets the nested result map name.
getNestedResultMappings() - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
Gets the nested result mappings.
getNestedSelectMappingValue(StatementScope, ResultSet, ResultMapping, Class) - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
Gets the nested select mapping value.
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
Gets the next id.
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.
getNString(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getNString(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getNullValue() - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping
Gets the null value.
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
Gets the numeric scale.
getObject() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets an Object from the underlying result set.
getObject() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getObject(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getObject(int, Class<T>) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getObject(int, Map) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getObject(CacheKey) - Method in class com.ibatis.sqlmap.engine.cache.CacheModel
Get an object out of the cache.
getObject(CacheModel, Object) - Method in interface com.ibatis.sqlmap.engine.cache.CacheController
Get an object from a cache model.
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(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(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getObject(String, Class<T>) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getObject(String, Map) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getObject(Map) - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets an Object from the underlying result set using a Map.
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
Gets the open attr.
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
Gets the param config.
getParameterClass() - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMap
Gets the parameter class.
getParameterClass() - Method in class com.ibatis.sqlmap.engine.mapping.statement.CachingStatement
 
getParameterClass() - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
Gets the parameter class.
getParameterCount() - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMap
Gets the parameter count.
getParameterIndex() - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Returns the index of the parameter being set.
getParameterIndex() - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
getParameterIndex(String) - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMap
Gets the parameter index.
getParameterMap() - Method in class com.ibatis.sqlmap.engine.mapping.statement.CachingStatement
 
getParameterMap() - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
Gets the parameter map.
getParameterMap() - Method in class com.ibatis.sqlmap.engine.scope.StatementScope
Get the parameter map for the request.
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
Gets the parameter map.
getParameterMap(StatementScope, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.stat.StaticSql
 
getParameterMap(String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Get a parameter map by ID.
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
Gets the parameter mappings.
getParameterMappings() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTagContext
Gets the parameter mappings.
getParameterMappings() - Method in class com.ibatis.sqlmap.engine.mapping.sql.SqlText
Gets the parameter mappings.
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
Gets the parameter object values.
getParent() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
Gets the parent.
getParent() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
Gets the parent.
getParentLogger() - Method in class com.ibatis.common.jdbc.SimpleDataSource
 
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() - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
getPreparedStatement(String) - Method in class com.ibatis.sqlmap.engine.scope.SessionScope
Gets the prepared statement.
getPrependAttr() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
Gets the prepend attr.
getPrimitiveResultMappingValue(ResultSet, ResultMapping) - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
Gets the primitive result mapping value.
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() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
Gets the property.
getProperty(Object, String) - Method in class com.ibatis.common.beans.BaseProbe
Gets the property.
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
 
getPropertyAttr() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
Gets the property attr.
getPropertyName() - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping
Gets the property name.
getPropertyName() - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMapping
Gets the property name.
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() - 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.BaseProbe
Returns an array of the readable properties exposed by 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() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getRef(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getRef(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getReferenceType() - Method in class com.ibatis.sqlmap.engine.cache.memory.MemoryCacheController
Gets the reference type.
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
Gets the removes the first prepend.
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
Gets the resource.
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
Gets the resource.
getResource() - Method in class com.ibatis.sqlmap.engine.scope.ErrorContext
Getter for the resource causing the problem.
getResourceAsFile(ClassLoader, String) - Static method in class com.ibatis.common.resources.Resources
Returns a resource on the classpath as a File object.
getResourceAsFile(String) - Static method in class com.ibatis.common.resources.Resources
Returns a resource on the classpath as a File object.
getResourceAsProperties(ClassLoader, String) - Static method in class com.ibatis.common.resources.Resources
Returns a resource on the classpath as a Properties object.
getResourceAsProperties(String) - Static method in class com.ibatis.common.resources.Resources
Returns a resource on the classpath as a Properties object.
getResourceAsReader(ClassLoader, String) - Static method in class com.ibatis.common.resources.Resources
Returns a resource on the classpath as a Reader object.
getResourceAsReader(String) - Static method in class com.ibatis.common.resources.Resources
Returns a resource on the classpath as a Reader object.
getResourceAsStream(ClassLoader, String) - Static method in class com.ibatis.common.resources.Resources
Returns a resource on the classpath as a Stream object.
getResourceAsStream(String) - Static method in class com.ibatis.common.resources.Resources
Returns a resource on the classpath as a Stream object.
getResourceURL(ClassLoader, String) - Static method in class com.ibatis.common.resources.Resources
Returns the URL of the resource on the classpath.
getResourceURL(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(ResultGetter) - Method in class com.ibatis.sqlmap.engine.type.BlobTypeHandlerCallback
 
getResult(ResultGetter) - Method in class com.ibatis.sqlmap.engine.type.ClobTypeHandlerCallback
 
getResult(SqlMapClientImpl, String, Object, Class) - Static method in class com.ibatis.sqlmap.engine.mapping.result.loader.ResultLoader
Gets the result.
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.BigDecimalTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.BooleanTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.ByteArrayTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.ByteTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.CustomTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.DateOnlyTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.DateTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.DoubleTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.EnumTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.FloatTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.IntegerTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.LongTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.ObjectTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.ShortTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.SqlDateTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.SqlTimestampTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.SqlTimeTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.StringTypeHandler
 
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.TimeOnlyTypeHandler
 
getResult(CallableStatement, int) - Method in interface com.ibatis.sqlmap.engine.type.TypeHandler
Gets a column from a callable statement.
getResult(CallableStatement, int) - Method in class com.ibatis.sqlmap.engine.type.UnknownTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.BigDecimalTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.BooleanTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.ByteArrayTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.ByteTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.CustomTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.DateOnlyTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.DateTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.DoubleTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.EnumTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.FloatTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.IntegerTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.LongTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.ObjectTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.ShortTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.SqlDateTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.SqlTimestampTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.SqlTimeTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.StringTypeHandler
 
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.TimeOnlyTypeHandler
 
getResult(ResultSet, int) - Method in interface com.ibatis.sqlmap.engine.type.TypeHandler
Gets a column from a result set.
getResult(ResultSet, int) - Method in class com.ibatis.sqlmap.engine.type.UnknownTypeHandler
 
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.BigDecimalTypeHandler
 
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.BooleanTypeHandler
 
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.ByteArrayTypeHandler
 
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.ByteTypeHandler
 
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.CustomTypeHandler
 
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.DateOnlyTypeHandler
 
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.DateTypeHandler
 
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.DoubleTypeHandler
 
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.EnumTypeHandler
 
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.FloatTypeHandler
 
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.IntegerTypeHandler
 
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.LongTypeHandler
 
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.ObjectTypeHandler
 
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.ShortTypeHandler
 
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.SqlDateTypeHandler
 
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.SqlTimestampTypeHandler
 
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.SqlTimeTypeHandler
 
getResult(ResultSet, String) - Method in class com.ibatis.sqlmap.engine.type.StringTypeHandler
 
getResult(ResultSet, String) - 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, String) - Method in class com.ibatis.sqlmap.engine.type.UnknownTypeHandler
 
getResultClass() - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
Gets the result class.
getResultConfig() - Method in class com.ibatis.sqlmap.engine.builder.xml.XmlParserState
Gets the result config.
getResultCount() - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
Getter for the number of ResultMapping objects.
getResultMap() - Method in class com.ibatis.sqlmap.engine.mapping.statement.CachingStatement
 
getResultMap() - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
Gets the result map.
getResultMap() - Method in class com.ibatis.sqlmap.engine.scope.StatementScope
Get the result map for the request.
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
Gets the result map.
getResultMap(StatementScope, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.stat.StaticSql
 
getResultMap(String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Get a result map by ID.
getResultMapName() - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping
Gets the result map name.
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
Gets the result mapping.
getResultMappings() - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
Gets the result mappings.
getResultObjectFactory() - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.
Gets the result object factory.
getResultObjectFactory() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
getResultObjectFactory() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Gets the result object factory.
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
Gets the result set.
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
Gets the result set type.
getRow() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getRowHandler() - Method in class com.ibatis.sqlmap.engine.mapping.statement.RowHandlerCallback
Gets the row handler.
getRowId(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getRowId(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
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
Gets the select key statement.
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.
Gets the session.
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
Gets the sets the invoker.
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
Gets the setter names.
getSetters(String[]) - Method in class com.ibatis.sqlmap.engine.accessplan.BaseAccessPlan
Gets the setters.
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() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getShort(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getShort(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getSql() - Method in class com.ibatis.sqlmap.engine.builder.xml.XMLSqlSource
 
getSql() - Method in interface com.ibatis.sqlmap.engine.config.SqlSource
Gets the sql.
getSql() - Method in class com.ibatis.sqlmap.engine.execution.BatchResult
Gets the sql.
getSql() - Method in class com.ibatis.sqlmap.engine.mapping.statement.CachingStatement
 
getSql() - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
Gets the sql.
getSql() - Method in class com.ibatis.sqlmap.engine.scope.StatementScope
Get the SQL for the request.
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
Gets the sql.
getSql(StatementScope, Object) - Method in class com.ibatis.sqlmap.engine.mapping.sql.stat.StaticSql
 
getSqlExecutor() - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.
Gets the sql executor.
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
Gets the sql executor.
getSqlIncludes() - Method in class com.ibatis.sqlmap.engine.builder.xml.XmlParserState
Gets the sql includes.
getSqlMapClient() - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
Gets the sql map client.
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
Gets the sql tag handler.
getSQLXML(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getSQLXML(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
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
Gets the statement id.
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
Gets the statement type.
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() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getString(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getString(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getSubMap(String) - Method in class com.ibatis.sqlmap.engine.mapping.result.Discriminator
Gets the sub map.
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
Gets the tag.
getters - Variable in class com.ibatis.sqlmap.engine.accessplan.PropertyAccessPlan
The getters.
getText() - Method in class com.ibatis.sqlmap.engine.mapping.sql.SqlText
Gets the text.
getTime() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a Time from the underlying result set.
getTime() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
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(Calendar) - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a Time from the underlying result set using a Calendar.
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
Gets the timeout.
getTimestamp() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a Timestamp from the underlying result set.
getTimestamp() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
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(Calendar) - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a Timestamp from the underlying result set.
getTimestamp(Calendar) - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getTransaction() - Method in class com.ibatis.sqlmap.engine.scope.SessionScope
Getter for the session transaction.
getTransaction(SessionScope) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Get a transaction for the session.
getTransactionIsolation() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Gets the transaction isolation.
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
Gets the tx props.
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
Gets the type handler.
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
Gets the type handler factory.
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
Gets the type map.
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
Gets the types.
getTypeString() - Method in class com.ibatis.common.jdbc.logging.BaseLogProxy
Gets the type string.
getUnicodeStream(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getUnicodeStream(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getUniqueKey(Object[]) - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
Gets the unique key.
getUniqueKey(String, Object[]) - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
Gets the unique key.
getUniqueKeys(ResultMap) - Method in class com.ibatis.sqlmap.engine.scope.StatementScope
Gets the unique keys.
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
Gets the update counts.
getURL() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a URL from the underlying result set.
getURL() - Method in class com.ibatis.sqlmap.engine.type.ResultGetterImpl
 
getURL(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
getURL(String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
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.
Gets the user connection.
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
Gets the user transaction.
getValueString() - Method in class com.ibatis.common.jdbc.logging.BaseLogProxy
Gets the value string.
getWarnings() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Gets the warnings.
getWarnings() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
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.BaseProbe
Returns an array of the writeable properties exposed by 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
Gets the writer.
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
Group by props.

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
Checks for group by.
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
Checks for multiple result maps.
hasNext() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
 
hasPreparedStatement(PreparedStatement) - Method in class com.ibatis.sqlmap.engine.scope.SessionScope
Checks for prepared statement.
hasPreparedStatementFor(String) - Method in class com.ibatis.sqlmap.engine.scope.SessionScope
Checks for prepared statement for.
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.
hasReadableProperty(String) - Method in class com.ibatis.common.beans.ClassInfo
Check to see if a class has a readable property by name.
hasTypeHandler(Class) - Method in class com.ibatis.sqlmap.engine.type.TypeHandlerFactory
Tells you if a particular class has a TypeHandler.
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.
hasWritableProperty(String) - Method in class com.ibatis.common.beans.ClassInfo
Check to see if a class has a writeable property by name.

I

id - Variable in class com.ibatis.common.jdbc.logging.BaseLogProxy
The id.
INCLUDE_BODY - Static variable in interface com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTagHandler
The Constant INCLUDE_BODY.
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
The length.
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
The info.
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
Inits the request.
InlineParameterMapParser - Class in com.ibatis.sqlmap.engine.mapping.parameter
The Class InlineParameterMapParser.
InlineParameterMapParser() - Constructor for class com.ibatis.sqlmap.engine.mapping.parameter.InlineParameterMapParser
 
insert(SessionScope, String, Object) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Call an insert statement by ID.
insert(String) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL INSERT statement.
insert(String) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.
Insert.
insert(String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
insert(String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
insert(String, Object) - 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.
insert(String, Object) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
insert(String, Object) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
INSERT - Static variable in class com.ibatis.sqlmap.engine.mapping.statement.StatementType
The Constant INSERT.
insertRow() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
InsertStatement - Class in com.ibatis.sqlmap.engine.mapping.statement
The Class InsertStatement.
InsertStatement() - Constructor for class com.ibatis.sqlmap.engine.mapping.statement.InsertStatement
 
instantiate(Class) - Static method in class com.ibatis.common.resources.Resources
Creates an instance of a class.
instantiate(String) - Static method in class com.ibatis.common.resources.Resources
Creates an instance of a class.
instantiateClass() - Method in class com.ibatis.common.beans.ClassInfo
Instantiate class.
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.
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
The Interface Invoker.
isAfterLast() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
isAllowNext() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
Checks if is allow next.
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
Checks if is close available.
isClosed() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Checks if is closed.
isClosed() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
Getter to tell if the session is still open.
isClosed() - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
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
Checks if is condition.
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
Checks if is conjunction available.
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
Checks if is debug enabled.
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
Checks if is default auto commit.
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
Checks if is empty remove firt prepend.
IsEmptyTagHandler - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
The Class IsEmptyTagHandler.
IsEmptyTagHandler() - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsEmptyTagHandler
 
isEnhancementEnabled() - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.
Checks if is enhancement enabled.
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
The Class IsEqualTagHandler.
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
Checks if is final.
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
Checks if is force commit.
isForceMultipleResultSetSupport() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Checks if is force multiple result set support.
IsGreaterEqualTagHandler - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
The Class IsGreaterEqualTagHandler.
IsGreaterEqualTagHandler() - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsGreaterEqualTagHandler
 
IsGreaterThanTagHandler - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
The Class IsGreaterThanTagHandler.
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
Checks if is input allowed.
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
Checks if is last.
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.
Checks if is lazy loading enabled.
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
The Class IsLessEqualTagHandler.
IsLessEqualTagHandler() - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsLessEqualTagHandler
 
IsLessThanTagHandler - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
The Class IsLessThanTagHandler.
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
The Class IsNotEmptyTagHandler.
IsNotEmptyTagHandler() - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsNotEmptyTagHandler
 
IsNotEqualTagHandler - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
The Class IsNotEqualTagHandler.
IsNotEqualTagHandler() - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsNotEqualTagHandler
 
IsNotNullTagHandler - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
The Class IsNotNullTagHandler.
IsNotNullTagHandler() - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsNotNullTagHandler
 
IsNotParameterPresentTagHandler - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
The Class IsNotParameterPresentTagHandler.
IsNotParameterPresentTagHandler() - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsNotParameterPresentTagHandler
 
IsNotPropertyAvailableTagHandler - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
The Class IsNotPropertyAvailableTagHandler.
IsNotPropertyAvailableTagHandler() - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsNotPropertyAvailableTagHandler
 
IsNullTagHandler - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
The Class IsNullTagHandler.
IsNullTagHandler() - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsNullTagHandler
 
IsolationLevel - Class in com.ibatis.sqlmap.engine.transaction
The Class IsolationLevel.
IsolationLevel() - Constructor for class com.ibatis.sqlmap.engine.transaction.IsolationLevel
 
isOpenAvailable() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
Checks if is open available.
isOutputAllowed() - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping
Checks if is output allowed.
IsParameterPresentTagHandler - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
The Class IsParameterPresentTagHandler.
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
Checks if is post parse required.
isPostParseRequired() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
Checks if is post parse required.
isPostParseRequired() - Method in class com.ibatis.sqlmap.engine.mapping.sql.SqlText
Checks if is post parse required.
isPrependAvailable() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
Checks if is prepend available.
isPrependEnabled() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
Checks if is prepend enabled.
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
The Class IsPropertyAvailableTagHandler.
IsPropertyAvailableTagHandler() - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IsPropertyAvailableTagHandler
 
isReadOnly() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Checks if is read only.
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
Checks if is row data found.
isRunAfterSQL() - Method in class com.ibatis.sqlmap.engine.mapping.statement.SelectKeyStatement
Checks if is run after SQL.
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
Checks if is sets the auto commit allowed.
isSimpleDynamicSql(String) - Static method in class com.ibatis.sqlmap.engine.mapping.sql.simple.SimpleDynamicSql
Checks if is simple dynamic sql.
isStatementCacheEnabled() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Checks if is statement cache enabled.
isUseColumnLabel() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Checks if is use column label.
isUseStatementNamespaces() - Method in class com.ibatis.sqlmap.engine.builder.xml.XmlParserState
Checks if is use statement namespaces.
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
Checks if is white space.
isWrapperFor(Class<?>) - Method in class com.ibatis.common.jdbc.SimpleDataSource
 
isWrapperFor(Class<?>) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
IterateContext - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
The Class IterateContext.
IterateContext(Object, SqlTag, IterateContext) - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
Instantiates a new iterate context.
iteratePropertyReplace(StringBuilder, IterateContext) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.DynamicSql
Iterate property replace.
IterateTagHandler - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
The Class IterateTagHandler.
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
The Class JakartaCommonsLoggingImpl.
JakartaCommonsLoggingImpl(Class) - Constructor for class com.ibatis.common.logging.jakarta.JakartaCommonsLoggingImpl
Instantiates a new jakarta commons logging impl.
JavaBeanDataExchange - Class in com.ibatis.sqlmap.engine.exchange
DataExchange implementation for beans.
JavaBeanDataExchange(DataExchangeFactory) - Constructor for class com.ibatis.sqlmap.engine.exchange.JavaBeanDataExchange
Instantiates a new java bean data exchange.
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
The Class JdbcTransaction.
JdbcTransaction(DataSource, int) - Constructor for class com.ibatis.sqlmap.engine.transaction.jdbc.JdbcTransaction
Instantiates a new jdbc transaction.
JdbcTransactionConfig - Class in com.ibatis.sqlmap.engine.transaction.jdbc
The Class JdbcTransactionConfig.
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
The Class Jdk14LoggingImpl.
Jdk14LoggingImpl(Class) - Constructor for class com.ibatis.common.logging.jdk14.Jdk14LoggingImpl
Instantiates a new jdk 14 logging impl.
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
The Class JtaTransaction.
JtaTransaction(UserTransaction, DataSource, int) - Constructor for class com.ibatis.sqlmap.engine.transaction.jta.JtaTransaction
Instantiates a new jta transaction.
JtaTransactionConfig - Class in com.ibatis.sqlmap.engine.transaction.jta
The Class JtaTransactionConfig.
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
The length.
ListDataExchange - Class in com.ibatis.sqlmap.engine.exchange
DataExchange implementation for List objects.
ListDataExchange(DataExchangeFactory) - Constructor for class com.ibatis.sqlmap.engine.exchange.ListDataExchange
Instantiates a new list data exchange.
listIterator() - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.
 
listIterator() - 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.common.util.PaginatedArrayList
Deprecated.
 
listIterator(int) - Method in class com.ibatis.sqlmap.engine.mapping.result.XmlList
 
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
The loaded.
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
The local sql map session.
log(String, boolean, Object) - Method in class com.ibatis.sqlmap.engine.cache.CacheModel
Log a cache action.
Log - Interface in com.ibatis.common.logging
The Interface Log.
Log4jImpl - Class in com.ibatis.common.logging.log4j
The Class Log4jImpl.
Log4jImpl(Class) - Constructor for class com.ibatis.common.logging.log4j.Log4jImpl
Instantiates a new log 4 j impl.
LogFactory - Class in com.ibatis.common.logging
A factory for creating Log objects.
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
Instantiates a new map data exchange.
MappedStatement - Class in com.ibatis.sqlmap.engine.mapping.statement
The Class MappedStatement.
MappedStatement() - Constructor for class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
 
MappedStatementConfig - Class in com.ibatis.sqlmap.engine.config
The Class MappedStatementConfig.
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
The Class MethodInvoker.
MethodInvoker(Method) - Constructor for class com.ibatis.common.beans.MethodInvoker
Instantiates a new method invoker.
MODE_IN - Static variable in class com.ibatis.sqlmap.engine.config.ParameterMapConfig
The Constant MODE_IN.
MODE_INOUT - Static variable in class com.ibatis.sqlmap.engine.config.ParameterMapConfig
The Constant MODE_INOUT.
MODE_OUT - Static variable in class com.ibatis.sqlmap.engine.config.ParameterMapConfig
The Constant MODE_OUT.
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
Native SQL.
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, String, int, 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, 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
New cache model config.
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
New mapped statement config.
newParameterMapConfig(String, Class) - Method in class com.ibatis.sqlmap.engine.config.SqlMapConfiguration
New parameter map config.
newResultMapConfig(String, Class, String, String, String) - Method in class com.ibatis.sqlmap.engine.config.SqlMapConfiguration
New result map config.
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
New transaction.
newTypeHandler(Class, String, Object) - Method in class com.ibatis.sqlmap.engine.config.SqlMapConfiguration
New type handler.
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
The Constant NO_ARGUMENTS.
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
The Constant NO_VALUE.
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
The Class NodeletException.
NodeletException() - Constructor for exception com.ibatis.common.xml.NodeletException
Instantiates a new nodelet exception.
NodeletException(String) - Constructor for exception com.ibatis.common.xml.NodeletException
Instantiates a new nodelet exception.
NodeletException(String, Throwable) - Constructor for exception com.ibatis.common.xml.NodeletException
Instantiates a new nodelet exception.
NodeletException(Throwable) - Constructor for exception com.ibatis.common.xml.NodeletException
Instantiates a new nodelet exception.
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
The Class NodeletUtils.
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
The Class NoLoggingImpl.
NoLoggingImpl(Class) - Constructor for class com.ibatis.common.logging.nologging.NoLoggingImpl
Instantiates a new no logging impl.
NoParameterMap - Class in com.ibatis.sqlmap.engine.mapping.parameter
The Class NoParameterMap.
NoParameterMap(SqlMapExecutorDelegate) - Constructor for class com.ibatis.sqlmap.engine.mapping.parameter.NoParameterMap
Instantiates a new no parameter map.
NOT_COMPARABLE - Static variable in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.ConditionalTagHandler
The Constant NOT_COMPARABLE.
notifyListeners() - Method in class com.ibatis.sqlmap.engine.mapping.statement.CachingStatement
 
notifyListeners() - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
Notify listeners.
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
On execute statement.
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() - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.
Open session.
openSession() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
openSession(Connection) - 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.engine.impl.ExtendedSqlMapClient
Deprecated.
Open session.
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.
Page to.
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.
Instantiates a new paginated array list.
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.
Instantiates a new paginated data list.
PaginatedList - Interface in com.ibatis.common.util
Deprecated.
All paginated list features have been deprecated
ParameterMap - Class in com.ibatis.sqlmap.engine.mapping.parameter
The Class ParameterMap.
ParameterMap(SqlMapExecutorDelegate) - Constructor for class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMap
Instantiates a new parameter map.
ParameterMapConfig - Class in com.ibatis.sqlmap.engine.config
The Class ParameterMapConfig.
ParameterMapping - Class in com.ibatis.sqlmap.engine.mapping.parameter
The Class ParameterMapping.
ParameterMapping() - Constructor for class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping
Instantiates a new parameter mapping.
parameterObject - Variable in class com.ibatis.sqlmap.engine.mapping.result.loader.LazyResultLoader
The parameter object.
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(InputStream) - Method in class com.ibatis.common.xml.NodeletParser
Parses the.
parse(InputStream) - Method in class com.ibatis.sqlmap.engine.builder.xml.SqlMapConfigParser
Parses the.
parse(InputStream) - Method in class com.ibatis.sqlmap.engine.builder.xml.SqlMapParser
Parses the.
parse(InputStream, Properties) - Method in class com.ibatis.sqlmap.engine.builder.xml.SqlMapConfigParser
Parses the.
parse(Reader) - Method in class com.ibatis.common.xml.NodeletParser
Begins parsing from the provided Reader.
parse(Reader) - Method in class com.ibatis.sqlmap.engine.builder.xml.SqlMapConfigParser
Parses the.
parse(Reader) - Method in class com.ibatis.sqlmap.engine.builder.xml.SqlMapParser
Parses the.
parse(Reader, Properties) - Method in class com.ibatis.sqlmap.engine.builder.xml.SqlMapConfigParser
Parses the.
parse(Node) - Method in class com.ibatis.common.xml.NodeletParser
Begins parsing from the provided Node.
parseAttributes(Node) - Static method in class com.ibatis.common.xml.NodeletUtils
Parses the attributes.
parseAttributes(Node, Properties) - Static method in class com.ibatis.common.xml.NodeletUtils
Parses the attributes.
parseGeneralStatement(Node, MappedStatement) - Method in class com.ibatis.sqlmap.engine.builder.xml.SqlStatementParser
Parses the general statement.
parseInlineParameterMap(TypeHandlerFactory, String) - Method in class com.ibatis.sqlmap.engine.mapping.parameter.InlineParameterMapParser
Parses the inline parameter map.
parseInlineParameterMap(TypeHandlerFactory, String, Class) - Method in class com.ibatis.sqlmap.engine.mapping.parameter.InlineParameterMapParser
Parses the inline parameter map.
parsePropertyTokens(String, Properties) - Static method in class com.ibatis.common.xml.NodeletUtils
Parses the property tokens.
parser - Variable in class com.ibatis.sqlmap.engine.builder.xml.SqlMapConfigParser
The parser.
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
Post process parameter object.
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
Prepare call.
prepareCall(String, int, int) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Prepare call.
prepareCall(String, int, int, int) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Prepare call.
PreparedStatementLogProxy - Class in com.ibatis.common.jdbc.logging
PreparedStatement proxy to add logging.
prepareStatement(String) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Prepare statement.
prepareStatement(String, int) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Prepare statement.
prepareStatement(String, int[]) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Prepare statement.
prepareStatement(String, int, int) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Prepare statement.
prepareStatement(String, int, int, int) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Prepare statement.
prepareStatement(String, String[]) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Prepare statement.
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
Instantiates a new primitive data exchange.
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(String, Throwable) - Constructor for exception com.ibatis.common.beans.ProbeException
Constructor to create a nested exception with a message.
ProbeException(Throwable) - Constructor for exception com.ibatis.common.beans.ProbeException
Constructor to create a nested exception.
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
The Constant PROCEDURE.
ProcedureStatement - Class in com.ibatis.sqlmap.engine.mapping.statement
The Class ProcedureStatement.
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
The property names.
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(CacheKey, Object) - Method in class com.ibatis.sqlmap.engine.cache.CacheModel
Add an object to the cache.
putObject(CacheModel, Object, Object) - Method in interface com.ibatis.sqlmap.engine.cache.CacheController
Put an object into a cache model.
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
Put prepared statement.
putTypeAlias(String, String) - Method in class com.ibatis.sqlmap.engine.type.TypeHandlerFactory
Adds a type alias that is case insensitive.

Q

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) - 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.engine.impl.ExtendedSqlMapClient
Deprecated.
Query for list.
queryForList(String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
queryForList(String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
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, int, int) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.
Query for list.
queryForList(String, int, int) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
queryForList(String, int, int) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
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, Object) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.
Query for list.
queryForList(String, Object) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
queryForList(String, Object) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
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, Object, int, int) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.
Query for list.
queryForList(String, Object, int, int) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
queryForList(String, Object, int, int) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
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 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) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.
Query for map.
queryForMap(String, Object, String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
queryForMap(String, Object, String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
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, String) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.
Query for map.
queryForMap(String, Object, String, String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
queryForMap(String, Object, String, String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
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) - 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.engine.impl.ExtendedSqlMapClient
Deprecated.
Query for object.
queryForObject(String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
queryForObject(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, Object) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.
Query for object.
queryForObject(String, Object) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
queryForObject(String, Object) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
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, Object) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.
Query for object.
queryForObject(String, Object, Object) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
queryForObject(String, Object, Object) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
queryForPaginatedList(SessionScope, String, Object, int) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
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, int) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.
Query for paginated list.
queryForPaginatedList(String, 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.SqlMapSessionImpl
Deprecated.
All paginated list features have been deprecated
queryForPaginatedList(String, Object, 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.
Query for paginated list.
queryForPaginatedList(String, Object, int) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
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
queryWithRowHandler(SessionScope, String, Object, RowHandler) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Execute a query with a row handler.
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, RowHandler) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.
Query with row handler.
queryWithRowHandler(String, RowHandler) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
queryWithRowHandler(String, RowHandler) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
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, Object, RowHandler) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.
Query with row handler.
queryWithRowHandler(String, Object, RowHandler) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
queryWithRowHandler(String, Object, 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
Instantiates a new raw sql.
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
The reader.
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
Re enable remove first prepend marker.
refreshParameterObjectValues(StatementScope, Object, Object[]) - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMap
Refresh parameter object values.
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
Release savepoint.
remove() - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
 
remove(int) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.
 
remove(int) - Method in class com.ibatis.sqlmap.engine.mapping.result.XmlList
 
remove(int) - Method in class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList
Deprecated.
 
remove(Object) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.
 
remove(Object) - Method in class com.ibatis.sqlmap.engine.mapping.result.XmlList
 
remove(Object) - 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
Removes the breaking whitespace.
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
The Constant REPEAT_BODY.
replace(StringBuilder, String, String) - Static method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.DynamicSql
Replace.
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
Resolve sub map.
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
Restore isolation level.
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
The Class ResultMapConfig.
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
The result object.
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.
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.
rollback() - Method in class com.ibatis.sqlmap.engine.transaction.user.UserProvidedTransaction
 
rollback(Savepoint) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Rollback.
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(String, SQLException) - Constructor for exception com.ibatis.common.jdbc.exception.RuntimeSQLException
Constructor to pass along a message and an exception.
RuntimeSQLException(SQLException) - Constructor for exception com.ibatis.common.jdbc.exception.RuntimeSQLException
Constructor to pass along another 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(String, String, String, String, boolean, boolean) - Constructor for class com.ibatis.common.jdbc.ScriptRunner
Instantiates a new script runner.
ScriptRunner(Connection, boolean, boolean) - Constructor for class com.ibatis.common.jdbc.ScriptRunner
Default constructor.
SELECT - Static variable in class com.ibatis.sqlmap.engine.mapping.statement.StatementType
The Constant SELECT.
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
The Class SelectKeyStatement.
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
The Class SelectStatement.
SelectStatement() - Constructor for class com.ibatis.sqlmap.engine.mapping.statement.SelectStatement
 
sessionScope - Variable in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
The session scope.
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
The Constant SET_METHODS.
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
Sets the allow next.
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
Sets the attribute.
setAutoCommit(boolean) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Sets the auto commit.
setBaseCacheKey(int) - Method in class com.ibatis.sqlmap.engine.mapping.statement.CachingStatement
 
setBaseCacheKey(int) - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
Sets the base cache key.
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
Sets the cache config.
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
Sets the cache enabled.
setCacheModelsEnabled(boolean) - Method in class com.ibatis.sqlmap.engine.config.SqlMapConfiguration
Sets the cache models enabled.
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
Sets the cache size.
setCacheSize(int) - Method in class com.ibatis.sqlmap.engine.cache.lru.LruCacheController
Sets the cache size.
setCatalog(String) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Sets the catalog.
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
Sets the class info cache enabled.
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
Sets the close attr.
setColumn(Object, Object) - Method in class com.ibatis.common.jdbc.logging.BaseLogProxy
Sets the column.
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
Sets the compare property attr.
setCompareValueAttr(String) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
Sets the compare value attr.
setConjunctionAttr(String) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
Sets the conjunction attr.
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
Sets the controller properties.
setControllerProperties(Properties) - Method in class com.ibatis.sqlmap.engine.config.CacheModelConfig
Sets the controller properties.
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
Sets the current nested key.
setCustomExecutor(String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Sets the custom executor.
setData(StatementScope, ParameterMap, Object, Object[]) - Method in class com.ibatis.sqlmap.engine.exchange.ComplexDataExchange
 
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, ParameterMap, Object, Object[]) - Method in class com.ibatis.sqlmap.engine.exchange.DomDataExchange
 
setData(StatementScope, ParameterMap, Object, Object[]) - Method in class com.ibatis.sqlmap.engine.exchange.JavaBeanDataExchange
 
setData(StatementScope, ParameterMap, Object, Object[]) - Method in class com.ibatis.sqlmap.engine.exchange.ListDataExchange
 
setData(StatementScope, ParameterMap, Object, Object[]) - Method in class com.ibatis.sqlmap.engine.exchange.MapDataExchange
 
setData(StatementScope, ParameterMap, Object, Object[]) - Method in class com.ibatis.sqlmap.engine.exchange.PrimitiveDataExchange
 
setData(StatementScope, ResultMap, 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, ResultMap, 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, ResultMap, 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, ResultMap, Object, Object[]) - Method in class com.ibatis.sqlmap.engine.exchange.PrimitiveDataExchange
 
setDataExchange(DataExchange) - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMap
Sets the data exchange.
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
Sets the data source.
setDataSource(DataSource) - Method in class com.ibatis.sqlmap.engine.transaction.BaseTransactionConfig
 
setDataSource(DataSource) - Method in interface com.ibatis.sqlmap.engine.transaction.TransactionConfig
Sets the data source.
setDate(Date) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a date on the underlying prepared statement.
setDate(Date) - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
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, Calendar) - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
setDefaultAutoCommit(boolean) - Method in class com.ibatis.sqlmap.engine.transaction.external.ExternalTransactionConfig
Sets the default auto commit.
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
Sets the default statement timeout.
setDelimiter(String, boolean) - Method in class com.ibatis.common.jdbc.ScriptRunner
Sets the delimiter.
setDiscriminator(Discriminator) - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMap
Sets the discriminator.
setDiscriminator(String, Integer, Class, String, String, Object) - Method in class com.ibatis.sqlmap.engine.config.ResultMapConfig
Sets the discriminator.
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
Sets the enhancement enabled.
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
Sets the entity resolver.
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(int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
setFetchSize(Integer) - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
Sets the fetch size.
SetFieldInvoker - Class in com.ibatis.common.beans
The Class SetFieldInvoker.
SetFieldInvoker(Field) - Constructor for class com.ibatis.common.beans.SetFieldInvoker
Instantiates a new sets the field invoker.
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
Sets the flush interval.
setForceCommit(boolean) - Method in class com.ibatis.sqlmap.engine.transaction.BaseTransactionConfig
 
setForceCommit(boolean) - Method in interface com.ibatis.sqlmap.engine.transaction.TransactionConfig
Sets the force commit.
setForceMultipleResultSetSupport(boolean) - Method in class com.ibatis.sqlmap.engine.config.SqlMapConfiguration
Sets the force multiple result set support.
setForceMultipleResultSetSupport(boolean) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Sets the force multiple result set support.
setGlobalProperties(String, String) - Method in class com.ibatis.sqlmap.engine.builder.xml.XmlParserState
Sets the global properties.
setGlobalProps(Properties) - Method in class com.ibatis.sqlmap.engine.builder.xml.XmlParserState
Sets the global props.
setHandler(SqlTagHandler) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
Sets the handler.
setHoldability(int) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Sets the holdability.
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
Sets the id.
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
Sets the id.
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
Sets the indexed property.
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
Sets the isolation level.
setJavaType(Class) - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping
Sets the java type.
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
Sets the java type name.
setJdbcTypeName(String) - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping
Sets the jdbc type name.
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
Sets the key property.
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
Sets the lazy loading enabled.
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
Sets the list.
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
Sets the mode.
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
Sets the name.
setNamespace(String) - Method in class com.ibatis.sqlmap.engine.builder.xml.XmlParserState
Sets the namespace.
setNestedResultMapName(String) - Method in class com.ibatis.sqlmap.engine.mapping.result.ResultMapping
Sets the nested result map name.
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) - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
setNull(int, String) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a null on the underlying prepared statement.
setNull(int, String) - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
setNullValue(String) - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping
Sets the null value.
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
Sets the numeric scale.
setObject(Object) - 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 interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set an object on the underlying prepared statement.
setObject(Object, int) - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
setObject(Object, int, int) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set an object on the underlying prepared statement.
setObject(Object, int, int) - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
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.
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
Sets the open attr.
setParamConfig(ParameterMapConfig) - Method in class com.ibatis.sqlmap.engine.builder.xml.XmlParserState
Sets the param config.
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(ParameterSetter, Object) - Method in class com.ibatis.sqlmap.engine.type.BlobTypeHandlerCallback
 
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.BigDecimalTypeHandler
 
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(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
 
setParameter(PreparedStatement, ParameterMapping, Object[], int) - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMap
Sets the parameter.
setParameterClass(Class) - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMap
Sets the parameter class.
setParameterClass(Class) - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
Sets the parameter class.
setParameterMap(ParameterMap) - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
Sets the parameter map.
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
Sets the parameter mapping list.
setParameterMappings(ParameterMapping[]) - Method in class com.ibatis.sqlmap.engine.mapping.sql.SqlText
Sets the parameter mappings.
setParameters(StatementScope, PreparedStatement, Object[]) - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMap
Sets the parameters.
setParent(IterateContext) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
Sets the parent.
setPostParseRequired(boolean) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
Sets the post parse required.
setPostParseRequired(boolean) - Method in class com.ibatis.sqlmap.engine.mapping.sql.SqlText
Sets the post parse required.
setPrependAttr(String) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
Sets the prepend attr.
setPrependEnabled(boolean) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
Sets the prepend enabled.
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
Sets the properties.
setProperty(Object, String, Object) - Method in class com.ibatis.common.beans.BaseProbe
Sets the property.
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) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
This property specifies whether to increment the iterate in the doEndFragment.
setProperty(String, String) - Method in interface com.ibatis.sqlmap.engine.mapping.result.ResultObjectFactory
Called for each property configured in the SqlMapCong file.
setPropertyAttr(String) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
Sets the property attr.
setPropertyName(String) - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping
Sets the property name.
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
Sets the read only.
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
Sets the reference type.
setRemoveFirstPrepend(String) - Method in class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
Sets the removes the first prepend.
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
Sets the resource.
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
Sets the resource.
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
Sets the result config.
setResultMap(ResultMap) - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
Sets the result map.
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
Sets the result map name.
setResultMapping(ResultMapping) - Method in class com.ibatis.sqlmap.engine.mapping.result.Discriminator
Sets the result mapping.
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
Sets the result object factory.
setResultObjectFactory(ResultObjectFactory) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Sets the result object factory.
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
Sets the result object values.
setResultSet(ResultSet) - Method in class com.ibatis.sqlmap.engine.scope.StatementScope
Sets the result set.
setResultSetType(Integer) - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
Sets the result set type.
setRowDataFound(boolean) - Method in class com.ibatis.sqlmap.engine.scope.StatementScope
Sets the row data found.
setRunAfterSQL(boolean) - Method in class com.ibatis.sqlmap.engine.mapping.statement.SelectKeyStatement
Sets the run after SQL.
setSavepoint() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Sets the savepoint.
setSavepoint(String) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Sets the savepoint.
setSelectKeyStatement(SqlSource, String, String, boolean, String) - Method in class com.ibatis.sqlmap.engine.config.MappedStatementConfig
Sets the select key statement.
setSelectKeyStatement(SelectKeyStatement) - Method in class com.ibatis.sqlmap.engine.mapping.statement.InsertStatement
Sets the select key statement.
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
Sets the sets the auto commit allowed.
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
Sets the some sub elements have content.
setSql(Sql) - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
Sets the sql.
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
Sets the sql map client.
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
Sets the statement cache enabled.
setStatementCachingEnabled(boolean) - Method in class com.ibatis.sqlmap.engine.config.SqlMapConfiguration
Sets the statement caching enabled.
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
Sets the tag.
setters - Variable in class com.ibatis.sqlmap.engine.accessplan.PropertyAccessPlan
The setters.
setText(String) - Method in class com.ibatis.sqlmap.engine.mapping.sql.SqlText
Sets the text.
setTime(Time) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a time on the underlying prepared statement.
setTime(Time) - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
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, Calendar) - Method in class com.ibatis.sqlmap.engine.type.ParameterSetterImpl
 
setTimeout(Integer) - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
Sets the timeout.
setTimestamp(Timestamp) - 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 interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a timestamp on the underlying prepared statement.
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
Sets the transaction isolation.
setTransactionManager(TransactionManager) - Method in class com.ibatis.sqlmap.engine.config.SqlMapConfiguration
Sets the transaction manager.
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
Sets the type.
setTypeHandler(TypeHandler) - Method in class com.ibatis.sqlmap.engine.mapping.parameter.ParameterMapping
Sets the type handler.
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
Sets the type map.
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
Sets the unique keys.
setUpdateCounts(int[]) - Method in class com.ibatis.sqlmap.engine.execution.BatchResult
Sets the update counts.
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
Sets the use column label.
setUseColumnLabel(boolean) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Sets the use column label.
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.
Sets the user connection.
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
Sets the user transaction.
setUseStatementNamespaces(boolean) - Method in class com.ibatis.sqlmap.engine.builder.xml.XmlParserState
Sets the use statement namespaces.
setValidation(boolean) - Method in class com.ibatis.common.xml.NodeletParser
Sets the validation.
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 ---------------------------------------------------------------------------------------.
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
The Class SimpleDateFormatter.
SimpleDateFormatter() - Constructor for class com.ibatis.sqlmap.engine.type.SimpleDateFormatter
 
SimpleDynamicSql - Class in com.ibatis.sqlmap.engine.mapping.sql.simple
The Class SimpleDynamicSql.
SimpleDynamicSql(SqlMapExecutorDelegate, String) - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.simple.SimpleDynamicSql
Instantiates a new simple dynamic sql.
SimplePooledConnection(Connection, SimpleDataSource) - Constructor for class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Constructor for SimplePooledConnection that uses the Connection and SimpleDataSource passed in.
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
The Constant SKIP_BODY.
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
Some sub elements have content.
Sql - Interface in com.ibatis.sqlmap.engine.mapping.sql
The Interface Sql.
SqlChild - Interface in com.ibatis.sqlmap.engine.mapping.sql
The Interface SqlChild.
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
Sql execute query.
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
Sql execute update.
sqlExecuteUpdate(StatementScope, Connection, String, Object[]) - Method in class com.ibatis.sqlmap.engine.mapping.statement.ProcedureStatement
 
sqlExecutor - Variable in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
The sql executor.
SqlExecutor - Interface in com.ibatis.sqlmap.engine.execution
Classes responsible for executing the SQL implement this interface Support for custom SQL Executors.
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
The Class SqlMapConfigParser.
SqlMapConfigParser() - Constructor for class com.ibatis.sqlmap.engine.builder.xml.SqlMapConfigParser
Instantiates a new sql map config parser.
SqlMapConfiguration - Class in com.ibatis.sqlmap.engine.config
The Class SqlMapConfiguration.
SqlMapConfiguration() - Constructor for class com.ibatis.sqlmap.engine.config.SqlMapConfiguration
Instantiates a new sql map configuration.
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(String, Throwable) - Constructor for exception com.ibatis.sqlmap.client.SqlMapException
Constructor to create exception to wrap another exception and pass a message.
SqlMapException(Throwable) - Constructor for exception com.ibatis.sqlmap.client.SqlMapException
Constructor to create exception to wrap another exception.
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
The Class SqlMapParser.
SqlMapParser(XmlParserState) - Constructor for class com.ibatis.sqlmap.engine.builder.xml.SqlMapParser
Instantiates a new sql map parser.
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
The Interface SqlSource.
SqlStatementParser - Class in com.ibatis.sqlmap.engine.builder.xml
The Class SqlStatementParser.
SqlStatementParser(XmlParserState) - Constructor for class com.ibatis.sqlmap.engine.builder.xml.SqlStatementParser
Instantiates a new sql statement parser.
SqlTag - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
The Class SqlTag.
SqlTag() - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTag
 
SqlTagContext - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
The Class SqlTagContext.
SqlTagContext() - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.SqlTagContext
Instantiates a new sql tag context.
SqlTagHandler - Interface in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
The Interface SqlTagHandler.
SqlTagHandlerFactory - Class in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
A factory for creating SqlTagHandler objects.
SqlText - Class in com.ibatis.sqlmap.engine.mapping.sql
The Class SqlText.
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.
Start batch.
startBatch() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
startBatch() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
startBatch(SessionScope) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Start a batch for a session.
startTransaction() - Method in interface com.ibatis.sqlmap.client.SqlMapTransactionManager
Demarcates the beginning of a transaction scope.
startTransaction() - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.
Start transaction.
startTransaction() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
startTransaction() - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
startTransaction(int) - Method in interface com.ibatis.sqlmap.client.SqlMapTransactionManager
Demarcates the beginning of a transaction scope using the specified transaction isolation.
startTransaction(int) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.
Start transaction.
startTransaction(int) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
startTransaction(int) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
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.
STATE_COMMITTED - Static variable in class com.ibatis.sqlmap.engine.transaction.TransactionState
The Constant STATE_COMMITTED.
STATE_ENDED - Static variable in class com.ibatis.sqlmap.engine.transaction.TransactionState
The Constant STATE_ENDED.
STATE_STARTED - Static variable in class com.ibatis.sqlmap.engine.transaction.TransactionState
The Constant STATE_STARTED.
STATE_USER_PROVIDED - Static variable in class com.ibatis.sqlmap.engine.transaction.TransactionState
The Constant STATE_USER_PROVIDED.
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
The statement name.
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
Instantiates a new statement scope.
StatementType - Class in com.ibatis.sqlmap.engine.mapping.statement
The Class StatementType.
StaticSql - Class in com.ibatis.sqlmap.engine.mapping.sql.stat
The Class StaticSql.
StaticSql(String) - Constructor for class com.ibatis.sqlmap.engine.mapping.sql.stat.StaticSql
Instantiates a new static sql.
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
The target type.
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() - 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.common.util.PaginatedArrayList
Deprecated.
 
toArray(Object[]) - Method in class com.ibatis.sqlmap.engine.mapping.result.XmlList
 
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
The Interface Transaction.
TransactionConfig - Interface in com.ibatis.sqlmap.engine.transaction
The Interface TransactionConfig.
TransactionException - Exception in com.ibatis.sqlmap.engine.transaction
The Class TransactionException.
TransactionException() - Constructor for exception com.ibatis.sqlmap.engine.transaction.TransactionException
Instantiates a new transaction exception.
TransactionException(String) - Constructor for exception com.ibatis.sqlmap.engine.transaction.TransactionException
Instantiates a new transaction exception.
TransactionException(String, Throwable) - Constructor for exception com.ibatis.sqlmap.engine.transaction.TransactionException
Instantiates a new transaction exception.
TransactionException(Throwable) - Constructor for exception com.ibatis.sqlmap.engine.transaction.TransactionException
Instantiates a new transaction exception.
TransactionManager - Class in com.ibatis.sqlmap.engine.transaction
The Class TransactionManager.
TransactionManager(TransactionConfig) - Constructor for class com.ibatis.sqlmap.engine.transaction.TransactionManager
Instantiates a new transaction manager.
TransactionState - Class in com.ibatis.sqlmap.engine.transaction
The Class TransactionState.
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
The Constant UNKNOWN.
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
The Constant UNSET_ISOLATION_LEVEL.
unwrap(Class<T>) - Method in class com.ibatis.common.jdbc.SimpleDataSource
 
unwrap(Class<T>) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
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(int) - Method in class com.ibatis.sqlmap.engine.cache.CacheKey
Updates this object with new information based on an int value.
update(SessionScope, String, Object) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Execute an update statement.
update(Object) - Method in class com.ibatis.sqlmap.engine.cache.CacheKey
Updates this object with new information based on an object.
update(String) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL UPDATE statement.
update(String) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.
Update.
update(String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
update(String) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
update(String, Object) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL UPDATE statement.
update(String, Object) - Method in interface com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient
Deprecated.
Update.
update(String, Object) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
 
update(String, Object) - Method in class com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl
 
UPDATE - Static variable in class com.ibatis.sqlmap.engine.mapping.statement.StatementType
The Constant UPDATE.
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) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateAsciiStream(int, InputStream, int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateAsciiStream(int, InputStream, long) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateAsciiStream(String, InputStream) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateAsciiStream(String, InputStream, int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateAsciiStream(String, InputStream, long) - 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) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateBinaryStream(int, InputStream, int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateBinaryStream(int, InputStream, long) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateBinaryStream(String, InputStream) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateBinaryStream(String, InputStream, int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateBinaryStream(String, InputStream, long) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateBlob(int, InputStream) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateBlob(int, InputStream, long) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateBlob(int, Blob) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateBlob(String, InputStream) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateBlob(String, InputStream, long) - 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) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateCharacterStream(int, Reader, int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateCharacterStream(int, Reader, long) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateCharacterStream(String, Reader) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateCharacterStream(String, Reader, int) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateCharacterStream(String, Reader, long) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateClob(int, Reader) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateClob(int, Reader, long) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateClob(int, Clob) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateClob(String, Reader) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateClob(String, Reader, long) - 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
 
updateNCharacterStream(int, Reader) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateNCharacterStream(int, Reader, long) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateNCharacterStream(String, Reader) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateNCharacterStream(String, Reader, long) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateNClob(int, Reader) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateNClob(int, Reader, long) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateNClob(int, NClob) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateNClob(String, Reader) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateNClob(String, Reader, long) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateNClob(String, NClob) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateNString(int, String) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateNString(String, String) - 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
 
updateRowId(int, RowId) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateRowId(String, RowId) - 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
 
updateSQLXML(int, SQLXML) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
updateSQLXML(String, SQLXML) - Method in class com.ibatis.sqlmap.engine.type.CallableStatementResultSet
 
UpdateStatement - Class in com.ibatis.sqlmap.engine.mapping.statement
The Class UpdateStatement.
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
The Class UserProvidedTransaction.
UserProvidedTransaction(Connection) - Constructor for class com.ibatis.sqlmap.engine.transaction.user.UserProvidedTransaction
Instantiates a new user provided transaction.

V

validateParameter(Object) - Method in class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
Validate parameter.
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.
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
The writer.

X

XmlCollectionTypeMarker - Interface in com.ibatis.sqlmap.engine.type
The Interface XmlCollectionTypeMarker.
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
The Class XmlParserState.
XmlParserState() - Constructor for class com.ibatis.sqlmap.engine.builder.xml.XmlParserState
 
XMLSqlSource - Class in com.ibatis.sqlmap.engine.builder.xml
The Class XMLSqlSource.
XMLSqlSource(XmlParserState, Node) - Constructor for class com.ibatis.sqlmap.engine.builder.xml.XMLSqlSource
Instantiates a new XML sql source.
XmlTypeMarker - Interface in com.ibatis.sqlmap.engine.type
The Interface XmlTypeMarker.
A B C D E F G H I J L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form