-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EntityGraph and Subgraph need an addPluralSubgraph() operation #411
Comments
gavinking
added a commit
to gavinking/persistence
that referenced
this issue
May 19, 2023
gavinking
added a commit
to gavinking/persistence
that referenced
this issue
May 19, 2023
gavinking
added a commit
to gavinking/persistence
that referenced
this issue
Jun 29, 2023
Actually perhaps this should be called |
gavinking
added a commit
to gavinking/persistence
that referenced
this issue
Aug 8, 2023
- fix incorrect generic signatures - add way to navigate to collection elements see jakartaee#424, jakartaee#411
gavinking
added a commit
to gavinking/persistence
that referenced
this issue
Aug 9, 2023
- fix incorrect generic signatures - add way to navigate to collection elements see jakartaee#424, jakartaee#411
gavinking
added a commit
to gavinking/persistence
that referenced
this issue
Aug 10, 2023
- fix incorrect generic signatures - add way to navigate to collection elements see jakartaee#424, jakartaee#411
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following code does not pass the typechecker:
So we need to add a method which lets us write:
Its signature is:
and it needs to be declared on both
EntityGraph
andSubgraph
.I had never noticed this oversight before, but actually it's pretty bad if you're trying to use the typesafe API.
The text was updated successfully, but these errors were encountered: