En succès
A duré 16 ms.
Standard Output
2025-11-25 21:36:27 DEBUG DDLDeployer create table CAR(id int not null, model varchar(255), color int, plug integer, DTYPE varchar(255) not null, unique (id))
2025-11-25 21:36:27 DEBUG SQLOperation Batching statement 1 times
2025-11-25 21:36:27 TRACE SQLOperation insert into CAR(color, model, plug, id, DTYPE) values (?, ?, ?, ?, ?) | {1={CAR.color=Color[rgb=666], CAR.plug=CCS, CAR.id=o.c.s.i.PersistableIdentifier@1, CAR.DTYPE=ELECTRIC_CAR, CAR.model=Renault}}
2025-11-25 21:36:27 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-11-25 21:36:27 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2025-11-25 21:36:27 DEBUG SQLOperation Batching statement 1 times
2025-11-25 21:36:27 TRACE SQLOperation delete from CAR where id = ? | {1={CAR.id=o.c.s.i.PersistableIdentifier@1}}
2025-11-25 21:36:27 TRACE SQLOperation select * from Car | {}