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

A

add(Object) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
add(int, Object) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
addAll(Collection) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
addAll(int, Collection) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
addNodelet(String, Nodelet) - Method in class com.ibatis.common.xml.NodeletParser
Registers a nodelet for the specified XPath.
available() - Method in class com.ibatis.common.io.ReaderInputStream
 

B

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
 
buffer - Variable in class com.ibatis.common.io.ReaderInputStream
 
buildSqlMapClient(Reader) - Static method in class com.ibatis.sqlmap.client.SqlMapClientBuilder
Builds an SqlMapClient using the specified reader.
buildSqlMapClient(Reader, Properties) - Static method in class com.ibatis.sqlmap.client.SqlMapClientBuilder
Builds an SqlMapClient using the specified reader and properties file.
buildSqlMapClient(InputStream) - Static method in class com.ibatis.sqlmap.client.SqlMapClientBuilder
Builds an SqlMapClient using the specified input stream.
buildSqlMapClient(InputStream, Properties) - Static method in class com.ibatis.sqlmap.client.SqlMapClientBuilder
Builds an SqlMapClient using the specified input stream and properties file.
byteArrayOut - Variable in class com.ibatis.common.io.ReaderInputStream
 

C

chars - Variable in class com.ibatis.common.io.ReaderInputStream
 
classForName(String) - Static method in class com.ibatis.common.resources.Resources
Loads a class
ClassInfo - Class in com.ibatis.common.beans
This class represents a cached set of class definition information that allows for easy mapping between property names and getter/setter methods.
clear() - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
clearColumnInfo() - Method in class com.ibatis.common.jdbc.logging.BaseLogProxy
 
clearWarnings() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
close() - Method in class com.ibatis.common.io.ReaderInputStream
 
close() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
close() - Method in interface com.ibatis.sqlmap.client.SqlMapSession
Closes the session
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
 
commit() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
commitTransaction() - Method in interface com.ibatis.sqlmap.client.SqlMapTransactionManager
Commits the currently started transaction.
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
 
ConnectionLogProxy - Class in com.ibatis.common.jdbc.logging
Connection proxy to add logging
contains(Object) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
containsAll(Collection) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
createStatement() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
createStatement(int, int) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
createStatement(int, int, int) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 

D

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
debug(String) - Method in class com.ibatis.common.logging.jakarta.JakartaCommonsLoggingImpl
 
debug(String) - Method in class com.ibatis.common.logging.jdk14.Jdk14LoggingImpl
 
debug(String) - Method in interface com.ibatis.common.logging.Log
 
debug(String) - Method in class com.ibatis.common.logging.log4j.Log4jImpl
 
debug(String) - Method in class com.ibatis.common.logging.nologging.NoLoggingImpl
 
delete(String, Object) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL DELETE statement.
delete(String) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL DELETE statement.
DomProbe - Class in com.ibatis.common.beans
A Probe implementation for working with DOM objects
DomProbe() - Constructor for class com.ibatis.common.beans.DomProbe
 

E

endTransaction() - Method in interface com.ibatis.sqlmap.client.SqlMapTransactionManager
Ends a transaction and rolls back if necessary.
equals(Object) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Allows comparing this connection to another
error(String, Throwable) - Method in class com.ibatis.common.logging.jakarta.JakartaCommonsLoggingImpl
 
error(String) - Method in class com.ibatis.common.logging.jakarta.JakartaCommonsLoggingImpl
 
error(String, Throwable) - Method in class com.ibatis.common.logging.jdk14.Jdk14LoggingImpl
 
error(String) - Method in class com.ibatis.common.logging.jdk14.Jdk14LoggingImpl
 
error(String, Throwable) - Method in interface com.ibatis.common.logging.Log
 
error(String) - Method in interface com.ibatis.common.logging.Log
 
error(String, Throwable) - Method in class com.ibatis.common.logging.log4j.Log4jImpl
 
error(String) - Method in class com.ibatis.common.logging.log4j.Log4jImpl
 
error(String, Throwable) - Method in class com.ibatis.common.logging.nologging.NoLoggingImpl
 
error(String) - Method in class com.ibatis.common.logging.nologging.NoLoggingImpl
 
EXECUTE_METHODS - Static variable in class com.ibatis.common.jdbc.logging.BaseLogProxy
 
executeBatch() - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes (flushes) all statements currently batched.
executeBatchDetailed() - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes (flushes) all statements currently batched.

F

fillBuffer() - Method in class com.ibatis.common.io.ReaderInputStream
 
finalize() - Method in class com.ibatis.common.jdbc.SimpleDataSource
 
flushDataCache() - Method in interface com.ibatis.sqlmap.client.SqlMapClient
Flushes all data caches.
flushDataCache(String) - Method in interface com.ibatis.sqlmap.client.SqlMapClient
Flushes the data cache that matches the cache model ID provided.
forceCloseAll() - Method in class com.ibatis.common.jdbc.SimpleDataSource
Closes all of the connections in the pool

