Standard Output
2026-03-24 07:19:55 DEBUG DDLDeployer create table Toto(id VARCHAR(255) not null, creationDate timestamp, modificationTime timestamp, locale VARCHAR(20), name varchar(255), unique (id))
2026-03-24 07:19:55 DEBUG SQLOperation Batching statement 1 times
2026-03-24 07:19:55 TRACE SQLOperation insert into Toto(creationDate, id, locale, name) values (?, ?, ?, ?) | {1={Toto.locale=en_US, Toto.name=null, Toto.id=o.c.s.i.PersistableIdentifier@42d0022e-79ac-4170-a292-9a2bcdbbbcc5, Toto.creationDate=Tue M
...[truncated 225 chars]...
i.PersistableIdentifier@42d0022e-79ac-4170-a292-9a2bcdbbbcc5]
2026-03-24 07:19:55 TRACE SQLOperation select Toto.locale as Toto_locale, Toto.name as Toto_name, Toto.creationDate as Toto_creationDate, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@42d0022e-79ac-4170-a292-9a2bcdbbbcc5}
2026-03-24 07:19:55 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto