En succès
A duré 27 ms.
Standard Output
2026-02-12 07:21:18 DEBUG DDLDeployer create table Device(name varchar(255), street varchar(255), id int not null, unique (id))
2026-02-12 07:21:18 DEBUG DDLDeployer create table Review(ranking integer not null, id int not null, location_locationId int, unique (id))
2026-02-12 07:21:18 DEBUG DDLDeployer alter table Review add constraint FK_Review_location_locationId_Device_id foreign key(location_locationId) references Device(id)
2026-02-12 07:21:18 DEBUG SQLOperation Batching statement 1 times
...[truncated 6806 chars]...
2026-02-12 07:21:18 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]
2026-02-12 07:21:18 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}