-
Notifications
You must be signed in to change notification settings - Fork 616
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
findAllById with projection "The query used a deprecated function: id
."
#2848
Comments
That's odd. There should have been a fix in place to avoid the usage of the |
from the log I got :
my repo is :
with this bean created :
many thanks in advance. |
I assume that you have something in |
My domain class is : @node("my_class")
.... And my projection DTO is : @DaTa
..... regards, |
Hello,
Using Spring data neo4j 7.2.1
having the configuration : withDialect(Dialect.NEO4J_5)
the built in method from repository
ArisClass findAllById(Iterable iterable);
return the correct answer,
but
Collection findAllById(Iterable iterable, Class type);
return always an empty collection with the log : The query used a deprecated function:
id
.whatever I put for the type , it happend with a projection as with the domain class.
regards
The text was updated successfully, but these errors were encountered: