You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If possible to apply the Entity Graph definitions on Entities to a specific query method in the Repositories? Spring Data JPA provides similar features for developers.
This is not in the spec, since it would be a very Java Persistence-specific feature.
Also, the annotations for defining named entity graphs are super-ugly and I'm not a fan of them at all.
We do already have a very similar feature to this in Hibernate Data Repositories, but it uses Hibernate's named fetch profiles stuff, which have a much more elegant annotation-based definition.
Jakarta Data is only in its 1.0 version. It is not a bug that Jakarta Data does not offer the suggested function. This issue should be an enhancement request, not a bug.
Specification Version
1.0.0-RC1
Bug report
If possible to apply the Entity Graph definitions on Entities to a specific query method in the Repositories? Spring Data JPA provides similar features for developers.
Additional information
For example,
The text was updated successfully, but these errors were encountered: