En succès
A duré 8 ms.
Standard Output
2025-01-16 07:16:00 DEBUG DDLDeployer create table Person(name varchar(255), id int not null, houseId int, house1Id int, unique (id))
2025-01-16 07:16:00 DEBUG DDLDeployer create table House(name varchar(255), id int not null, unique (id))
2025-01-16 07:16:00 DEBUG DDLDeployer alter table Person add constraint FK_Person_house1Id_House_id foreign key(house1Id) references House(id)
2025-01-16 07:16:00 DEBUG DDLDeployer alter table Person add constraint FK_Person_houseId_House_id foreign key(houseI
...[truncated 3374 chars]...
=[],partner=<null>]
2025-01-16 07:16:00 DEBUG EntityTreeInflater Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@22ed1c7e 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>]