<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.configurer.JoinTablePolymorphismBuilderTest</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.JoinTablePolymorphismBuilderTest</className><duration>0.007</duration><failedSince>0</failedSince><name>build_withAfterInsertIdentifierPolicy_entitiesMustHaveTheirIdSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-11-04 06:20:18	DEBUG	DDLDeployer	create table Element(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2025-11-04 06:20:18	DEBUG	DDLDeployer	create table Part(name varchar(255), id bigint not null, unique (id))
2025-11-04 06:20:18	DEBUG	DDLDeployer	create table Question(label varchar(255), id bigint not null, unique (id))
2025-11-04 06:20:18	DEBUG	DDLDeployer	alter table Part add constraint FK_Part_id_Element_id foreign key(id) references Element(
...[truncated 44 chars]...
ter table Question add constraint FK_Question_id_Element_id foreign key(id) references Element(id)
2025-11-04 06:20:18	DEBUG	SQLOperation	Batching statement 1 times
2025-11-04 06:20:18	TRACE	SQLOperation	insert into Element(id) values (default) | {1={}}
2025-11-04 06:20:18	DEBUG	SQLOperation	Batching statement 1 times
2025-11-04 06:20:18	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.JoinTablePolymorphismBuilderTest</className><duration>0.009</duration><failedSince>0</failedSince><name>build_withAlreadyAssignedIdentifierPolicy_entitiesMustHaveTheirIdSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-11-04 06:20:18	DEBUG	DDLDeployer	create table Element(id bigint not null, unique (id))
2025-11-04 06:20:18	DEBUG	DDLDeployer	create table Part(name varchar(255), id bigint not null, unique (id))
2025-11-04 06:20:18	DEBUG	DDLDeployer	create table Question(label varchar(255), id bigint not null, unique (id))
2025-11-04 06:20:18	DEBUG	DDLDeployer	alter table Part add constraint FK_Part_id_Element_id foreign key(id) references Element(id)
2025-11-04 06:20:18	DEBUG	DDLDeployer	alter table Questi
...[truncated 623 chars]...
 outer join Question as Question on Element.id = Question.id where Element.id in (?) | {1=1}
2025-11-04 06:20:18	DEBUG	SQLOperation	Batching statement 1 times
2025-11-04 06:20:18	TRACE	SQLOperation	insert into Element(id) values (?) | {1={Element.id=1}}
2025-11-04 06:20:18	DEBUG	SQLOperation	Batching statement 1 times
2025-11-04 06:20:18	TRACE	SQLOperation	insert into Question(label, id) values (?, ?) | {1={Question.label=What's the answer to Life, the Universe and Everything ?, Question.id=1}}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.configurer.JoinTablePolymorphismBuilderTest</className><duration>0.008</duration><failedSince>0</failedSince><name>build_withBeforeInsertIdentifierPolicy_entitiesMustHaveTheirIdSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-11-04 06:20:18	DEBUG	DDLDeployer	create table Element(id bigint not null, unique (id))
2025-11-04 06:20:18	DEBUG	DDLDeployer	create table Part(name varchar(255), id bigint not null, unique (id))
2025-11-04 06:20:18	DEBUG	DDLDeployer	create table Question(label varchar(255), id bigint not null, unique (id))
2025-11-04 06:20:18	DEBUG	DDLDeployer	alter table Part add constraint FK_Part_id_Element_id foreign key(id) references Element(id)
2025-11-04 06:20:18	DEBUG	DDLDeployer	alter table Question add constraint FK_Question_id_Element_id foreign key(id) references Element(id)
2025-11-04 06:20:18	DEBUG	SQLOperation	Batching statement 1 times
2025-11-04 06:20:18	TRACE	SQLOperation	insert into Element(id) values (?) | {1={Element.id=1}}
2025-11-04 06:20:18	DEBUG	SQLOperation	Batching statement 1 times
2025-11-04 06:20:18	TRACE	SQLOperation	insert into Question(label, id) values (?, ?) | {1={Question.label=What's the answer to Life, the Universe and Everything ?, Question.id=1}}
</stdout></child><failCount>0</failCount><name>JoinTablePolymorphismBuilderTest</name><passCount>4</passCount><skipCount>0</skipCount></classResult>