Standard Output
2026-04-04 06:16:02 DEBUG DDLDeployer create table AbstractVehicle(id int not null, color int, unique (id))
2026-04-04 06:16:02 DEBUG DDLDeployer create table Car(id int not null, color int, model varchar(255), unique (id))
2026-04-04 06:16:02 DEBUG DDLDeployer create table Vehicle(id int not null, color int, unique (id))
2026-04-04 06:16:02 DEBUG DDLDeployer alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-04-04 06:16:02 DEBUG DDLDeployer alter tab
...[truncated 1270 chars]...
ere Car.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-04-04 06:16:02 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car
2026-04-04 06:16:02 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-04-04 06:16:02 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