Standard Output
2026-02-23 10:54:21 DEBUG DDLDeployer create table Toto(creationDate timestamp, modificationDate timestamp, readonlyProperty varchar(255), id varchar(36) not null, unique (id))
2026-02-23 10:54:21 DEBUG SQLOperation Batching statement 1 times
2026-02-23 10:54:21 TRACE SQLOperation insert into Toto(creationDate, modificationDate, id) values (?, ?, ?) | {1={Toto.creationDate=Mon Feb 23 10:54:21 UTC 2026, Toto.modificationDate=Mon Feb 23 10:54:21 UTC 2026, Toto.id=o.c.s.i.PersistedIdentifier@b280d091-a193-4f80-8dc3-7da0280db7dd}}
2026-02-23 10:54:21 TRACE SQLOperation select readonlyProperty from Toto | {}