<caseResult _class='hudson.tasks.junit.CaseResult'><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeReadOnly</className><duration>0.008</duration><failedSince>0</failedSince><name>insert_onlySourceEntitiesArePersisted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:16:00	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2026-04-04 06:16:00	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-04-04 06:16:00	DEBUG	DDLDeployer	create table Country_cities(country_id int not null, cities_id int not null, unique (country_id, cities_id))
2026-04-04 06:16:00	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Count
...[truncated 222 chars]...
 06:16:00	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:16:00	TRACE	SQLOperation	insert into Country(name, description, id) values (?, ?, ?) | {1={Country.name=France, Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@1}}
2026-04-04 06:16:00	TRACE	SQLOperation	select id from country | {}
2026-04-04 06:16:00	TRACE	SQLOperation	select count(*) as relationCount from country_cities | {}
2026-04-04 06:16:00	TRACE	SQLOperation	select count(*) as cityCount from city | {}
</stdout></caseResult>