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. 
 

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 net.sf.hibernate.Session SessionFactoryUtils.getSession(net.sf.hibernate.SessionFactory sessionFactory, boolean allowCreate)
          Get a Hibernate Session for the given factory.
static net.sf.hibernate.Session SessionFactoryUtils.getSession(net.sf.hibernate.SessionFactory sessionFactory, net.sf.hibernate.Interceptor entityInterceptor, SQLExceptionTranslator jdbcExceptionTranslator, boolean allowSynchronization)
          Get a Hibernate Session for the given factory.
 

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

Methods in org.springframework.orm.hibernate.support that throw DataAccessResourceFailureException
protected  net.sf.hibernate.Session OpenSessionInViewFilter.getSession(net.sf.hibernate.SessionFactory sessionFactory)
          Get a Session for the SessionFactory that this filter uses.
protected  net.sf.hibernate.Session HibernateDaoSupport.getSession()
          Get a Hibernate Session, either from the current transaction or a new one.
protected  net.sf.hibernate.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
 

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)
           
 

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.
 



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