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.hibernate3.HibernateInterceptor
as of Spring 3.2.7, in favor of either HibernateTemplate usage or
native Hibernate API usage within transactions, in combination with a general
org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor .
Note: This class does not have an equivalent replacement in orm.hibernate4 . |
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 |