G

GenericProbe - Class in com.ibatis.common.beans
StaticBeanProbe provides methods that allow simple, reflective access to JavaBeans style properties.
GenericProbe() - Constructor for class com.ibatis.common.beans.GenericProbe
 
get(int) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
GET_METHODS - Static variable in class com.ibatis.common.jdbc.logging.BaseLogProxy
 
getAge() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Getter for the age of the connection
getArray() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets an array from the underlying result set
getAutoCommit() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
getAverageCheckoutTime() - Method in class com.ibatis.common.jdbc.SimpleDataSource
Getter for the average age of a connection checkout
getAverageOverdueCheckoutTime() - Method in class com.ibatis.common.jdbc.SimpleDataSource
Getter for the average age of overdue connections
getAverageRequestTime() - Method in class com.ibatis.common.jdbc.SimpleDataSource
Getter for the average time required to get a connection to the database
getAverageWaitTime() - Method in class com.ibatis.common.jdbc.SimpleDataSource
Getter for the average time spent waiting for connections that were in use
getBadConnectionCount() - Method in class com.ibatis.common.jdbc.SimpleDataSource
Getter for the number of invalid connections that were found in the pool
getBigDecimal() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a BigDecimal from the underlying result set
getBlob() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a Blob from the underlying result set
getBoolean() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a boolean from the underlying result set
getBooleanAttribute(Properties, String, boolean) - Static method in class com.ibatis.common.xml.NodeletUtils
 
getByte() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a byte from the underlying result set
getBytes() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a byte[] from the underlying result set
getCatalog() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
getCharset() - Static method in class com.ibatis.common.resources.Resources
 
getCheckoutTime() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Getter for the time that this connection has been checked out
getCheckoutTimestamp() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Getter for the timestamp that this connection was checked out
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
getClob() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a Clob from the underlying result set
getColumn(Object) - Method in class com.ibatis.common.jdbc.logging.BaseLogProxy
 
getColumnIndex() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Returns the index of the column being got in the underlying ResultSet.
getColumnName() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Returns the name of the column being got in the underlying ResultSet.
getColumnString() - Method in class com.ibatis.common.jdbc.logging.BaseLogProxy
 
getConnection() - Method in class com.ibatis.common.jdbc.logging.ConnectionLogProxy
return the wrapped connection
getConnection() - Method in class com.ibatis.common.jdbc.SimpleDataSource
 
getConnection(String, String) - Method in class com.ibatis.common.jdbc.SimpleDataSource
 
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.
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.
getDate() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a Date from the underlying result set
getDate(Calendar) - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a Date from the underlying result set using a calendar
getDefaultClassLoader() - Static method in class com.ibatis.common.resources.Resources
Returns the default classloader (may be null).
getDouble() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a double from the underlying result set
getErrorCode() - Method in exception com.ibatis.common.jdbc.exception.RuntimeSQLException
Getter for the error code
GetFieldInvoker - Class in com.ibatis.common.beans
 
GetFieldInvoker(Field) - Constructor for class com.ibatis.common.beans.GetFieldInvoker
 
getFloat() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a float from the underlying result set
getGetInvoker(String) - Method in class com.ibatis.common.beans.ClassInfo
 
getGetter(String) - Method in class com.ibatis.common.beans.ClassInfo
Gets the getter for a property as a Method object
getGetterType(String) - Method in class com.ibatis.common.beans.ClassInfo
Gets the type for a property getter
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
getHoldability() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
getIndexedProperty(Object, String) - Method in class com.ibatis.common.beans.BaseProbe
 
getIndexedType(Object, String) - Method in class com.ibatis.common.beans.BaseProbe
 
getInstance(Class) - Static method in class com.ibatis.common.beans.ClassInfo
Gets an instance of ClassInfo for the specified class.
getInt() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets an int from the underlying result set
getIntAttribute(Properties, String, int) - Static method in class com.ibatis.common.xml.NodeletUtils
 
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
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
getLastUsedTimestamp() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Getter for the time that the connection was last used
getLog(Class) - Static method in class com.ibatis.common.logging.LogFactory
 
getLoginTimeout() - Method in class com.ibatis.common.jdbc.SimpleDataSource
 
getLogWriter() - Method in class com.ibatis.common.jdbc.SimpleDataSource
 
getLong() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a long from the underlying result set
getMetaData() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
getMethod() - Method in class com.ibatis.common.beans.MethodInvoker
 
getName() - Method in class com.ibatis.common.beans.GetFieldInvoker
 
getName() - Method in interface com.ibatis.common.beans.Invoker
 
getName() - Method in class com.ibatis.common.beans.MethodInvoker
 
