En succès
A duré 29 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, 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 Review(ranking integer not null, id int not null, locationId int, unique (id))
2025-12-22 07:58:17 DEBUG DDLDeployer alter table Address add constraint FK_Address_cityId_City_id foreign key(cityId) refere
...[truncated 9302 chars]...
2025-12-22 07:58:17 DEBUG SimpleRelationalEntityPersister selecting entities [o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2, o.c.s.i.PersistableIdentifier@3, o.c.s.i.PersistableIdentifier@4]
2025-12-22 07:58:17 TRACE SQLOperation select Review.ranking as Review_ranking, Review.id as Review_id from Review where Review.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@1, 2=o.c.s.i.PersistableIdentifier@2, 3=o.c.s.i.PersistableIdentifier@3, 4=o.c.s.i.PersistableIdentifier@4}