En succès
A duré 9 ms.
Standard Output
2026-02-11 22:36:01 DEBUG DDLDeployer create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-02-11 22:36:01 DEBUG DDLDeployer create table Country(name varchar(255), id int not null, unique (id))
2026-02-11 22:36:01 DEBUG DDLDeployer alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-02-11 22:36:01 DEBUG SimpleRelationalEntityPersister selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-02-11 22:36:
...[truncated 999 chars]...
ming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=<null>,cities=[City[country=org.codefilarete.stalactite.engine.model.Country@34b440f9,id=o.c.s.i.PersistedIdentifier@1,name=Paris,persons=<null>,state=<null>]],description=<null>,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@42,languages=[],modificationDate=<null>,name=France,president=<null>,states=[],timestamp=<null>,towns=<null>,version=0,versionWithoutAccessor=0]