Spring Data

From NovaOrdis Knowledge Base
Revision as of 05:01, 16 October 2018 by Ovidiu (talk | contribs) (→‎External)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

External

Internal

Overview

Spring Data extends the persistence capabilities outside the core framework, as a separate project. The main capability is to define data repositories as Java interfaces, using a naming convention when defining methods to drive how data is stored and retrieved.

Projects

SQL

NoSQL

Supported SQL Databases

Relational databases:

Other SQL tools: