<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.032</duration><failedSince>0</failedSince><name>crudEnum</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-08-18 18:01:42	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-08-18 18:01:42	DEBUG	DDLDeployer	create table Person_addressBook(id int, key integer, value varchar(255), unique (id, key))
2025-08-18 18:01:42	DEBUG	DDLDeployer	alter table Person_addressBook add constraint FK_Person_addressBook_id_Person_id foreign key(id) references Person(id)
2025-08-18 18:01:42	DEBUG	SQLOperation	Batching statement 1 times
2025-08-18 18:01:42	TRACE	SQLOperation	in
...[truncated 5581 chars]...
om Person_addressBook where id = ? and key = ? | {1={Person_addressBook.id=o.c.s.i.PersistedIdentifier@1, Person_addressBook.key=BILLING_ADDRESS}, 2={Person_addressBook.id=o.c.s.i.PersistedIdentifier@1, Person_addressBook.key=OTHER}}
2025-08-18 18:01:42	DEBUG	SQLOperation	Batching statement 1 times
2025-08-18 18:01:42	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-08-18 18:01:42	TRACE	SQLOperation	select 'key' from Person_addressBook | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.014</duration><failedSince>0</failedSince><name>crud_keyAndValueIsComplexType</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-08-18 18:01:42	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-08-18 18:01:42	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfComplexTypes(id int, creationDate timestamp, modificationDate timestamp, serialNumber varchar(255), model varchar(255), unique (id, creationDate, modificationDate))
2025-08-18 18:01:42	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfComplexTypes add constraint FK_Person_mapPropertyMadeOfComplexTypes_id_Person_i
...[truncated 9404 chars]...
deOfComplexTypes.id=o.c.s.i.PersistedIdentifier@1, Person_mapPropertyMadeOfComplexTypes.creationDate=Fri Aug 15 18:01:42 UTC 2025, Person_mapPropertyMadeOfComplexTypes.modificationDate=Fri Aug 15 18:01:42 UTC 2025}}
2025-08-18 18:01:42	DEBUG	SQLOperation	Batching statement 1 times
2025-08-18 18:01:42	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-08-18 18:01:42	TRACE	SQLOperation	select 'key' from Person_mapPropertyMadeOfComplexTypes | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.015</duration><failedSince>0</failedSince><name>crud_keyAndValueIsComplexType_overrideColumnName</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-08-18 18:01:42	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-08-18 18:01:42	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates(id int, key_creationDate timestamp, modificationDate timestamp, creationDate timestamp, value_modificationDate timestamp, unique (id, key_creationDate, modificationDate))
2025-08-18 18:01:42	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates add con
...[truncated 10761 chars]...
Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.id=o.c.s.i.PersistedIdentifier@1, Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.modificationDate=Sat Aug 16 18:01:42 UTC 2025}}
2025-08-18 18:01:42	DEBUG	SQLOperation	Batching statement 1 times
2025-08-18 18:01:42	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-08-18 18:01:42	TRACE	SQLOperation	select 'key' from Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.015</duration><failedSince>0</failedSince><name>crud_keyIsComplexType</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-08-18 18:01:42	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-08-18 18:01:42	DEBUG	DDLDeployer	create table Person_addresses(id int, creationDate timestamp, modificationDate timestamp, value varchar(255), unique (id, creationDate, modificationDate))
2025-08-18 18:01:42	DEBUG	DDLDeployer	alter table Person_addresses add constraint FK_Person_addresses_id_Person_id foreign key(id) references Person(id)
2025-08-18 18:01:42	DEBUG	SQLOperation	Batching
...[truncated 7314 chars]...
ddresses.modificationDate=Sun Aug 17 18:01:42 UTC 2025}, 2={Person_addresses.id=o.c.s.i.PersistedIdentifier@1, Person_addresses.creationDate=Wed Aug 13 18:01:42 UTC 2025, Person_addresses.modificationDate=Wed Aug 13 18:01:42 UTC 2025}}
2025-08-18 18:01:42	DEBUG	SQLOperation	Batching statement 1 times
2025-08-18 18:01:42	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-08-18 18:01:42	TRACE	SQLOperation	select 'key' from Person_addresses | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.015</duration><failedSince>0</failedSince><name>crud_valueIsComplexType</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-08-18 18:01:42	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-08-18 18:01:42	DEBUG	DDLDeployer	create table Person_contracts(id int, key varchar(255), creationDate timestamp, modificationDate timestamp, unique (id, key))
2025-08-18 18:01:42	DEBUG	DDLDeployer	alter table Person_contracts add constraint FK_Person_contracts_id_Person_id foreign key(id) references Person(id)
2025-08-18 18:01:42	DEBUG	SQLOperation	Batching statement 1 times
2025-08-18
...[truncated 6740 chars]...
Operation	delete from Person_contracts where key = ? and id = ? | {1={Person_contracts.key=Marseille, Person_contracts.id=o.c.s.i.PersistedIdentifier@1}, 2={Person_contracts.key=Lyon, Person_contracts.id=o.c.s.i.PersistedIdentifier@1}}
2025-08-18 18:01:42	DEBUG	SQLOperation	Batching statement 1 times
2025-08-18 18:01:42	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-08-18 18:01:42	TRACE	SQLOperation	select 'key' from Person_contracts | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.009</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-08-18 18:01:42	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-08-18 18:01:42	DEBUG	DDLDeployer	create table Person_phoneNumbers(id int, key varchar(255), value varchar(255), unique (id, key))
2025-08-18 18:01:42	DEBUG	DDLDeployer	alter table Person_phoneNumbers add constraint FK_Person_phoneNumbers_id_Person_id foreign key(id) references Person(id)
2025-08-18 18:01:42	DEBUG	SQLOperation	Batching statement 1 times
2025-08-18 18:01:42	TRACE	SQLOper
...[truncated 4224 chars]...
.PersistedIdentifier@1, Person_phoneNumbers.key=mobile}, 2={Person_phoneNumbers.id=o.c.s.i.PersistedIdentifier@1, Person_phoneNumbers.key=work}, 3={Person_phoneNumbers.id=o.c.s.i.PersistedIdentifier@1, Person_phoneNumbers.key=home}}
2025-08-18 18:01:42	DEBUG	SQLOperation	Batching statement 1 times
2025-08-18 18:01:42	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-08-18 18:01:42	TRACE	SQLOperation	select 'key' from Person_phoneNumbers | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.003</duration><failedSince>0</failedSince><name>foreignKeyIsPresent</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.011</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-08-18 18:01:42	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-08-18 18:01:42	DEBUG	DDLDeployer	create table Person_phoneNumbers(id int, key varchar(255), value varchar(255), unique (id, key))
2025-08-18 18:01:42	DEBUG	DDLDeployer	alter table Person_phoneNumbers add constraint FK_Person_phoneNumbers_id_Person_id foreign key(id) references Person(id)
2025-08-18 18:01:42	DEBUG	SQLOperation	Batching statement 1 times
2025-08-18 18:01:42	TRACE	SQLOper
...[truncated 3526 chars]...
JoinNode$DefaultRelationJoinRowConsumer on object Person[addressBook=&lt;null&gt;,addresses=&lt;null&gt;,contracts=&lt;null&gt;,country=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@1,mapPropertyMadeOfComplexTypes=&lt;null&gt;,mapPropertyMadeOfComplexTypesWithColumnDuplicates=&lt;null&gt;,mapPropertyMadeOfEntityAsKey=&lt;null&gt;,mapPropertyMadeOfEntityAsKeyAndValue=&lt;null&gt;,mapPropertyMadeOfEntityAsValue=&lt;null&gt;,name=&lt;null&gt;,nicknames=&lt;null&gt;,phoneNumbers={mobile=03 33 33 33 33, home=01 11 11 11 11},timestamp=&lt;null&gt;,vehicle=&lt;null&gt;,version=0]
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.003</duration><failedSince>0</failedSince><name>overrideKeyColumnName</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.002</duration><failedSince>0</failedSince><name>overrideValueColumnName</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.01</duration><failedSince>0</failedSince><name>update_objectAddition</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-08-18 18:01:42	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-08-18 18:01:42	DEBUG	DDLDeployer	create table Person_phoneNumbers(id int, key varchar(255), value varchar(255), unique (id, key))
2025-08-18 18:01:42	DEBUG	DDLDeployer	alter table Person_phoneNumbers add constraint FK_Person_phoneNumbers_id_Person_id foreign key(id) references Person(id)
2025-08-18 18:01:42	DEBUG	SQLOperation	Batching statement 1 times
2025-08-18 18:01:42	TRACE	SQLOper
...[truncated 7191 chars]...
wConsumer on object Person[addressBook=&lt;null&gt;,addresses=&lt;null&gt;,contracts=&lt;null&gt;,country=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@1,mapPropertyMadeOfComplexTypes=&lt;null&gt;,mapPropertyMadeOfComplexTypesWithColumnDuplicates=&lt;null&gt;,mapPropertyMadeOfEntityAsKey=&lt;null&gt;,mapPropertyMadeOfEntityAsKeyAndValue=&lt;null&gt;,mapPropertyMadeOfEntityAsValue=&lt;null&gt;,name=&lt;null&gt;,nicknames=&lt;null&gt;,phoneNumbers={vacation site=04 44 44 44 44, mobile=03 33 33 33 33, home=01 11 11 11 11},timestamp=&lt;null&gt;,vehicle=&lt;null&gt;,version=0]
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.011</duration><failedSince>0</failedSince><name>update_objectRemoval</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-08-18 18:01:42	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-08-18 18:01:42	DEBUG	DDLDeployer	create table Person_phoneNumbers(id int, key varchar(255), value varchar(255), unique (id, key))
2025-08-18 18:01:42	DEBUG	DDLDeployer	alter table Person_phoneNumbers add constraint FK_Person_phoneNumbers_id_Person_id foreign key(id) references Person(id)
2025-08-18 18:01:42	DEBUG	SQLOperation	Batching statement 1 times
2025-08-18 18:01:42	TRACE	SQLOper
...[truncated 5682 chars]...
 o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Person[addressBook=&lt;null&gt;,addresses=&lt;null&gt;,contracts=&lt;null&gt;,country=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@1,mapPropertyMadeOfComplexTypes=&lt;null&gt;,mapPropertyMadeOfComplexTypesWithColumnDuplicates=&lt;null&gt;,mapPropertyMadeOfEntityAsKey=&lt;null&gt;,mapPropertyMadeOfEntityAsKeyAndValue=&lt;null&gt;,mapPropertyMadeOfEntityAsValue=&lt;null&gt;,name=&lt;null&gt;,nicknames=&lt;null&gt;,phoneNumbers={mobile=03 33 33 33 33},timestamp=&lt;null&gt;,vehicle=&lt;null&gt;,version=0]
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.014</duration><failedSince>0</failedSince><name>withCollectionFactory</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-08-18 18:01:42	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-08-18 18:01:42	DEBUG	DDLDeployer	create table Person_phoneNumbers(id int, key varchar(255), value varchar(255), unique (id, key))
2025-08-18 18:01:42	DEBUG	DDLDeployer	alter table Person_phoneNumbers add constraint FK_Person_phoneNumbers_id_Person_id foreign key(id) references Person(id)
2025-08-18 18:01:42	DEBUG	SQLOperation	Batching statement 1 times
2025-08-18 18:01:42	TRACE	SQLOper
...[truncated 3526 chars]...
JoinNode$DefaultRelationJoinRowConsumer on object Person[addressBook=&lt;null&gt;,addresses=&lt;null&gt;,contracts=&lt;null&gt;,country=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@1,mapPropertyMadeOfComplexTypes=&lt;null&gt;,mapPropertyMadeOfComplexTypesWithColumnDuplicates=&lt;null&gt;,mapPropertyMadeOfEntityAsKey=&lt;null&gt;,mapPropertyMadeOfEntityAsKeyAndValue=&lt;null&gt;,mapPropertyMadeOfEntityAsValue=&lt;null&gt;,name=&lt;null&gt;,nicknames=&lt;null&gt;,phoneNumbers={mobile=03 33 33 33 33, home=01 11 11 11 11},timestamp=&lt;null&gt;,vehicle=&lt;null&gt;,version=0]
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.004</duration><failedSince>0</failedSince><name>withMapEntryTableNaming</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.003</duration><failedSince>0</failedSince><name>withReverseJoinColumn</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.004</duration><failedSince>0</failedSince><name>withTable</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.004</duration><failedSince>0</failedSince><name>withTableName</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><failCount>0</failCount><name>FluentEntityMappingConfigurationSupportMapTest</name><passCount>17</passCount><skipCount>0</skipCount></classResult>