Standard Output
2026-02-23 10:54:29 DEBUG DDLDeployer create table Toto(id VARCHAR(255) not null, createdAt 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(createdAt, id, modificationDate, name) values (?, ?, ?, ?) | {1={Toto.createdAt=Mon Feb 23 10:54:29 UTC 2026, Toto.name=null, Toto.modificationDate=null, Toto.id=o.c.s.i.PersistableIdentifier@7b8db463-3442-4e77-907e
...[truncated 213 chars]...
dentifier@7b8db463-3442-4e77-907e-24b67f7b0fde]
2026-02-23 10:54:29 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@7b8db463-3442-4e77-907e-24b67f7b0fde}
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