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