En succès
A duré 9 ms.
Standard Output
2026-02-10 07:22:40 DEBUG DDLDeployer create table Person(name varchar(255), id int not null, partnerId int, unique (id))
2026-02-10 07:22:40 DEBUG DDLDeployer alter table Person add constraint FK_Person_partnerId_Person_id foreign key(partnerId) references Person(id)
2026-02-10 07:22:40 DEBUG SimpleRelationalEntityPersister selecting entities [o.c.s.i.PersistableIdentifier@666]
2026-02-10 07:22:40 TRACE SQLOperation select Person.name as Person_name, Person.id as Person_id, partner.id as partne
...[truncated 1954 chars]...
0 07:22:40 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-02-10 07:22:40 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=<null>,father=<null>,house=<null>,house1=<null>,id=o.c.s.i.PersistedIdentifier@666,name=Saca Do,neighbours=[],partner=<null>]