absolute links
[yosql.git] / yosql-website / content / persistence / spring-data-jpa.md
blob500d3830b96f2a9adc3eef7a49ac7d98e88cbac7
1 ---
2 title: Spring-Data JPA
3 date: 2019-09-27T18:51:08+02:00
4 menu:
5   main:
6     parent: Persistence APIs
7 categories:
8   - Persistence
9 tags:
10   - JPA
11   - Spring-Data
12   - Spring
13 ---
15 The `spring-data-jpa` based implementation. It generates Spring-Data repository interfaces that use the entire SQL statements as annotation value.
17 | Read | Write | Call | Batch Write | Rxjava | Stream Eager | Stream Lazy |
18 |------|-------|------|-------------|--------|--------------|-------------|
19 | ✘    | ✘     | ✘    | ✘           | ✘      | ✘            | ✘           |