Standard Output
2026-05-19 05:26:26 DEBUG DDLDeployer create table Address(location varchar(255), id int not null, unique (id))
2026-05-19 05:26:26 DEBUG DDLDeployer create table Person(reversePartnerId int, name varchar(255), id int not null, addressId int, houseId int, gardenerId int, unique (id))
2026-05-19 05:26:26 DEBUG DDLDeployer alter table Person add constraint FK_Person_houseId_Person_id foreign key(houseId) references Person(id)
2026-05-19 05:26:26 DEBUG DDLDeployer alter table Person add constraint
...[truncated 5981 chars]...
pe=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:26:26 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:26:26 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666