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