<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$CRUDOneToOne</className><duration>0.012</duration><failedSince>0</failedSince><name>compositeToCompositeKey_ownedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-02-03 07:36:55	DEBUG	DDLDeployer	create table House(number integer not null, street varchar(255) not null, zipCode varchar(255) not null, city varchar(255) not null, unique (number, street, zipCode, city))
2026-02-03 07:36:55	DEBUG	DDLDeployer	create table Person(age integer not null, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, houseNumber integer, houseStreet varchar(255), houseZipCode varchar(255), houseCity varchar(255), unique (firstNa
...[truncated 2439 chars]...
U)=36, Person.houseZipCode (U)=888, Person.houseCity (U)=CodeFilarete City, Person.lastName (W)=Do}}
2026-02-03 07:36:55	TRACE	SQLOperation	select Person.age from Person | {}
2026-02-03 07:36:55	DEBUG	SQLOperation	Batching statement 1 times
2026-02-03 07:36:55	TRACE	SQLOperation	delete from Person where firstName = ? and address = ? and lastName = ? | {1={Person.firstName=John, Person.lastName=Do, Person.address=nowhere}}
2026-02-03 07:36:55	TRACE	SQLOperation	select Person.age from Person | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$CRUDOneToOne</className><duration>0.014</duration><failedSince>0</failedSince><name>compositeToCompositeKey_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-02-03 07:36:55	DEBUG	DDLDeployer	create table House(number integer not null, street varchar(255) not null, zipCode varchar(255) not null, city varchar(255) not null, ownerFirstName varchar(255), ownerLastName varchar(255), ownerAddress varchar(255), unique (number, street, zipCode, city))
2026-02-03 07:36:55	DEBUG	DDLDeployer	create table Person(age integer not null, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, 
...[truncated 3037 chars]...
reet, House.city (W)=CodeFilarete City, House.ownerFirstName (U)=null, House.ownerAddress (U)=null, House.zipCode (W)=888, House.ownerLastName (U)=null, House.number (W)=42}}
2026-02-03 07:36:55	DEBUG	SQLOperation	Batching statement 1 times
2026-02-03 07:36:55	TRACE	SQLOperation	delete from Person where address = ? and firstName = ? and lastName = ? | {1={Person.firstName=John, Person.address=nowhere, Person.lastName=Do}}
2026-02-03 07:36:55	TRACE	SQLOperation	select Person.age from Person | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$CRUDOneToOne</className><duration>0.012</duration><failedSince>0</failedSince><name>compositeToSingleKey_ownedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-02-03 07:36:55	DEBUG	DDLDeployer	create table House(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2026-02-03 07:36:55	DEBUG	DDLDeployer	create table Person(age integer not null, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, houseId bigint, unique (firstName, lastName, address))
2026-02-03 07:36:55	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId)
...[truncated 1575 chars]...
Do, Person.houseId (U)=1, Person.firstName (W)=John, Person.address (W)=nowhere, Person.age (U)=36}}
2026-02-03 07:36:55	TRACE	SQLOperation	select Person.age from Person | {}
2026-02-03 07:36:55	DEBUG	SQLOperation	Batching statement 1 times
2026-02-03 07:36:55	TRACE	SQLOperation	delete from Person where lastName = ? and firstName = ? and address = ? | {1={Person.lastName=Do, Person.firstName=John, Person.address=nowhere}}
2026-02-03 07:36:55	TRACE	SQLOperation	select Person.age from Person | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$CRUDOneToOne</className><duration>0.011</duration><failedSince>0</failedSince><name>compositeToSingleKey_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-02-03 07:36:55	DEBUG	DDLDeployer	create table House(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, ownerFirstName varchar(255), ownerLastName varchar(255), ownerAddress varchar(255), unique (id))
2026-02-03 07:36:55	DEBUG	DDLDeployer	create table Person(age integer not null, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2026-02-03 07:36:55	DEBUG	DDLDeployer	alter table H
...[truncated 2460 chars]...
rstName = ?, ownerAddress = ?, ownerLastName = ? where id = ? | {1={House.ownerFirstName (U)=null, House.ownerAddress (U)=null, House.id (W)=1, House.ownerLastName (U)=null}}
2026-02-03 07:36:55	DEBUG	SQLOperation	Batching statement 1 times
2026-02-03 07:36:55	TRACE	SQLOperation	delete from Person where lastName = ? and address = ? and firstName = ? | {1={Person.lastName=Do, Person.address=nowhere, Person.firstName=John}}
2026-02-03 07:36:55	TRACE	SQLOperation	select Person.age from Person | {}
</stdout></child><failCount>0</failCount><name>FluentEntityMappingConfigurationSupportCompositeKeyTest$CRUDOneToOne</name><passCount>4</passCount><skipCount>0</skipCount></classResult>