<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-10-27 13:58:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-27 13:58:48	DEBUG	DDLDeployer	create table Country(description varchar(255), id int not null, presidentId int, unique (id))
2024-10-27 13:58:48	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2024-10-27 13:58:48	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Coun
...[truncated 677 chars]...
sistedIdentifier@100,languages=[],modificationDate=&lt;null&gt;,name=&lt;null&gt;,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,version=0]
2024-10-27 13:58:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-27 13:58:48	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@100}}
2024-10-27 13:58:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-27 13:58:48	TRACE	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.007</duration><failedSince>0</failedSince><name>notDefined_defaultIsAll_getter</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-27 13:58:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-27 13:58:48	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2024-10-27 13:58:48	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2024-10-27 13:58:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-27 13:58:48	TRA
...[truncated 1786 chars]...
esident_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-10-27 13:58:48	TRACE	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}
2024-10-27 13:58:48	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@70fe3951
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeDeclaration</className><duration>0.009</duration><failedSince>0</failedSince><name>readOnly_getter</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-27 13:58:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-27 13:58:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2024-10-27 13:58:49	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2024-10-27 13:58:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-27 13:58:49	TRA
...[truncated 1393 chars]...
leIdentifier@42, Country.name (U)=touched France, Country.description (U)=null}}
2024-10-27 13:58:49	TRACE	SQLOperation	select name from Person where id = 1 | {}
2024-10-27 13:58:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-27 13:58:49	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2024-10-27 13:58:49	TRACE	SQLOperation	select name from Country | {}
2024-10-27 13:58:49	TRACE	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-10-27 13:58:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, countryId int, unique (id))
2024-10-27 13:58:48	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-27 13:58:48	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_countryId_Country_id foreign key(countryId) references Country(id)
2024-10-27 13:58:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-27 13:58:48	TRACE	SQL
...[truncated 3685 chars]...
024-10-27 13:58:48	TRACE	SQLOperation	update Person set countryId = ? where id = ? | {1={}}
2024-10-27 13:58:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-27 13:58:48	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@42}}
2024-10-27 13:58:48	TRACE	SQLOperation	select name from Country | {}
2024-10-27 13:58:48	TRACE	SQLOperation	select name from Person | {}
2024-10-27 13:58:48	TRACE	SQLOperation	select name from Person where id = 2 | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeDeclaration</className><duration>0.007</duration><failedSince>0</failedSince><name>readOnly_setter</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-27 13:58:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-27 13:58:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2024-10-27 13:58:49	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2024-10-27 13:58:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-27 13:58:49	TRA
...[truncated 1394 chars]...
untry.name (U)=touched France, Country.id (W)=o.c.s.i.PersistableIdentifier@42}}
2024-10-27 13:58:49	TRACE	SQLOperation	select name from Person where id = 1 | {}
2024-10-27 13:58:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-27 13:58:49	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2024-10-27 13:58:49	TRACE	SQLOperation	select name from Country | {}
2024-10-27 13:58:49	TRACE	SQLOperation	select name from Person where id = 1 | {}
</stdout></child><failCount>0</failCount><name>FluentEntityMappingConfigurationSupportOneToOneTest$CascadeDeclaration</name><passCount>6</passCount><skipCount>0</skipCount></classResult>