En succès
A duré 14 ms.
(from org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToOneTest$BiDirectionality)
Standard Output
2025-12-11 07:53:09 DEBUG DDLDeployer create table Company(name varchar(255), id int not null, unique (id))
2025-12-11 07:53:09 DEBUG DDLDeployer create table Device(name varchar(255), id int not null, manufacturerId int not null, unique (id))
2025-12-11 07:53:09 DEBUG DDLDeployer alter table Device add constraint FK_Device_manufacturerId_Company_id foreign key(manufacturerId) references Company(id)
2025-12-11 07:53:09 DEBUG SQLOperation Batching statement 1 times
2025-12-11 07:53:09 TRACE SQLOp
...[truncated 641 chars]...
as manufacturer_name, manufacturer.id as manufacturer_id from Device left outer join Company as manufacturer on Device.manufacturerId = manufacturer.id where Device.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2025-12-11 07:53:09 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2025-12-11 07:53:09 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device@42