Spring Data JDBC - Introduction



Spring Data JDBC is one of the parts of the Spring Data family. The design objective of this open−source framework is to provide lightweight, fast, generic and easy to use data access object implementation for relational databases. The Spring Data JDBC module works with JDBC based data access layers and makes it easy to implement JDBC based repositories.

Advertisements