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