<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest</className><duration>0.014</duration><failedSince>0</failedSince><name>associationTable_set_crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 09:20:40	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2024-08-30 09:20:40	DEBUG	DDLDeployer	create table Country(id int not null, unique (id))
2024-08-30 09:20:40	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2024-08-30 09:20:40	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(country_id) references Country(id)
2024-08-30
...[truncated 2000 chars]...
tatement 1 times
2024-08-30 09:20:40	DEBUG	SQLOperation	delete from Country_cities where cities_id = ? and country_id = ? | {1={Country_cities.cities_id=o.c.s.i.PersistableIdentifier@13, Country_cities.country_id=o.c.s.i.PersistableIdentifier@1}}
2024-08-30 09:20:40	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 09:20:40	DEBUG	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2024-08-30 09:20:40	DEBUG	SQLOperation	select id from city | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest</className><duration>0.009</duration><failedSince>0</failedSince><name>mappedBy_collectionFactory</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 09:20:40	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-08-30 09:20:40	DEBUG	DDLDeployer	create table Country(name varchar(255), id int not null, unique (id))
2024-08-30 09:20:40	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2024-08-30 09:20:40	DEBUG	SQLOperation	select Country.name as Country_name, 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.PersistedIdentifier@42}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest</className><duration>0.015</duration><failedSince>0</failedSince><name>mappedBy_differentWays(ThrowingSupplier, boolean)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 09:20:40	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-08-30 09:20:40	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-08-30 09:20:40	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2024-08-30 09:20:40	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 09:20:40	DEBUG	SQLOperat
...[truncated 1588 chars]...
.PersistableIdentifier@1, City.name (U)=Paris}, 2={City.id (W)=o.c.s.i.PersistedIdentifier@1, City.countryId (U)=o.c.s.i.PersistableIdentifier@1, City.name (U)=Lyon}}
2024-08-30 09:20:40	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@1}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest</className><duration>0.012</duration><failedSince>0</failedSince><name>mappedBy_differentWays(ThrowingSupplier, boolean)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 09:20:40	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-08-30 09:20:40	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-08-30 09:20:40	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2024-08-30 09:20:40	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 09:20:40	DEBUG	SQLOperat
...[truncated 1588 chars]...
is, City.id (W)=o.c.s.i.PersistedIdentifier@0}, 2={City.countryId (U)=o.c.s.i.PersistableIdentifier@1, City.name (U)=Lyon, City.id (W)=o.c.s.i.PersistedIdentifier@1}}
2024-08-30 09:20:40	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@1}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest</className><duration>0.012</duration><failedSince>0</failedSince><name>mappedBy_differentWays(ThrowingSupplier, boolean)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 09:20:40	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-08-30 09:20:40	DEBUG	DDLDeployer	create table city(countryId int, name varchar(255), id int not null, unique (id))
2024-08-30 09:20:40	DEBUG	DDLDeployer	alter table city add constraint FK_city_countryId_Country_id foreign key(countryId) references Country(id)
2024-08-30 09:20:40	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 09:20:40	DEBUG	SQLOperat
...[truncated 1588 chars]...
is, city.id (W)=o.c.s.i.PersistedIdentifier@0}, 2={city.countryId (U)=o.c.s.i.PersistableIdentifier@1, city.name (U)=Lyon, city.id (W)=o.c.s.i.PersistedIdentifier@1}}
2024-08-30 09:20:40	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@1}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest</className><duration>0.01</duration><failedSince>0</failedSince><name>mappedBy_entitiesAreLoaded</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 09:20:40	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-08-30 09:20:40	DEBUG	DDLDeployer	create table Country(name varchar(255), id int not null, unique (id))
2024-08-30 09:20:40	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2024-08-30 09:20:40	DEBUG	SQLOperation	select Country.name as Country_name, 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.PersistedIdentifier@42}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest</className><duration>0.008</duration><failedSince>0</failedSince><name>mappedBy_foreignKeyIsCreated</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 09:20:40	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-08-30 09:20:40	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-08-30 09:20:40	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest</className><duration>0.013</duration><failedSince>0</failedSince><name>mappedBy_noCascade_defaultCascadeIsAll</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 09:20:40	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-08-30 09:20:40	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-08-30 09:20:40	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2024-08-30 09:20:40	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 09:20:40	DEBUG	SQLOperat
...[truncated 2114 chars]...
, City.countryId (U)=null, City.name (U)=touched Paris}, 2={City.id (W)=o.c.s.i.PersistedIdentifier@1, City.countryId (U)=null, City.name (U)=Paris}}
2024-08-30 09:20:40	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 09:20:40	DEBUG	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2024-08-30 09:20:40	DEBUG	SQLOperation	select name from Country where id = 42 | {}
2024-08-30 09:20:40	DEBUG	SQLOperation	select name from City where id = 1 | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest</className><duration>0.014</duration><failedSince>0</failedSince><name>mappedBy_set_crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 09:20:40	DEBUG	DDLDeployer	create table Country(id int not null, unique (id))
2024-08-30 09:20:40	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-08-30 09:20:40	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2024-08-30 09:20:40	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 09:20:40	DEBUG	SQLOperation	insert into Country(id) values (?) | {1={
...[truncated 1109 chars]...
DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 09:20:40	DEBUG	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistableIdentifier@13, City.countryId (U)=null, City.name (U)=Grenoble}}
2024-08-30 09:20:40	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 09:20:40	DEBUG	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2024-08-30 09:20:40	DEBUG	SQLOperation	select countryId from city | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest</className><duration>0.014</duration><failedSince>0</failedSince><name>mappedBy_set_ordered_crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 09:20:40	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, myIdx integer, unique (id))
2024-08-30 09:20:40	DEBUG	DDLDeployer	create table Country(id int not null, unique (id))
2024-08-30 09:20:40	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2024-08-30 09:20:40	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 09:20:40	DEBUG	SQLOperation	insert into Country(id) va
...[truncated 1231 chars]...
i.PersistableIdentifier@13}}
2024-08-30 09:20:40	DEBUG	SQLOperation	Batching statement 2 times
2024-08-30 09:20:40	DEBUG	SQLOperation	update City set countryId = ?, myIdx = ? where id = ? | {1={City.countryId (U)=o.c.s.i.PersistedIdentifier@1, City.myIdx (U)=2, City.id (W)=o.c.s.i.PersistableIdentifier@17}, 2={City.countryId (U)=o.c.s.i.PersistedIdentifier@1, City.myIdx (U)=1, City.id (W)=o.c.s.i.PersistableIdentifier@23}}
2024-08-30 09:20:40	DEBUG	SQLOperation	select name, myIdx from city | {}
</stdout></child><failCount>0</failCount><name>FluentEntityMappingConfigurationSupportOneToManySetTest</name><passCount>10</passCount><skipCount>0</skipCount></classResult>