<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAllOrphanRemoval</className><duration>0.011</duration><failedSince>0</failedSince><name>delete_mappedBy</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:15:59	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-04-04 06:15:59	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-04-04 06:15:59	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-04-04 06:15:59	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdenti
...[truncated 872 chars]...
tRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-04-04 06:15:59	DEBUG	SQLOperation	Batching statement 2 times
2026-04-04 06:15:59	TRACE	SQLOperation	delete from City where id = ? | {1={City.id=o.c.s.i.PersistedIdentifier@100}, 2={City.id=o.c.s.i.PersistedIdentifier@200}}
2026-04-04 06:15:59	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:15:59	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAllOrphanRemoval</className><duration>0.008</duration><failedSince>0</failedSince><name>delete_withAssociationTable_associationRecordsMustBeDeleted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:15:59	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2026-04-04 06:15:59	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-04-04 06:15:59	DEBUG	DDLDeployer	create table Country_cities(country_id int not null, cities_id int not null, unique (country_id, cities_id))
2026-04-04 06:15:59	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_i
...[truncated 1209 chars]...
= ? | {1={Country_cities.country_id=o.c.s.i.PersistedIdentifier@666, Country_cities.cities_id=o.c.s.i.PersistedIdentifier@300}}
2026-04-04 06:15:59	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:15:59	TRACE	SQLOperation	delete from City where id = ? | {1={City.id=o.c.s.i.PersistedIdentifier@300}}
2026-04-04 06:15:59	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:15:59	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@666}}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAllOrphanRemoval</className><duration>0.011</duration><failedSince>0</failedSince><name>update_associationTable_removedElementsAreDeleted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:15:59	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2026-04-04 06:15:59	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-04-04 06:15:59	DEBUG	DDLDeployer	create table Country_cities(country_id int not null, cities_id int not null, unique (country_id, cities_id))
2026-04-04 06:15:59	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Count
...[truncated 5017 chars]...
.i.PersistedIdentifier@0
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.Country
2026-04-04 06:15:59	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-04-04 06:15:59	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAllOrphanRemoval</className><duration>0.013</duration><failedSince>0</failedSince><name>update_mappedBy_removedElementsAreDeleted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:15:59	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-04-04 06:15:59	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-04-04 06:15:59	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-04-04 06:15:59	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:15:59	TRACE	SQLOperat
...[truncated 2909 chars]...
c.s.e.m.Country
2026-04-04 06:15:59	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
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.Country
2026-04-04 06:15:59	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
</stdout></child><failCount>0</failCount><name>FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAllOrphanRemoval</name><passCount>4</passCount><skipCount>0</skipCount></classResult>