<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAll</className><duration>0.01</duration><failedSince>0</failedSince><name>delete_mappedRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 07:43:30	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-08-30 07:43:30	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-08-30 07:43:30	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2024-08-30 07:43:30	DEBUG	SQLOperation	select Country.name as Country_name, Country.description as Co
...[truncated 268 chars]...
n	Batching statement 2 times
2024-08-30 07:43:30	DEBUG	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.countryId (U)=null, City.id (W)=o.c.s.i.PersistedIdentifier@100, City.name (U)=null}, 2={City.countryId (U)=null, City.id (W)=o.c.s.i.PersistedIdentifier@200, City.name (U)=null}}
2024-08-30 07:43:30	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 07:43:30	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$CascadeAll</className><duration>0.009</duration><failedSince>0</failedSince><name>delete_withAssociationTable_associationRecordsMustBeDeleted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 07:43:30	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2024-08-30 07:43:30	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-08-30 07:43:30	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2024-08-30 07:43:30	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(
...[truncated 780 chars]...
Identifier@42}}
2024-08-30 07:43:30	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 07:43:30	DEBUG	SQLOperation	delete from Country_cities where cities_id = ? and country_id = ? | {1={Country_cities.cities_id=o.c.s.i.PersistedIdentifier@300, Country_cities.country_id=o.c.s.i.PersistedIdentifier@666}}
2024-08-30 07:43:30	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 07:43:30	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$CascadeAll</className><duration>0.009</duration><failedSince>0</failedSince><name>update_associationTable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 07:43:30	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2024-08-30 07:43:30	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2024-08-30 07:43:30	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-08-30 07:43:30	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(citi
...[truncated 2712 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$CascadeAll</className><duration>0.011</duration><failedSince>0</failedSince><name>update_mappedBy</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 07:43:30	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-08-30 07:43:30	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-08-30 07:43:30	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2024-08-30 07:43:30	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 07:43:30	DEBUG	SQLOperat
...[truncated 1534 chars]...
sert into City(name, id, countryId) values (?, ?, ?) | {1={City.id=o.c.s.i.PersistableIdentifier@2, City.name=Grenoble, City.countryId=o.c.s.i.PersistedIdentifier@0}}
2024-08-30 07:43:30	DEBUG	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, City.id as City_id, City.name as City_name 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><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAll</className><duration>0.014</duration><failedSince>0</failedSince><name>update_multipleTimes</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 07:43:30	DEBUG	DDLDeployer	create table State(name varchar(255), id int not null, countryId int, unique (id))
2024-08-30 07:43:30	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-08-30 07:43:30	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-08-30 07:43:30	DEBUG	DDLDeployer	alter table State add constraint FK_State_countryId_Country_id foreign key(countryId) r
...[truncated 3239 chars]...
BUG	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, State.id as State_id, State.name as State_name from Country left outer join City as City on Country.id = City.countryId left outer join State as State on Country.id = State.countryId where Country.id in (?) | {Country.id=o.c.s.i.PersistableIdentifier@0}
2024-08-30 07:43:30	DEBUG	SQLOperation	select id from State where id = 1 | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAll</className><duration>0.011</duration><failedSince>0</failedSince><name>update_noMappedBy_associationTableIsMaintained</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 07:43:30	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2024-08-30 07:43:30	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2024-08-30 07:43:30	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-08-30 07:43:30	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(
...[truncated 2712 chars]...
EBUG	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Country_cities_City.name as Country_cities_City_name, Country_cities_City.id as Country_cities_City_id 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><failCount>0</failCount><name>FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAll</name><passCount>6</passCount><skipCount>0</skipCount></classResult>