En succès
A duré 0,97 s.
(from org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportRelationMixTest$ConfigurationReuse_MappedSuperClassAndRelations)
Standard Output
2026-02-10 07:22:28 DEBUG DDLDeployer create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-02-10 07:22:28 DEBUG DDLDeployer create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-02-10 07:22:28 DEBUG DDLDeployer create table State(name varchar(255), id int not null, countryId int, unique (id))
2026-02-10 07:22:28 DEBUG DDLDeployer alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) ref
...[truncated 15701 chars]...
e.model.Country@24ab83c8,id=o.c.s.i.PersistedIdentifier@2,name=Grenoble,persons=<null>,state=<null>]],description=Smelly cheese !,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=<null>,name=France,president=<null>,states=[State{id=o.c.s.i.PersistedIdentifier@0}, State{id=o.c.s.i.PersistedIdentifier@3}],timestamp=<null>,towns=<null>,version=0,versionWithoutAccessor=0]
2026-02-10 07:22:28 TRACE SQLOperation select id from State where id = 1 | {}