getName() - Method in class com.ibatis.common.beans.SetFieldInvoker
 
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
 
getObject(Object, String) - Method in class com.ibatis.common.beans.ComplexBeanProbe
Gets an Object property from a bean
getObject(Object, String) - Method in class com.ibatis.common.beans.DomProbe
 
getObject(Object, String) - Method in class com.ibatis.common.beans.GenericProbe
Gets an object from a Map or bean
getObject(Object, String) - Method in interface com.ibatis.common.beans.Probe
Gets an Object property from another object
getObject() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets an Object from the underlying result set
getObject(Map) - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets an Object from the underlying result set using a Map
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.
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
getParameterIndex() - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Returns the index of the parameter being set.
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!
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.
getProperty(Object, String) - Method in class com.ibatis.common.beans.BaseProbe
 
getProperty(Object, String) - Method in class com.ibatis.common.beans.ComplexBeanProbe
 
getProperty(Object, String) - Method in class com.ibatis.common.beans.DomProbe
 
getProperty(Object, String) - Method in class com.ibatis.common.beans.GenericProbe
 
getPropertyTypeForGetter(Object, String) - Method in class com.ibatis.common.beans.ComplexBeanProbe
Returns the class that the getter will return when reading a property value.
getPropertyTypeForGetter(Object, String) - Method in class com.ibatis.common.beans.DomProbe
 
getPropertyTypeForGetter(Object, String) - Method in class com.ibatis.common.beans.GenericProbe
Returns the class that the getter will return when reading a property value.
getPropertyTypeForGetter(Object, String) - Method in interface com.ibatis.common.beans.Probe
Returns the class that the getter will return when reading a property
getPropertyTypeForSetter(Object, String) - Method in class com.ibatis.common.beans.ComplexBeanProbe
Returns the class that the setter expects to receive as a parameter when setting a property value.
getPropertyTypeForSetter(Object, String) - Method in class com.ibatis.common.beans.DomProbe
 
getPropertyTypeForSetter(Object, String) - Method in class com.ibatis.common.beans.GenericProbe
Returns the class that the setter expects to receive as a parameter when setting a property value.
getPropertyTypeForSetter(Object, String) - Method in interface com.ibatis.common.beans.Probe
Returns the class that the setter expects when setting a property
getProxyConnection() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Getter for the proxy for the connection
getReadablePropertyNames(Object) - Method in class com.ibatis.common.beans.BaseProbe
Returns an array of the readable properties exposed by an object
getReadablePropertyNames() - Method in class com.ibatis.common.beans.ClassInfo
Gets an array of the readable properties for an object
getReadablePropertyNames(Object) - Method in class com.ibatis.common.beans.ComplexBeanProbe
Returns an array of the readable properties exposed by a bean
getReadablePropertyNames(Object) - Method in class com.ibatis.common.beans.DomProbe
 
getReadablePropertyNames(Object) - Method in class com.ibatis.common.beans.GenericProbe
Gets an array of the readable properties in a Map or JavaBean
getRealConnection() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Getter for the *real* connection that this wraps
getRealHashCode() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Gets the hashcode of the real connection (or 0 if it is null)
getRef() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a Ref from the underlying result set
getRequestCount() - Method in class com.ibatis.common.jdbc.SimpleDataSource
Getter for the number of connection requests made
getResourceAsFile(String) - Static method in class com.ibatis.common.resources.Resources
Returns a resource on the classpath as a File object
getResourceAsFile(ClassLoader, String) - Static method in class com.ibatis.common.resources.Resources
Returns a resource on the classpath as a File object
getResourceAsProperties(String) - Static method in class com.ibatis.common.resources.Resources
Returns a resource on the classpath as a Properties object
getResourceAsProperties(ClassLoader, String) - Static method in class com.ibatis.common.resources.Resources
Returns a resource on the classpath as a Properties object
getResourceAsReader(String) - Static method in class com.ibatis.common.resources.Resources
Returns a resource on the classpath as a Reader object
getResourceAsReader(ClassLoader, String) - Static method in class com.ibatis.common.resources.Resources
Returns a resource on the classpath as a Reader object
getResourceAsStream(String) - Static method in class com.ibatis.common.resources.Resources
Returns a resource on the classpath as a Stream object
getResourceAsStream(ClassLoader, String) - Static method in class com.ibatis.common.resources.Resources
Returns a resource on the classpath as a Stream object
getResourceURL(String) - Static method in class com.ibatis.common.resources.Resources
Returns the URL of the resource on the classpath
getResourceURL(ClassLoader, String) - Static method in class com.ibatis.common.resources.Resources
Returns the URL of the resource on the classpath
getResult(ResultGetter) - Method in interface com.ibatis.sqlmap.client.extensions.TypeHandlerCallback
Performs processing on a value before after it has been retrieved from a ResultSet.
getResultSet() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Returns the underlying ResultSet...be careful!
getRs() - Method in class com.ibatis.common.jdbc.logging.ResultSetLogProxy
Get the wrapped result set
getSession() - Method in interface com.ibatis.sqlmap.client.SqlMapClient
Deprecated. Use openSession() instead. THIS METHOD WILL BE REMOVED BEFORE FINAL RELEASE.
getSetInvoker(String) - Method in class com.ibatis.common.beans.ClassInfo
 
