<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-04-04 06:16:02	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-04-04 06:16:02	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 2418 chars]...
=nowhere, Person.houseStreet (U)=Stalactite street, Person.houseZipCode (U)=888, Person.age (U)=36}}
2026-04-04 06:16:02	TRACE	SQLOperation	select Person.age from Person | {}
2026-04-04 06:16:02	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:16:02	TRACE	SQLOperation	delete from Person where firstName = ? and lastName = ? and address = ? | {1={Person.firstName=John, Person.lastName=Do, Person.address=nowhere}}
2026-04-04 06:16:02	TRACE	SQLOperation	select Person.age from Person | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$CRUDOneToOne</className><duration>0.016</duration><failedSince>0</failedSince><name>compositeToCompositeKey_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:16:02	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-04-04 06:16:02	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 3633 chars]...
reet, House.number (W)=42, House.ownerLastName (U)=null, House.zipCode (W)=888, House.ownerAddress (U)=null, House.ownerFirstName (U)=null, House.city (W)=CodeFilarete City}}
2026-04-04 06:16:02	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:16:02	TRACE	SQLOperation	delete from Person where firstName = ? and lastName = ? and address = ? | {1={Person.firstName=John, Person.address=nowhere, Person.lastName=Do}}
2026-04-04 06:16:02	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_ownedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:16:02	DEBUG	DDLDeployer	create table House(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2026-04-04 06:16:02	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-04-04 06:16:02	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId)
...[truncated 1554 chars]...
, Person.address (W)=nowhere, Person.lastName (W)=Do, Person.age (U)=36, Person.firstName (W)=John}}
2026-04-04 06:16:02	TRACE	SQLOperation	select Person.age from Person | {}
2026-04-04 06:16:02	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:16:02	TRACE	SQLOperation	delete from Person where firstName = ? and lastName = ? and address = ? | {1={Person.address=nowhere, Person.lastName=Do, Person.firstName=John}}
2026-04-04 06:16:02	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_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:16:02	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-04-04 06:16:02	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-04-04 06:16:02	DEBUG	DDLDeployer	alter table H
...[truncated 2766 chars]...
dress = ?, ownerFirstName = ?, ownerLastName = ? where id = ? | {1={House.ownerAddress (U)=null, House.id (W)=1, House.ownerFirstName (U)=null, House.ownerLastName (U)=null}}
2026-04-04 06:16:02	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:16:02	TRACE	SQLOperation	delete from Person where firstName = ? and lastName = ? and address = ? | {1={Person.firstName=John, Person.address=nowhere, Person.lastName=Do}}
2026-04-04 06:16:02	TRACE	SQLOperation	select Person.age from Person | {}
</stdout></child><failCount>0</failCount><name>FluentEntityMappingConfigurationSupportCompositeKeyTest$CRUDOneToOne</name><passCount>4</passCount><skipCount>0</skipCount></classResult>