En succès
A duré 10 ms.
Standard Output
2026-02-03 07:36:56 DEBUG DDLDeployer create table Person(name varchar(255), id int not null, unique (id))
2026-02-03 07:36:56 DEBUG DDLDeployer create table Person_children(person_id int not null, children_id int not null, unique (person_id, children_id))
2026-02-03 07:36:56 DEBUG DDLDeployer alter table Person_children add constraint FK_Person_children_children_id_Person_id foreign key(children_id) references Person(id)
2026-02-03 07:36:56 DEBUG DDLDeployer alter table Person_children add cons
...[truncated 2214 chars]...
3 07:36:56 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-02-03 07:36:56 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>]