En succès
A duré 12 ms.
Standard Output
2025-07-20 15:43:07 DEBUG DDLDeployer create table Car(model varchar(255), id bigint not null, unique (id))
2025-07-20 15:43:07 DEBUG DDLDeployer create sequence CAR_SEQUENCE start with 1 increment by 1
2025-07-20 15:43:07 TRACE SQLOperation CALL NEXT VALUE FOR CAR_SEQUENCE | {}
2025-07-20 15:43:07 DEBUG SQLOperation Batching statement 1 times
2025-07-20 15:43:07 TRACE SQLOperation insert into Car(model, id) values (?, ?) | {1={Car.id=1, Car.model=Renault}}
2025-07-20 15:43:07 TRACE SQLOperation
...[truncated 29 chars]...
{}
2025-07-20 15:43:07 DEBUG SimpleRelationalEntityPersister selecting entities [1]
2025-07-20 15:43:07 DEBUG EntityMappingTreeSelectExecutor selecting entities in 1 chunks
2025-07-20 15:43:07 TRACE SQLOperation select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=1}
2025-07-20 15:43:07 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest$Car