-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
type: enhancementA general enhancementA general enhancement
Description
It would be neat to provide an entity graph to a query method through a Spring Data JPA type allowing:
- Declaration through typed property paths (e.g.
EntityGraphHint.fetch(Person::getFirstName, Person::getAddress, …)) - From a named entity graph reference (
EntityGraphHint.fetch("my-named-graph"),EntityGraphHint.load("my-named-graph")) - From a
EntityGraphobject (EntityGraphHint.fetch(obj),EntityGraphHint.load(obj))
Within this ticket, we should also consider the following changes:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: enhancementA general enhancementA general enhancement