Support Jakarta Data with Hibernate #33415
Labels
in: data
Issues in data modules (jdbc, orm, oxm, tx)
status: declined
A suggestion or change that we don't feel we should currently apply
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
@Repository
as beans@Repository
to interoperate the Jakarta Data one@Transactional
or Spring@Transactional
(requires support HibernateStatelessSession
)The text was updated successfully, but these errors were encountered: