Standard Output
2026-02-23 10:54:21 DEBUG DDLDeployer create table Toto(id varchar(255) not null, creationDate varchar(255), modificationDate timestamp, unique (id))
2026-02-23 10:54:21 DEBUG SQLOperation Batching statement 1 times
2026-02-23 10:54:21 TRACE SQLOperation insert into Toto(creationDate, modificationDate, id) values (?, ?, ?) | {1={Toto.modificationDate=Mon Feb 23 10:54:21 UTC 2026, Toto.creationDate=Mon Feb 23 10:54:21 UTC 2026, Toto.id=o.c.s.i.PersistableIdentifier@67a73b5b-adc6-4809-a1d8-44a7a4f
...[truncated 88 chars]...
c.s.i.PersistableIdentifier@67a73b5b-adc6-4809-a1d8-44a7a4f9f84c]
2026-02-23 10:54:21 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@67a73b5b-adc6-4809-a1d8-44a7a4f9f84c}
2026-02-23 10:54:21 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto