Uses of Class
org.springframework.dao.CleanupFailureDataAccessException

Packages that use CleanupFailureDataAccessException
org.springframework.jdbc.datasource 
org.springframework.orm.hibernate 
org.springframework.orm.jdo 

Uses of CleanupFailureDataAccessException in org.springframework.jdbc.datasource
 

Subclasses of CleanupFailureDataAccessException in org.springframework.jdbc.datasource
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 voidSessionFactoryUtils.closeSessionIfNecessary(Session session, 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.jdo
 

Methods in org.springframework.orm.jdo that throw CleanupFailureDataAccessException
static voidPersistenceManagerFactoryUtils.closePersistenceManagerIfNecessary(PersistenceManager pm, PersistenceManagerFactory pmf)
          Close the given PersistenceManager, created via the given factory, if it isn't bound to the thread.