<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.configurer.TablePerClassPolymorphismBuilderTest</className><duration>0.005</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.TablePerClassPolymorphismBuilderTest</className><duration>0.003</duration><failedSince>0</failedSince><name>build_withAfterInsertIdentifierPolicy_throwsUnsupportedOperationException</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.configurer.TablePerClassPolymorphismBuilderTest</className><duration>0.008</duration><failedSince>0</failedSince><name>build_withAlreadyAssignedIdentifierPolicy_entitiesMustHaveTheirIdSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-08-16 06:37:21	DEBUG	DDLDeployer	create table Part(name varchar(255), id bigint not null, unique (id))
2025-08-16 06:37:21	DEBUG	DDLDeployer	create table Question(label varchar(255), id bigint not null, unique (id))
2025-08-16 06:37:21	DEBUG	TablePerClassPolymorphismPersister	selecting entities [1]
2025-08-16 06:37:21	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.m
...[truncated 361 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-08-16 06:37:21	DEBUG	SQLOperation	Batching statement 1 times
2025-08-16 06:37:21	TRACE	SQLOperation	insert into Question(label, id) values (?, ?) | {1={Question.id=1, Question.label=What's the answer to Life, the Universe and Everything ?}}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.configurer.TablePerClassPolymorphismBuilderTest</className><duration>0.008</duration><failedSince>0</failedSince><name>build_withBeforeInsertIdentifierPolicy_entitiesMustHaveTheirIdSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-08-16 06:37:21	DEBUG	DDLDeployer	create table Part(name varchar(255), id bigint not null, unique (id))
2025-08-16 06:37:21	DEBUG	DDLDeployer	create table Question(label varchar(255), id bigint not null, unique (id))
2025-08-16 06:37:21	DEBUG	SQLOperation	Batching statement 1 times
2025-08-16 06:37:21	TRACE	SQLOperation	insert into Question(label, id) values (?, ?) | {1={Question.id=1, Question.label=What's the answer to Life, the Universe and Everything ?}}
</stdout></child><failCount>0</failCount><name>TablePerClassPolymorphismBuilderTest</name><passCount>4</passCount><skipCount>0</skipCount></classResult>