En succès
A duré 13 ms.
Standard Output
2026-02-03 07:36:57 DEBUG DDLDeployer create table AbstractVehicle(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2026-02-03 07:36:57 DEBUG DDLDeployer create table Car(model varchar(255), id bigint not null, unique (id))
2026-02-03 07:36:57 DEBUG DDLDeployer create table Vehicle(id bigint not null, unique (id))
2026-02-03 07:36:57 DEBUG DDLDeployer alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-02-03
...[truncated 1119 chars]...
}
2026-02-03 07:36:57 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest$Car
2026-02-03 07:36:57 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Car{id=1, color=null, model='Renault'}
2026-02-03 07:36:57 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Car{id=1, color=null, model='Renault'}