<caseResult _class='hudson.tasks.junit.CaseResult'><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeDeclaration</className><duration>0.009</duration><failedSince>0</failedSince><name>readOnly_getter</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:16:04	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2026-04-04 06:16:04	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-04-04 06:16:04	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-04-04 06:16:04	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:16:04	TRA
...[truncated 1235 chars]...
untry.name (U)=touched France, Country.id (W)=o.c.s.i.PersistableIdentifier@42}}
2026-04-04 06:16:04	TRACE	SQLOperation	select name from Person where id = 1 | {}
2026-04-04 06:16:04	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:16:04	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2026-04-04 06:16:04	TRACE	SQLOperation	select name from Country | {}
2026-04-04 06:16:04	TRACE	SQLOperation	select name from Person where id = 1 | {}
</stdout></caseResult>