En succès
A duré 10 ms.
(from org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SelectWithEmptyRelationMustReturnEmptyCollection)
Standard Output
2026-02-03 07:36:52 DEBUG DDLDeployer create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-02-03 07:36:52 DEBUG DDLDeployer create table Country(name varchar(255), id int not null, unique (id))
2026-02-03 07:36:52 DEBUG DDLDeployer alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-02-03 07:36:52 DEBUG SimpleRelationalEntityPersister selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-02-03 07:36:
...[truncated 1412 chars]...
ier@1, o.c.s.i.PersistedIdentifier@2]
2026-02-03 07:36:52 TRACE SQLOperation select City.name as City_name, City.id as City_id from City where City.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@1, 2=o.c.s.i.PersistedIdentifier@2}
2026-02-03 07:36:52 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.City
2026-02-03 07:36:52 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.City