<caseResult _class='hudson.tasks.junit.CaseResult'><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Update</className><duration>0.008</duration><failedSince>0</failedSince><name>relationNullified_relationIsOwnedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-08-07 07:15:35	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2025-08-07 07:15:35	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-08-07 07:15:35	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2025-08-07 07:15:35	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.Per
...[truncated 3404 chars]...
5:35	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2025-08-07 07:15:35	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-08-07 07:15:35	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@0}
2025-08-07 07:15:35	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
</stdout></caseResult>