<caseResult _class='hudson.tasks.junit.CaseResult'><age>0</age><className>org.codefilarete.stalactite.engine.FluentEmbeddableWithRelationMappingConfigurationSupportTest$OneToOne_MappedSuperClass</className><duration>0.026</duration><failedSince>0</failedSince><name>crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:15:55	DEBUG	DDLDeployer	create table Address(street varchar(255) not null, id int not null, cityId int, countryId int, unique (id))
2026-04-04 06:15:55	DEBUG	DDLDeployer	create table City(name varchar(255) not null, id int not null, unique (id))
2026-04-04 06:15:55	DEBUG	DDLDeployer	create table Country(name varchar(255) not null, id int not null, unique (id))
2026-04-04 06:15:55	DEBUG	DDLDeployer	alter table Address add constraint FK_Address_cityId_City_id foreign key(cityId) refe
...[truncated 5477 chars]...
untry_id from Address left outer join City as city on Address.cityId = city.id left outer join Country as country on Address.countryId = country.id where Address.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-04-04 06:15:56	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@22]
2026-04-04 06:15:56	TRACE	SQLOperation	select Country.name as Country_name, Country.id as Country_id from Country where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@22}
</stdout></caseResult>