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 alter table Person_children add constraint FK_Person_children_children_id_Person_id foreign key(children_id) references Person(id)
2026-03-16 22:16:35 DEBUG DDLDeployer alter table Person_children add cons
...[truncated 1988 chars]...
n on Person.id = Person_children.person_id where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@666}
2026-03-16 22:16:35 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer 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@666