En succès
A duré 36 ms.
Standard Output
2025-12-22 07:58:17 DEBUG DDLDeployer create table Address(street varchar(255) not null, id int not null, cityId int, countryId int, unique (id))
2025-12-22 07:58:17 DEBUG DDLDeployer create table City(name varchar(255) not null, id int not null, unique (id))
2025-12-22 07:58:17 DEBUG DDLDeployer create table Country(name varchar(255) not null, id int not null, unique (id))
2025-12-22 07:58:17 DEBUG DDLDeployer alter table Address add constraint FK_Address_cityId_City_id foreign key(cityId) refe
...[truncated 5561 chars]...
untry_id from Address left outer join City as city on Address.cityId = city.id left outer join Country as country on Address.countryId = country.id where Address.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2025-12-22 07:58:17 DEBUG SimpleRelationalEntityPersister selecting entities [o.c.s.i.PersistableIdentifier@22]
2025-12-22 07:58:17 TRACE SQLOperation select Country.name as Country_name, Country.id as Country_id from Country where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@22}