En succès
A duré 10 ms.
(from org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean)
Standard Output
2025-01-16 07:15:45 DEBUG DDLDeployer create table PersonWithGender(name varchar(255), gender INT, id int not null, unique (id))
2025-01-16 07:15:45 DEBUG SQLOperation Batching statement 1 times
2025-01-16 07:15:45 TRACE SQLOperation insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.gender=FEMALE, PersonWithGender.name=toto, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}}
2025-01-16 07:15:45 TRACE SQLOperation select * from PersonWithGender | {}