En succès
A duré 12 ms.
Standard Output
2025-12-11 07:53:08 DEBUG DDLDeployer create table CAR(id int not null, model varchar(255), color int, plug integer, DTYPE varchar(255) not null, unique (id))
2025-12-11 07:53:08 DEBUG SQLOperation Batching statement 1 times
2025-12-11 07:53:08 TRACE SQLOperation insert into CAR(plug, id, model, color, DTYPE) values (?, ?, ?, ?, ?) | {1={CAR.model=Renault, CAR.plug=CCS, CAR.color=Color[rgb=666], CAR.DTYPE=ELECTRIC_CAR, CAR.id=o.c.s.i.PersistableIdentifier@1}}
2025-12-11 07:53:08 TRACE SQLOperati
...[truncated 3997 chars]...
CAR.plug as CAR_plug, CAR.DTYPE as CAR_DTYPE from CAR where CAR.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2025-12-11 07:53:08 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2025-12-11 07:53:08 DEBUG SQLOperation Batching statement 1 times
2025-12-11 07:53:08 TRACE SQLOperation delete from CAR where id = ? | {1={CAR.id=o.c.s.i.PersistableIdentifier@1}}
2025-12-11 07:53:08 TRACE SQLOperation select * from Car | {}