En succès
A duré 8 ms.
Standard Output
2026-02-11 22:36:04 DEBUG DDLDeployer create table Car(model varchar(255), rgb integer not null, id int not null, unique (id))
2026-02-11 22:36:04 DEBUG SQLOperation Batching statement 1 times
2026-02-11 22:36:04 TRACE SQLOperation insert into Car(model, rgb, id) values (?, ?, ?) | {1={Car.rgb=666, Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault}}
2026-02-11 22:36:04 DEBUG SimpleRelationalEntityPersister selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-02-11 22:36:04 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}
2026-02-11 22:36:04 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car
2026-02-11 22:36:04 TRACE SQLOperation select id, model, rgb from Car | {}