En succès
A duré 9 ms.
Standard Output
2025-12-22 07:58:23 DEBUG DDLDeployer create table Car(model varchar(255), rgb integer not null, id int not null, unique (id))
2025-12-22 07:58:23 DEBUG SQLOperation Batching statement 1 times
2025-12-22 07:58:23 TRACE SQLOperation insert into Car(model, rgb, id) values (?, ?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1, Car.rgb=666}}
2025-12-22 07:58:23 DEBUG SimpleRelationalEntityPersister selecting entities [o.c.s.i.PersistedIdentifier@1]
2025-12-22 07:58:23 TRACE SQLOperation select Car.model as Car_model, Car.rgb as Car_rgb, Car.id as Car_id from Car where Car.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2025-12-22 07:58:23 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car
2025-12-22 07:58:23 TRACE SQLOperation select id, model, rgb from Car | {}