Standard Output
2026-03-16 22:16:35 DEBUG DDLDeployer create table AbstractVehicle(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2026-03-16 22:16:35 DEBUG DDLDeployer create table Car(model varchar(255), id bigint not null, unique (id))
2026-03-16 22:16:35 DEBUG DDLDeployer create table Vehicle(id bigint not null, unique (id))
2026-03-16 22:16:35 DEBUG DDLDeployer alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-03-16
...[truncated 1197 chars]...
r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest$Car
2026-03-16 22:16:35 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest$Car#1
2026-03-16 22:16:35 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest$Car#1