En succès
A duré 19 ms.
Standard Output
2025-10-15 05:10:33 DEBUG DDLDeployer create table Car(model varchar(255), id bigint not null, engineId bigint, unique (id))
2025-10-15 05:10:33 DEBUG DDLDeployer create table Engine(model varchar(255), id bigint not null, unique (id))
2025-10-15 05:10:33 DEBUG DDLDeployer alter table Car add constraint FK_Car_engineId_Engine_id foreign key(engineId) references Engine(id)
2025-10-15 05:10:33 DEBUG SQLOperation Batching statement 1 times
2025-10-15 05:10:33 TRACE SQLOperation insert into Engine(m
...[truncated 737 chars]...
id where Car.id in (?) | {1=2}
2025-10-15 05:10:33 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest$Car
2025-10-15 05:10:33 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>]