Standard Output
2026-03-24 07:19:47 DEBUG DDLDeployer create table Toto(creationDate timestamp, modificationDate timestamp, readonlyProperty varchar(255), id varchar(36) not null, unique (id))
2026-03-24 07:19:47 DEBUG SQLOperation Batching statement 1 times
2026-03-24 07:19:47 TRACE SQLOperation insert into Toto(creationDate, modificationDate, id) values (?, ?, ?) | {1={Toto.creationDate=Tue Mar 24 07:19:47 UTC 2026, Toto.id=o.c.s.i.PersistedIdentifier@79c504d0-364a-4d0e-a8c5-2be77250d469, Toto.modificationDate=Tue Mar 24 07:19:47 UTC 2026}}
2026-03-24 07:19:47 TRACE SQLOperation select readonlyProperty from Toto | {}