Interface and Description |
---|
org.springframework.orm.jdo.JdoCallback
as of Spring 3.1, in favor of native PersistenceManager usage
(see
TransactionAwarePersistenceManagerFactoryProxy and
SpringPersistenceManagerProxyBean ) |
org.springframework.orm.jdo.JdoOperations
as of Spring 3.1, in favor of native PersistenceManager usage
(see
TransactionAwarePersistenceManagerFactoryProxy and
SpringPersistenceManagerProxyBean ) |
org.springframework.orm.jpa.JpaCallback
as of Spring 3.1, in favor of native EntityManager usage
(typically obtained through
@PersistenceContext ) |
org.springframework.orm.jpa.JpaOperations
as of Spring 3.1, in favor of native EntityManager usage
(typically obtained through
@PersistenceContext ).
Note that this interface did not get upgraded to JPA 2.0 and never will. |
org.springframework.orm.ibatis.SqlMapClientCallback
as of Spring 3.2, in favor of the native Spring support
in the Mybatis follow-up project (http://code.google.com/p/mybatis/)
|
org.springframework.orm.ibatis.SqlMapClientOperations
as of Spring 3.2, in favor of the native Spring support
in the Mybatis follow-up project (http://code.google.com/p/mybatis/)
|
Class and Description |
---|
org.springframework.orm.ibatis.support.AbstractLobTypeHandler
as of Spring 3.2, in favor of the native Spring support
in the Mybatis follow-up project (http://code.google.com/p/mybatis/)
|
org.springframework.orm.ibatis.support.BlobByteArrayTypeHandler
as of Spring 3.2, in favor of the native Spring support
in the Mybatis follow-up project (http://code.google.com/p/mybatis/)
|
org.springframework.orm.ibatis.support.BlobSerializableTypeHandler
as of Spring 3.2, in favor of the native Spring support
in the Mybatis follow-up project (http://code.google.com/p/mybatis/)
|
org.springframework.orm.ibatis.support.ClobStringTypeHandler
as of Spring 3.2, in favor of the native Spring support
in the Mybatis follow-up project (http://code.google.com/p/mybatis/)
|
org.springframework.orm.jdo.JdoAccessor
as of Spring 3.1, in favor of native PersistenceManager usage
(see
TransactionAwarePersistenceManagerFactoryProxy and
SpringPersistenceManagerProxyBean ) |
org.springframework.orm.jdo.support.JdoDaoSupport
as of Spring 3.1, in favor of native PersistenceManager usage
(see
TransactionAwarePersistenceManagerFactoryProxy
and SpringPersistenceManagerProxyBean ) |
org.springframework.orm.jdo.JdoInterceptor
as of Spring 3.1, in favor of native PersistenceManager usage
and AOP-driven exception translation through
org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor |
org.springframework.orm.jdo.JdoTemplate
as of Spring 3.1, in favor of native PersistenceManager usage
(see
TransactionAwarePersistenceManagerFactoryProxy and
SpringPersistenceManagerProxyBean ) |
org.springframework.orm.jpa.JpaAccessor
as of Spring 3.1, in favor of native EntityManager usage
(typically obtained through
@PersistenceContext ) |
org.springframework.orm.jpa.support.JpaDaoSupport
as of Spring 3.1, in favor of native EntityManager usage
(typically obtained through
@PersistenceContext ) |
org.springframework.orm.jpa.JpaInterceptor
as of Spring 3.1, in favor of native EntityManager usage
(typically obtained through
@PersistenceContext ) and
AOP-driven exception translation through
org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor |
org.springframework.orm.jpa.JpaTemplate
as of Spring 3.1, in favor of native EntityManager usage
(typically obtained through
@PersistenceContext )
Note that this class did not get upgraded to JPA 2.0 and never will. |
org.springframework.orm.hibernate3.LocalCacheProviderProxy
as of Spring 3.0, following Hibernate 3.3's deprecation
of the CacheProvider SPI
|
org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
as of Spring 3.2, in favor of the native Spring support
in the Mybatis follow-up project (http://code.google.com/p/mybatis/)
|
org.springframework.orm.ibatis.SqlMapClientFactoryBean
as of Spring 3.2, in favor of the native Spring support
in the Mybatis follow-up project (http://code.google.com/p/mybatis/)
|
org.springframework.orm.ibatis.SqlMapClientTemplate
as of Spring 3.2, in favor of the native Spring support
in the Mybatis follow-up project (http://code.google.com/p/mybatis/)
|
org.springframework.orm.jpa.vendor.TopLinkJpaDialect
as of Spring 3.1, in favor of the EclipseLink project and
Spring's corresponding
EclipseLinkJpaDialect |
org.springframework.orm.jpa.vendor.TopLinkJpaVendorAdapter
as of Spring 3.1, in favor of the EclipseLink project and
Spring's corresponding
EclipseLinkJpaVendorAdapter |
Method and Description |
---|
org.springframework.orm.ibatis.SqlMapClientTemplate.executeWithListResult(SqlMapClientCallback
as of Spring 3.0 - not really needed anymore with generic
SqlMapClientTemplate.execute(org.springframework.orm.ibatis.SqlMapClientCallback<T>) method |
org.springframework.orm.ibatis.SqlMapClientTemplate.executeWithMapResult(SqlMapClientCallback
as of Spring 3.0 - not really needed anymore with generic
SqlMapClientTemplate.execute(org.springframework.orm.ibatis.SqlMapClientCallback<T>) method |
org.springframework.orm.hibernate3.HibernateOperations.saveOrUpdateAll(Collection)
as of Spring 2.5, in favor of individual
saveOrUpdate or merge usage |
org.springframework.orm.hibernate3.LocalSessionFactoryBean.setCacheProvider(CacheProvider)
as of Spring 3.0, following Hibernate 3.3's deprecation
of the CacheProvider SPI
|