<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne</className><duration>0.016</duration><failedSince>0</failedSince><name>crud_2cycles_ownedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-12-23 15:23:58	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2025-12-23 15:23:58	DEBUG	DDLDeployer	create table House(id int not null, addressId int, gardenerId int, unique (id))
2025-12-23 15:23:58	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, houseId int, partnerId int, unique (id))
2025-12-23 15:23:58	DEBUG	DDLDeployer	alter table House add constraint FK_House_gardenerId_Person_id foreign key(gardenerId) references
...[truncated 11924 chars]...
id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@42}}
2025-12-23 15:23:58	DEBUG	SQLOperation	Batching statement 1 times
2025-12-23 15:23:58	TRACE	SQLOperation	delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@123}}
2025-12-23 15:23:58	DEBUG	SQLOperation	Batching statement 1 times
2025-12-23 15:23:58	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@999}}
2025-12-23 15:23:58	TRACE	SQLOperation	select id from Person | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne</className><duration>0.013</duration><failedSince>0</failedSince><name>crud_2cycles_ownedBySource_entityCycle</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-12-23 15:23:58	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2025-12-23 15:23:58	DEBUG	DDLDeployer	create table House(id int not null, addressId int, gardenerId int, unique (id))
2025-12-23 15:23:58	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, houseId int, partnerId int, unique (id))
2025-12-23 15:23:58	DEBUG	DDLDeployer	alter table House add constraint FK_House_addressId_Address_id foreign key(addressId) references 
...[truncated 6352 chars]...
eTest.Person[children=[],directNeighbor=&lt;null&gt;,father=&lt;null&gt;,house=&lt;null&gt;,house1=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@666,name=Saca Do,neighbours=[],partner=&lt;null&gt;]
2025-12-23 15:23:58	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=&lt;null&gt;,father=&lt;null&gt;,house=&lt;null&gt;,house1=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@666,name=Saca Do,neighbours=[],partner=&lt;null&gt;]
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne</className><duration>0.014</duration><failedSince>0</failedSince><name>crud_2cycles_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-12-23 15:23:58	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2025-12-23 15:23:58	DEBUG	DDLDeployer	create table House(id int not null, addressId int, gardenerId int, unique (id))
2025-12-23 15:23:58	DEBUG	DDLDeployer	create table Person(reversePartnerId int, name varchar(255), id int not null, houseId int, unique (id))
2025-12-23 15:23:58	DEBUG	DDLDeployer	alter table House add constraint FK_House_addressId_Address_id foreign key(addressId) refe
...[truncated 12696 chars]...
id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@42}}
2025-12-23 15:23:58	DEBUG	SQLOperation	Batching statement 1 times
2025-12-23 15:23:58	TRACE	SQLOperation	delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@123}}
2025-12-23 15:23:58	DEBUG	SQLOperation	Batching statement 1 times
2025-12-23 15:23:58	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@999}}
2025-12-23 15:23:58	TRACE	SQLOperation	select id from Person | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne</className><duration>0.014</duration><failedSince>0</failedSince><name>crud_2cycles_ownedByTarget_entityCycle</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-12-23 15:23:58	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2025-12-23 15:23:58	DEBUG	DDLDeployer	create table Person(reversePartnerId int, name varchar(255), id int not null, addressId int, houseId int, gardenerId int, unique (id))
2025-12-23 15:23:58	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_addressId_Address_id foreign key(addressId) references Address(id)
2025-12-23 15:23:58	DEBUG	DDLDeployer	alter table Person add const
...[truncated 6665 chars]...
eTest.Person[children=[],directNeighbor=&lt;null&gt;,father=&lt;null&gt;,house=&lt;null&gt;,house1=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@666,name=Saca Do,neighbours=[],partner=&lt;null&gt;]
2025-12-23 15:23:58	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=&lt;null&gt;,father=&lt;null&gt;,house=&lt;null&gt;,house1=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@666,name=Saca Do,neighbours=[],partner=&lt;null&gt;]
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne</className><duration>0.012</duration><failedSince>0</failedSince><name>crud_2cycles_sibling</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-12-23 15:23:58	DEBUG	DDLDeployer	create table House(name varchar(255), id int not null, unique (id))
2025-12-23 15:23:58	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, houseId int, house1Id int, unique (id))
2025-12-23 15:23:58	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_house1Id_House_id foreign key(house1Id) references House(id)
2025-12-23 15:23:58	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_House_id foreign key(houseI
...[truncated 3458 chars]...
ersistedIdentifier@42,name=John Do,neighbours=[],partner=&lt;null&gt;]
2025-12-23 15:23:58	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=&lt;null&gt;,father=&lt;null&gt;,house=&lt;null&gt;,house1=House{id=o.c.s.i.PersistedIdentifier@456, gardener=null, address=null, name=secondary house, inhabitants=[]},id=o.c.s.i.PersistedIdentifier@42,name=John Do,neighbours=[],partner=&lt;null&gt;]
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne</className><duration>0.065</duration><failedSince>0</failedSince><name>crud_2cycles_sibling_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-12-23 15:23:58	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2025-12-23 15:23:58	DEBUG	DDLDeployer	create table House(id int not null, addressId int, gardenerId int, unique (id))
2025-12-23 15:23:58	DEBUG	DDLDeployer	create table Person(reversePartnerId int, name varchar(255), id int not null, houseId int, house1Id int, unique (id))
2025-12-23 15:23:58	DEBUG	DDLDeployer	alter table House add constraint FK_House_addressId_Address_id foreign key(a
...[truncated 21241 chars]...
 id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@888}}
