<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$MappedBy</className><duration>0.012</duration><failedSince>0</failedSince><name>crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:16:00	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-04-04 06:16:00	DEBUG	DDLDeployer	create table Country(id int not null, unique (id))
2026-04-04 06:16:00	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-04-04 06:16:00	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:16:00	TRACE	SQLOperation	insert into Country(id) values (?) | {1={
...[truncated 1833 chars]...
DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:16:00	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.name (U)=Grenoble, City.countryId (U)=null, City.id (W)=o.c.s.i.PersistableIdentifier@13}}
2026-04-04 06:16:00	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:16:00	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2026-04-04 06:16:00	TRACE	SQLOperation	select countryId from city | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$MappedBy</className><duration>0.008</duration><failedSince>0</failedSince><name>initializeWith</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:16:00	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-04-04 06:16:00	DEBUG	DDLDeployer	create table Country(name varchar(255), id int not null, unique (id))
2026-04-04 06:16:00	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-04-04 06:16:00	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-04-04 06:16:
...[truncated 386 chars]...
s.e.m.Country
2026-04-04 06:16:00	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-04-04 06:16:00	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:00	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$MappedBy</className><duration>0.011</duration><failedSince>0</failedSince><name>noCascade_defaultCascadeIsAll</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:16:00	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-04-04 06:16:00	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-04-04 06:16:00	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-04-04 06:16:00	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:16:00	TRACE	SQLOperat
...[truncated 3077 chars]...
s.i.PersistedIdentifier@0, City.name (U)=touched Paris}, 2={City.countryId (U)=null, City.id (W)=o.c.s.i.PersistedIdentifier@1, City.name (U)=Paris}}
2026-04-04 06:16:00	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:16:00	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2026-04-04 06:16:00	TRACE	SQLOperation	select name from Country where id = 42 | {}
2026-04-04 06:16:00	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-04-04 06:16:00	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, myIdx integer, unique (id))
2026-04-04 06:16:00	DEBUG	DDLDeployer	create table Country(id int not null, unique (id))
2026-04-04 06:16:00	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-04-04 06:16:00	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:16:00	TRACE	SQLOperation	insert into Country(id) va
...[truncated 2266 chars]...
l, City.countryId (U)=null}}
2026-04-04 06:16:00	DEBUG	SQLOperation	Batching statement 2 times
2026-04-04 06:16:00	TRACE	SQLOperation	update City set myIdx = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistableIdentifier@17, City.myIdx (U)=2, City.countryId (U)=o.c.s.i.PersistedIdentifier@1}, 2={City.id (W)=o.c.s.i.PersistableIdentifier@23, City.myIdx (U)=1, City.countryId (U)=o.c.s.i.PersistedIdentifier@1}}
2026-04-04 06:16:00	TRACE	SQLOperation	select name, myIdx from city | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$MappedBy</className><duration>0.008</duration><failedSince>0</failedSince><name>relationIsDefinedByColumnNameOnTargetSideAndReverseAccessorIsUsed_columnOverrideIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:16:00	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-04-04 06:16:00	DEBUG	DDLDeployer	create table Town(discotecCount integer not null, name varchar(255), id int not null, state int, unique (id))
2026-04-04 06:16:00	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.008</duration><failedSince>0</failedSince><name>reverseEntitiesAreLoaded</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:16:00	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-04-04 06:16:00	DEBUG	DDLDeployer	create table Country(name varchar(255), id int not null, unique (id))
2026-04-04 06:16:00	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-04-04 06:16:00	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-04-04 06:16:
...[truncated 386 chars]...
s.e.m.Country
2026-04-04 06:16:00	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-04-04 06:16:00	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:00	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
</stdout></child><failCount>0</failCount><name>FluentEntityMappingConfigurationSupportOneToManySetTest$MappedBy</name><passCount>6</passCount><skipCount>0</skipCount></classResult>