En succès
A duré 34 ms.
Standard Output
2025-12-22 07:58:15 DEBUG DDLDeployer create table Car(id int not null, unique (id))
2025-12-22 07:58:15 DEBUG DDLDeployer create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, vehicleId int, unique (id))
2025-12-22 07:58:15 DEBUG DDLDeployer create table Truck(id int not null, unique (id))
2025-12-22 07:58:15 DEBUG DDLDeployer create table Vehicle(id int not null, unique (id))
2025-12-22 07:58:15 DEBUG DDLDeployer alter table Car add constra
...[truncated 18633 chars]...
-12-22 07:58:15 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
2025-12-22 07:58:15 TRACE SQLOperation select Vehicle.id as Vehicle_id, Car.id as Car_id, Truck.id as Truck_id from Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}