Standard Output
2026-04-20 14:17:20 DEBUG DDLDeployer create table Toto(id VARCHAR(255) not null, createdAt timestamp, modificationDate timestamp, name varchar(255), unique (id))
2026-04-20 14:17:20 DEBUG SQLOperation Batching statement 1 times
2026-04-20 14:17:20 TRACE SQLOperation insert into Toto(createdAt, id, modificationDate, name) values (?, ?, ?, ?) | {1={Toto.modificationDate=null, Toto.id=o.c.s.i.PersistableIdentifier@42dacc1d-c6b2-498a-8c66-498a5e497391, Toto.name=null, Toto.createdAt=Mon Apr 20 14:1
...[truncated 213 chars]...
dentifier@42dacc1d-c6b2-498a-8c66-498a5e497391]
2026-04-20 14:17:20 TRACE SQLOperation select Toto.name as Toto_name, Toto.modificationDate as Toto_modificationDate, Toto.createdAt as Toto_createdAt, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@42dacc1d-c6b2-498a-8c66-498a5e497391}
2026-04-20 14:17:20 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto