Standard Output
2026-02-23 10:54:22 DEBUG DDLDeployer create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2026-02-23 10:54:22 DEBUG SQLOperation Batching statement 1 times
2026-02-23 10:54:22 TRACE SQLOperation insert into Toto(id, name) values (?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@a4fe3d8b-f31e-4c6b-8e71-a7af78996a44, Toto.name=Tutu}}
2026-02-23 10:54:22 DEBUG SimpleRelationalEntityPersister selecting entities [o.c.s.i.PersistableIdentifier@a4fe3d8b-f31e-4c6b-8e71-a7af78996a44]
2026-02-23 10:54:22 TRACE SQLOperation select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@a4fe3d8b-f31e-4c6b-8e71-a7af78996a44}
2026-02-23 10:54:22 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto