<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$CRUDOneToOne</className><duration>0.018</duration><failedSince>0</failedSince><name>compositeToCompositeKey_ownedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-12-02 22:17:34	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))
2025-12-02 22:17:34	DEBUG	DDLDeployer	create table Person(age integer, 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 (firstName, lastN
...[truncated 2430 chars]...
.houseNumber (U)=42, Person.address (W)=nowhere, Person.firstName (W)=John, Person.lastName (W)=Do}}
2025-12-02 22:17:34	TRACE	SQLOperation	select Person.age from Person | {}
2025-12-02 22:17:34	DEBUG	SQLOperation	Batching statement 1 times
2025-12-02 22:17:34	TRACE	SQLOperation	delete from Person where address = ? and firstName = ? and lastName = ? | {1={Person.address=nowhere, Person.firstName=John, Person.lastName=Do}}
2025-12-02 22:17:34	TRACE	SQLOperation	select Person.age from Person | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$CRUDOneToOne</className><duration>0.017</duration><failedSince>0</failedSince><name>compositeToCompositeKey_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-12-02 22:17:34	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))
2025-12-02 22:17:34	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
...[truncated 3028 chars]...
reet, House.ownerFirstName (U)=null, House.ownerLastName (U)=null, House.ownerAddress (U)=null, House.zipCode (W)=888, House.city (W)=CodeFilarete City, House.number (W)=42}}
2025-12-02 22:17:34	DEBUG	SQLOperation	Batching statement 1 times
2025-12-02 22:17:34	TRACE	SQLOperation	delete from Person where lastName = ? and firstName = ? and address = ? | {1={Person.firstName=John, Person.address=nowhere, Person.lastName=Do}}
2025-12-02 22:17:34	TRACE	SQLOperation	select Person.age from Person | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$CRUDOneToOne</className><duration>0.015</duration><failedSince>0</failedSince><name>compositeToSingleKey_ownedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-12-02 22:17:34	DEBUG	DDLDeployer	create table House(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2025-12-02 22:17:34	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, houseId bigint, unique (firstName, lastName, address))
2025-12-02 22:17:34	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) referenc
...[truncated 1566 chars]...
Do, Person.houseId (U)=1, Person.age (U)=36, Person.address (W)=nowhere, Person.firstName (W)=John}}
2025-12-02 22:17:34	TRACE	SQLOperation	select Person.age from Person | {}
2025-12-02 22:17:34	DEBUG	SQLOperation	Batching statement 1 times
2025-12-02 22:17:34	TRACE	SQLOperation	delete from Person where lastName = ? and address = ? and firstName = ? | {1={Person.lastName=Do, Person.address=nowhere, Person.firstName=John}}
2025-12-02 22:17:34	TRACE	SQLOperation	select Person.age from Person | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$CRUDOneToOne</className><duration>0.015</duration><failedSince>0</failedSince><name>compositeToSingleKey_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-12-02 22:17:34	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))
2025-12-02 22:17:34	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2025-12-02 22:17:34	DEBUG	DDLDeployer	alter table House add 
...[truncated 2451 chars]...
stName = ?, ownerFirstName = ?, ownerAddress = ? where id = ? | {1={House.ownerLastName (U)=null, House.ownerFirstName (U)=null, House.ownerAddress (U)=null, House.id (W)=1}}
2025-12-02 22:17:34	DEBUG	SQLOperation	Batching statement 1 times
2025-12-02 22:17:34	TRACE	SQLOperation	delete from Person where lastName = ? and firstName = ? and address = ? | {1={Person.lastName=Do, Person.firstName=John, Person.address=nowhere}}
2025-12-02 22:17:34	TRACE	SQLOperation	select Person.age from Person | {}
</stdout></child><failCount>0</failCount><name>FluentEntityMappingConfigurationSupportCompositeKeyTest$CRUDOneToOne</name><passCount>4</passCount><skipCount>0</skipCount></classResult>