Standard Output
2026-03-16 22:16:35 DEBUG DDLDeployer create table Person(reversePartnerId int, name varchar(255), id int not null, unique (id))
2026-03-16 22:16:35 DEBUG DDLDeployer alter table Person add constraint FK_Person_reversePartnerId_Person_id foreign key(reversePartnerId) references Person(id)
2026-03-16 22:16:35 DEBUG SQLOperation Batching statement 1 times
2026-03-16 22:16:35 TRACE SQLOperation insert into Person(name, id, reversePartnerId) values (?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdenti
...[truncated 1412 chars]...
er on Person.id = partner.reversePartnerId 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