En succès
A duré 21 ms.
Standard Output
2025-08-13 20:54:50 DEBUG SQLOperation Batching statement 1 times
2025-08-13 20:54:50 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-13 20:54:50 DEBUG DDLDeployer create table Car(model varchar(255), id bigint not null, engineId bigint, unique (id))
2025-08-13 20:54:50 DEBUG DDLDeployer create table Engine(model varchar(255), id bigint not null, unique (id))
2025-08-13 20:54:5
...[truncated 983 chars]...
id where Car.id in (?) | {1=2}
2025-08-13 20:54:50 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest$Car
2025-08-13 20:54:50 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>]