En succès
A duré 8 ms.
Standard Output
2026-02-11 22:36:06 DEBUG DDLDeployer create table Car(model varchar(255), id bigint not null, unique (id))
2026-02-11 22:36:06 DEBUG SQLOperation Batching statement 1 times
2026-02-11 22:36:06 TRACE SQLOperation insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=42}}
2026-02-11 22:36:06 TRACE SQLOperation select id, model from Car | {}
2026-02-11 22:36:06 DEBUG SimpleRelationalEntityPersister selecting entities [42]
2026-02-11 22:36:06 TRACE SQLOperation select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {1=42}
2026-02-11 22:36:06 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest$Car