Standard Output
2026-06-22 13:00:56 DEBUG DDLDeployer create table Company(id int not null, name varchar(255), unique (id))
2026-06-22 13:00:56 DEBUG DDLDeployer create table Device(id int not null, name varchar(255), manufacturerId int, unique (id))
2026-06-22 13:00:56 DEBUG DDLDeployer alter table Device add constraint FK_Device_manufacturerId_Company_id foreign key(manufacturerId) references Company(id)
2026-06-22 13:00:56 DEBUG SQLOperation Batching statement 1 times
2026-06-22 13:00:56 TRACE SQLOperation i
...[truncated 638 chars]...
Company_name, Company.id as Company_id from Device left outer join Company as Company on Device.manufacturerId = Company.id where Device.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-06-22 13:00:56 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-06-22 13:00:56 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@42