En succès
A duré 8 ms.
Standard Output
2025-07-20 15:43:08 DEBUG DDLDeployer create table Element(id bigint not null, label varchar(255), name varchar(255), DTYPE varchar(255) not null, unique (id))
2025-07-20 15:43:08 DEBUG SingleTablePolymorphismPersister selecting entities [1]
2025-07-20 15:43:08 DEBUG SingleTablePolymorphismEntityFinder Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Element.id In], hasCollectionCriteria=false, parent=null
2025-07-20 15:43:08 TRACE SQLOperation select Element.id as Element_id, Element.label as Element_label, Element.name as Element_name, Element.DTYPE as Element_DTYPE from Element where Element.id in (?) | {1=1}
2025-07-20 15:43:08 DEBUG SQLOperation Batching statement 1 times
2025-07-20 15:43:08 TRACE SQLOperation insert into Element(label, id, DTYPE) values (?, ?, ?) | {1={Element.DTYPE=QUESTION, Element.id=1, Element.label=What's the answer to Life, the Universe and Everything ?}}