Uses of Class
org.springframework.dao.DataAccessResourceFailureException
Packages that use DataAccessResourceFailureException
Package
Description
The classes in this package make JDBC easier to use and
reduce the likelihood of common errors.
Package providing integration of JPA (Java Persistence API) with Spring concepts.
-
Uses of DataAccessResourceFailureException in org.springframework.jdbc
Subclasses of DataAccessResourceFailureException in org.springframework.jdbcModifier and TypeClassDescriptionclass
Fatal exception thrown when we can't connect to an RDBMS using JDBC. -
Uses of DataAccessResourceFailureException in org.springframework.orm.jpa
Methods in org.springframework.orm.jpa that throw DataAccessResourceFailureExceptionModifier and TypeMethodDescriptionstatic @Nullable EntityManager
EntityManagerFactoryUtils.getTransactionalEntityManager
(EntityManagerFactory emf) Obtain a JPA EntityManager from the given factory.static @Nullable EntityManager
EntityManagerFactoryUtils.getTransactionalEntityManager
(EntityManagerFactory emf, @Nullable Map<?, ?> properties) Obtain a JPA EntityManager from the given factory.