En succès
A duré 15 ms.
(from org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$CRUD_Polymorphism)
Standard Output
2026-02-12 07:21:25 DEBUG DDLDeployer create table Person(age integer not null, firstName varchar(255) not null, familyName varchar(255) not null, address varchar(255) not null, unique (firstName, familyName, address))
2026-02-12 07:21:25 DEBUG SQLOperation Batching statement 1 times
2026-02-12 07:21:25 TRACE SQLOperation insert into Person(age, firstName, familyName, address) values (?, ?, ?, ?) | {1={Person.address=nowhere, Person.familyName=Do, Person.age=35, Person.firstName=John}}
2026-02-1
...[truncated 68 chars]...
[PersonId{firstName='John', lastName='Do', address='nowhere'}]
2026-02-12 07:21:25 TRACE SQLOperation select Person.age as Person_age, Person.firstName as Person_firstName, Person.familyName as Person_familyName, Person.address as Person_address from Person where (Person.firstName, Person.familyName, Person.address) in ((?, ?, ?)) | {1=John, 2=Do, 3=nowhere}
2026-02-12 07:21:25 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person