find fails for query on member of a member #30282
Answered
by
a1prashant
a1prashant
asked this question in
Q&A
-
Hi All, "email" is NOT direct member of "User", but it is member of "User . Person "...
and
I want to know if it is possible to have a query like, "email" is NOT direct member of "User", but it is member of "User . Person " Any pointers?? |
Beta Was this translation helpful? Give feedback.
Answered by
a1prashant
Jan 10, 2023
Replies: 1 comment
-
i could make it work, by changing "email" 's data type to String... It was "Email" .. one of my custom classes...
Is there any way to solve it without this change ??? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
a1prashant
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i could make it work, by changing "email" 's data type to String...
It was "Email" .. one of my custom classes...
Is there any way to solve it without this change ???