En succès
A duré 8 ms.
Standard Output
2026-01-18 18:54:50 DEBUG DDLDeployer create table Company(name varchar(255), id int not null, unique (id))
2026-01-18 18:54:50 DEBUG DDLDeployer create table Device(name varchar(255), id int not null, manufacturerId int, unique (id))
2026-01-18 18:54:50 DEBUG DDLDeployer alter table Device add constraint FK_Device_manufacturerId_Company_id foreign key(manufacturerId) references Company(id)
2026-01-18 18:54:50 DEBUG SimpleRelationalEntityPersister selecting entities [o.c.s.i.PersistedIdentifier@
...[truncated 496 chars]...
UG EntityTreeInflater Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device@100
2026-01-18 18:54:50 DEBUG SQLOperation Batching statement 1 times
2026-01-18 18:54:50 TRACE SQLOperation delete from Device where id = ? | {1={Device.id=o.c.s.i.PersistedIdentifier@100}}
2026-01-18 18:54:50 DEBUG SQLOperation Batching statement 1 times
2026-01-18 18:54:50 TRACE SQLOperation delete from Company where id = ? | {1={Company.id=o.c.s.i.PersistedIdentifier@42}}