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