-
Couldn't load subscription status.
- Fork 38.8k
Closed as not planned
Labels
in: dataIssues in data modules (jdbc, orm, oxm, tx)Issues in data modules (jdbc, orm, oxm, tx)status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently apply
Description
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
- Scan Jakarta Data
@Repositoryas beans - Allow Spring
@Repositoryto interoperate the Jakarta Data one - Allow developers to use Jakarta
@Transactionalor Spring@Transactional(requires support HibernateStatelessSession)
ericparton, oscarfanchin and ThomHurks
Metadata
Metadata
Assignees
Labels
in: dataIssues in data modules (jdbc, orm, oxm, tx)Issues in data modules (jdbc, orm, oxm, tx)status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently apply