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 SimpleRelationalEntityPersister selecting entities [o.c.s.i.PersistedIdentifier@
...[truncated 494 chars]...
ing o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@100
2026-06-22 13:00:56 DEBUG SQLOperation Batching statement 1 times
2026-06-22 13:00:56 TRACE SQLOperation delete from Device where id = ? | {1={Device.id=o.c.s.i.PersistedIdentifier@100}}
2026-06-22 13:00:56 DEBUG SQLOperation Batching statement 1 times
2026-06-22 13:00:56 TRACE SQLOperation delete from Company where id = ? | {1={Company.id=o.c.s.i.PersistedIdentifier@42}}