Uses of Class
org.springframework.dao.DataAccessResourceFailureException

Packages that use DataAccessResourceFailureException
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.  
org.springframework.orm.ojb Package providing integration of Apache OJB with Spring concepts.  
org.springframework.orm.ojb.support Classes supporting the org.springframework.orm.ojb package.  
 

Uses of DataAccessResourceFailureException in org.springframework.jdbc
 

Subclasses of DataAccessResourceFailureException in org.springframework.jdbc
 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 Session SessionFactoryUtils.getSession(SessionFactory sessionFactory, boolean allowCreate)
          Get a Hibernate Session for the given SessionFactory.
static Session SessionFactoryUtils.getSession(SessionFactory sessionFactory, Interceptor entityInterceptor, SQLExceptionTranslator jdbcExceptionTranslator, boolean allowSynchronization)
          Get a Hibernate Session for the given SessionFactory.
 

Uses of DataAccessResourceFailureException in org.springframework.orm.hibernate.support
 

Methods in org.springframework.orm.hibernate.support that throw DataAccessResourceFailureException
protected  Session OpenSessionInViewFilter.getSession(SessionFactory sessionFactory)
          Get a Session for the SessionFactory that this filter uses.
protected  Session HibernateDaoSupport.getSession()
          Get a Hibernate Session, either from the current transaction or a new one.
protected  Session HibernateDaoSupport.getSession(boolean allowCreate)
          Get a Hibernate Session, either from the current transaction or a new one.
 

Uses of DataAccessResourceFailureException in org.springframework.orm.jdo
 

Subclasses of DataAccessResourceFailureException in org.springframework.orm.jdo
 class JdoResourceFailureException
          JDO-specific subclass of DataAccessResourceFailureException.
 

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

Uses of DataAccessResourceFailureException in org.springframework.orm.jdo.support
 

Methods in org.springframework.orm.jdo.support that throw DataAccessResourceFailureException
protected  javax.jdo.PersistenceManager JdoDaoSupport.getPersistenceManager(boolean allowCreate)
          Get a JDO PersistenceManager, either from the current transaction or a new one.
 

Uses of DataAccessResourceFailureException in org.springframework.orm.ojb
 

Methods in org.springframework.orm.ojb that throw DataAccessResourceFailureException
static org.apache.ojb.broker.PersistenceBroker OjbFactoryUtils.getPersistenceBroker(org.apache.ojb.broker.PBKey pbKey, boolean allowCreate)
          Get an OJB PersistenceBroker for the given PBKey.
static org.apache.ojb.broker.PersistenceBroker OjbFactoryUtils.getPersistenceBroker(org.apache.ojb.broker.PBKey pbKey, boolean allowCreate, boolean allowSynchronization)
          Get an OJB PersistenceBroker for the given PBKey.
protected  org.apache.ojb.broker.PersistenceBroker PersistenceBrokerTemplate.getPersistenceBroker()
          Get an OJB PersistenceBroker for the PBKey of this template.
 

Uses of DataAccessResourceFailureException in org.springframework.orm.ojb.support
 

Methods in org.springframework.orm.ojb.support that throw DataAccessResourceFailureException
protected  org.apache.ojb.broker.PersistenceBroker PersistenceBrokerDaoSupport.getPersistenceBroker(boolean allowCreate)
          Get an OJB PersistenceBroker.
 



Copyright (C) 2003-2004 The Spring Framework Project.