getSetter(String) - Method in class com.ibatis.common.beans.ClassInfo
Gets the setter for a property as a Method object
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
getSQLState() - Method in exception com.ibatis.common.jdbc.exception.RuntimeSQLException
Getter for the SQL State
getStatement() - Method in class com.ibatis.common.jdbc.logging.StatementLogProxy
return the wrapped statement
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
getTime() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a Time from the underlying result set
getTime(Calendar) - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a Time from the underlying result set using a Calendar
getTimeElapsedSinceLastUse() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Getter for the time since this connection was last used
getTimestamp() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a Timestamp from the underlying result set
getTimestamp(Calendar) - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a Timestamp from the underlying result set
getTransactionIsolation() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
getTypeMap() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
getTypeString() - Method in class com.ibatis.common.jdbc.logging.BaseLogProxy
 
getURL() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Gets a URL from the underlying result set
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.
getValueString() - Method in class com.ibatis.common.jdbc.logging.BaseLogProxy
 
getWarnings() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
getWriteablePropertyNames(Object) - Method in class com.ibatis.common.beans.BaseProbe
Returns an array of the writeable properties exposed by an object
getWriteablePropertyNames() - Method in class com.ibatis.common.beans.ClassInfo
Gets an array of the writeable properties for an object
getWriteablePropertyNames(Object) - Method in class com.ibatis.common.beans.ComplexBeanProbe
Returns an array of the writeable properties exposed by a bean
getWriteablePropertyNames(Object) - Method in class com.ibatis.common.beans.DomProbe
 
getWriteablePropertyNames(Object) - Method in class com.ibatis.common.beans.GenericProbe
Gets an array of the writeable properties in a Map or JavaBean
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.

H

handleRow(Object) - Method in interface com.ibatis.sqlmap.client.event.RowHandler
Handles a single row of a result set.
hashCode() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
hasReadableProperty(String) - Method in class com.ibatis.common.beans.ClassInfo
Check to see if a class has a readable property by name
hasReadableProperty(Object, String) - Method in class com.ibatis.common.beans.ComplexBeanProbe
Checks to see if a bean has a readable property be a given name
hasReadableProperty(Object, String) - Method in class com.ibatis.common.beans.DomProbe
 
hasReadableProperty(Object, String) - Method in class com.ibatis.common.beans.GenericProbe
Checks to see if a bean has a readable property by a given name
hasReadableProperty(Object, String) - Method in interface com.ibatis.common.beans.Probe
Checks to see if an object has a readable property by a given name
hasWritableProperty(String) - Method in class com.ibatis.common.beans.ClassInfo
Check to see if a class has a writeable property by name
hasWritableProperty(Object, String) - Method in class com.ibatis.common.beans.ComplexBeanProbe
Checks to see if a bean has a writable property be a given name
hasWritableProperty(Object, String) - Method in class com.ibatis.common.beans.DomProbe
 
hasWritableProperty(Object, String) - Method in class com.ibatis.common.beans.GenericProbe
Checks to see if an object has a writable property by a given name
hasWritableProperty(Object, String) - Method in interface com.ibatis.common.beans.Probe
Checks to see if an object has a writable property by a given name

I

id - Variable in class com.ibatis.common.jdbc.logging.BaseLogProxy
 
index - Variable in class com.ibatis.common.io.ReaderInputStream
 
indexOf(Object) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
insert(String, Object) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL INSERT statement.
insert(String) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL INSERT statement.
instantiate(String) - Static method in class com.ibatis.common.resources.Resources
Creates an instance of a class
instantiate(Class) - Static method in class com.ibatis.common.resources.Resources
Creates an instance of a class
instantiateClass() - Method in class com.ibatis.common.beans.ClassInfo
 
invalidate() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Invalidates the connection
invoke(Object, Object[]) - Method in class com.ibatis.common.beans.GetFieldInvoker
 
invoke(Object, Object[]) - Method in interface com.ibatis.common.beans.Invoker
 
invoke(Object, Object[]) - Method in class com.ibatis.common.beans.MethodInvoker
 
invoke(Object, Object[]) - Method in class com.ibatis.common.beans.SetFieldInvoker
 
invoke(Object, Method, Object[]) - Method in class com.ibatis.common.jdbc.logging.ConnectionLogProxy
 
