<caseResult _class='hudson.tasks.junit.CaseResult'><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Insert</className><duration>0.007</duration><failedSince>0</failedSince><name>insertTwice_targetInstanceIsInsertedOnce</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 1514 chars]...
dent_name, president.id as president_id from Country left outer join Person as president on Country.presidentId = president.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-04-04 06:16:04	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-04-04 06:16:04	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
</stdout></caseResult>