En succès
A duré 8 ms.
Standard Output
2026-02-12 07:21:26 DEBUG DDLDeployer create table Person(name varchar(255), id int not null, unique (id))
2026-02-12 07:21:26 DEBUG DDLDeployer create table Person_children(person_id int not null, children_id int not null, unique (person_id, children_id))
2026-02-12 07:21:26 DEBUG DDLDeployer alter table Person_children add constraint FK_Person_children_person_id_Person_id foreign key(person_id) references Person(id)
2026-02-12 07:21:26 DEBUG DDLDeployer alter table Person_children add constrai
...[truncated 3497 chars]...
12 07:21:26 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-02-12 07:21:26 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@888,name=Ban Do,neighbours=[],partner=<null>]