invoke(Object, Method, Object[]) - Method in class com.ibatis.common.jdbc.logging.PreparedStatementLogProxy
 
invoke(Object, Method, Object[]) - Method in class com.ibatis.common.jdbc.logging.ResultSetLogProxy
 
invoke(Object, Method, Object[]) - Method in class com.ibatis.common.jdbc.logging.StatementLogProxy
 
invoke(Object, Method, Object[]) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Required for InvocationHandler implementation.
Invoker - Interface in com.ibatis.common.beans
 
isClosed() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
isDebugEnabled() - Method in class com.ibatis.common.logging.jakarta.JakartaCommonsLoggingImpl
 
isDebugEnabled() - Method in class com.ibatis.common.logging.jdk14.Jdk14LoggingImpl
 
isDebugEnabled() - Method in interface com.ibatis.common.logging.Log
 
isDebugEnabled() - Method in class com.ibatis.common.logging.log4j.Log4jImpl
 
isDebugEnabled() - Method in class com.ibatis.common.logging.nologging.NoLoggingImpl
 
isEmpty() - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
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?
isKnownType(Class) - Static method in class com.ibatis.common.beans.ClassInfo
Tells us if the class passed in is a knwon common type
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?
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)?
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?
isPoolPingEnabled() - Method in class com.ibatis.common.jdbc.SimpleDataSource
Getter to tell if we should use the ping query
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?
isReadOnly() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
isValid() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Method to see if the connection is usable
iterator() - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  

J

JakartaCommonsLoggingImpl - Class in com.ibatis.common.logging.jakarta
 
JakartaCommonsLoggingImpl(Class) - Constructor for class com.ibatis.common.logging.jakarta.JakartaCommonsLoggingImpl
 
Jdk14LoggingImpl - Class in com.ibatis.common.logging.jdk14
 
Jdk14LoggingImpl(Class) - Constructor for class com.ibatis.common.logging.jdk14.Jdk14LoggingImpl
 

L

lastIndexOf(Object) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
length - Variable in class com.ibatis.common.io.ReaderInputStream
 
listIterator() - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
listIterator(int) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
Log - Interface in com.ibatis.common.logging
 
Log4jImpl - Class in com.ibatis.common.logging.log4j
 
Log4jImpl(Class) - Constructor for class com.ibatis.common.logging.log4j.Log4jImpl
 
LogFactory - Class in com.ibatis.common.logging
 
LogFactory() - Constructor for class com.ibatis.common.logging.LogFactory
 

M

MethodInvoker - Class in com.ibatis.common.beans
 
MethodInvoker(Method) - Constructor for class com.ibatis.common.beans.MethodInvoker
 

N

nativeSQL(String) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
NestedSQLException - Exception in com.ibatis.common.jdbc.exception
Class to allow passing an Exception with the original SQLException
NestedSQLException(String) - Constructor for exception com.ibatis.common.jdbc.exception.NestedSQLException
Constructor from java.sql.SQLException
NestedSQLException(String, String) - Constructor for exception com.ibatis.common.jdbc.exception.NestedSQLException
Constructor from java.sql.SQLException
NestedSQLException(String, String, int) - Constructor for exception com.ibatis.common.jdbc.exception.NestedSQLException
Constructor from java.sql.SQLException
NestedSQLException(String, Throwable) - Constructor for exception com.ibatis.common.jdbc.exception.NestedSQLException
Constructor from java.sql.SQLException with added nested exception
NestedSQLException(String, String, Throwable) - Constructor for exception com.ibatis.common.jdbc.exception.NestedSQLException
Constructor from java.sql.SQLException with added nested exception
NestedSQLException(String, String, int, Throwable) - Constructor for exception com.ibatis.common.jdbc.exception.NestedSQLException
Constructor from java.sql.SQLException with added nested exception
NestedSQLException(Throwable) - Constructor for exception com.ibatis.common.jdbc.exception.NestedSQLException
Constructor from java.sql.SQLException with added nested exception
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
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.
Nodelet - Interface in com.ibatis.common.xml
A nodelet is a sort of callback or event handler that can be registered to handle an XPath event registered with the NodeParser.
NodeletException - Exception in com.ibatis.common.xml
 
NodeletException() - Constructor for exception com.ibatis.common.xml.NodeletException
 
NodeletException(String) - Constructor for exception com.ibatis.common.xml.NodeletException
 
NodeletException(Throwable) - Constructor for exception com.ibatis.common.xml.NodeletException
 
NodeletException(String, Throwable) - Constructor for exception com.ibatis.common.xml.NodeletException
 
NodeletParser - Class in com.ibatis.common.xml
The NodeletParser is a callback based parser similar to SAX.
NodeletParser() - Constructor for class com.ibatis.common.xml.NodeletParser
 
NodeletUtils - Class in com.ibatis.common.xml
 
