You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched for a similar issue in our bug tracker and didn't find any solutions.
What happened?
Hi,
In a scenario where some sort of BaseEntity is used to contain Columns appearing across multiple Entitys, those columns are not registered into the Entitys extending this base class.
No duplicates 🥲.
What happened?
Hi,
In a scenario where some sort of
BaseEntity
is used to containColumn
s appearing across multipleEntity
s, those columns are not registered into theEntity
s extending this base class.In the example above, the
id
column is not added to theDeveloper
entity.This is probably caused by
Configurator:115
:where the field is set to entity by a declaring class, but this class is not an entity.
This should work also in combination with JTI, where a following hierarchy could be used:
In the example above, the Developer table should contain columns
id
,salary
andfoo
, but currently thesalary
is ignored.Version
ORM Schema
No response
The text was updated successfully, but these errors were encountered: