En succès
A duré 22 ms.
(from org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean)
Standard Output
2024-09-23 19:40:52 DEBUG DDLDeployer create table Toto(id VARCHAR(255) not null, name varchar(255), firstName varchar(255), unique (id))
2024-09-23 19:40:52 DEBUG SQLOperation Batching statement 1 times
2024-09-23 19:40:52 DEBUG SQLOperation insert into Toto(firstName, id) values (?, ?) | {1={Toto.firstName=null, Toto.id=o.c.s.i.PersistedIdentifier@10ba9e87-b64e-409d-b8b3-b053560c700a}}
2024-09-23 19:40:52 DEBUG SQLOperation select Toto.id, Toto.name from Toto | {}
2024-09-23 19:40:52 DEBUG SQLOperation update Toto set name = ? where id = ? | {1=dummyName, 2=o.c.s.i.PersistedIdentifier@10ba9e87-b64e-409d-b8b3-b053560c700a}
2024-09-23 19:40:52 DEBUG SQLOperation select Toto.id, Toto.name from Toto | {}