|
spring-orm | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Interfaces | |
---|---|
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. |
Deprecated Classes | |
---|---|
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.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 |
Deprecated Methods | |
---|---|
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 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 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 |
|
spring-orm | ||||||||
PREV NEXT | FRAMES NO FRAMES |