Standard Output
2026-03-24 07:19:55 DEBUG DDLDeployer create table AbstractVehicle(id bigint not null, unique (id))
2026-03-24 07:19:55 DEBUG DDLDeployer create table Car(model varchar(255), id bigint not null, unique (id))
2026-03-24 07:19:55 DEBUG DDLDeployer create table Vehicle(id bigint not null, unique (id))
2026-03-24 07:19:55 DEBUG DDLDeployer alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-03-24 07:19:55 DEBUG DDLDeployer alter table Vehicle add constrain
...[truncated 1173 chars]...
RootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest$Car
2026-03-24 07:19:55 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest$Car#42
2026-03-24 07:19:55 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest$Car#42