I get an error that `field2` doesn't contain `str"
Do I miss something?
Rob Bygrave
unread,
Sep 17, 2025, 4:52:35 PM (2 days ago) Sep 17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ebean ORM
Ebean does not support @Embeddable that contain @ManyToOne.
So yeah, that isn't going to work. Ideally ebean detects this case and throws a nice exception saying that the mapping isn't supported - that the @ManyToOne Entity1 field2; isn't supported.