<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$WithEnum</className><duration>0.009</duration><failedSince>0</failedSince><name>byName</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:16:02	DEBUG	DDLDeployer	create table Pet(name varchar(255) not null, type varchar(255) not null, age integer not null, unique (name, type, age))
2026-04-04 06:16:02	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:16:02	TRACE	SQLOperation	insert into Pet(name, type, age) values (?, ?, ?) | {1={Pet.age=4, Pet.type=Dog, Pet.name=Pluto}}
2026-04-04 06:16:02	DEBUG	SimpleRelationalEntityPersister	selecting entities [PetId{name='Pluto', race='Dog', age=4}]
2026-04-04 06:16:02	TRACE	SQLOperation	select Pet.name as Pet_name, Pet.type as Pet_type, Pet.age as Pet_age from Pet where (Pet.name, Pet.type, Pet.age) in ((?, ?, ?)) | {1=Pluto, 2=Dog, 3=4}
2026-04-04 06:16:02	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Pet
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$WithEnum</className><duration>0.007</duration><failedSince>0</failedSince><name>byOrdinal</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:16:02	DEBUG	DDLDeployer	create table Pet(name varchar(255) not null, type integer not null, age integer not null, unique (name, type, age))
2026-04-04 06:16:02	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:16:02	TRACE	SQLOperation	insert into Pet(name, type, age) values (?, ?, ?) | {1={Pet.age=4, Pet.type=Dog, Pet.name=Pluto}}
2026-04-04 06:16:02	DEBUG	SimpleRelationalEntityPersister	selecting entities [PetId{name='Pluto', race='Dog', age=4}]
2026-04-04 06:16:02	TRACE	SQLOperation	select Pet.name as Pet_name, Pet.type as Pet_type, Pet.age as Pet_age from Pet where (Pet.name, Pet.type, Pet.age) in ((?, ?, ?)) | {1=Pluto, 2=Dog, 3=4}
2026-04-04 06:16:02	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Pet
</stdout></child><failCount>0</failCount><name>FluentEntityMappingConfigurationSupportCompositeKeyTest$WithEnum</name><passCount>2</passCount><skipCount>0</skipCount></classResult>