<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$MappedBy</className><duration>0.011</duration><failedSince>0</failedSince><name>crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-02-18 18:44:19	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-02-18 18:44:19	DEBUG	DDLDeployer	create table Country(id int not null, unique (id))
2026-02-18 18:44:19	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-02-18 18:44:19	DEBUG	SQLOperation	Batching statement 1 times
2026-02-18 18:44:19	TRACE	SQLOperation	insert into Country(id) values (?) | {1={
...[truncated 2446 chars]...
DEBUG	SQLOperation	Batching statement 1 times
2026-02-18 18:44:19	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistableIdentifier@13, City.name (U)=Grenoble, City.countryId (U)=null}}
2026-02-18 18:44:19	DEBUG	SQLOperation	Batching statement 1 times
2026-02-18 18:44:19	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2026-02-18 18:44:19	TRACE	SQLOperation	select countryId from city | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$MappedBy</className><duration>0.009</duration><failedSince>0</failedSince><name>initializeWith</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-02-18 18:44:19	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-02-18 18:44:19	DEBUG	DDLDeployer	create table Country(name varchar(255), id int not null, unique (id))
2026-02-18 18:44:19	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-02-18 18:44:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-02-18 18:44:
...[truncated 999 chars]...
ming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=&lt;null&gt;,cities=[City[country=org.codefilarete.stalactite.engine.model.Country@40ed3939,id=o.c.s.i.PersistedIdentifier@1,name=Paris,persons=&lt;null&gt;,state=&lt;null&gt;]],description=&lt;null&gt;,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@42,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0,versionWithoutAccessor=0]
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$MappedBy</className><duration>0.014</duration><failedSince>0</failedSince><name>noCascade_defaultCascadeIsAll</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-02-18 18:44:19	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-02-18 18:44:19	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-02-18 18:44:19	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-02-18 18:44:19	DEBUG	SQLOperation	Batching statement 1 times
2026-02-18 18:44:19	TRACE	SQLOperat
...[truncated 3708 chars]...
Id (U)=null, City.id (W)=o.c.s.i.PersistedIdentifier@0}, 2={City.name (U)=Paris, City.countryId (U)=null, City.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-02-18 18:44:19	DEBUG	SQLOperation	Batching statement 1 times
2026-02-18 18:44:19	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2026-02-18 18:44:19	TRACE	SQLOperation	select name from Country where id = 42 | {}
2026-02-18 18:44:19	TRACE	SQLOperation	select name from City where id = 1 | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$MappedBy</className><duration>0.013</duration><failedSince>0</failedSince><name>ordered_crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-02-18 18:44:19	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, myIdx integer, unique (id))
2026-02-18 18:44:19	DEBUG	DDLDeployer	create table Country(id int not null, unique (id))
2026-02-18 18:44:19	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-02-18 18:44:19	DEBUG	SQLOperation	Batching statement 1 times
2026-02-18 18:44:19	TRACE	SQLOperation	insert into Country(id) va
...[truncated 2977 chars]...
3, City.countryId (U)=null}}
2026-02-18 18:44:19	DEBUG	SQLOperation	Batching statement 2 times
2026-02-18 18:44:19	TRACE	SQLOperation	update City set myIdx = ?, countryId = ? where id = ? | {1={City.myIdx (U)=2, City.id (W)=o.c.s.i.PersistableIdentifier@17, City.countryId (U)=o.c.s.i.PersistedIdentifier@1}, 2={City.myIdx (U)=1, City.id (W)=o.c.s.i.PersistableIdentifier@23, City.countryId (U)=o.c.s.i.PersistedIdentifier@1}}
2026-02-18 18:44:19	TRACE	SQLOperation	select name, myIdx from city | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$MappedBy</className><duration>0.009</duration><failedSince>0</failedSince><name>relationIsDefinedByColumnNameOnTargetSideAndReverseAccessorIsUsed_columnOverrideIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-02-18 18:44:19	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-02-18 18:44:19	DEBUG	DDLDeployer	create table Town(discotecCount integer not null, name varchar(255), id int not null, state int, unique (id))
2026-02-18 18:44:19	DEBUG	DDLDeployer	alter table Town add constraint FK_Town_state_Country_id foreign key(state) references Country(id)
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$MappedBy</className><duration>0.009</duration><failedSince>0</failedSince><name>reverseEntitiesAreLoaded</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-02-18 18:44:19	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-02-18 18:44:19	DEBUG	DDLDeployer	create table Country(name varchar(255), id int not null, unique (id))
2026-02-18 18:44:19	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-02-18 18:44:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-02-18 18:44:
...[truncated 999 chars]...
ming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=&lt;null&gt;,cities=[City[country=org.codefilarete.stalactite.engine.model.Country@53140fd2,id=o.c.s.i.PersistedIdentifier@1,name=Paris,persons=&lt;null&gt;,state=&lt;null&gt;]],description=&lt;null&gt;,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@42,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0,versionWithoutAccessor=0]
</stdout></child><failCount>0</failCount><name>FluentEntityMappingConfigurationSupportOneToManySetTest$MappedBy</name><passCount>6</passCount><skipCount>0</skipCount></classResult>