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