En succès
A duré 23 ms.
Standard Output
2025-08-11 19:49:49 TRACE SQLOperation select sequence_name, next_val from sequence_table where sequence_name in (?) | {sequence_table.sequence_name=Toto}
2025-08-11 19:49:49 DEBUG SQLOperation Batching statement 1 times
2025-08-11 19:49:49 TRACE SQLOperation update sequence_table set next_val = ? where sequence_name = ? | {1={sequence_table.next_val (U)=40, sequence_table.sequence_name (W)=Toto}}
2025-08-11 19:49:49 DEBUG DDLDeployer create table Car(model varchar(255), id bigint not null, engi
...[truncated 1138 chars]...
id where Car.id in (?) | {1=2}
2025-08-11 19:49:49 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest$Car
2025-08-11 19:49:49 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>]