Uses of Class
org.springframework.dao.DataAccessResourceFailureException

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

Uses of DataAccessResourceFailureException in org.springframework.jdbc.datasource
 

Subclasses of DataAccessResourceFailureException in org.springframework.jdbc.datasource
class CannotGetJdbcConnectionException
          Fatal exception thrown when we can't connect to an RDBMS using JDBC.
 

Uses of DataAccessResourceFailureException in org.springframework.orm.hibernate
 

Methods in org.springframework.orm.hibernate that throw DataAccessResourceFailureException
static SessionSessionFactoryUtils.getSession(SessionFactory sessionFactory, boolean allowCreate)
          Get a Hibernate Session for the given factory.
static SessionSessionFactoryUtils.getSession(SessionFactory sessionFactory, Interceptor entityInterceptor, SQLExceptionTranslator jdbcExceptionTranslator, boolean allowSynchronization)
          
 

Uses of DataAccessResourceFailureException in org.springframework.orm.jdo
 

Methods in org.springframework.orm.jdo that throw DataAccessResourceFailureException
static PersistenceManagerPersistenceManagerFactoryUtils.getPersistenceManager(PersistenceManagerFactory pmf, boolean allowCreate, boolean allowSynchronization)
          
static PersistenceManagerPersistenceManagerFactoryUtils.getPersistenceManager(PersistenceManagerFactory pmf, boolean allowCreate)
          Get a JDO PersistenceManager via the given factory.