<caseResult _class='hudson.tasks.junit.CaseResult'><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$CRUDOneToOne</className><duration>0.016</duration><failedSince>0</failedSince><name>compositeToCompositeKey_ownedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-10-01 20:49:40	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-10-01 20:49:40	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 2909 chars]...
Do, Person.firstName (W)=John, Person.houseZipCode (U)=888, Person.houseCity (U)=CodeFilarete City}}
2025-10-01 20:49:40	TRACE	SQLOperation	select Person.age from Person | {}
2025-10-01 20:49:40	DEBUG	SQLOperation	Batching statement 1 times
2025-10-01 20:49:40	TRACE	SQLOperation	delete from Person where lastName = ? and address = ? and firstName = ? | {1={Person.firstName=John, Person.address=nowhere, Person.lastName=Do}}
2025-10-01 20:49:40	TRACE	SQLOperation	select Person.age from Person | {}
</stdout></caseResult>