En succès
A duré 8 ms.
Standard Output
2025-06-26 04:31:52 DEBUG DDLDeployer create table Question(label varchar(255), id bigint not null, unique (id))
2025-06-26 04:31:52 DEBUG DDLDeployer create table Part(name varchar(255), id bigint not null, unique (id))
2025-06-26 04:31:52 DEBUG TablePerClassPolymorphismPersister selecting entities [1]
2025-06-26 04:31:52 DEBUG TablePerClassPolymorphismEntityFinder Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Element.id In], hasCollectionCriteria
...[truncated 293 chars]...
SCRIMINATOR from Question union all select Part.id as id, 'Part' as DISCRIMINATOR from Part) as Element left outer join Part as Part on Element.id = Part.id left outer join Question as Question on Element.id = Question.id where Element.id in (?) | {1=1}
2025-06-26 04:31:52 DEBUG SQLOperation Batching statement 1 times
2025-06-26 04:31:52 TRACE SQLOperation insert into Question(label, id) values (?, ?) | {1={Question.label=What's the answer to Life, the Universe and Everything ?, Question.id=1}}