<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToOneTest</className><duration>0.031</duration><failedSince>0</failedSince><name>multiple_manyToOne</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-09-22 04:28:29	DEBUG	DDLDeployer	create table Address(street varchar(255), id int not null, unique (id))
2025-09-22 04:28:29	DEBUG	DDLDeployer	create table Company(name varchar(255), id int not null, unique (id))
2025-09-22 04:28:29	DEBUG	DDLDeployer	create table Device(name varchar(255), id int not null, manufacturerId int, locationId int, unique (id))
2025-09-22 04:28:29	DEBUG	DDLDeployer	alter table Device add constraint FK_Device_manufacturerId_Company_id foreign key(manufacturerId) ref
...[truncated 5129 chars]...
o.c.s.i.PersistableIdentifier@0, Company.name (U)=World Company renamed}}
2025-09-22 04:28:29	DEBUG	SQLOperation	Batching statement 1 times
2025-09-22 04:28:29	TRACE	SQLOperation	update Address set street = ? where id = ? | {1={Address.id (W)=o.c.s.i.PersistableIdentifier@0, Address.street (U)=somewhere renamed}}
2025-09-22 04:28:29	DEBUG	SQLOperation	Batching statement 1 times
2025-09-22 04:28:29	TRACE	SQLOperation	delete from Device where id = ? | {1={Device.id=o.c.s.i.PersistedIdentifier@0}}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToOneTest</className><duration>0.018</duration><failedSince>0</failedSince><name>multiple_manyToOne_partialOrphanRemoval</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-09-22 04:28:29	DEBUG	DDLDeployer	create table Address(street varchar(255), id int not null, unique (id))
2025-09-22 04:28:29	DEBUG	DDLDeployer	create table Company(name varchar(255), id int not null, unique (id))
2025-09-22 04:28:29	DEBUG	DDLDeployer	create table Device(name varchar(255), id int not null, manufacturerId int, locationId int, unique (id))
2025-09-22 04:28:29	DEBUG	DDLDeployer	alter table Device add constraint FK_Device_locationId_Address_id foreign key(locationId) references 
...[truncated 5417 chars]...
m Company where id = ? | {1={Company.id=o.c.s.i.PersistableIdentifier@0}}
2025-09-22 04:28:29	DEBUG	SQLOperation	Batching statement 1 times
2025-09-22 04:28:29	TRACE	SQLOperation	update Address set street = ? where id = ? | {1={Address.street (U)=somewhere renamed, Address.id (W)=o.c.s.i.PersistableIdentifier@0}}
2025-09-22 04:28:29	DEBUG	SQLOperation	Batching statement 1 times
2025-09-22 04:28:29	TRACE	SQLOperation	delete from Device where id = ? | {1={Device.id=o.c.s.i.PersistedIdentifier@1}}
</stdout></child><failCount>0</failCount><name>FluentEntityMappingConfigurationSupportManyToOneTest</name><passCount>2</passCount><skipCount>0</skipCount></classResult>