En succès
A duré 12 ms.
Standard Output
2025-10-07 05:47:09 DEBUG DDLDeployer create table House(name varchar(255), id int not null, unique (id))
2025-10-07 05:47:09 DEBUG DDLDeployer create table Person(name varchar(255), id int not null, houseId int, house1Id int, unique (id))
2025-10-07 05:47:09 DEBUG DDLDeployer alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) references House(id)
2025-10-07 05:47:09 DEBUG DDLDeployer alter table Person add constraint FK_Person_house1Id_House_id foreign key(house1I
...[truncated 4016 chars]...
ersistedIdentifier@42,name=John Do,neighbours=[],partner=<null>]
2025-10-07 05:47:09 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>]