<caseResult _class='hudson.tasks.junit.CaseResult'><age>0</age><className>org.codefilarete.stalactite.engine.FluentEmbeddableWithRelationMappingConfigurationSupportTest$ElementCollection_Embedded</className><duration>0.044</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 Device(name varchar(255), street varchar(255), id int not null, unique (id))
2026-04-04 06:15:55	DEBUG	DDLDeployer	create table Device_location_reviews(id int, ranking integer not null, verbatim varchar(2000), idx integer, unique (id, idx))
2026-04-04 06:15:55	DEBUG	DDLDeployer	alter table Device_location_reviews add constraint FK_Device_location_reviews_id_Device_id foreign key(id) references Device(id)
2026-04-04 06:15:55	DEBUG	SQLOperation	Ba
...[truncated 5416 chars]...
name, Device.street as Device_street, Device.id as Device_id, Device_location_reviews.verbatim as Device_location_reviews_verbatim, Device_location_reviews.idx as Device_location_reviews_idx, Device_location_reviews.ranking as Device_location_reviews_ranking, Device_location_reviews.id as Device_location_reviews_id from Device left outer join Device_location_reviews as Device_location_reviews on Device.id = Device_location_reviews.id where Device.id in (?) | {1=o.c.s.i.PersistableIdentifier@13}
</stdout></caseResult>