<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-06-30 05:40:06	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-06-30 05:40:06	DEBUG	SQLOperation	Batching statement 1 times
2025-06-30 05:40:06	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@63b493f8-c771-4559-8884-21e36c6099c7, Toto.name=Tutu}}
2025-06-30 05:40:06	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@63b493f8-c771-4559-8884-21e36c6099c7]
2025-06-30 05:40:06	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-30 05:40:06	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@63b493f8-c771-4559-8884-21e36c6099c7}
2025-06-30 05:40:06	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.001</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.009</duration><failedSince>0</failedSince><name>usingConstructor_1ArgColumnName_constructorIsInvoked_setterIsNotCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-30 05:40:06	DEBUG	DDLDeployer	create table Toto(name varchar(255), myId VARCHAR(255) not null, unique (myId))
2025-06-30 05:40:06	DEBUG	SQLOperation	Batching statement 1 times
2025-06-30 05:40:06	TRACE	SQLOperation	insert into Toto(myId, name) values (?, ?) | {1={Toto.name=Tutu, Toto.myId=o.c.s.i.PersistableIdentifier@e5338747-ed54-424d-a507-39abfeeef642}}
2025-06-30 05:40:06	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@e5338747-ed54-424d-a507-39abfeeef642]
2025-06-30 05:40:06	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-30 05:40:06	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@e5338747-ed54-424d-a507-39abfeeef642}
2025-06-30 05:40:06	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.01</duration><failedSince>0</failedSince><name>usingConstructor_1Arg_constructorIsInvoked_setterIsNotCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-30 05:40:06	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-06-30 05:40:06	DEBUG	SQLOperation	Batching statement 1 times
2025-06-30 05:40:06	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@6940898b-aee2-4bbb-af29-787d0c6022fc}}
2025-06-30 05:40:06	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@6940898b-aee2-4bbb-af29-787d0c6022fc]
2025-06-30 05:40:06	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-30 05:40:06	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@6940898b-aee2-4bbb-af29-787d0c6022fc}
2025-06-30 05:40:06	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_2Args_constructorIsInvoked_setterIsNotCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-30 05:40:06	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-06-30 05:40:06	DEBUG	SQLOperation	Batching statement 1 times
2025-06-30 05:40:06	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@9283296e-c051-4b4d-877b-7a7034303587}}
2025-06-30 05:40:06	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@9283296e-c051-4b4d-877b-7a7034303587]
2025-06-30 05:40:06	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-30 05:40:06	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@9283296e-c051-4b4d-877b-7a7034303587}
2025-06-30 05:40:06	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.01</duration><failedSince>0</failedSince><name>usingConstructor_constructorIsInvoked_setterIsNotCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-30 05:40:06	DEBUG	DDLDeployer	create table Toto(name varchar(255), id VARCHAR(255) not null, unique (id))
2025-06-30 05:40:06	DEBUG	SQLOperation	Batching statement 1 times
2025-06-30 05:40:06	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@b220bdb5-7e8a-4c58-9135-9ac2d5a45912, Toto.name=Tutu}}
2025-06-30 05:40:06	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@b220bdb5-7e8a-4c58-9135-9ac2d5a45912]
2025-06-30 05:40:06	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-30 05:40:06	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@b220bdb5-7e8a-4c58-9135-9ac2d5a45912}
2025-06-30 05:40:06	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.01</duration><failedSince>0</failedSince><name>usingConstructor_supplier_supplierIsCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-30 05:40:06	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-06-30 05:40:06	DEBUG	SQLOperation	Batching statement 1 times
2025-06-30 05:40:06	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@87bb4302-03c5-4ac5-94df-77d7b07d9e61, Toto.name=Tutu}}
2025-06-30 05:40:06	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@87bb4302-03c5-4ac5-94df-77d7b07d9e61]
2025-06-30 05:40:06	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-30 05:40:06	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@87bb4302-03c5-4ac5-94df-77d7b07d9e61}
2025-06-30 05:40:06	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.01</duration><failedSince>0</failedSince><name>usingFactory_constructorIsInvoked_setterIsNotCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-30 05:40:06	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-06-30 05:40:06	DEBUG	SQLOperation	Batching statement 1 times
2025-06-30 05:40:06	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@e51adbfe-a185-4629-8bf4-8b39d3d85dc6, Toto.name=Tutu}}
2025-06-30 05:40:06	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@e51adbfe-a185-4629-8bf4-8b39d3d85dc6]
2025-06-30 05:40:06	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-30 05:40:06	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@e51adbfe-a185-4629-8bf4-8b39d3d85dc6}
2025-06-30 05:40:06	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>