<caseResult _class='hudson.tasks.junit.CaseResult'><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest</className><duration>0.009</duration><failedSince>0</failedSince><name>mappedBy_entitiesAreLoaded</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-29 16:28:16	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-08-29 16:28:16	DEBUG	DDLDeployer	create table Country(name varchar(255), id int not null, unique (id))
2024-08-29 16:28:16	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2024-08-29 16:28:16	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></caseResult>