<caseResult _class='hudson.tasks.junit.CaseResult'><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest</className><duration>0.012</duration><failedSince>0</failedSince><name>mappedBy_entitiesAreLoaded</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-01-16 07:15:56	DEBUG	DDLDeployer	create table Country(name varchar(255), id int not null, unique (id))
2025-01-16 07:15:56	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-01-16 07:15:56	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-01-16 07:15:56	TRACE	SQLOperation	select Country.name as Country_name, Country.id as Country_id, City.name as City_name, C
...[truncated 944 chars]...
g.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@1b0a8749 on object Country[ancientCities=[],capital=&lt;null&gt;,cities=[City[country=org.codefilarete.stalactite.engine.model.Country@64b07f55,id=o.c.s.i.PersistedIdentifier@1,name=Paris,persons=&lt;null&gt;,state=&lt;null&gt;]],description=&lt;null&gt;,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@42,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,version=0]
</stdout></caseResult>