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