<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAllOrphanRemoval</className><duration>0.01</duration><failedSince>0</failedSince><name>delete_mappedBy</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-29 16:28:17	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-08-29 16:28:17	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-08-29 16:28:17	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2024-08-29 16:28:17	DEBUG	SQLOperation	select Country.name as Country_name, Country.description as Co
...[truncated 147 chars]...
ity.countryId where Country.id in (?) | {Country.id=o.c.s.i.PersistedIdentifier@42}
2024-08-29 16:28:17	DEBUG	SQLOperation	Batching statement 2 times
2024-08-29 16:28:17	DEBUG	SQLOperation	delete from City where id = ? | {1={City.id=o.c.s.i.PersistedIdentifier@100}, 2={City.id=o.c.s.i.PersistedIdentifier@200}}
2024-08-29 16:28:17	DEBUG	SQLOperation	Batching statement 1 times
2024-08-29 16:28:17	DEBUG	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>2024-08-29 16:28:17	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2024-08-29 16:28:17	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2024-08-29 16:28:17	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-08-29 16:28:17	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(
...[truncated 1191 chars]...
= ? | {1={Country_cities.country_id=o.c.s.i.PersistedIdentifier@666, Country_cities.cities_id=o.c.s.i.PersistedIdentifier@300}}
2024-08-29 16:28:17	DEBUG	SQLOperation	Batching statement 1 times
2024-08-29 16:28:17	DEBUG	SQLOperation	delete from City where id = ? | {1={City.id=o.c.s.i.PersistedIdentifier@300}}
2024-08-29 16:28:17	DEBUG	SQLOperation	Batching statement 1 times
2024-08-29 16:28:17	DEBUG	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.018</duration><failedSince>0</failedSince><name>update_associationTable_removedElementsAreDeleted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-29 16:28:17	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2024-08-29 16:28:17	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-08-29 16:28:17	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2024-08-29 16:28:17	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(
...[truncated 2895 chars]...
EBUG	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Country_cities_City.id as Country_cities_City_id, Country_cities_City.name as Country_cities_City_name from Country left outer join Country_cities as Country_cities on Country.id = Country_cities.country_id left outer join City as Country_cities_City on Country_cities.cities_id = Country_cities_City.id where Country.id in (?) | {Country.id=o.c.s.i.PersistableIdentifier@0}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAllOrphanRemoval</className><duration>0.012</duration><failedSince>0</failedSince><name>update_mappedBy_removedElementsAreDeleted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-29 16:28:17	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-08-29 16:28:17	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-08-29 16:28:17	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2024-08-29 16:28:17	DEBUG	SQLOperation	Batching statement 1 times
2024-08-29 16:28:17	DEBUG	SQLOperat
...[truncated 1461 chars]...
sert into City(name, id, countryId) values (?, ?, ?) | {1={City.countryId=o.c.s.i.PersistedIdentifier@0, City.name=Grenoble, City.id=o.c.s.i.PersistableIdentifier@2}}
2024-08-29 16:28:17	DEBUG	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {Country.id=o.c.s.i.PersistableIdentifier@0}
</stdout></child><failCount>0</failCount><name>FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAllOrphanRemoval</name><passCount>4</passCount><skipCount>0</skipCount></classResult>