En succès
A duré 11 ms.
Standard Output
2024-10-16 21:08:49 DEBUG DDLDeployer create table House(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:49 DEBUG DDLDeployer create table Person(name varchar(255), id int not null, houseId int, house1Id int, unique (id))
2024-10-16 21:08:49 DEBUG DDLDeployer alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) references House(id)
2024-10-16 21:08:49 DEBUG DDLDeployer alter table Person add constraint FK_Person_house1Id_House_id foreign key(house1I
...[truncated 3370 chars]...
s=[],partner=<null>]
2024-10-16 21:08:49 DEBUG EntityTreeInflater Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@b306f6e 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>]