En succès
A duré 18 ms.
Standard Output
2026-02-11 22:36:01 DEBUG DDLDeployer create table Car(model varchar(255), id bigint not null, engineId bigint, unique (id))
2026-02-11 22:36:01 DEBUG DDLDeployer create table Engine(model varchar(255), id bigint not null, unique (id))
2026-02-11 22:36:01 DEBUG DDLDeployer alter table Car add constraint FK_Car_engineId_Engine_id foreign key(engineId) references Engine(id)
2026-02-11 22:36:01 DEBUG SQLOperation Batching statement 1 times
2026-02-11 22:36:01 TRACE SQLOperation insert into Engine(m
...[truncated 737 chars]...
id where Car.id in (?) | {1=2}
2026-02-11 22:36:01 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest$Car
2026-02-11 22:36:01 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest.Car[model=Renault,color=<null>,engine=<null>,name=<null>,id=2,timestamp=<null>]