En succès
A duré 16 ms.
Standard Output
2026-02-11 22:36:05 DEBUG DDLDeployer create table Person(name varchar(255), id int not null, unique (id))
2026-02-11 22:36:05 DEBUG DDLDeployer create table Person_children(person_id int not null, children_id int not null, unique (person_id, children_id))
2026-02-11 22:36:05 DEBUG DDLDeployer create table Person_neighbours(person_id int not null, neighbours_id int not null, unique (person_id, neighbours_id))
2026-02-11 22:36:05 DEBUG DDLDeployer alter table Person_children add constraint FK_Per
...[truncated 9834 chars]...
SupportCycleTest.Person[children=[],directNeighbor=<null>,father=<null>,house=<null>,house1=<null>,id=o.c.s.i.PersistedIdentifier@888,name=Ban Do,neighbours=[],partner=<null>]
2026-02-11 22:36:05 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>]