<classResult _class='hudson.tasks.junit.ClassResult'><child><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-02-11 07:08:18	DEBUG	DDLDeployer	create table Country(name varchar(255), id bigint not null, unique (id))
2025-02-11 07:08:18	DEBUG	DDLDeployer	create table City(name varchar(255), id bigint not null, countryId bigint, unique (id))
2025-02-11 07:08:18	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-02-11 07:08:18	TRACE	SQLOperation	select Country.id as rootId from Country left outer join City as City on Countr
...[truncated 2005 chars]...
&lt;null&gt;,cities=[City[country=org.codefilarete.stalactite.engine.model.Country@10acc7b2,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@10acc7b2,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;,version=0]
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityGraphSelectExecutorTest</className><duration>0.008</duration><failedSince>0</failedSince><name>select_emptyResult</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-02-11 07:08:18	DEBUG	DDLDeployer	create table Country(name varchar(255), id bigint not null, unique (id))
2025-02-11 07:08:18	DEBUG	DDLDeployer	create table City(name varchar(255), id bigint not null, countryId bigint, unique (id))
2025-02-11 07:08:18	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-02-11 07:08:18	TRACE	SQLOperation	select Country.id as rootId from Country left outer join City as City on Country.id = City.countryId where Country.name = ? and City.name = ? | {1=France, 2=Grenoble}
</stdout></child><failCount>0</failCount><name>EntityGraphSelectExecutorTest</name><passCount>2</passCount><skipCount>0</skipCount></classResult>