Skip to content

Support Jakarta Data with Hibernate Β #33415

@hantsy

Description

@hantsy

Hibernate 6.6 supports Jakarta Data 1.0 and utilizes Hibernate modelgen tools to generate the Repository implementation source codes at Java compile time. It is a good match with Spring AOT, no need to transform the Jakarta Data related facilities.

I wrote a post about Spring and Jakarta Data integration before, check https://medium.com/itnext/integrating-jakarta-data-with-spring-0beb5c215f5f

  1. Scan Jakarta Data @Repository as beans
  2. Allow Spring @Repository to interoperate the Jakarta Data one
  3. Allow developers to use Jakarta @Transactional or Spring @Transactional(requires support Hibernate StatelessSession)

Metadata

Metadata

Assignees

No one assigned

    Labels

    in: dataIssues in data modules (jdbc, orm, oxm, tx)status: declinedA suggestion or change that we don't feel we should currently apply

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions