Uses of Class
org.springframework.dao.DataAccessResourceFailureException
Packages that use DataAccessResourceFailureException Package Description 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.hibernate5.support Classes supporting theorg.springframework.orm.hibernate5package.org.springframework.orm.jpa Package providing integration of JPA (Java Persistence API) with Spring concepts.Uses of DataAccessResourceFailureException in org.springframework.jca.cci
Subclasses of DataAccessResourceFailureException in org.springframework.jca.cci Modifier and Type Class Description classCannotCreateRecordExceptionException thrown when the creating of a CCI Record failed for connector-internal reasons.classCannotGetCciConnectionExceptionFatal 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 Modifier and Type Class Description classCannotGetJdbcConnectionExceptionFatal exception thrown when we can't connect to an RDBMS using JDBC.Uses of DataAccessResourceFailureException in org.springframework.orm.hibernate5.support
Methods in org.springframework.orm.hibernate5.support that throw DataAccessResourceFailureException Modifier and Type Method Description protected SessionHibernateDaoSupport. currentSession()Conveniently obtain the current Hibernate Session.protected SessionOpenSessionInterceptor. openSession()Deprecated.as of 5.0, in favor ofOpenSessionInterceptor.openSession(SessionFactory)protected SessionOpenSessionInterceptor. openSession(SessionFactory sessionFactory)Open a Session for the given SessionFactory.protected SessionOpenSessionInViewFilter. openSession(SessionFactory sessionFactory)Open a Session for the SessionFactory that this filter uses.protected SessionOpenSessionInViewInterceptor. openSession()Open a Session for the SessionFactory that this interceptor uses.Uses of DataAccessResourceFailureException in org.springframework.orm.jpa
Methods in org.springframework.orm.jpa that throw DataAccessResourceFailureException Modifier and Type Method Description static EntityManagerEntityManagerFactoryUtils. getTransactionalEntityManager(EntityManagerFactory emf)Obtain a JPA EntityManager from the given factory.static EntityManagerEntityManagerFactoryUtils. getTransactionalEntityManager(EntityManagerFactory emf, Map<?,?> properties)Obtain a JPA EntityManager from the given factory.