Index

A B C D E G I L O Q R S U V 
All Classes and Interfaces|All Packages|Constant Field Values

A

AbstractLobTypeHandler - Class in org.springframework.orm.ibatis.support
Deprecated.
as of Spring 3.2, in favor of the native Spring support in the Mybatis follow-up project (https://mybatis.org/)
AbstractLobTypeHandler() - Constructor for class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
Deprecated.
Constructor used by iBATIS: fetches config-time LobHandler from SqlMapClientFactoryBean.
AbstractLobTypeHandler(LobHandler) - Constructor for class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
Deprecated.
Constructor used for testing: takes an explicit LobHandler.
afterPropertiesSet() - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
applyTransactionConfig(SqlMapClient, TransactionConfig) - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
Apply the given iBATIS TransactionConfig to the SqlMapClient.

B

BlobByteArrayTypeHandler - Class in org.springframework.orm.ibatis.support
Deprecated.
as of Spring 3.2, in favor of the native Spring support in the Mybatis follow-up project (https://mybatis.org/)
BlobByteArrayTypeHandler() - Constructor for class org.springframework.orm.ibatis.support.BlobByteArrayTypeHandler
Deprecated.
Constructor used by iBATIS: fetches config-time LobHandler from SqlMapClientFactoryBean.
BlobByteArrayTypeHandler(LobHandler) - Constructor for class org.springframework.orm.ibatis.support.BlobByteArrayTypeHandler
Deprecated.
Constructor used for testing: takes an explicit LobHandler.
BlobSerializableTypeHandler - Class in org.springframework.orm.ibatis.support
Deprecated.
as of Spring 3.2, in favor of the native Spring support in the Mybatis follow-up project (https://mybatis.org/)
BlobSerializableTypeHandler() - Constructor for class org.springframework.orm.ibatis.support.BlobSerializableTypeHandler
Deprecated.
Constructor used by iBATIS: fetches config-time LobHandler from SqlMapClientFactoryBean.
BlobSerializableTypeHandler(LobHandler) - Constructor for class org.springframework.orm.ibatis.support.BlobSerializableTypeHandler
Deprecated.
Constructor used for testing: takes an explicit LobHandler.
buildSqlMapClient(Resource[], Resource[], Properties) - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
Build a SqlMapClient instance based on the given standard configuration.

C

checkDaoConfig() - Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
Deprecated.
 
ClobStringTypeHandler - Class in org.springframework.orm.ibatis.support
Deprecated.
as of Spring 3.2, in favor of the native Spring support in the Mybatis follow-up project (https://mybatis.org/)
ClobStringTypeHandler() - Constructor for class org.springframework.orm.ibatis.support.ClobStringTypeHandler
Deprecated.
Constructor used by iBATIS: fetches config-time LobHandler from SqlMapClientFactoryBean.
ClobStringTypeHandler(LobHandler) - Constructor for class org.springframework.orm.ibatis.support.ClobStringTypeHandler
Deprecated.
Constructor used for testing: takes an explicit LobHandler.

D

delete(String) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
 
delete(String) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
delete(String, Object) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
 
delete(String, Object) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
delete(String, Object, int) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
Convenience method provided by Spring: execute a delete operation with an automatic check that the delete affected the given required number of rows.
delete(String, Object, int) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
doInSqlMapClient(SqlMapExecutor) - Method in interface org.springframework.orm.ibatis.SqlMapClientCallback
Deprecated.
Gets called by SqlMapClientTemplate.execute with an active SqlMapExecutor.

E

execute(SqlMapClientCallback) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
Execute the given data access action on a SqlMapExecutor.
executeWithListResult(SqlMapClientCallback) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
as of Spring 3.0 - not really needed anymore with generic SqlMapClientTemplate.execute(SqlMapClientCallback) method
executeWithMapResult(SqlMapClientCallback) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
as of Spring 3.0 - not really needed anymore with generic SqlMapClientTemplate.execute(SqlMapClientCallback) method

G

getConfigTimeLobHandler() - Static method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
Return the LobHandler for the currently configured iBATIS SqlMapClient, to be used by TypeHandler implementations like ClobStringTypeHandler.
getDataSource() - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
If no DataSource specified, use SqlMapClient's DataSource.
getDataSource() - Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
Deprecated.
Return the JDBC DataSource used by this DAO.
getObject() - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
 
getObjectType() - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
 
getResult(CallableStatement, int) - Method in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
Deprecated.
This implementation always throws a SQLException: retrieving LOBs from a CallableStatement is not supported.
getResult(ResultSet, int) - Method in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
Deprecated.
This implementation delegates to getResultInternal, passing in the LobHandler of this type.
getResult(ResultSet, String) - Method in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
Deprecated.
This implementation delegates to the getResult version that takes a column index.
getResultInternal(ResultSet, int, LobHandler) - Method in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
Deprecated.
Template method to extract a value from the given result set.
getResultInternal(ResultSet, int, LobHandler) - Method in class org.springframework.orm.ibatis.support.BlobByteArrayTypeHandler
Deprecated.
 
getResultInternal(ResultSet, int, LobHandler) - Method in class org.springframework.orm.ibatis.support.BlobSerializableTypeHandler
Deprecated.
 
getResultInternal(ResultSet, int, LobHandler) - Method in class org.springframework.orm.ibatis.support.ClobStringTypeHandler
Deprecated.
 
getSqlMapClient() - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
Return the iBATIS Database Layer SqlMapClient that this template works with.
getSqlMapClient() - Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
Deprecated.
Return the iBATIS Database Layer SqlMapClient that this template works with.
getSqlMapClientTemplate() - Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
Deprecated.
Return the SqlMapClientTemplate for this DAO, pre-initialized with the SqlMapClient or set explicitly.

I

Ibatis2Support - Class in org.ibatis.spring
Ibatis2Support provided by mybatis includes native Spring iBATIS integration classes (sourced from Spring 3.2.x and updated for modern Spring compatibility) to allow users of iBATIS to freely upgrade to Spring 5+ without being forced to simultaneously upgrade to MyBatis.
Ibatis2Support() - Constructor for class org.ibatis.spring.Ibatis2Support
 
insert(String) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
 
insert(String) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
insert(String, Object) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
 
insert(String, Object) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
isSingleton() - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
 

L

LOB_CREATOR_SYNCHRONIZATION_ORDER - Static variable in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
Deprecated.
Order value for TransactionSynchronization objects that clean up LobCreators.

O

org.ibatis.spring - package org.ibatis.spring
Faux package to create javadoc to fool sonatype as we have no code.
org.springframework.orm.ibatis - package org.springframework.orm.ibatis
Package providing integration of iBATIS Database Layer with Spring concepts.
org.springframework.orm.ibatis.support - package org.springframework.orm.ibatis.support
Classes supporting the org.springframework.orm.ibatis package.

Q

queryForList(String) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
 
queryForList(String) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
queryForList(String, int, int) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
 
queryForList(String, int, int) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
queryForList(String, Object) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
 
queryForList(String, Object) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
queryForList(String, Object, int, int) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
 
queryForList(String, Object, int, int) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
queryForMap(String, Object, String) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
 
queryForMap(String, Object, String) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
queryForMap(String, Object, String, String) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
 
queryForMap(String, Object, String, String) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
queryForObject(String) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
 
queryForObject(String) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
queryForObject(String, Object) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
 
queryForObject(String, Object) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
queryForObject(String, Object, Object) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
 
queryForObject(String, Object, Object) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
queryWithRowHandler(String, RowHandler) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
 
queryWithRowHandler(String, RowHandler) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
queryWithRowHandler(String, Object, RowHandler) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
 
queryWithRowHandler(String, Object, RowHandler) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 

R

resolveJdbcType(String) - Method in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
Deprecated.

S

setConfigLocation(Resource) - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
Set the location of the iBATIS SqlMapClient config file.
setConfigLocations(Resource[]) - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
Set multiple locations of iBATIS SqlMapClient config files that are going to be merged into one unified configuration at runtime.
setDataSource(DataSource) - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
Set the DataSource to be used by iBATIS SQL Maps.
setDataSource(DataSource) - Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
Deprecated.
Set the JDBC DataSource to be used by this DAO.
setLobHandler(LobHandler) - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
Set the LobHandler to be used by the SqlMapClient.
setMappingLocations(Resource[]) - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
Set locations of iBATIS sql-map mapping files that are going to be merged into the SqlMapClient configuration at runtime.
setParameter(PreparedStatement, int, Object, String) - Method in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
Deprecated.
This implementation delegates to setParameterInternal, passing in a transaction-synchronized LobCreator for the LobHandler of this type.
setParameterInternal(PreparedStatement, int, Object, String, LobCreator) - Method in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
Deprecated.
Template method to set the given value on the given statement.
setParameterInternal(PreparedStatement, int, Object, String, LobCreator) - Method in class org.springframework.orm.ibatis.support.BlobByteArrayTypeHandler
Deprecated.
 
setParameterInternal(PreparedStatement, int, Object, String, LobCreator) - Method in class org.springframework.orm.ibatis.support.BlobSerializableTypeHandler
Deprecated.
 
setParameterInternal(PreparedStatement, int, Object, String, LobCreator) - Method in class org.springframework.orm.ibatis.support.ClobStringTypeHandler
Deprecated.
 
setSqlMapClient(SqlMapClient) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
Set the iBATIS Database Layer SqlMapClient that defines the mapped statements.
setSqlMapClient(SqlMapClient) - Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
Deprecated.
Set the iBATIS Database Layer SqlMapClient to work with.
setSqlMapClientProperties(Properties) - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
Set optional properties to be passed into the SqlMapClientBuilder, as alternative to a <properties> tag in the sql-map-config.xml file.
setSqlMapClientTemplate(SqlMapClientTemplate) - Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
Deprecated.
Set the SqlMapClientTemplate for this DAO explicitly, as an alternative to specifying a SqlMapClient.
setTransactionConfigClass(Class) - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
Set the iBATIS TransactionConfig class to use.
setTransactionConfigProperties(Properties) - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
Set properties to be passed to the TransactionConfig instance used by this SqlMapClient.
setUseTransactionAwareDataSource(boolean) - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
Set whether to use a transaction-aware DataSource for the SqlMapClient, i.e. whether to automatically wrap the passed-in DataSource with Spring's TransactionAwareDataSourceProxy.
SqlMapClientCallback<T> - Interface in org.springframework.orm.ibatis
Deprecated.
as of Spring 3.2, in favor of the native Spring support in the Mybatis follow-up project (https://mybatis.org/)
SqlMapClientDaoSupport - Class in org.springframework.orm.ibatis.support
Deprecated.
as of Spring 3.2, in favor of the native Spring support in the Mybatis follow-up project (https://mybatis.org/)
SqlMapClientDaoSupport() - Constructor for class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
Deprecated.
 
SqlMapClientFactoryBean - Class in org.springframework.orm.ibatis
Deprecated.
as of Spring 3.2, in favor of the native Spring support in the Mybatis follow-up project (https://mybatis.org/)
SqlMapClientFactoryBean() - Constructor for class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
 
SqlMapClientOperations - Interface in org.springframework.orm.ibatis
Deprecated.
as of Spring 3.2, in favor of the native Spring support in the Mybatis follow-up project (https://mybatis.org/)
SqlMapClientTemplate - Class in org.springframework.orm.ibatis
Deprecated.
as of Spring 3.2, in favor of the native Spring support in the Mybatis follow-up project (https://mybatis.org/)
SqlMapClientTemplate() - Constructor for class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
Create a new SqlMapClientTemplate.
SqlMapClientTemplate(SqlMapClient) - Constructor for class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
Create a new SqlMapTemplate.
SqlMapClientTemplate(DataSource, SqlMapClient) - Constructor for class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
Create a new SqlMapTemplate.

U

update(String) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
 
update(String) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
update(String, Object) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
 
update(String, Object) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
update(String, Object, int) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
Convenience method provided by Spring: execute an update operation with an automatic check that the update affected the given required number of rows.
update(String, Object, int) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 

V

valueOf(String) - Method in class org.springframework.orm.ibatis.support.BlobByteArrayTypeHandler
Deprecated.
 
valueOf(String) - Method in class org.springframework.orm.ibatis.support.BlobSerializableTypeHandler
Deprecated.
 
valueOf(String) - Method in class org.springframework.orm.ibatis.support.ClobStringTypeHandler
Deprecated.
 
A B C D E G I L O Q R S U V 
All Classes and Interfaces|All Packages|Constant Field Values