NodeletUtils() - Constructor for class com.ibatis.common.xml.NodeletUtils
 
nodeToString(Node, String) - Static method in class com.ibatis.common.beans.DomProbe
Converts a DOM node to a complete xml string
NoLoggingImpl - Class in com.ibatis.common.logging.nologging
 
NoLoggingImpl(Class) - Constructor for class com.ibatis.common.logging.nologging.NoLoggingImpl
 

O

openSession() - Method in interface com.ibatis.sqlmap.client.SqlMapClient
Returns a single threaded SqlMapSession implementation for use by one user.
openSession(Connection) - Method in interface com.ibatis.sqlmap.client.SqlMapClient
Returns a single threaded SqlMapSession implementation for use by one user.

P

PaginatedArrayList - Class in com.ibatis.common.util
Deprecated. All paginated list features have been deprecated
PaginatedArrayList(int) - Constructor for class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
PaginatedArrayList(int, int) - Constructor for class com.ibatis.common.util.PaginatedArrayList
Deprecated. Constructor to set the initial size and the page size
PaginatedArrayList(Collection, int) - Constructor for class com.ibatis.common.util.PaginatedArrayList
Deprecated. Constructor to create an instance using an existing collection
PaginatedList - Interface in com.ibatis.common.util
Deprecated. All paginated list features have been deprecated
ParameterSetter - Interface in com.ibatis.sqlmap.client.extensions
Allows parameters to be set on the underlying prepared statement.
parse(Reader) - Method in class com.ibatis.common.xml.NodeletParser
Begins parsing from the provided Reader.
parse(InputStream) - Method in class com.ibatis.common.xml.NodeletParser
 
parse(Node) - Method in class com.ibatis.common.xml.NodeletParser
Begins parsing from the provided Node.
parseAttributes(Node) - Static method in class com.ibatis.common.xml.NodeletUtils
 
parseAttributes(Node, Properties) - Static method in class com.ibatis.common.xml.NodeletUtils
 
parsePropertyTokens(String, Properties) - Static method in class com.ibatis.common.xml.NodeletUtils
 
prepareCall(String) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
prepareCall(String, int, int) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
prepareCall(String, int, int, int) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
PreparedStatementLogProxy - Class in com.ibatis.common.jdbc.logging
PreparedStatement proxy to add logging
prepareStatement(String) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
prepareStatement(String, int, int) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
prepareStatement(String, int, int, int) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
prepareStatement(String, int) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
prepareStatement(String, int[]) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
prepareStatement(String, String[]) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
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.
Probe - Interface in com.ibatis.common.beans
A Probe is an object that is used to work with beans, DOM objects, or other objects.
ProbeException - Exception in com.ibatis.common.beans
BeansException for use for by BeanProbe and StaticBeanProbe.
ProbeException() - Constructor for exception com.ibatis.common.beans.ProbeException
Default constructor
ProbeException(String) - Constructor for exception com.ibatis.common.beans.ProbeException
Constructor to set the message for the exception
ProbeException(Throwable) - Constructor for exception com.ibatis.common.beans.ProbeException
Constructor to create a nested exception
ProbeException(String, Throwable) - Constructor for exception com.ibatis.common.beans.ProbeException
Constructor to create a nested exception with a message
ProbeFactory - Class in com.ibatis.common.beans
An abstract factory for getting Probe implementations.
ProbeFactory() - Constructor for class com.ibatis.common.beans.ProbeFactory
 
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.

Q

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

R

read() - Method in class com.ibatis.common.io.ReaderInputStream
 
read(byte[], int, int) - Method in class com.ibatis.common.io.ReaderInputStream
 
reader - Variable in class com.ibatis.common.io.ReaderInputStream
 
ReaderInputStream - Class in com.ibatis.common.io
An InputStream backed by a Reader
ReaderInputStream(Reader) - Constructor for class com.ibatis.common.io.ReaderInputStream
Constructor to supply a Reader
ReaderInputStream(Reader, String) - Constructor for class com.ibatis.common.io.ReaderInputStream
Constructor to supply a Reader and an encoding
releaseSavepoint(Savepoint) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
remove(Object) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
remove(int) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
removeAll(Collection) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
removeBreakingWhitespace(String) - Method in class com.ibatis.common.jdbc.logging.BaseLogProxy
 
