spring-projects / spring-projects/spring-data-relational
Revise JDBC repositories to use `JdbcAggregateTemplate` for queries
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 827
- Forks
- 394
- PR merge metrics
- No merged PRs in 30d
Description
JDBC repositories exclusively use individual low-level components such as JdbcTemplate, JdbcConverter and such to run repository queries (except for SimpleJdbcRepository). This story ticket aggregates multiple tasks to revise that support to use the Template directly.
Pre-requisites:
- #687
- #646
- #743
Follow-up:
- #373
- #374
Related, using multiple infrastructure components (such as #544, #994) will become much easier.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the incomplete prerequisite #743 and the follow-ups #373 and #374, then trace the JDBC repository query support described in this issue. Done means the repository queries use JdbcAggregateTemplate directly and the related tasks are addressed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring
- Domain
- backend, database
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100