Standard Output
2026-03-03 06:36:21 DEBUG DDLDeployer create table Toto(id VARCHAR(255) not null, createdAt timestamp, modificationDate timestamp, name varchar(255), unique (id))
2026-03-03 06:36:21 DEBUG SQLOperation Batching statement 1 times
2026-03-03 06:36:21 TRACE SQLOperation insert into Toto(createdAt, id, modificationDate, name) values (?, ?, ?, ?) | {1={Toto.name=null, Toto.createdAt=Tue Mar 03 06:36:21 UTC 2026, Toto.id=o.c.s.i.PersistableIdentifier@c9015543-edf7-49d6-b45e-67a50b0fd1e8, Toto.modifica
...[truncated 213 chars]...
dentifier@c9015543-edf7-49d6-b45e-67a50b0fd1e8]
2026-03-03 06:36:21 TRACE SQLOperation select Toto.name as Toto_name, Toto.createdAt as Toto_createdAt, Toto.modificationDate as Toto_modificationDate, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@c9015543-edf7-49d6-b45e-67a50b0fd1e8}
2026-03-03 06:36:21 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto