Standard Output
2026-02-23 10:54:27 DEBUG DDLDeployer create table Company(name varchar(255), id int not null, unique (id))
2026-02-23 10:54:27 DEBUG DDLDeployer create table Device(name varchar(255), id int not null, manufacturerId int, unique (id))
2026-02-23 10:54:27 DEBUG DDLDeployer alter table Device add constraint FK_Device_manufacturerId_Company_id foreign key(manufacturerId) references Company(id)
2026-02-23 10:54:27 DEBUG SQLOperation Batching statement 1 times
2026-02-23 10:54:27 TRACE SQLOperation i
...[truncated 6292 chars]...
onJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@42
2026-02-23 10:54:27 TRACE SQLOperation select name from Company where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
2026-02-23 10:54:27 DEBUG SQLOperation Batching statement 1 times
2026-02-23 10:54:27 TRACE SQLOperation delete from Device where id = ? | {1={Device.id=o.c.s.i.PersistedIdentifier@42}}
2026-02-23 10:54:27 TRACE SQLOperation select name from Company where id = :id | {id=o.c.s.i.PersistableIdentifier@1}