Spring Data: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 18: Line 18:
* [[Spring Data JPA]]
* [[Spring Data JPA]]
* [[Spring Data REST]]
* [[Spring Data REST]]
 
* [[Spring Data JDBC]]
<font color=darkgray>
TO PROCESS:
* Spring Data JDBC <font color=darkgray>TO PROCESS https://projects.spring.io/spring-data-jdbc</FONT>
</font>


==NoSQL==
==NoSQL==

Revision as of 16:52, 15 October 2018

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: