En succès
A duré 8 ms.
Standard Output
2025-12-23 15:23:57 DEBUG DDLDeployer create table Pet(name varchar(255) not null, type integer not null, age integer not null, unique (name, type, age))
2025-12-23 15:23:57 DEBUG SQLOperation Batching statement 1 times
2025-12-23 15:23:57 TRACE SQLOperation insert into Pet(name, type, age) values (?, ?, ?) | {1={Pet.age=4, Pet.name=Pluto, Pet.type=Dog}}
2025-12-23 15:23:57 DEBUG SimpleRelationalEntityPersister selecting entities [PetId{name='Pluto', race='Dog', age=4}]
2025-12-23 15:23:57 TRACE SQLOperation select Pet.name as Pet_name, Pet.type as Pet_type, Pet.age as Pet_age from Pet where (Pet.name, Pet.age, Pet.type) in ((?, ?, ?)) | {1=Pluto, 2=4, 3=Dog}
2025-12-23 15:23:57 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Pet