En succès
A duré 11 ms.
Standard Output
2026-01-27 07:19:45 DEBUG SQLOperation Batching statement 1 times
2026-01-27 07:19:45 TRACE SQLOperation insert into AbstractVehicle(creationDate, id, modificationDate) values (?, ?, ?) | {1={AbstractVehicle.creationDate=Tue Jan 27 07:19:45 UTC 2026, AbstractVehicle.modificationDate=Tue Jan 27 07:19:45 UTC 2026, AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-01-27 07:19:45 DEBUG SQLOperation Batching statement 1 times
2026-01-27 07:19:45 TRACE SQLOperation insert into Vehicle(color, i
...[truncated 1012 chars]...
:45 TRACE SQLOperation select Car.model as Car_model, Car.id as Car_id, AbstractVehicle.creationDate as AbstractVehicle_creationDate, AbstractVehicle.modificationDate as AbstractVehicle_modificationDate, AbstractVehicle.id as AbstractVehicle_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id from Car inner join AbstractVehicle as AbstractVehicle on Car.id = AbstractVehicle.id inner join Vehicle as Vehicle on Car.id = Vehicle.id where Car.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}