En succès
A duré 9 ms.
Standard Output
2025-06-26 04:31:53 DEBUG DDLDeployer create table Toto(id1 bigint not null, id2 bigint not null, name varchar(255), unique (id1, id2))
2025-06-26 04:31:53 DEBUG EntityMappingTreeSelectExecutor selecting entities in 1 chunks
2025-06-26 04:31:53 TRACE SQLOperation select Toto.id1 as Toto_id1, Toto.id2 as Toto_id2, Toto.name as Toto_name from Toto where (Toto.id1, Toto.id2) in ((?, ?)) | {Toto.id1=100, Toto.id2=1}
2025-06-26 04:31:53 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.Join
...[truncated 229 chars]...
1 as Toto_id1, Toto.id2 as Toto_id2, Toto.name as Toto_name from Toto where (Toto.id1, Toto.id2) in ((?, ?), (?, ?)) | {Toto.id1=[100, 200], Toto.id2=[1, 2]}
2025-06-26 04:31:53 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.EntityMappingTreeSelectExecutorTest$Toto
2025-06-26 04:31:53 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.EntityMappingTreeSelectExecutorTest$Toto