En succès
A duré 8 ms.
(from org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapEnum)
Standard Output
2026-02-11 22:35:58 DEBUG DDLDeployer create table PersonWithGender(name varchar(255), gender 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(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.name=toto, PersonWithGender.gender=MALE, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}}
2026-02-11 22:35:58 DEBUG SQLOperation Batching statement 1 times
2026-02-1
...[truncated 262 chars]...
alEntityPersister selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-02-11 22:35:58 TRACE SQLOperation select PersonWithGender.name as PersonWithGender_name, PersonWithGender.gender as PersonWithGender_gender, PersonWithGender.id as PersonWithGender_id from PersonWithGender where PersonWithGender.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-02-11 22:35:58 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.PersonWithGender