En succès
A duré 13 ms.
Standard Output
2026-02-12 07:21:27 DEBUG DDLDeployer create table Address(location varchar(255), id int not null, unique (id))
2026-02-12 07:21:27 DEBUG DDLDeployer create table House(id int not null, addressId int, gardenerId int, unique (id))
2026-02-12 07:21:27 DEBUG DDLDeployer create table Person(name varchar(255), id int not null, houseId int, partnerId int, unique (id))
2026-02-12 07:21:27 DEBUG DDLDeployer alter table House add constraint FK_House_gardenerId_Person_id foreign key(gardenerId) references
...[truncated 6352 chars]...
eTest.Person[children=[],directNeighbor=<null>,father=<null>,house=<null>,house1=<null>,id=o.c.s.i.PersistedIdentifier@666,name=Saca Do,neighbours=[],partner=<null>]
2026-02-12 07:21:27 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer 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>]