En succès
A duré 8 ms.
Standard Output
2025-09-15 21:08:23 DEBUG DDLDeployer create table AbstractVehicle(id bigint not null, unique (id))
2025-09-15 21:08:23 DEBUG DDLDeployer create table Car(model varchar(255), id bigint not null, unique (id))
2025-09-15 21:08:23 DEBUG DDLDeployer create table Vehicle(id bigint not null, unique (id))
2025-09-15 21:08:23 DEBUG DDLDeployer alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)
2025-09-15 21:08:23 DEBUG DDLDeployer alter table Vehicle add constrain
...[truncated 1085 chars]...
09-15 21:08:23 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest$Car
2025-09-15 21:08:23 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Car{id=42, color=null, model='Renault'}
2025-09-15 21:08:23 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Car{id=42, color=null, model='Renault'}