En succès
A duré 14 ms.
Standard Output
2025-07-20 15:43:11 DEBUG DDLDeployer create table Address(location varchar(255), id int not null, unique (id))
2025-07-20 15:43:11 DEBUG DDLDeployer create table House(id int not null, addressId int, gardenerId int, unique (id))
2025-07-20 15:43:11 DEBUG DDLDeployer create table Person(name varchar(255), id int not null, houseId int, partnerId int, unique (id))
2025-07-20 15:43:11 DEBUG DDLDeployer alter table House add constraint FK_House_gardenerId_Person_id foreign key(gardenerId) references
...[truncated 14976 chars]...
id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@42}}
2025-07-20 15:43:11 DEBUG SQLOperation Batching statement 1 times
2025-07-20 15:43:11 TRACE SQLOperation delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@123}}
2025-07-20 15:43:11 DEBUG SQLOperation Batching statement 1 times
2025-07-20 15:43:11 TRACE SQLOperation delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@999}}
2025-07-20 15:43:11 TRACE SQLOperation select id from Person | {}