<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.006</duration><failedSince>0</failedSince><name>build_withAfterInsertIdentifierPolicy_entitiesMustHaveTheirIdSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:16:00	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))
2026-04-04 06:16:00	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:16:00	TRACE	SQLOperation	insert into Element(label, id, DTYPE) values (?, default, ?) | {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.006</duration><failedSince>0</failedSince><name>build_withAlreadyAssignedIdentifierPolicy_entitiesMustHaveTheirIdSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:16:00	DEBUG	DDLDeployer	create table Element(id bigint not null, label varchar(255), name varchar(255), DTYPE varchar(255) not null, unique (id))
2026-04-04 06:16:00	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:16:00	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.024</duration><failedSince>0</failedSince><name>build_withBeforeInsertIdentifierPolicy_entitiesMustHaveTheirIdSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:16:00	DEBUG	DDLDeployer	create table Element(id bigint not null, label varchar(255), name varchar(255), DTYPE varchar(255) not null, unique (id))
2026-04-04 06:16:00	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:16:00	TRACE	SQLOperation	insert into Element(label, id, DTYPE) values (?, ?, ?) | {1={Element.label=What's the answer to Life, the Universe and Everything ?, Element.DTYPE=QUESTION, Element.id=1}}
</stdout></child><failCount>0</failCount><name>SingleTablePolymorphismBuilderTest</name><passCount>4</passCount><skipCount>0</skipCount></classResult>