<caseResult _class='hudson.tasks.junit.CaseResult'><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></caseResult>