Standard Output
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(color int, id int not null, 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 SQLOperation Batching statement 1 times
2026-04-04 06:16:02 TRACE SQLOperation insert into Vehicle(color, id) values (?, ?) | {1=
...[truncated 585 chars]...
el as Car_model, Car.id as Car_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id from Car inner join Vehicle as Vehicle on Car.id = Vehicle.id where 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