2025-12-23 15:23:58	DEBUG	SQLOperation	Batching statement 1 times
2025-12-23 15:23:58	TRACE	SQLOperation	delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@456}}
2025-12-23 15:23:58	DEBUG	SQLOperation	Batching statement 1 times
2025-12-23 15:23:58	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@999}}
2025-12-23 15:23:58	TRACE	SQLOperation	select id from Person | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne</className><duration>0.015</duration><failedSince>0</failedSince><name>crud_cycleWithIntermediary_ownedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-12-23 15:23:58	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2025-12-23 15:23:58	DEBUG	DDLDeployer	create table House(id int not null, addressId int, gardenerId int, unique (id))
2025-12-23 15:23:58	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, houseId int, unique (id))
2025-12-23 15:23:58	DEBUG	DDLDeployer	alter table House add constraint FK_House_gardenerId_Person_id foreign key(gardenerId) references Person(id)
202
...[truncated 7833 chars]...
id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@42}}
2025-12-23 15:23:58	DEBUG	SQLOperation	Batching statement 1 times
2025-12-23 15:23:58	TRACE	SQLOperation	delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@123}}
2025-12-23 15:23:58	DEBUG	SQLOperation	Batching statement 1 times
2025-12-23 15:23:58	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@999}}
2025-12-23 15:23:58	TRACE	SQLOperation	select id from Person | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne</className><duration>0.013</duration><failedSince>0</failedSince><name>crud_cycleWithIntermediary_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-12-23 15:23:58	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2025-12-23 15:23:58	DEBUG	DDLDeployer	create table House(id int not null, addressId int, unique (id))
2025-12-23 15:23:58	DEBUG	DDLDeployer	create table Person(reverseGardenerId int, name varchar(255), id int not null, houseId int, unique (id))
2025-12-23 15:23:58	DEBUG	DDLDeployer	alter table House add constraint FK_House_addressId_Address_id foreign key(addressId) references Address(
...[truncated 7703 chars]...
id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@42}}
2025-12-23 15:23:58	DEBUG	SQLOperation	Batching statement 1 times
2025-12-23 15:23:58	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@999}}
2025-12-23 15:23:58	DEBUG	SQLOperation	Batching statement 1 times
2025-12-23 15:23:58	TRACE	SQLOperation	delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@123}}
2025-12-23 15:23:58	TRACE	SQLOperation	select id from Person | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne</className><duration>0.007</duration><failedSince>0</failedSince><name>insertSelect_cycleIsDirect_ownedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-12-23 15:23:58	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, partnerId int, unique (id))
2025-12-23 15:23:58	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_partnerId_Person_id foreign key(partnerId) references Person(id)
2025-12-23 15:23:58	DEBUG	SQLOperation	Batching statement 1 times
2025-12-23 15:23:58	TRACE	SQLOperation	insert into Person(name, id, partnerId) values (?, ?, ?) | {1={Person.name=Saca Do, Person.partnerId=null, Person.id=o.c.s.i.P
...[truncated 1576 chars]...
3 15:23:58	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2025-12-23 15:23:58	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=&lt;null&gt;,father=&lt;null&gt;,house=&lt;null&gt;,house1=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@666,name=Saca Do,neighbours=[],partner=&lt;null&gt;]
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne</className><duration>0.008</duration><failedSince>0</failedSince><name>insertSelect_cycleIsDirect_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-12-23 15:23:58	DEBUG	DDLDeployer	create table Person(reversePartnerId int, name varchar(255), id int not null, unique (id))
2025-12-23 15:23:58	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_reversePartnerId_Person_id foreign key(reversePartnerId) references Person(id)
2025-12-23 15:23:58	DEBUG	SQLOperation	Batching statement 1 times
2025-12-23 15:23:58	TRACE	SQLOperation	insert into Person(name, id, reversePartnerId) values (?, ?, ?) | {1={Person.name=John Do, Person.reverse
...[truncated 1638 chars]...
3 15:23:58	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2025-12-23 15:23:58	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=&lt;null&gt;,father=&lt;null&gt;,house=&lt;null&gt;,house1=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@666,name=Saca Do,neighbours=[],partner=&lt;null&gt;]
</stdout></child><failCount>0</failCount><name>FluentEntityMappingConfigurationSupportCycleTest$OneToOne</name><passCount>10</passCount><skipCount>0</skipCount></classResult>