Skip to content

Refine DTO projection rewrite in favor of JPA 4.0's revised implicit DTO mapping #4144

@mp911de

Description

@mp911de

JPA 4.0 brings:

record Summary(String title, String isbn, LocalDate date) {}

select title, isbn, pubDate
       from Book
where title like = ?1 and pubDate > ?2

that isn't limited to Records and so we can remove our DTO projection rewrite functionality, or at least, refine it (see also #3929)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions