<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.configurer.SingleTablePolymorphismBuilderTest</className><duration>0.003</duration><failedSince>0</failedSince><name>build_targetTableAndOverridingColumnsAreDifferent_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.configurer.SingleTablePolymorphismBuilderTest</className><duration>0.007</duration><failedSince>0</failedSince><name>build_withAfterInsertIdentifierPolicy_entitiesMustHaveTheirIdSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Element(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, label varchar(255), name varchar(255), DTYPE varchar(255) not null, unique (id))
2025-06-26 04:31:52	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:52	TRACE	SQLOperation	insert into Element(label, id, DTYPE) values (?, default, ?) | {1={Element.DTYPE=QUESTION, Element.label=What's the answer to Life, the Universe and Everything ?}}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.configurer.SingleTablePolymorphismBuilderTest</className><duration>0.008</duration><failedSince>0</failedSince><name>build_withAlreadyAssignedIdentifierPolicy_entitiesMustHaveTheirIdSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Element(id bigint not null, label varchar(255), name varchar(255), DTYPE varchar(255) not null, unique (id))
2025-06-26 04:31:52	DEBUG	SingleTablePolymorphismPersister	selecting entities [1]
2025-06-26 04:31:52	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-06-26 04:31:52	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-06-26 04:31:52	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:52	TRACE	SQLOperation	insert into Element(label, id, DTYPE) values (?, ?, ?) | {1={Element.id=1, Element.label=What's the answer to Life, the Universe and Everything ?, Element.DTYPE=QUESTION}}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.configurer.SingleTablePolymorphismBuilderTest</className><duration>0.007</duration><failedSince>0</failedSince><name>build_withBeforeInsertIdentifierPolicy_entitiesMustHaveTheirIdSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Element(id bigint not null, label varchar(255), name varchar(255), DTYPE varchar(255) not null, unique (id))
2025-06-26 04:31:52	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:52	TRACE	SQLOperation	insert into Element(label, id, DTYPE) values (?, ?, ?) | {1={Element.label=What's the answer to Life, the Universe and Everything ?, Element.id=1, Element.DTYPE=QUESTION}}
</stdout></child><failCount>0</failCount><name>SingleTablePolymorphismBuilderTest</name><passCount>4</passCount><skipCount>0</skipCount></classResult>