<caseResult _class='hudson.tasks.junit.CaseResult'><age>0</age><className>org.codefilarete.stalactite.engine.FluentEmbeddableWithRelationMappingConfigurationSupportTest$OneToOne_MappedSuperClass</className><duration>0.034</duration><failedSince>0</failedSince><name>crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-03-16 22:16:27	DEBUG	DDLDeployer	create table Address(street varchar(255) not null, id int not null, cityId int, countryId int, unique (id))
2026-03-16 22:16:27	DEBUG	DDLDeployer	create table City(name varchar(255) not null, id int not null, unique (id))
2026-03-16 22:16:27	DEBUG	DDLDeployer	create table Country(name varchar(255) not null, id int not null, unique (id))
2026-03-16 22:16:27	DEBUG	DDLDeployer	alter table Address add constraint FK_Address_countryId_Country_id foreign key(countr
...[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-03-16 22:16:27	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@22]
2026-03-16 22:16:27	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>