|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CleanupFailureDataAccessException | |
org.springframework.jdbc | The classes in this package make JDBC easier to use and reduce the likelihood of common errors. |
org.springframework.orm.hibernate | Package providing integration of Hibernate with Spring concepts. |
org.springframework.orm.hibernate.support | Classes supporting the org.springframework.orm.hibernate package. |
org.springframework.orm.jdo | Package providing integration of JDO with Spring concepts. |
org.springframework.orm.jdo.support | Classes supporting the org.springframework.orm.jdo package. |
Uses of CleanupFailureDataAccessException in org.springframework.jdbc |
Subclasses of CleanupFailureDataAccessException in org.springframework.jdbc | |
class |
CannotCloseJdbcConnectionException
Exception thrown when we successfully executed a SQL statement, but then failed to close the JDBC connection. |
Uses of CleanupFailureDataAccessException in org.springframework.orm.hibernate |
Methods in org.springframework.orm.hibernate that throw CleanupFailureDataAccessException | |
static void |
SessionFactoryUtils.closeSessionIfNecessary(net.sf.hibernate.Session session,
net.sf.hibernate.SessionFactory sessionFactory)
Close the given Session, created via the given factory, if it isn't bound to the thread. |
Uses of CleanupFailureDataAccessException in org.springframework.orm.hibernate.support |
Methods in org.springframework.orm.hibernate.support that throw CleanupFailureDataAccessException | |
protected void |
OpenSessionInViewFilter.closeSession(net.sf.hibernate.Session session,
net.sf.hibernate.SessionFactory sessionFactory)
Close the given Session. |
protected void |
HibernateDaoSupport.closeSessionIfNecessary(net.sf.hibernate.Session session)
Close the given Hibernate Session if necessary, created via this bean's SessionFactory, if it isn't bound to the thread. |
Uses of CleanupFailureDataAccessException in org.springframework.orm.jdo |
Methods in org.springframework.orm.jdo that throw CleanupFailureDataAccessException | |
static void |
PersistenceManagerFactoryUtils.closePersistenceManagerIfNecessary(javax.jdo.PersistenceManager pm,
javax.jdo.PersistenceManagerFactory pmf)
Close the given PersistenceManager, created via the given factory, if it isn't bound to the thread. |
Uses of CleanupFailureDataAccessException in org.springframework.orm.jdo.support |
Methods in org.springframework.orm.jdo.support that throw CleanupFailureDataAccessException | |
protected void |
JdoDaoSupport.closeSessionIfNecessary(javax.jdo.PersistenceManager pm)
Close the given JDO PersistenceManager if necessary, created via this bean's PersistenceManagerFactory, if it isn't bound to the thread. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |