<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManyTest</className><duration>0.021</duration><failedSince>0</failedSince><name>bidirectionality_reverseCollection</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:15:59	DEBUG	DDLDeployer	create table Author(name varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2026-04-04 06:15:59	DEBUG	DDLDeployer	create table Book(isbn varchar(255), price double, title varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2026-04-04 06:15:59	DEBUG	DDLDeployer	create table Book_authors(book_id bigint not null, authors_id bigint not null, unique (boo
...[truncated 3348 chars]...
.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.b.Book#2
2026-04-04 06:15:59	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.Book
2026-04-04 06:15:59	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.b.Book#2
2026-04-04 06:15:59	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.b.Book#2
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManyTest</className><duration>0.011</duration><failedSince>0</failedSince><name>bidirectionality_reverseInitializedWith</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:15:59	DEBUG	DDLDeployer	create table Author(name varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2026-04-04 06:15:59	DEBUG	DDLDeployer	create table Book(isbn varchar(255), price double, title varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2026-04-04 06:15:59	DEBUG	DDLDeployer	create table Book_authors(book_id bigint not null, authors_id bigint not null, unique (boo
...[truncated 3348 chars]...
.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.b.Book#2
2026-04-04 06:15:59	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.Book
2026-04-04 06:15:59	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.b.Book#2
2026-04-04 06:15:59	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.b.Book#2
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManyTest</className><duration>0.195</duration><failedSince>0</failedSince><name>bidirectionality_reverselySetBy</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:15:59	DEBUG	DDLDeployer	create table Author(name varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2026-04-04 06:15:59	DEBUG	DDLDeployer	create table Book(isbn varchar(255), price double, title varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2026-04-04 06:15:59	DEBUG	DDLDeployer	create table Book_authors(book_id bigint not null, authors_id bigint not null, unique (boo
...[truncated 3348 chars]...
.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.b.Book#2
2026-04-04 06:15:59	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.Book
2026-04-04 06:15:59	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.b.Book#2
2026-04-04 06:15:59	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.b.Book#2
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManyTest</className><duration>0.012</duration><failedSince>0</failedSince><name>crud_relationContainsManyToMany</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:15:59	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2026-04-04 06:15:59	DEBUG	DDLDeployer	create table Answer_choices(answer_id int not null, choices_id int not null, unique (answer_id, choices_id))
2026-04-04 06:15:59	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2026-04-04 06:15:59	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answe
...[truncated 3461 chars]...
s
2026-04-04 06:15:59	TRACE	SQLOperation	delete from Answer_choices where answer_id = ? and choices_id = ? | {1={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@13, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1}}
2026-04-04 06:15:59	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:15:59	TRACE	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}
2026-04-04 06:15:59	TRACE	SQLOperation	select answer_id from answer_choices | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManyTest</className><duration>0.012</duration><failedSince>0</failedSince><name>crud_relationContainsManyToMany_indexed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:15:59	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2026-04-04 06:15:59	DEBUG	DDLDeployer	create table Answer_choices(answer_id int not null, choices_id int not null, myIdx integer, unique (answer_id, choices_id, myIdx))
2026-04-04 06:15:59	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2026-04-04 06:15:59	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choi
...[truncated 4429 chars]...
PersistedIdentifier@2
2026-04-04 06:15:59	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.Answer
2026-04-04 06:15:59	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@2
2026-04-04 06:15:59	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@2
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManyTest</className><duration>0.016</duration><failedSince>0</failedSince><name>crud_relationContainsManyToMany_indexed_siblingProperties</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:15:59	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2026-04-04 06:15:59	DEBUG	DDLDeployer	create table Answer_choices(answer_id int not null, choices_id int not null, myIdx integer, unique (answer_id, choices_id, myIdx))
2026-04-04 06:15:59	DEBUG	DDLDeployer	create table Answer_secondaryChoices(answer_id int not null, secondaryChoices_id int not null, myIdx2 integer, unique (answer_id, secondaryChoices_id, myIdx2))
2026-04-04 06:15:59	DEBUG	DDLDeployer	create 
...[truncated 11312 chars]...
:15:59	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@2
2026-04-04 06:15:59	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@2
2026-04-04 06:15:59	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@2
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManyTest</className><duration>0.011</duration><failedSince>0</failedSince><name>crud_relationContainsOneToMany</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:15:59	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2026-04-04 06:15:59	DEBUG	DDLDeployer	create table Answer_choices(answer_id int not null, choices_id int not null, unique (answer_id, choices_id))
2026-04-04 06:15:59	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2026-04-04 06:15:59	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Cho
...[truncated 3170 chars]...
s
2026-04-04 06:15:59	TRACE	SQLOperation	delete from Answer_choices where answer_id = ? and choices_id = ? | {1={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@13, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1}}
2026-04-04 06:15:59	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:15:59	TRACE	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}
2026-04-04 06:15:59	TRACE	SQLOperation	select answer_id from answer_choices | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManyTest</className><duration>0.009</duration><failedSince>0</failedSince><name>select_collectionFactory</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:15:59	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2026-04-04 06:15:59	DEBUG	DDLDeployer	create table Answer_choices(answer_id int not null, choices_id int not null, unique (answer_id, choices_id))
2026-04-04 06:15:59	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2026-04-04 06:15:59	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Cho
...[truncated 1189 chars]...
sistedIdentifier@42
2026-04-04 06:15:59	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.Answer
2026-04-04 06:15:59	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@42
2026-04-04 06:15:59	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@42
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManyTest</className><duration>0.009</duration><failedSince>0</failedSince><name>select_noRecordInAssociationTable_mustReturnEmptyCollection</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:15:59	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:15:59	TRACE	SQLOperation	update sequence_table set next_val = ? where sequence_name = ? | {1={sequence_table.next_val (U)=30, sequence_table.sequence_name (W)=Toto}}
2026-04-04 06:15:59	DEBUG	SelectExecutor	selecting entities in 1 chunks
2026-04-04 06:15:59	TRACE	SQLOperation	select sequence_name, next_val from sequence_table where sequence_name in (?) | {sequence_table.sequence_name=Toto}
2026-04-04 06:15:59	DEBUG	S
...[truncated 1428 chars]...
istedIdentifier@42}
2026-04-04 06:15:59	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.Answer
2026-04-04 06:15:59	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@42
2026-04-04 06:15:59	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@42
</stdout></child><failCount>0</failCount><name>FluentEntityMappingConfigurationSupportManyToManyTest</name><passCount>9</passCount><skipCount>0</skipCount></classResult>