<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeDeclaration</className><duration>0.002</duration><failedSince>0</failedSince><name>associationOnly_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeDeclaration</className><duration>0.006</duration><failedSince>0</failedSince><name>cascade_deleteWithOrphanRemoval</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 09:20:44	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-08-30 09:20:44	DEBUG	DDLDeployer	create table Country(description varchar(255), id int not null, presidentId int, unique (id))
2024-08-30 09:20:44	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2024-08-30 09:20:44	DEBUG	SQLOperation	select Country.description as Country_description, Country.id as Coun
...[truncated 104 chars]...
on as president on Country.presidentId = president.id where Country.id in (?) | {Country.id=o.c.s.i.PersistedIdentifier@100}
2024-08-30 09:20:44	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 09:20:44	DEBUG	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@100}}
2024-08-30 09:20:44	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 09:20:44	DEBUG	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@42}}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeDeclaration</className><duration>0.008</duration><failedSince>0</failedSince><name>notDefined_defaultIsAll_getter</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 09:20:44	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-08-30 09:20:44	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2024-08-30 09:20:44	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2024-08-30 09:20:44	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 09:20:44	DEB
...[truncated 1060 chars]...
t Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, president.name as president_name, president.id as president_id from Country left outer join Person as president on Country.presidentId = president.id where Country.id in (?) | {Country.id=o.c.s.i.PersistedIdentifier@42}
2024-08-30 09:20:44	DEBUG	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {Person.id=o.c.s.i.PersistedIdentifier@666}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeDeclaration</className><duration>0.008</duration><failedSince>0</failedSince><name>readOnly_getter</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 09:20:44	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-08-30 09:20:44	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2024-08-30 09:20:44	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2024-08-30 09:20:44	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 09:20:44	DEB
...[truncated 822 chars]...
untry.name (U)=touched France, Country.id (W)=o.c.s.i.PersistableIdentifier@42}}
2024-08-30 09:20:44	DEBUG	SQLOperation	select name from Person where id = 1 | {}
2024-08-30 09:20:44	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 09:20:44	DEBUG	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2024-08-30 09:20:44	DEBUG	SQLOperation	select name from Country | {}
2024-08-30 09:20:44	DEBUG	SQLOperation	select name from Person where id = 1 | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeDeclaration</className><duration>0.013</duration><failedSince>0</failedSince><name>readOnly_getter_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 09:20:44	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, countryId int, unique (id))
2024-08-30 09:20:44	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-08-30 09:20:44	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_countryId_Country_id foreign key(countryId) references Country(id)
2024-08-30 09:20:44	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 09:20:44	DEBUG	SQL
...[truncated 2523 chars]...
024-08-30 09:20:44	DEBUG	SQLOperation	update Person set countryId = ? where id = ? | {1={}}
2024-08-30 09:20:44	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 09:20:44	DEBUG	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@42}}
2024-08-30 09:20:44	DEBUG	SQLOperation	select name from Country | {}
2024-08-30 09:20:44	DEBUG	SQLOperation	select name from Person | {}
2024-08-30 09:20:44	DEBUG	SQLOperation	select name from Person where id = 2 | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeDeclaration</className><duration>0.008</duration><failedSince>0</failedSince><name>readOnly_setter</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 09:20:44	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-08-30 09:20:44	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2024-08-30 09:20:44	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2024-08-30 09:20:44	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 09:20:44	DEB
...[truncated 822 chars]...
 Country.description (U)=null, Country.id (W)=o.c.s.i.PersistableIdentifier@42}}
2024-08-30 09:20:44	DEBUG	SQLOperation	select name from Person where id = 1 | {}
2024-08-30 09:20:44	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 09:20:44	DEBUG	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2024-08-30 09:20:44	DEBUG	SQLOperation	select name from Country | {}
2024-08-30 09:20:44	DEBUG	SQLOperation	select name from Person where id = 1 | {}
</stdout></child><failCount>0</failCount><name>FluentEntityMappingConfigurationSupportOneToOneTest$CascadeDeclaration</name><passCount>6</passCount><skipCount>0</skipCount></classResult>