En succès
A duré 12 ms.
Standard Output
2026-02-12 07:21:23 DEBUG SQLOperation Batching statement 1 times
2026-02-12 07:21:23 TRACE SQLOperation insert into Car(id, model) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-02-12 07:21:23 DEBUG SimpleRelationalEntityPersister selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-02-12 07:21:23 TRACE SQLOperation select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-02-12 07:21:23 DEB
...[truncated 318 chars]...
where Car.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-02-12 07:21:23 DEBUG SQLOperation Result found in cache, statement will not be executed
2026-02-12 07:21:23 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car
2026-02-12 07:21:23 DEBUG SQLOperation Batching statement 1 times
2026-02-12 07:21:23 TRACE SQLOperation update Car set model = ? where id = ? | {1={Car.model (U)=Peugeot, Car.id (W)=o.c.s.i.PersistedIdentifier@1}}