|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataAccessResourceFailureException | |
---|---|
org.springframework.jca.cci | This package contains Spring's support for the Common Client Interface (CCI), as defined by the J2EE Connector Architecture. |
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 2.1 with Spring concepts. |
org.springframework.orm.hibernate.support | Classes supporting the org.springframework.orm.hibernate package. |
org.springframework.orm.hibernate3 | Package providing integration of Hibernate3 with Spring concepts. |
org.springframework.orm.hibernate3.support | Classes supporting the org.springframework.orm.hibernate3 package. |
org.springframework.orm.jdo | Package providing integration of JDO (Java Date Objects) 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. |
org.springframework.orm.toplink | Package providing integration of Oracle TopLink with Spring concepts. |
org.springframework.orm.toplink.support | Classes supporting the org.springframework.orm.toplink package. |
Uses of DataAccessResourceFailureException in org.springframework.jca.cci |
---|
Subclasses of DataAccessResourceFailureException in org.springframework.jca.cci | |
---|---|
class |
CannotCreateRecordException
Exception thrown when the creating of a CCI Record failed for connector-internal reasons. |
class |
CannotGetCciConnectionException
Fatal exception thrown when we can't connect to an EIS using CCI. |
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 SessionFactory. |
static net.sf.hibernate.Session |
SessionFactoryUtils.getSession(net.sf.hibernate.SessionFactory sessionFactory,
net.sf.hibernate.Interceptor entityInterceptor,
SQLExceptionTranslator jdbcExceptionTranslator)
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 net.sf.hibernate.Session |
HibernateDaoSupport.getSession()
Obtain a Hibernate Session, either from the current transaction or a new one. |
protected net.sf.hibernate.Session |
HibernateDaoSupport.getSession(boolean allowCreate)
Obtain a Hibernate Session, either from the current transaction or a new one. |
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 |
OpenSessionInViewFilter.openSession(net.sf.hibernate.SessionFactory sessionFactory)
Get a Session for the SessionFactory that this filter uses. |
Uses of DataAccessResourceFailureException in org.springframework.orm.hibernate3 |
---|
Methods in org.springframework.orm.hibernate3 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)
Get a Hibernate Session for the given SessionFactory. |
Uses of DataAccessResourceFailureException in org.springframework.orm.hibernate3.support |
---|
Methods in org.springframework.orm.hibernate3.support that throw DataAccessResourceFailureException | |
---|---|
protected Session |
HibernateDaoSupport.getSession()
Obtain a Hibernate Session, either from the current transaction or a new one. |
protected Session |
HibernateDaoSupport.getSession(boolean allowCreate)
Obtain a Hibernate Session, either from the current transaction or a new one. |
protected Session |
OpenSessionInViewFilter.getSession(SessionFactory sessionFactory)
Get a Session for the SessionFactory that this filter uses. |
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)
Obtain 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 | |
---|---|
protected org.apache.ojb.broker.PersistenceBroker |
PersistenceBrokerTemplate.getPersistenceBroker()
Get an OJB PersistenceBroker for the PBKey of this template. |
static org.apache.ojb.broker.PersistenceBroker |
OjbFactoryUtils.getPersistenceBroker(org.apache.ojb.broker.PBKey pbKey,
boolean allowCreate)
Get an OJB PersistenceBroker for the given PBKey. |
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. |
Uses of DataAccessResourceFailureException in org.springframework.orm.toplink |
---|
Methods in org.springframework.orm.toplink that throw DataAccessResourceFailureException | |
---|---|
static oracle.toplink.sessions.Session |
SessionFactoryUtils.getSession(SessionFactory sessionFactory,
boolean allowCreate)
Get a TopLink Session for the given SessionFactory. |
Uses of DataAccessResourceFailureException in org.springframework.orm.toplink.support |
---|
Methods in org.springframework.orm.toplink.support that throw DataAccessResourceFailureException | |
---|---|
protected oracle.toplink.sessions.Session |
TopLinkDaoSupport.getSession()
Get a TopLink Session, either from the current transaction or a new one. |
protected oracle.toplink.sessions.Session |
TopLinkDaoSupport.getSession(boolean allowCreate)
Get a TopLink Session, either from the current transaction or a new one. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |