-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Is it possible to query by relationship (using spring-data-mongodb)?
I've an Item Model and an Item belongs to a Category. I would like to query the items by category.id=={id}.
I already added these path mappings but the results are always empty.
.put("category", QProduct.item.category)
.put("category.id", QProduct.item.category.id)
Reactions are currently unavailable