En succès
A duré 24 ms.
Standard Output
2026-02-11 22:36:05 DEBUG DDLDeployer create table Address(location varchar(255), id int not null, unique (id))
2026-02-11 22:36:05 DEBUG DDLDeployer create table House(id int not null, addressId int, gardenerId int, unique (id))
2026-02-11 22:36:05 DEBUG DDLDeployer create table Person(reversePartnerId int, name varchar(255), id int not null, houseId int, house1Id int, unique (id))
2026-02-11 22:36:05 DEBUG DDLDeployer alter table House add constraint FK_House_gardenerId_Person_id foreign key(g
...[truncated 23558 chars]...
id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@888}}
2026-02-11 22:36:05 DEBUG SQLOperation Batching statement 1 times
2026-02-11 22:36:05 TRACE SQLOperation delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@456}}
2026-02-11 22:36:05 DEBUG SQLOperation Batching statement 1 times
2026-02-11 22:36:05 TRACE SQLOperation delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@999}}
2026-02-11 22:36:05 TRACE SQLOperation select id from Person | {}