Re: Single Table Inheritance with Embeddable object

2021-01-29 Thread Maria Huber
Hey all, this error is still happening on the version 4.2.M2. It is currently not possible to include an Embeddable property into both the base and child class within an inherited relationship. If you use the Modeler, the mentioned "Embeddable Attribute 'X' has incorrect DBAttribute mapping" erro

Single Table Inheritance with Embeddable object

2018-02-16 Thread Frederic Gilbart
Hi all, I'm trying to use an Embeddable object with Single Table Inheritance pattern, but receive a < ObjAttribute 'X' has no DBAttribute mapping > for each overriding objects, at project validation. Embeddable is added to the parent abstract object. Reproduced in the BOOK example https://cay