Standard Output
2026-03-24 07:19:54 DEBUG DDLDeployer create table House(name varchar(255), id int not null, unique (id))
2026-03-24 07:19:54 DEBUG DDLDeployer create table Person(name varchar(255), id int not null, houseId int, house1Id int, unique (id))
2026-03-24 07:19:54 DEBUG DDLDeployer alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) references House(id)
2026-03-24 07:19:54 DEBUG DDLDeployer alter table Person add constraint FK_Person_house1Id_House_id foreign key(house1I
...[truncated 2802 chars]...
s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-03-24 07:19:54 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-03-24 07:19:54 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42