spring-projects / spring-projects/spring-data-relational

Revise JDBC repositories to use `JdbcAggregateTemplate` for queries

Open
#1,610 0 comments 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

type: task
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.