Spring Data: Difference between revisions
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
* [[Spring Data Elasticsearch]] | * [[Spring Data Elasticsearch]] | ||
* [[Spring Data for Apache Cassandra]] | * [[Spring Data for Apache Cassandra]] | ||
* [[Spring Data Couchbase]] | |||
=TO PROCESS= | =TO PROCESS= |
Revision as of 04:39, 10 October 2018
External
Internal
Overview
Spring Data extends the persistence capabilities outside the core framework, as a separate project.
Projects
- Spring Data JPA
- Spring Data Redis
- Spring Data MongoDB
- Spring Data Elasticsearch
- Spring Data for Apache Cassandra
- Spring Data Couchbase
TO PROCESS
SQL
JDBC
Spring Data JDBC
TO PROCESS https://projects.spring.io/spring-data-jdbc
MySQL Support
H2 Support
PostgreSQL Support
Flyway Support
Spring Data REST
TO PROCESS: https://projects.spring.io/spring-data-rest/
HAL Browser
TO PROCESS https://docs.spring.io/spring-data/rest/docs/current/reference/html/#_the_hal_browser
NoSQL
Solr
Couchbase
Reactive Couchbase
See Reactive Support in the Spring Framework.