Resources - Class in com.ibatis.common.resources
A class to simplify access to resources through the classloader.
ResultGetter - Interface in com.ibatis.sqlmap.client.extensions
Allows values to be retrieved from the underlying result set.
ResultSetLogProxy - Class in com.ibatis.common.jdbc.logging
ResultSet proxy to add logging
retainAll(Collection) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
rollback() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
rollback(Savepoint) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
RowHandler - Interface in com.ibatis.sqlmap.client.event
Event handler for row by row processing.
runScript(Reader) - Method in class com.ibatis.common.jdbc.ScriptRunner
Runs an SQL script (read in using the Reader parameter)
RuntimeSQLException - Exception in com.ibatis.common.jdbc.exception
Unchecked exception to allow passing an Exception with the original SQLException
RuntimeSQLException() - Constructor for exception com.ibatis.common.jdbc.exception.RuntimeSQLException
Default constructor
RuntimeSQLException(String) - Constructor for exception com.ibatis.common.jdbc.exception.RuntimeSQLException
Constructor to pass along a message
RuntimeSQLException(SQLException) - Constructor for exception com.ibatis.common.jdbc.exception.RuntimeSQLException
Constructor to pass along another exception
RuntimeSQLException(String, SQLException) - Constructor for exception com.ibatis.common.jdbc.exception.RuntimeSQLException
Constructor to pass along a message and an exception

S

ScriptRunner - Class in com.ibatis.common.jdbc
Tool to run database scripts
ScriptRunner(Connection, boolean, boolean) - Constructor for class com.ibatis.common.jdbc.ScriptRunner
Default constructor
ScriptRunner(String, String, String, String, boolean, boolean) - Constructor for class com.ibatis.common.jdbc.ScriptRunner
 
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.
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.
set(int, Object) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
SET_METHODS - Static variable in class com.ibatis.common.jdbc.logging.BaseLogProxy
 
setArray(Array) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set an array on the underlying prepared statement
setAsciiStream(InputStream, int) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set an InputStream on the underlying prepared statement
setAutoCommit(boolean) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
setBigDecimal(BigDecimal) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set an on the underlying prepared statement
setBinaryStream(InputStream, int) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set an InputStream on the underlying prepared statement
setBlob(Blob) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a blob on the underlying prepared statement
setBoolean(boolean) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a boolean on the underlying prepared statement
setByte(byte) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a byte on the underlying prepared statement
setBytes(byte[]) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a byte array on the underlying prepared statement
setCacheEnabled(boolean) - Static method in class com.ibatis.common.beans.ClassInfo
 
setCatalog(String) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
setCharacterStream(Reader, int) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a character stream on the underlying prepared statement
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
setClob(Clob) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a clob on the underlying prepared statement
setColumn(Object, Object) - Method in class com.ibatis.common.jdbc.logging.BaseLogProxy
 
setConnectionTypeCode(int) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Setter for the connection type
setCreatedTimestamp(long) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Setter for the time that the connection was created
setDate(Date) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a date on the underlying prepared statement
setDate(Date, Calendar) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a date with a calendar on the underlying prepared statement
setDefaultClassLoader(ClassLoader) - Static method in class com.ibatis.common.resources.Resources
Sets the default classloader
setDelimiter(String, boolean) - Method in class com.ibatis.common.jdbc.ScriptRunner
 
setDouble(double) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a double on the underlying prepared statement
setEntityResolver(EntityResolver) - Method in class com.ibatis.common.xml.NodeletParser
 
setErrorLogWriter(PrintWriter) - Method in class com.ibatis.common.jdbc.ScriptRunner
Setter for errorLogWriter property
SetFieldInvoker - Class in com.ibatis.common.beans
 
SetFieldInvoker(Field) - Constructor for class com.ibatis.common.beans.SetFieldInvoker
 
setFloat(float) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a float on the underlying prepared statement
setHoldability(int) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
setIndexedProperty(Object, String, Object) - Method in class com.ibatis.common.beans.BaseProbe
 
setInt(int) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set an integer on the underlying prepared statement
setLastUsedTimestamp(long) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Setter for the time that the connection was last used
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
setNextException(SQLException) - Method in exception com.ibatis.common.jdbc.exception.RuntimeSQLException
Set the next exception in the chain
setNull(int) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a null on the underlying prepared statement
setNull(int, String) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a null on the underlying prepared statement
setObject(Object, String, Object) - Method in class com.ibatis.common.beans.ComplexBeanProbe
Sets the value of a bean property to an Object
setObject(Object, String, Object) - Method in class com.ibatis.common.beans.DomProbe
 
setObject(Object, String, Object) - Method in class com.ibatis.common.beans.GenericProbe
Sets an object in a Map or bean
setObject(Object, String, Object) - Method in interface com.ibatis.common.beans.Probe
Sets the value of a property on an object
setObject(Object) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set an object on the underlying prepared statement
setObject(Object, int) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set an object on the underlying prepared statement
setObject(Object, int, int) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set an object on the underlying prepared statement
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.
setProperty(Object, String, Object) - Method in class com.ibatis.common.beans.BaseProbe
 
setProperty(Object, String, Object) - Method in class com.ibatis.common.beans.ComplexBeanProbe
 
setProperty(Object, String, Object) - Method in class com.ibatis.common.beans.DomProbe
 
