Standard Output
2026-02-23 10:54:30 DEBUG DDLDeployer create table Toto(id VARCHAR(255) not null, creationDate timestamp, modificationTime timestamp, locale VARCHAR(20), name varchar(255), unique (id))
2026-02-23 10:54:30 DEBUG SQLOperation Batching statement 1 times
2026-02-23 10:54:30 TRACE SQLOperation insert into Toto(creationDate, id, locale, name) values (?, ?, ?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@33ae33e3-9a66-42d9-a73c-6e444bfb8c43, Toto.locale=en_US, Toto.creationDate=Mon Feb 23 10:54:30 U
...[truncated 225 chars]...
i.PersistableIdentifier@33ae33e3-9a66-42d9-a73c-6e444bfb8c43]
2026-02-23 10:54:30 TRACE SQLOperation select Toto.name as Toto_name, Toto.locale as Toto_locale, Toto.creationDate as Toto_creationDate, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@33ae33e3-9a66-42d9-a73c-6e444bfb8c43}
2026-02-23 10:54:30 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto