Creating a Type-Safe Query with Kotlin for Document IDs that have a relationship with DBRef #4713
Labels
status: pending-design-work
Needs design work before any code can be developed
type: bug
A general bug
Hello, I am developing based on Kotiln + Spring-Data-Mongo.
I left an issue because I had a question while writing Mongo Type-Safe Query using Kotlin
Let's assume there's a query like this
The result I want is an inValues query for
ref.$id
like CriteriaA.However, if use the Type-Safe Query provided by Spring-Data-Mongo + Kotlin, will get an inValues Query for ref document, not $id.
Is there a way to access ref.$id using Type-Safe Query?
Did this happen because of the low version?
The text was updated successfully, but these errors were encountered: