En succès
A duré 32 ms.
Standard Output
2026-02-12 07:21:19 DEBUG DDLDeployer create table Address(street varchar(255) not null, id int not null, cityId int, countryId int, unique (id))
2026-02-12 07:21:19 DEBUG DDLDeployer create table City(name varchar(255) not null, id int not null, unique (id))
2026-02-12 07:21:19 DEBUG DDLDeployer create table Country(name varchar(255) not null, id int not null, unique (id))
2026-02-12 07:21:19 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}
2026-02-12 07:21:19 DEBUG SimpleRelationalEntityPersister selecting entities [o.c.s.i.PersistableIdentifier@22]
2026-02-12 07:21:19 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}