Uses of Package
org.springframework.dao

Packages that use org.springframework.dao
Package
Description
Exception hierarchy enabling sophisticated error handling independent of the data access approach in use.
Support classes for DAO implementations, providing miscellaneous utility methods.
The classes in this package make JDBC easier to use and reduce the likelihood of common errors.
Provides the core JDBC framework, based on JdbcTemplate and its associated callback interfaces and helper objects.
JdbcTemplate variant with named parameter support.
Simplification layer for table inserts and stored procedure calls.
Classes supporting the org.springframework.jdbc.core package.
Provides extensible support for initializing databases through scripts.
Provides a strategy for looking up JDBC DataSources by name.
The classes in this package represent RDBMS queries, updates, and stored procedures as threadsafe, reusable objects.
Support classes for the JDBC framework, used by the classes in the jdbc.core and jdbc.object packages.
Provides a support framework for incrementing database table values via sequences, with implementations for various databases.
Abstraction for handling fields of SQLXML data type.
Root package for Spring's O/R Mapping integration classes.
Package providing integration of Hibernate 5.x with Spring concepts.
Classes supporting the org.springframework.orm.hibernate5 package.
Package providing integration of JPA (Java Persistence API) with Spring concepts.
Classes supporting the org.springframework.orm.jpa package.
Support classes for adapting to specific JPA vendors.
The classes in this package make R2DBC easier to use and reduce the likelihood of common errors.
Provides a utility class for easy ConnectionFactory access, a ReactiveTransactionManager for a single ConnectionFactory, and various simple ConnectionFactory implementations.
Provides extensible support for initializing databases through scripts.
Provides a strategy for looking up R2DBC ConnectionFactories by name.
Core domain types around DatabaseClient.
Classes providing an abstraction over SQL bind markers.
Support classes for integrating the Spring TestContext Framework with JUnit 4.12 or higher.
Support classes for integrating the Spring TestContext Framework with TestNG.