<caseResult _class='hudson.tasks.junit.CaseResult'><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$CRUDOneToOne</className><duration>0.013</duration><failedSince>0</failedSince><name>compositeToSingleKey_ownedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-11-25 06:54:27	DEBUG	DDLDeployer	create table House(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2025-11-25 06:54:27	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-11-25 06:54:27	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) referenc
...[truncated 1566 chars]...
erson.houseId (U)=1, Person.lastName (W)=Do, Person.address (W)=nowhere, Person.firstName (W)=John}}
2025-11-25 06:54:27	TRACE	SQLOperation	select Person.age from Person | {}
2025-11-25 06:54:27	DEBUG	SQLOperation	Batching statement 1 times
2025-11-25 06:54:27	TRACE	SQLOperation	delete from Person where lastName = ? and address = ? and firstName = ? | {1={Person.lastName=Do, Person.address=nowhere, Person.firstName=John}}
2025-11-25 06:54:27	TRACE	SQLOperation	select Person.age from Person | {}
</stdout></caseResult>