En succès
A duré 10 ms.
Standard Output
2025-10-07 05:47:08 DEBUG DDLDeployer create table car(id int not null, color int, model varchar(255), unique (id))
2025-10-07 05:47:08 DEBUG DDLDeployer create table Vehicle(color int, id int not null, unique (id))
2025-10-07 05:47:08 DEBUG DDLDeployer alter table car add constraint FK_car_id_Vehicle_id foreign key(id) references Vehicle(id)
2025-10-07 05:47:08 DEBUG SQLOperation Batching statement 1 times
2025-10-07 05:47:08 TRACE SQLOperation insert into Vehicle(color, id) values (?, ?) | {1=
...[truncated 683 chars]...
ar inner join Vehicle as Vehicle on car.id = Vehicle.id where car.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2025-10-07 05:47:08 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car
2025-10-07 05:47:08 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Car[model=Renault,plates=[],radio=<null>,color=<null>,engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=<null>]