<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey</className><duration>0.009</duration><failedSince>0</failedSince><name>byDefault_defaultConstructorIsInvoked_setterIsCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-07-05 06:34:44	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-07-05 06:34:44	DEBUG	SQLOperation	Batching statement 1 times
2025-07-05 06:34:44	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@1090390a-b2dc-4cf1-88a3-bbe9ee14eca6}}
2025-07-05 06:34:44	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1090390a-b2dc-4cf1-88a3-bbe9ee14eca6]
2025-07-05 06:34:44	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-07-05 06:34:44	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@1090390a-b2dc-4cf1-88a3-bbe9ee14eca6}
2025-07-05 06:34:44	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey</className><duration>0.002</duration><failedSince>0</failedSince><name>calledTwice_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey</className><duration>0.011</duration><failedSince>0</failedSince><name>usingConstructor_1ArgColumnName_constructorIsInvoked_setterIsNotCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-07-05 06:34:44	DEBUG	DDLDeployer	create table Toto(name varchar(255), myId VARCHAR(255) not null, unique (myId))
2025-07-05 06:34:44	DEBUG	SQLOperation	Batching statement 1 times
2025-07-05 06:34:44	TRACE	SQLOperation	insert into Toto(myId, name) values (?, ?) | {1={Toto.name=Tutu, Toto.myId=o.c.s.i.PersistableIdentifier@0f735e5d-511e-42af-9be1-f8c4ef5c684a}}
2025-07-05 06:34:44	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0f735e5d-511e-42af-9be1-f8c4ef5c684a]
2025-07-05 06:34:44	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-07-05 06:34:44	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.myId as Toto_myId from Toto where Toto.myId in (?) | {Toto.myId=o.c.s.i.PersistableIdentifier@0f735e5d-511e-42af-9be1-f8c4ef5c684a}
2025-07-05 06:34:44	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey</className><duration>0.009</duration><failedSince>0</failedSince><name>usingConstructor_1Arg_constructorIsInvoked_setterIsNotCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-07-05 06:34:44	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-07-05 06:34:44	DEBUG	SQLOperation	Batching statement 1 times
2025-07-05 06:34:44	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@b5984222-f2b5-4425-ad47-f62faf2d04bf}}
2025-07-05 06:34:44	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@b5984222-f2b5-4425-ad47-f62faf2d04bf]
2025-07-05 06:34:44	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-07-05 06:34:44	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@b5984222-f2b5-4425-ad47-f62faf2d04bf}
2025-07-05 06:34:44	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey</className><duration>0.008</duration><failedSince>0</failedSince><name>usingConstructor_2Args_constructorIsInvoked_setterIsNotCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-07-05 06:34:44	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-07-05 06:34:44	DEBUG	SQLOperation	Batching statement 1 times
2025-07-05 06:34:44	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@f38df9b2-ddd7-41dd-9fc1-64dfc6a9c942, Toto.name=Tutu}}
2025-07-05 06:34:44	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@f38df9b2-ddd7-41dd-9fc1-64dfc6a9c942]
2025-07-05 06:34:44	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-07-05 06:34:44	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@f38df9b2-ddd7-41dd-9fc1-64dfc6a9c942}
2025-07-05 06:34:44	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey</className><duration>0.009</duration><failedSince>0</failedSince><name>usingConstructor_constructorIsInvoked_setterIsNotCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-07-05 06:34:44	DEBUG	DDLDeployer	create table Toto(name varchar(255), id VARCHAR(255) not null, unique (id))
2025-07-05 06:34:44	DEBUG	SQLOperation	Batching statement 1 times
2025-07-05 06:34:44	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@770426b9-122d-4727-bc3d-9791987aebe0}}
2025-07-05 06:34:44	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@770426b9-122d-4727-bc3d-9791987aebe0]
2025-07-05 06:34:44	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-07-05 06:34:44	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@770426b9-122d-4727-bc3d-9791987aebe0}
2025-07-05 06:34:44	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey</className><duration>0.009</duration><failedSince>0</failedSince><name>usingConstructor_supplier_supplierIsCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-07-05 06:34:44	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-07-05 06:34:44	DEBUG	SQLOperation	Batching statement 1 times
2025-07-05 06:34:44	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@654fc11a-86bc-4742-83a3-737d8034eeae, Toto.name=Tutu}}
2025-07-05 06:34:44	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@654fc11a-86bc-4742-83a3-737d8034eeae]
2025-07-05 06:34:44	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-07-05 06:34:44	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@654fc11a-86bc-4742-83a3-737d8034eeae}
2025-07-05 06:34:44	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey</className><duration>0.009</duration><failedSince>0</failedSince><name>usingFactory_constructorIsInvoked_setterIsNotCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-07-05 06:34:44	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-07-05 06:34:44	DEBUG	SQLOperation	Batching statement 1 times
2025-07-05 06:34:44	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@a6b47ecd-c8f4-4d68-a913-a1d51ecca80a}}
2025-07-05 06:34:44	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@a6b47ecd-c8f4-4d68-a913-a1d51ecca80a]
2025-07-05 06:34:44	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-07-05 06:34:44	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@a6b47ecd-c8f4-4d68-a913-a1d51ecca80a}
2025-07-05 06:34:44	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
</stdout></child><failCount>0</failCount><name>FluentEntityMappingConfigurationSupportTest$MapKey</name><passCount>8</passCount><skipCount>0</skipCount></classResult>