micronaut-data icon indicating copy to clipboard operation
micronaut-data copied to clipboard

Cannot use criteria API with MongoDB when field is an embedded collection

Open meriouma opened this issue 9 months ago • 0 comments

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

meriouma avatar May 08 '24 21:05 meriouma