Standard Output
2026-03-16 22:16:35 DEBUG DDLDeployer create table Person(name varchar(255), id int not null, unique (id))
2026-03-16 22:16:35 DEBUG DDLDeployer create table Person_children(person_id int not null, children_id int not null, unique (person_id, children_id))
2026-03-16 22:16:35 DEBUG DDLDeployer create table Person_neighbours(person_id int not null, neighbours_id int not null, unique (person_id, neighbours_id))
2026-03-16 22:16:35 DEBUG DDLDeployer alter table Person_children add constraint FK_Per
...[truncated 8030 chars]...
entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-03-16 22:16:35 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
2026-03-16 22:16:35 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888