Standard Output
2026-03-03 06:36:13 DEBUG DDLDeployer create table Toto(id varchar(255) not null, creationDate varchar(255), modificationDate timestamp, unique (id))
2026-03-03 06:36:13 DEBUG SQLOperation Batching statement 1 times
2026-03-03 06:36:13 TRACE SQLOperation insert into Toto(creationDate, modificationDate, id) values (?, ?, ?) | {1={Toto.modificationDate=Tue Mar 03 06:36:13 UTC 2026, Toto.creationDate=Tue Mar 03 06:36:13 UTC 2026, Toto.id=o.c.s.i.PersistableIdentifier@7b5580ff-b6a1-476e-ad64-4e15236
...[truncated 88 chars]...
c.s.i.PersistableIdentifier@7b5580ff-b6a1-476e-ad64-4e15236d507d]
2026-03-03 06:36:13 TRACE SQLOperation select Toto.creationDate as Toto_creationDate, Toto.modificationDate as Toto_modificationDate, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@7b5580ff-b6a1-476e-ad64-4e15236d507d}
2026-03-03 06:36:13 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto