Spring Data: Difference between revisions
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
=Overview= | =Overview= | ||
Spring Data extends the persistence capabilities outside the [[Spring Framework#Overview|core framework]], as a separate project. | Spring Data extends the persistence capabilities outside the [[Spring Framework#Overview|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= | =Projects= |
Revision as of 04:35, 11 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
TO PROCESS:
- Spring Data JDBC TO PROCESS https://projects.spring.io/spring-data-jdbc
NoSQL
- Spring Data Redis
- Spring Data MongoDB
- Spring Data Elasticsearch
- Spring Data for Apache Cassandra
- Spring Data Couchbase
- Spring Data for Apache Solr
- Spring Data for Neo4J
Supported SQL Databases
Relational databases:
Other SQL tools: