micronaut-data
micronaut-data copied to clipboard
Cannot use criteria API with MongoDB when field is an embedded collection
Expected Behavior
Everything is described in this discussion
Actual Behaviour
Using a @Relation(Relation.Kind.EMBEDDED)
on a List field throws an error that List is not annotated with @Embeddable
.
Steps To Reproduce
No response
Environment Information
No response
Example Application
No response
Version
4.4.2