Standard Output
2026-02-23 10:54:29 DEBUG DDLDeployer create table Toto(id VARCHAR(255) not null, creationDate timestamp, modificationDate timestamp, name varchar(255), unique (id))
2026-02-23 10:54:29 DEBUG SQLOperation Batching statement 1 times
2026-02-23 10:54:29 TRACE SQLOperation insert into Toto(creationDate, id, modificationDate, name) values (?, ?, ?, ?) | {1={Toto.creationDate=Mon Feb 23 10:54:29 UTC 2026, Toto.name=null, Toto.modificationDate=null, Toto.id=o.c.s.i.PersistableIdentifier@a800dbc4-96c0-
...[truncated 231 chars]...
ier@a800dbc4-96c0-451d-adbe-5b466ddfb3ba]
2026-02-23 10:54:29 TRACE SQLOperation select Toto.name as Toto_name, 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@a800dbc4-96c0-451d-adbe-5b466ddfb3ba}
2026-02-23 10:54:29 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto