<caseResult _class='hudson.tasks.junit.CaseResult'><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityGraphSelectExecutorTest</className><duration>0.014</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-04-01 20:04:02	DEBUG	DDLDeployer	create table Country(name varchar(255), id bigint not null, unique (id))
2025-04-01 20:04:02	DEBUG	DDLDeployer	create table City(name varchar(255), id bigint not null, countryId bigint, unique (id))
2025-04-01 20:04:02	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-04-01 20:04:02	TRACE	SQLOperation	select Country.id as rootId from Country left outer join City as City on Countr
...[truncated 2044 chars]...
=[City[country=org.codefilarete.stalactite.engine.model.Country@759bcd7d,id=o.c.s.i.PersistedIdentifier@42,name=Paris,persons=&lt;null&gt;,state=&lt;null&gt;], City[country=org.codefilarete.stalactite.engine.model.Country@759bcd7d,id=o.c.s.i.PersistedIdentifier@43,name=Lyon,persons=&lt;null&gt;,state=&lt;null&gt;]],description=&lt;null&gt;,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@12,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></caseResult>