En succès
A duré 11 ms.
Standard Output
2026-02-11 22:36:04 DEBUG DDLDeployer create table AbstractVehicle(id int not null, unique (id))
2026-02-11 22:36:04 DEBUG DDLDeployer create table Car(model varchar(255), color int, id int not null, unique (id))
2026-02-11 22:36:04 DEBUG DDLDeployer create table Vehicle(id int not null, unique (id))
2026-02-11 22:36:04 DEBUG DDLDeployer alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-02-11 22:36:04 DEBUG DDLDeployer alter table Vehicle add constra
...[truncated 1490 chars]...
o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Car[inspections=[],model=Renault,plates=[],radio=<null>,color=Color[rgb=666],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=<null>]
2026-02-11 22:36:04 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Car[inspections=[],model=Renault,plates=[],radio=<null>,color=Color[rgb=666],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=<null>]