All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.dao.package.html Maven / Gradle / Ivy

There is a newer version: 5.3.34
Show newest version



Exception hierarchy enabling sophisticated error handling independent
of the data access approach in use. For example, when DAOs and data
access frameworks use the exceptions in this package (and custom
subclasses), calling code can detect and handle common problems such
as deadlocks without being tied to a particular data access strategy,
such as JDBC.

All these exceptions are unchecked, meaning that calling code can leave them uncaught and treat all data access exceptions as fatal.

The classes in this package are discussed in Chapter 9 of Expert One-On-One J2EE Design and Development by Rod Johnson (Wrox, 2002).





© 2015 - 2024 Weber Informatics LLC | Privacy Policy