En succès
A duré 8 ms.
Standard Output
2026-02-11 22:35:58 DEBUG DDLDeployer create table PersonWithGender(name varchar(255), fieldWithoutAccessor VARCHAR(255), id int not null, unique (id))
2026-02-11 22:35:58 DEBUG SQLOperation Batching statement 1 times
2026-02-11 22:35:58 TRACE SQLOperation insert into PersonWithGender(fieldWithoutAccessor, id, name) values (?, ?, ?) | {1={PersonWithGender.id=o.c.s.i.PersistableIdentifier@1, PersonWithGender.name=toto, PersonWithGender.fieldWithoutAccessor=FEMALE}}
2026-02-11 22:35:58 TRACE SQLOperation select * from PersonWithGender | {}