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