<caseResult _class='hudson.tasks.junit.CaseResult'><age>0</age><className>org.codefilarete.stalactite.engine.FluentEmbeddableWithRelationMappingConfigurationSupportTest$OneToOne_Embedded</className><duration>0.02</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 City(name varchar(255) not null, id int not null, unique (id))
2026-04-04 06:15:55	DEBUG	DDLDeployer	create table Device(name varchar(255), street varchar(255), id int not null, location_cityId int, unique (id))
2026-04-04 06:15:55	DEBUG	DDLDeployer	alter table Device add constraint FK_Device_location_cityId_City_id foreign key(location_cityId) references City(id)
2026-04-04 06:15:55	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:15
...[truncated 4212 chars]...
n_city.name as location_city_name, location_city.id as location_city_id from Device left outer join City as location_city on Device.location_cityId = location_city.id where Device.id in (?) | {1=o.c.s.i.PersistableIdentifier@13}
2026-04-04 06:15:55	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@22]
2026-04-04 06:15:55	TRACE	SQLOperation	select City.name as City_name, City.id as City_id from City where City.id in (?) | {1=o.c.s.i.PersistableIdentifier@22}
</stdout></caseResult>