<caseResult _class='hudson.tasks.junit.CaseResult'><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.011</duration><failedSince>0</failedSince><name>crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-08-18 18:01:41	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-08-18 18:01:41	DEBUG	SQLOperation	Batching statement 1 times
2025-08-18 18:01:41	TRACE	SQLOperation	insert into Person(age, firstName, lastName, address) values (?, ?, ?, ?) | {1={Person.lastName=Do, Person.firstName=John, Person.address=nowhere, Person.age=35}}
2025-08-18 18:01:41	DEBUG	
...[truncated 733 chars]...
={Person.lastName (W)=Do, Person.firstName (W)=John, Person.address (W)=nowhere, Person.age (U)=36}}
2025-08-18 18:01:41	TRACE	SQLOperation	select Person.age from Person | {}
2025-08-18 18:01:41	DEBUG	SQLOperation	Batching statement 1 times
2025-08-18 18:01:41	TRACE	SQLOperation	delete from Person where firstName = ? and address = ? and lastName = ? | {1={Person.lastName=Do, Person.firstName=John, Person.address=nowhere}}
2025-08-18 18:01:41	TRACE	SQLOperation	select Person.age from Person | {}
</stdout></caseResult>