Standard Output
2026-06-22 13:01:00 DEBUG DDLDeployer create table Toto(id VARCHAR(255) not null, creationDate timestamp, modificationDate timestamp, name varchar(255), unique (id))
2026-06-22 13:01:00 DEBUG SQLOperation Batching statement 1 times
2026-06-22 13:01:00 TRACE SQLOperation insert into Toto(creationDate, id, modificationDate, name) values (?, ?, ?, ?) | {1={Toto.modificationDate=null, Toto.id=o.c.s.i.PersistableIdentifier@fef5ce2a-d34c-4d13-8343-828b43c474c8, Toto.name=null, Toto.creationDate=Mon Ju
...[truncated 231 chars]...
ier@fef5ce2a-d34c-4d13-8343-828b43c474c8]
2026-06-22 13:01:00 TRACE SQLOperation select Toto.name as Toto_name, Toto.modificationDate as Toto_modificationDate, Toto.creationDate as Toto_creationDate, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@fef5ce2a-d34c-4d13-8343-828b43c474c8}
2026-06-22 13:01:00 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto