Standard Output
2026-02-23 10:54:30 DEBUG DDLDeployer create table Toto(id VARCHAR(255) not null, creationDate timestamp, modificationDate 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, modificationDate, name) values (?, ?, ?, ?, ?) | {1={Toto.name=null, Toto.locale=en_US, Toto.creationDate=Mon Feb 23 10:54:30 UTC 2026, Toto.id=o.c.s.i.PersistableIde
...[truncated 322 chars]...
057bd44b42ce]
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.modificationDate as Toto_modificationDate, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@1c2d3a48-9084-49a0-8e7e-057bd44b42ce}
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