En succès
A duré 29 ms.
Standard Output
2025-07-05 06:34:55 DEBUG SQLOperation Batching statement 1 times
2025-07-05 06:34:55 TRACE SQLOperation update sequence_table set next_val = ? where sequence_name = ? | {1={sequence_table.sequence_name (W)=Toto, sequence_table.next_val (U)=40}}
2025-07-05 06:34:55 DEBUG DDLDeployer create table Car(model varchar(255), id bigint not null, engineId bigint, unique (id))
2025-07-05 06:34:55 DEBUG DDLDeployer create table Engine(model varchar(255), id bigint not null, unique (id))
2025-07-05 06:34:5
...[truncated 1077 chars]...
ere Car.id in (?) | {Car.id=2}
2025-07-05 06:34:55 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest$Car
2025-07-05 06:34:55 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>]