Standard Output
2026-02-17 06:39:19 DEBUG DDLDeployer create table PersonWithGender(name varchar(255), fieldWithoutAccessor VARCHAR(255), id int not null, unique (id))
2026-02-17 06:39:19 DEBUG SQLOperation Batching statement 1 times
2026-02-17 06:39:19 TRACE SQLOperation insert into PersonWithGender(fieldWithoutAccessor, id, name) values (?, ?, ?) | {1={PersonWithGender.fieldWithoutAccessor=FEMALE, PersonWithGender.name=toto, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}}
2026-02-17 06:39:19 TRACE SQLOperation select * from PersonWithGender | {}