En succès
A duré 7 ms.
Standard Output
2025-03-12 07:26:42 DEBUG DDLDeployer create table Person(name varchar(255), id int not null, unique (id))
2025-03-12 07:26:42 DEBUG DDLDeployer create table Person_children(person_id int, children_id int, unique (person_id, children_id))
2025-03-12 07:26:42 DEBUG DDLDeployer alter table Person_children add constraint FK_Person_children_person_id_Person_id foreign key(person_id) references Person(id)
2025-03-12 07:26:42 DEBUG DDLDeployer alter table Person_children add constraint FK_Person_child
...[truncated 2021 chars]...
G EntityTreeInflater Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@6e73382b
2025-03-12 07:26:42 DEBUG EntityTreeInflater Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@5de8c041 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>]