jakartaee / jakartaee/persistence

add AttributeConverter to @ColumnResult

Open
#474 1 comment 0 reactions 0 assignees View on GitHub
candidate-for-4.1
Dominant language
Java
Stars
267
Forks
78
Avg merge
1d 6h
Merged PRs (30d)
13

Description

It might be a bit convenient if `@ColumnResult` could specify an `AttributeConverter`.

```java
public @interface ColumnResult {
String name();
Class type() default void.class;
Class> default AttributConverter.class;
}
```

Contributor guide

Open the contributing guide

Research direction

The request concerns the Java @ColumnResult annotation and AttributeConverter type, but names no files, tests, or expected converter behavior. Start by locating the annotation declaration and related persistence API tests; done requires agreed semantics, a compatible API design, and tests demonstrating the intended conversion.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
backend-api-design
Issue type
Feature
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.