En succès
A duré 13 ms.
(from org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToOneTest$BiDirectionality)
Standard Output
2025-10-15 05:10:35 DEBUG DDLDeployer create table Company(name varchar(255), id int not null, unique (id))
2025-10-15 05:10:35 DEBUG DDLDeployer create table Device(name varchar(255), id int not null, manufacturerId int not null, unique (id))
2025-10-15 05:10:35 DEBUG DDLDeployer alter table Device add constraint FK_Device_manufacturerId_Company_id foreign key(manufacturerId) references Company(id)
2025-10-15 05:10:35 DEBUG SimpleRelationalEntityPersister selecting entities [o.c.s.i.Persistable
...[truncated 923 chars]...
name as manufacturer_name, manufacturer.id as manufacturer_id from Device inner join Company as manufacturer on Device.manufacturerId = manufacturer.id where Device.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2025-10-15 05:10:35 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2025-10-15 05:10:35 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device@42