En succès
A duré 24 ms.
Standard Output
2026-02-11 22:35:57 DEBUG DDLDeployer create table City(name varchar(255) not null, id int not null, unique (id))
2026-02-11 22:35:57 DEBUG DDLDeployer create table Device(name varchar(255), street varchar(255), id int not null, location_cityId int, unique (id))
2026-02-11 22:35:57 DEBUG DDLDeployer alter table Device add constraint FK_Device_location_cityId_City_id foreign key(location_cityId) references City(id)
2026-02-11 22:35:57 DEBUG SQLOperation Batching statement 1 times
2026-02-11 22:35
...[truncated 4128 chars]...
n_city.name as location_city_name, location_city.id as location_city_id from Device left outer join City as location_city on Device.location_cityId = location_city.id where Device.id in (?) | {1=o.c.s.i.PersistableIdentifier@13}
2026-02-11 22:35:57 DEBUG SimpleRelationalEntityPersister selecting entities [o.c.s.i.PersistableIdentifier@22]
2026-02-11 22:35:57 TRACE SQLOperation select City.name as City_name, City.id as City_id from City where City.id in (?) | {1=o.c.s.i.PersistableIdentifier@22}