<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SchemaCreation</className><duration>0.012</duration><failedSince>0</failedSince><name>mappedBy_foreignKeyIsCreated</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:16:00	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-04-04 06:16:00	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-04-04 06:16:00	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$SchemaCreation</className><duration>0.003</duration><failedSince>0</failedSince><name>mappedBy_mandatory_columnIsNotNullable</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SchemaCreation</className><duration>0.019</duration><failedSince>0</failedSince><name>schemaIsCorrect</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:16:00	DEBUG	DDLDeployer	create table City(id int not null, name varchar(255) not null, unique (id))
2026-04-04 06:16:00	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-04-04 06:16:00	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:16:00	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(cities_id) references City(id)
2026-04-04 06:16:00	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(country_id) references Country(id)
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SchemaCreation</className><duration>0.017</duration><failedSince>0</failedSince><name>withJoinTable_schemaIsCorrect</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:16:00	DEBUG	DDLDeployer	create table City(id int not null, name varchar(255) not null, unique (id))
2026-04-04 06:16:00	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-04-04 06:16:00	DEBUG	DDLDeployer	create table myJoinTable(mycountry_id int not null, mycity_id int not null, unique (mycountry_id, mycity_id))
2026-04-04 06:16:00	DEBUG	DDLDeployer	alter table myJoinTable add constraint FK_myJoinTable_mycountry_id_Country_id foreign key(mycountry_id) references Country(id)
2026-04-04 06:16:00	DEBUG	DDLDeployer	alter table myJoinTable add constraint FK_myJoinTable_mycity_id_City_id foreign key(mycity_id) references City(id)
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SchemaCreation</className><duration>0.011</duration><failedSince>0</failedSince><name>withTargetTableSetByTargetEntity_tableSetByTargetEntityIsUSed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:16:00	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-04-04 06:16:00	DEBUG	DDLDeployer	create table Town(name varchar(255), id int not null, countryId int, unique (id))
2026-04-04 06:16:00	DEBUG	DDLDeployer	alter table Town add constraint FK_Town_countryId_Country_id foreign key(countryId) references Country(id)
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SchemaCreation</className><duration>0.01</duration><failedSince>0</failedSince><name>withTargetTable_targetTableIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:16:00	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-04-04 06:16:00	DEBUG	DDLDeployer	create table Town(name varchar(255), id int not null, countryId int, unique (id))
2026-04-04 06:16:00	DEBUG	DDLDeployer	alter table Town add constraint FK_Town_countryId_Country_id foreign key(countryId) references Country(id)
</stdout></child><failCount>0</failCount><name>FluentEntityMappingConfigurationSupportOneToManySetTest$SchemaCreation</name><passCount>6</passCount><skipCount>0</skipCount></classResult>