Standard Output
2026-04-04 06:16:00 DEBUG SQLOperation Batching statement 1 times
2026-04-04 06:16:00 TRACE SQLOperation insert into AbstractVehicle(creationDate, id, modificationDate) values (?, ?, ?) | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1, AbstractVehicle.modificationDate=Sat Apr 04 06:16:00 UTC 2026, AbstractVehicle.creationDate=Sat Apr 04 06:16:00 UTC 2026}}
2026-04-04 06:16:00 DEBUG SQLOperation Batching statement 1 times
2026-04-04 06:16:00 TRACE SQLOperation insert into Vehicle(color, i
...[truncated 1012 chars]...
:00 TRACE SQLOperation select Car.model as Car_model, Car.id as Car_id, AbstractVehicle.modificationDate as AbstractVehicle_modificationDate, AbstractVehicle.creationDate as AbstractVehicle_creationDate, 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}