setProperty(Object, String, Object) - Method in class com.ibatis.common.beans.GenericProbe
 
setReadOnly(boolean) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
setRef(Ref) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a reference on the underlying prepared statement
setSavepoint() - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
setSavepoint(String) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
setShort(short) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a short on the underlying prepared statement
setString(String) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a string on the underlying prepared statement
setTime(Time) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a time on the underlying prepared statement
setTime(Time, Calendar) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a time with a calendar on the underlying prepared statement
setTimestamp(Timestamp) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a timestamp on the underlying prepared statement
setTimestamp(Timestamp, Calendar) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a timestamp on the underlying prepared statement
setTransactionIsolation(int) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
setTypeMap(Map) - Method in class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
 
setURL(URL) - Method in interface com.ibatis.sqlmap.client.extensions.ParameterSetter
Set a URL on the underlying prepared statement
setUserConnection(Connection) - Method in interface com.ibatis.sqlmap.client.SqlMapTransactionManager
Allows the developer to easily use an externally supplied connection when executing statements.
setValidation(boolean) - Method in class com.ibatis.common.xml.NodeletParser
 
SimpleDataSource - Class in com.ibatis.common.jdbc
This is a simple, synchronous, thread-safe database connection pool.
SimpleDataSource(Map) - Constructor for class com.ibatis.common.jdbc.SimpleDataSource
Constructor to allow passing in a map of properties for configuration
SimpleDataSource.SimplePooledConnection - Class in com.ibatis.common.jdbc
--------------------------------------------------------------------------------------- SimplePooledConnection ---------------------------------------------------------------------------------------
SimpleDataSource.SimplePooledConnection(Connection, SimpleDataSource) - Constructor for class com.ibatis.common.jdbc.SimpleDataSource.SimplePooledConnection
Constructor for SimplePooledConnection that uses the Connection and SimpleDataSource passed in
size() - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
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.
SqlMapException - Exception in com.ibatis.sqlmap.client
Thrown to indicate a problem with SQL Map configuration or state.
SqlMapException() - Constructor for exception com.ibatis.sqlmap.client.SqlMapException
Simple constructor
SqlMapException(String) - Constructor for exception com.ibatis.sqlmap.client.SqlMapException
Constructor to create exception with a message
SqlMapException(Throwable) - Constructor for exception com.ibatis.sqlmap.client.SqlMapException
Constructor to create exception to wrap another exception
SqlMapException(String, Throwable) - Constructor for exception com.ibatis.sqlmap.client.SqlMapException
Constructor to create exception to wrap another exception and pass a message
SqlMapExecutor - Interface in com.ibatis.sqlmap.client
This interface declares all methods involved with executing statements and batches for an SQL Map.
SqlMapSession - Interface in com.ibatis.sqlmap.client
A single threaded session for working with your SQL Maps.
SqlMapTransactionManager - Interface in com.ibatis.sqlmap.client
This interface declares methods for demarcating SQL Map transactions.
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.
startTransaction() - Method in interface com.ibatis.sqlmap.client.SqlMapTransactionManager
Demarcates the beginning of a transaction scope.
startTransaction(int) - Method in interface com.ibatis.sqlmap.client.SqlMapTransactionManager
Demarcates the beginning of a transaction scope using the specified transaction isolation.
StatementLogProxy - Class in com.ibatis.common.jdbc.logging
Statement proxy to add logging
subList(int, int) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  

T

toArray() - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
toArray(Object[]) - Method in class com.ibatis.common.util.PaginatedArrayList
Deprecated.  
TypeHandlerCallback - Interface in com.ibatis.sqlmap.client.extensions
A simple interface for implementing custom type handlers.

U

unwrapConnection(Connection) - Static method in class com.ibatis.common.jdbc.SimpleDataSource
Unwraps a pooled connection to get to the 'real' connection
unwrapThrowable(Throwable) - Static method in class com.ibatis.common.beans.ClassInfo
Examines a Throwable object and gets it's root cause
update(String, Object) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL UPDATE statement.
update(String) - Method in interface com.ibatis.sqlmap.client.SqlMapExecutor
Executes a mapped SQL UPDATE statement.

V

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.

W

warn(String) - Method in class com.ibatis.common.logging.jakarta.JakartaCommonsLoggingImpl
 
warn(String) - Method in class com.ibatis.common.logging.jdk14.Jdk14LoggingImpl
 
warn(String) - Method in interface com.ibatis.common.logging.Log
 
warn(String) - Method in class com.ibatis.common.logging.log4j.Log4jImpl
 
warn(String) - Method in class com.ibatis.common.logging.nologging.NoLoggingImpl
 
wasNull() - Method in interface com.ibatis.sqlmap.client.extensions.ResultGetter
Tells if the field was null
writer - Variable in class com.ibatis.common.io.ReaderInputStream
 

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