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