Standard Output
2026-04-04 06:15:56 DEBUG DDLDeployer create table Toto(id varchar(255) not null, creationDate varchar(255), modificationDate timestamp, unique (id))
2026-04-04 06:15:56 DEBUG SQLOperation Batching statement 1 times
2026-04-04 06:15:56 TRACE SQLOperation insert into Toto(creationDate, modificationDate, id) values (?, ?, ?) | {1={Toto.creationDate=Sat Apr 04 06:15:56 UTC 2026, Toto.modificationDate=Sat Apr 04 06:15:56 UTC 2026, Toto.id=o.c.s.i.PersistableIdentifier@d609bd18-01a2-4ab1-bb70-d86c7c9
...[truncated 88 chars]...
c.s.i.PersistableIdentifier@d609bd18-01a2-4ab1-bb70-d86c7c9814bb]
2026-04-04 06:15:56 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@d609bd18-01a2-4ab1-bb70-d86c7c9814bb}
2026-04-04 06:15:56 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto