<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToOneTest</className><duration>0.01</duration><failedSince>0</failedSince><name>fetchSeparately</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:16:02	DEBUG	DDLDeployer	create table Company(name varchar(255), id int not null, unique (id))
2026-04-04 06:16:02	DEBUG	DDLDeployer	create table Device(name varchar(255), id int not null, manufacturerId int, unique (id))
2026-04-04 06:16:02	DEBUG	DDLDeployer	alter table Device add constraint FK_Device_manufacturerId_Company_id foreign key(manufacturerId) references Company(id)
2026-04-04 06:16:02	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:16:02	TRACE	SQLOperation	i
...[truncated 1018 chars]...
eJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@42
2026-04-04 06:16:02	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-04-04 06:16:02	TRACE	SQLOperation	select Company.name as Company_name, Company.id as Company_id from Company where Company.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-04-04 06:16:02	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Company
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToOneTest</className><duration>0.013</duration><failedSince>0</failedSince><name>mandatory_withNullTarget_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:16:02	DEBUG	DDLDeployer	create table Company(name varchar(255), id int not null, unique (id))
2026-04-04 06:16:02	DEBUG	DDLDeployer	create table Device(name varchar(255), id int not null, manufacturerId int not null, unique (id))
2026-04-04 06:16:02	DEBUG	DDLDeployer	alter table Device add constraint FK_Device_manufacturerId_Company_id foreign key(manufacturerId) references Company(id)
2026-04-04 06:16:02	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:16:02	TRACE	SQLOp
...[truncated 669 chars]...
cturer.id as manufacturer_id from Device left outer join Company as manufacturer on Device.manufacturerId = manufacturer.id where Device.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-04-04 06:16:02	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-04-04 06:16:02	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@42
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToOneTest</className><duration>0.015</duration><failedSince>0</failedSince><name>multiple_manyToOne</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:16:02	DEBUG	DDLDeployer	create table Address(street varchar(255), id int not null, unique (id))
2026-04-04 06:16:02	DEBUG	DDLDeployer	create table Company(name varchar(255), id int not null, unique (id))
2026-04-04 06:16:02	DEBUG	DDLDeployer	create table Device(name varchar(255), id int not null, manufacturerId int, locationId int, unique (id))
2026-04-04 06:16:02	DEBUG	DDLDeployer	alter table Device add constraint FK_Device_manufacturerId_Company_id foreign key(manufacturerId) ref
...[truncated 4491 chars]...
o.c.s.i.PersistableIdentifier@0, Company.name (U)=World Company renamed}}
2026-04-04 06:16:02	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:16:02	TRACE	SQLOperation	update Address set street = ? where id = ? | {1={Address.street (U)=somewhere renamed, Address.id (W)=o.c.s.i.PersistableIdentifier@0}}
2026-04-04 06:16:02	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:16:02	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.014</duration><failedSince>0</failedSince><name>multiple_manyToOne_partialOrphanRemoval</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:16:02	DEBUG	DDLDeployer	create table Address(street varchar(255), id int not null, unique (id))
2026-04-04 06:16:02	DEBUG	DDLDeployer	create table Company(name varchar(255), id int not null, unique (id))
2026-04-04 06:16:02	DEBUG	DDLDeployer	create table Device(name varchar(255), id int not null, manufacturerId int, locationId int, unique (id))
2026-04-04 06:16:02	DEBUG	DDLDeployer	alter table Device add constraint FK_Device_manufacturerId_Company_id foreign key(manufacturerId) ref
...[truncated 4779 chars]...
m Company where id = ? | {1={Company.id=o.c.s.i.PersistableIdentifier@0}}
2026-04-04 06:16:02	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:16:02	TRACE	SQLOperation	update Address set street = ? where id = ? | {1={Address.street (U)=somewhere renamed, Address.id (W)=o.c.s.i.PersistableIdentifier@0}}
2026-04-04 06:16:02	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:16:02	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>4</passCount><skipCount>0</skipCount></classResult>