En succès
A duré 50 ms.
Standard Output
2026-02-03 07:36:47 DEBUG DDLDeployer create table Car(id int not null, unique (id))
2026-02-03 07:36:47 DEBUG DDLDeployer create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, vehicleId int, unique (id))
2026-02-03 07:36:47 DEBUG DDLDeployer create table Truck(id int not null, unique (id))
2026-02-03 07:36:47 DEBUG DDLDeployer create table Vehicle(id int not null, unique (id))
2026-02-03 07:36:47 DEBUG DDLDeployer alter table Car add constra
...[truncated 18804 chars]...
-02-03 07:36:47 DEBUG JoinTablePolymorphismEntityFinder Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-02-03 07:36:47 TRACE SQLOperation select Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}