<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne</className><duration>0.015</duration><failedSince>0</failedSince><name>crud_2cycles_ownedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 09:20:43	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	create table House(id int not null, addressId int, gardenerId int, unique (id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, houseId int, partnerId int, unique (id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	alter table House add constraint FK_House_gardenerId_Person_id foreign key(gardenerId) references
...[truncated 5520 chars]...
id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@42}}
2024-08-30 09:20:43	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 09:20:43	DEBUG	SQLOperation	delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@123}}
2024-08-30 09:20:43	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 09:20:43	DEBUG	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@999}}
2024-08-30 09:20:43	DEBUG	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>2024-08-30 09:20:43	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, houseId int, partnerId int, unique (id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	create table House(id int not null, addressId int, gardenerId int, unique (id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) references Hous
...[truncated 3078 chars]...
_id, house_address.location as house_address_location, house_address.id as house_address_id, house_gardener.id as house_gardener_id from Person left outer join House as house on Person.houseId = house.id left outer join Person as partner on Person.partnerId = partner.id left outer join Address as house_address on house.addressId = house_address.id left outer join Person as house_gardener on house.gardenerId = house_gardener.id where Person.id in (?) | {Person.id=o.c.s.i.PersistedIdentifier@666}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne</className><duration>0.015</duration><failedSince>0</failedSince><name>crud_2cycles_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 09:20:43	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	create table Person(reversePartnerId int, name varchar(255), id int not null, houseId int, unique (id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	create table House(id int not null, addressId int, gardenerId int, unique (id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_reversePartnerId_Person_id foreign key(reverse
...[truncated 6292 chars]...
id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@42}}
2024-08-30 09:20:43	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 09:20:43	DEBUG	SQLOperation	delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@123}}
2024-08-30 09:20:43	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 09:20:43	DEBUG	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@999}}
2024-08-30 09:20:43	DEBUG	SQLOperation	select id from Person | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne</className><duration>0.012</duration><failedSince>0</failedSince><name>crud_2cycles_ownedByTarget_entityCycle</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 09:20:43	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	create table House(id int not null, addressId int, gardenerId int, unique (id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	create table Person(reversePartnerId int, name varchar(255), id int not null, houseId int, unique (id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	alter table House add constraint FK_House_addressId_Address_id foreign key(addressId) refe
...[truncated 3465 chars]...
use_address.id as house_address_id, house_address.location as house_address_location, house_gardener.id as house_gardener_id from Person left outer join House as house on Person.houseId = house.id left outer join Person as partner on Person.id = partner.reversePartnerId left outer join Address as house_address on house.addressId = house_address.id left outer join Person as house_gardener on house.gardenerId = house_gardener.id where Person.id in (?) | {Person.id=o.c.s.i.PersistedIdentifier@666}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne</className><duration>0.011</duration><failedSince>0</failedSince><name>crud_2cycles_sibling</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 09:20:43	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, houseId int, house1Id int, unique (id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	create table House(name varchar(255), id int not null, unique (id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) references House(id)
2024-08-30 09:20:43	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_house1Id_House_id foreign key(house1I
...[truncated 1350 chars]...
ere id = ? | {1={House.name (U)=new main house name, House.id (W)=o.c.s.i.PersistedIdentifier@123}}
2024-08-30 09:20:43	DEBUG	SQLOperation	select Person.name as Person_name, Person.id as Person_id, house.name as house_name, house.id as house_id, house1.name as house1_name, house1.id as house1_id from Person left outer join House as house on Person.houseId = house.id left outer join House as house1 on Person.house1Id = house1.id where Person.id in (?) | {Person.id=o.c.s.i.PersistedIdentifier@42}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne</className><duration>0.022</duration><failedSince>0</failedSince><name>crud_2cycles_sibling_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 09:20:43	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	create table House(id int not null, addressId int, gardenerId int, unique (id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	create table Person(reversePartnerId int, name varchar(255), id int not null, houseId int, house1Id int, unique (id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	alter table House add constraint FK_House_addressId_Address_id foreign key(a
...[truncated 9108 chars]...
 id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@888}}
2024-08-30 09:20:43	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 09:20:43	DEBUG	SQLOperation	delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@456}}
2024-08-30 09:20:43	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 09:20:43	DEBUG	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@999}}
2024-08-30 09:20:43	DEBUG	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_ownedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 09:20:43	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, houseId int, unique (id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	create table House(id int not null, addressId int, gardenerId int, unique (id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) references House(id)
2024-08-3
...[truncated 4479 chars]...
id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@42}}
2024-08-30 09:20:43	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 09:20:43	DEBUG	SQLOperation	delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@123}}
2024-08-30 09:20:43	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 09:20:43	DEBUG	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@999}}
2024-08-30 09:20:43	DEBUG	SQLOperation	select id from Person | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne</className><duration>0.01</duration><failedSince>0</failedSince><name>crud_cycleWithIntermediary_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 09:20:43	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	create table House(id int not null, addressId int, unique (id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	create table Person(reverseGardenerId int, name varchar(255), id int not null, houseId int, unique (id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	alter table House add constraint FK_House_addressId_Address_id foreign key(addressId) references Address(
...[truncated 4349 chars]...
id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@42}}
2024-08-30 09:20:43	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 09:20:43	DEBUG	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@999}}
2024-08-30 09:20:43	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 09:20:43	DEBUG	SQLOperation	delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@123}}
2024-08-30 09:20:43	DEBUG	SQLOperation	select id from Person | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne</className><duration>0.008</duration><failedSince>0</failedSince><name>insertSelect_cycleIsDirect_ownedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 09:20:43	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, partnerId int, unique (id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_partnerId_Person_id foreign key(partnerId) references Person(id)
2024-08-30 09:20:43	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 09:20:43	DEBUG	SQLOperation	insert into Person(name, id, partnerId) values (?, ?, ?) | {1={Person.name=Saca Do, Person.id=o.c.s.i.PersistableIdentifier@66
...[truncated 354 chars]...
lect Person.name as Person_name, Person.id as Person_id, partner.id as partner_id from Person left outer join Person as partner on Person.partnerId = partner.id where Person.id in (?) | {Person.id=o.c.s.i.PersistedIdentifier@42}
2024-08-30 09:20:43	DEBUG	SQLOperation	select Person.name as Person_name, Person.id as Person_id, partner.id as partner_id from Person left outer join Person as partner on Person.partnerId = partner.id where Person.id in (?) | {Person.id=o.c.s.i.PersistedIdentifier@666}
</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>2024-08-30 09:20:43	DEBUG	DDLDeployer	create table Person(reversePartnerId int, name varchar(255), id int not null, unique (id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_reversePartnerId_Person_id foreign key(reversePartnerId) references Person(id)
2024-08-30 09:20:43	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 09:20:43	DEBUG	SQLOperation	insert into Person(name, id, reversePartnerId) values (?, ?, ?) | {1={Person.name=John Do, Person.reverse
...[truncated 416 chars]...
me as Person_name, Person.id as Person_id, partner.id as partner_id from Person left outer join Person as partner on Person.id = partner.reversePartnerId where Person.id in (?) | {Person.id=o.c.s.i.PersistedIdentifier@42}
2024-08-30 09:20:43	DEBUG	SQLOperation	select Person.name as Person_name, Person.id as Person_id, partner.id as partner_id from Person left outer join Person as partner on Person.id = partner.reversePartnerId where Person.id in (?) | {Person.id=o.c.s.i.PersistedIdentifier@666}
</stdout></child><failCount>0</failCount><name>FluentEntityMappingConfigurationSupportCycleTest$OneToOne</name><passCount>10</passCount><skipCount>0</skipCount></classResult>