En succès
A duré 12 ms.
Standard Output
2024-09-21 20:33:13 DEBUG DDLDeployer create table Person(name varchar(255), id int not null, houseId int, house1Id int, unique (id))
2024-09-21 20:33:13 DEBUG DDLDeployer create table House(name varchar(255), id int not null, unique (id))
2024-09-21 20:33:13 DEBUG DDLDeployer alter table Person add constraint FK_Person_house1Id_House_id foreign key(house1Id) references House(id)
2024-09-21 20:33:13 DEBUG DDLDeployer alter table Person add constraint FK_Person_houseId_House_id foreign key(houseI
...[truncated 3374 chars]...
=[],partner=<null>]
2024-09-21 20:33:13 DEBUG EntityTreeInflater Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@2c34e2dc 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>]