En succès
A duré 11 ms.
Standard Output
2026-02-11 22:36:05 DEBUG DDLDeployer create table House(name varchar(255), id int not null, unique (id))
2026-02-11 22:36:05 DEBUG DDLDeployer create table Person(name varchar(255), id int not null, houseId int, house1Id int, unique (id))
2026-02-11 22:36:05 DEBUG DDLDeployer alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) references House(id)
2026-02-11 22:36:05 DEBUG DDLDeployer alter table Person add constraint FK_Person_house1Id_House_id foreign key(house1I
...[truncated 3458 chars]...
ersistedIdentifier@42,name=John Do,neighbours=[],partner=<null>]
2026-02-11 22:36:05 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=<null>,father=<null>,house=<null>,house1=House{id=o.c.s.i.PersistedIdentifier@456, gardener=null, address=null, name=secondary house, inhabitants=[]},id=o.c.s.i.PersistedIdentifier@42,name=John Do,neighbours=[],partner=<null>]