spring-projects / spring-projects/spring-data-relational
Column level converters in Spring Data R2dbc
Open
Nobody has claimed this yet.
in: jdbc
in: r2dbc
status: waiting-for-triage
type: enhancement
- Dominant language
- Java
- Stars
- 827
- Forks
- 394
- PR merge metrics
- No merged PRs in 30d
Description
Currently the custom converters can be only applied globally, if possible to apply the converters in an specific entity, esp on a column.
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 Spring Data R2DBC converter configuration and how entity and column metadata are handled. Determine how the existing global custom converters are registered, then define the expected entity- or column-specific behavior. Done means converters can be applied to a specific entity or column without affecting all mappings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring
- Domain
- database
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100