En succès
A duré 23 ms.
Standard Output
2025-12-11 07:53:02 DEBUG DDLDeployer create table City(name varchar(255) not null, id int not null, unique (id))
2025-12-11 07:53:02 DEBUG DDLDeployer create table Device(name varchar(255), street varchar(255), id int not null, location_cityId int, unique (id))
2025-12-11 07:53:02 DEBUG DDLDeployer alter table Device add constraint FK_Device_location_cityId_City_id foreign key(location_cityId) references City(id)
2025-12-11 07:53:02 DEBUG SQLOperation Batching statement 1 times
2025-12-11 07:53
...[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}
2025-12-11 07:53:02 DEBUG SimpleRelationalEntityPersister selecting entities [o.c.s.i.PersistableIdentifier@22]
2025-12-11 07:53:02 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}