Standard Output
2026-03-03 06:36:19 DEBUG DDLDeployer create table AbstractVehicle(id int not null, unique (id))
2026-03-03 06:36:19 DEBUG DDLDeployer create table Car(model varchar(255), color int, id int not null, unique (id))
2026-03-03 06:36:19 DEBUG DDLDeployer create table Vehicle(id int not null, unique (id))
2026-03-03 06:36:19 DEBUG DDLDeployer alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-03-03 06:36:19 DEBUG DDLDeployer alter table Vehicle add constra
...[truncated 1248 chars]...
ere Car.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-03-03 06:36:19 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car
2026-03-03 06:36:19 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-03-03 06:36:19 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1