<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Update</className><duration>0.01</duration><failedSince>0</failedSince><name>mandatory_withNullTarget_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-05-22 06:40:58	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-05-22 06:40:58	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int not null, unique (id))
2025-05-22 06:40:58	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2025-05-22 06:40:58	TRACE	SQLOperation	select Person.name as Person_name, Person
...[truncated 1104 chars]...
.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@497cbc53
2025-05-22 06:40:58	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@3462412a on object Country[ancientCities=[],capital=&lt;null&gt;,cities=&lt;null&gt;,description=&lt;null&gt;,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Update</className><duration>0.013</duration><failedSince>0</failedSince><name>relationChanged_relationIsOwnedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-05-22 06:40:58	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-05-22 06:40:58	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2025-05-22 06:40:58	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2025-05-22 06:40:58	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Pe
...[truncated 4198 chars]...
uclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
2025-05-22 06:40:58	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-05-22 06:40:58	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@61f7b800
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Update</className><duration>0.01</duration><failedSince>0</failedSince><name>relationChanged_relationIsOwnedBySource_withOrphanRemoval</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-05-22 06:40:58	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-05-22 06:40:58	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2025-05-22 06:40:58	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2025-05-22 06:40:58	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Pe
...[truncated 3033 chars]...
de$DefaultRelationJoinRowConsumer@54a6188a on object Country[ancientCities=[],capital=&lt;null&gt;,cities=&lt;null&gt;,description=Smelly cheese !,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
2025-05-22 06:40:58	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}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Update</className><duration>0.012</duration><failedSince>0</failedSince><name>relationChanged_relationIsOwnedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-05-22 06:40:58	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, countryId int, unique (id))
2025-05-22 06:40:58	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-05-22 06:40:58	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_countryId_Country_id foreign key(countryId) references Country(id)
2025-05-22 06:40:58	DEBUG	SQLOperation	Batching statement 1 times
2025-05-22 06:40:58	TRACE	SQL
...[truncated 4504 chars]...
m Person where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@0}
2025-05-22 06:40:58	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@595629ea
2025-05-22 06:40:58	TRACE	SQLOperation	select countryId from Person where id = :personId | {personId=o.c.s.i.PersistableIdentifier@0}
2025-05-22 06:40:58	TRACE	SQLOperation	select countryId from Person where id = :personId | {personId=o.c.s.i.PersistableIdentifier@1}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Update</className><duration>0.013</duration><failedSince>0</failedSince><name>relationNullifiedWithOrphanRemoval</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-05-22 06:40:58	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-05-22 06:40:58	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2025-05-22 06:40:58	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2025-05-22 06:40:58	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Pe
...[truncated 2776 chars]...
de$DefaultRelationJoinRowConsumer@311c6336 on object Country[ancientCities=[],capital=&lt;null&gt;,cities=&lt;null&gt;,description=Smelly cheese !,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
2025-05-22 06:40:58	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}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Update</className><duration>0.009</duration><failedSince>0</failedSince><name>relationNullified_relationIsOwnedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-05-22 06:40:58	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-05-22 06:40:58	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2025-05-22 06:40:58	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2025-05-22 06:40:58	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Pe
...[truncated 2743 chars]...
uclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
2025-05-22 06:40:58	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-05-22 06:40:58	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@57048e47
</stdout></child><failCount>0</failCount><name>FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Update</name><passCount>6</passCount><skipCount>0</skipCount></classResult>