<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.019</duration><failedSince>0</failedSince><name>apiUsage</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.006</duration><failedSince>0</failedSince><name>build_identifierIsNotDefined_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.004</duration><failedSince>0</failedSince><name>embed_definedByGetter</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.006</duration><failedSince>0</failedSince><name>embed_definedBySetter</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.004</duration><failedSince>0</failedSince><name>embed_withOverriddenColumn</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.016</duration><failedSince>0</failedSince><name>embed_withOverriddenColumnName</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.003</duration><failedSince>0</failedSince><name>embed_withOverriddenColumnName_nameAlreadyExists_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.013</duration><failedSince>0</failedSince><name>embed_withReadonlyProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-09-27 07:00:33	DEBUG	DDLDeployer	create table Toto(creationDate timestamp, modificationDate timestamp, readonlyProperty varchar(255), id varchar(36) not null, unique (id))
2025-09-27 07:00:33	DEBUG	SQLOperation	Batching statement 1 times
2025-09-27 07:00:33	TRACE	SQLOperation	insert into Toto(creationDate, modificationDate, id) values (?, ?, ?) | {1={Toto.modificationDate=Sat Sep 27 07:00:33 UTC 2025, Toto.id=o.c.s.i.PersistedIdentifier@2484a659-651f-45b3-9887-25394b5cd337, Toto.creationDate=Sat Sep 27 07:00:33 UTC 2025}}
2025-09-27 07:00:33	TRACE	SQLOperation	select readonlyProperty from Toto | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.013</duration><failedSince>0</failedSince><name>embed_withSomeExcludedProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.207</duration><failedSince>0</failedSince><name>innerEmbed_withConflictingEmbeddable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-09-27 07:00:33	DEBUG	SQLOperation	Batching statement 1 times
2025-09-27 07:00:33	TRACE	SQLOperation	insert into countryTable(countryCreatedAt, id, name, presidentElectedAt, presidentName) values (?, ?, ?, ?, ?) | {1={countryTable.presidentElectedAt=Tue Jan 01 00:00:00 UTC 2019, countryTable.name=France, countryTable.presidentName=François, countryTable.countryCreatedAt=Mon Jan 01 00:00:00 UTC 2018, countryTable.id=o.c.s.i.PersistableIdentifier@1}}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.011</duration><failedSince>0</failedSince><name>innerEmbed_withSomeExcludedProperties</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-09-27 07:00:33	DEBUG	SQLOperation	Batching statement 1 times
2025-09-27 07:00:33	TRACE	SQLOperation	insert into countryTable(id, name, presidentElectedAt, presidentName) values (?, ?, ?, ?) | {1={countryTable.name=France, countryTable.presidentName=François, countryTable.id=o.c.s.i.PersistableIdentifier@1, countryTable.presidentElectedAt=Tue Jan 01 00:00:00 UTC 2019}}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.014</duration><failedSince>0</failedSince><name>innerEmbed_withTwiceSameInnerEmbeddableName</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.02</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-09-27 07:00:33	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender VARCHAR(255), id int not null, unique (id))
2025-09-27 07:00:33	DEBUG	SQLOperation	Batching statement 1 times
2025-09-27 07:00:33	TRACE	SQLOperation	insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.gender=FEMALE, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1, PersonWithGender.name=null}}
2025-09-27 07:00:33	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2025-09-27 07:00:33	TRACE	SQLOperation	select PersonWithGender.name as PersonWithGender_name, PersonWithGender.gender as PersonWithGender_gender, PersonWithGender.id as PersonWithGender_id from PersonWithGender where PersonWithGender.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2025-09-27 07:00:33	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.PersonWithGender
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.011</duration><failedSince>0</failedSince><name>insert_nullValues</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-09-27 07:00:33	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender VARCHAR(255), id int not null, unique (id))
2025-09-27 07:00:33	DEBUG	SQLOperation	Batching statement 1 times
2025-09-27 07:00:33	TRACE	SQLOperation	insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.gender=null, PersonWithGender.name=null, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}}
2025-09-27 07:00:33	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2025-09-27 07:00:33	TRACE	SQLOperation	select PersonWithGender.name as PersonWithGender_name, PersonWithGender.gender as PersonWithGender_gender, PersonWithGender.id as PersonWithGender_id from PersonWithGender where PersonWithGender.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2025-09-27 07:00:33	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.PersonWithGender
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.012</duration><failedSince>0</failedSince><name>map_definedAsIdentifier_identifierIsStoredAsString</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-09-27 07:00:33	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, name varchar(255), unique (id))
2025-09-27 07:00:33	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@3dba8f27-640f-413d-90d0-c1ac40c93e22]
2025-09-27 07:00:33	TRACE	SQLOperation	select Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@3dba8f27-640f-413d-90d0-c1ac40c93e22}
2025-09-27 07:00:33	DEBUG	SQLOperation	Batching statement 1 times
2025-09-27 07:00:33	TRACE	SQLOperation	insert into Toto(id) values (?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@3dba8f27-640f-413d-90d0-c1ac40c93e22}}
2025-09-27 07:00:33	TRACE	SQLOperation	select Toto.id, Toto.name from Toto | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.003</duration><failedSince>0</failedSince><name>map_mandatory_columnConstraintIsAdded</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.011</duration><failedSince>0</failedSince><name>map_mandatory_onMissingValue_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-09-27 07:00:33	DEBUG	DDLDeployer	create table Toto(name varchar(255) not null, firstName varchar(255) not null, id int not null, unique (id))
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.005</duration><failedSince>0</failedSince><name>map_mappingDefinedTwiceByColumn_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.002</duration><failedSince>0</failedSince><name>map_mappingDefinedTwiceByMethod_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.002</duration><failedSince>0</failedSince><name>map_methodHasNoMatchingField_configurationIsStillValid</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.002</duration><failedSince>0</failedSince><name>map_methodIsASetter_configurationIsStillValid</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.028</duration><failedSince>0</failedSince><name>map_readonly_columnIsNotWrittenToDatabase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-09-27 07:00:33	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), firstName varchar(255), unique (id))
2025-09-27 07:00:33	DEBUG	SQLOperation	Batching statement 1 times
2025-09-27 07:00:33	TRACE	SQLOperation	insert into Toto(firstName, id) values (?, ?) | {1={Toto.firstName=null, Toto.id=o.c.s.i.PersistedIdentifier@7df9e4d3-377f-43ee-b67f-fc9b6c802b75}}
2025-09-27 07:00:33	TRACE	SQLOperation	select Toto.id, Toto.name from Toto | {}
2025-09-27 07:00:33	TRACE	SQLOperation	update Toto set name = ? where id = ? | {1=dummyName, 2=o.c.s.i.PersistedIdentifier@7df9e4d3-377f-43ee-b67f-fc9b6c802b75}
2025-09-27 07:00:33	TRACE	SQLOperation	select Toto.id, Toto.name from Toto | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.015</duration><failedSince>0</failedSince><name>map_readonly_columnIsNotWrittenToDatabase_CRUD</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-09-27 07:00:33	DEBUG	DDLDeployer	create table Toto(name varchar(255), firstName varchar(255), id varchar(36) not null, unique (id))
2025-09-27 07:00:33	DEBUG	SQLOperation	Batching statement 1 times
2025-09-27 07:00:33	TRACE	SQLOperation	insert into Toto(firstName, id) values (?, ?) | {1={Toto.firstName=null, Toto.id=o.c.s.i.PersistedIdentifier@1138347a-6300-4461-b7c9-b635e8429bde}}
2025-09-27 07:00:33	TRACE	SQLOperation	select firstName from Toto | {}
2025-09-27 07:00:33	DEBUG	SimpleRelatio
...[truncated 78 chars]...
00-4461-b7c9-b635e8429bde]
2025-09-27 07:00:33	TRACE	SQLOperation	select Toto.firstName as Toto_firstName, Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistedIdentifier@1138347a-6300-4461-b7c9-b635e8429bde}
2025-09-27 07:00:33	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2025-09-27 07:00:33	TRACE	SQLOperation	select firstName from Toto | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.003</duration><failedSince>0</failedSince><name>map_withColumnName_targetedPropertyNameIsTaken</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.003</duration><failedSince>0</failedSince><name>map_withColumn_columnIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.003</duration><failedSince>0</failedSince><name>map_withFieldName_targetedPropertyNameIsTaken</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.013</duration><failedSince>0</failedSince><name>map_withReadConverter_converterIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-09-27 07:00:33	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, name varchar(255), unique (id))
2025-09-27 07:00:33	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@ec402d25-7416-4d01-9412-ccfb0cdc5c49]
2025-09-27 07:00:33	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@ec402d25-7416-4d01-9412-ccfb0cdc5c49}
2025-09-27 07:00:33	DEBUG	SQLOperation	Batching
...[truncated 285 chars]...
ersistableIdentifier@ec402d25-7416-4d01-9412-ccfb0cdc5c49]
2025-09-27 07:00:33	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@ec402d25-7416-4d01-9412-ccfb0cdc5c49}
2025-09-27 07:00:33	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2025-09-27 07:00:33	TRACE	SQLOperation	select Toto.name from Toto | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.013</duration><failedSince>0</failedSince><name>map_withReadConverter_converterIsUsed_readOnlyProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-09-27 07:00:33	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, name varchar(255), unique (id))
2025-09-27 07:00:33	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {Toto.id=o.c.s.i.PersistedIdentifier@809f73c8-891f-4a13-a0f6-c8b8b51c7ec6, Toto.name=toto}
2025-09-27 07:00:33	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@809f73c8-891f-4a13-a0f6-c8b8b51c7ec6]
2025-09-27 07:00:33	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistedIdentifier@809f73c8-891f-4a13-a0f6-c8b8b51c7ec6}
2025-09-27 07:00:33	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2025-09-27 07:00:33	TRACE	SQLOperation	select Toto.name from Toto | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.015</duration><failedSince>0</failedSince><name>map_withSqlBinderOnEmbeddedProperty_binderIsUsed_writeCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-09-27 07:00:33	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, creationDate varchar(255), modificationDate timestamp, unique (id))
2025-09-27 07:00:33	DEBUG	SQLOperation	Batching statement 1 times
2025-09-27 07:00:33	TRACE	SQLOperation	insert into Toto(modificationDate, creationDate, id) values (?, ?, ?) | {1={Toto.modificationDate=Sat Sep 27 07:00:33 UTC 2025, Toto.creationDate=Sat Sep 27 07:00:33 UTC 2025, Toto.id=o.c.s.i.PersistableIdentifier@590656db-5cfb-42e8-ad62-c1227a4
...[truncated 88 chars]...
c.s.i.PersistableIdentifier@590656db-5cfb-42e8-ad62-c1227a4be3cc]
2025-09-27 07:00:33	TRACE	SQLOperation	select Toto.modificationDate as Toto_modificationDate, Toto.creationDate as Toto_creationDate, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@590656db-5cfb-42e8-ad62-c1227a4be3cc}
2025-09-27 07:00:33	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</className><duration>0.037</duration><failedSince>0</failedSince><name>map_withSqlBinder_binderIsUsed_readCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-09-27 07:00:33	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, name varchar(255), unique (id))
2025-09-27 07:00:33	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@929e89c4-6e86-45b4-aa50-0585b3709684]
2025-09-27 07:00:33	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@929e89c4-6e86-45b4-aa50-0585b3709684}
2025-09-27 07:00:33	DEBUG	SQLOperation	Batching
...[truncated 214 chars]...
:33	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@929e89c4-6e86-45b4-aa50-0585b3709684]
2025-09-27 07:00:33	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@929e89c4-6e86-45b4-aa50-0585b3709684}
2025-09-27 07:00:33	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</className><duration>0.013</duration><failedSince>0</failedSince><name>map_withSqlBinder_binderIsUsed_writeCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-09-27 07:00:33	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, possibleStates varchar(255), unique (id))
2025-09-27 07:00:33	DEBUG	SQLOperation	Batching statement 1 times
2025-09-27 07:00:33	TRACE	SQLOperation	insert into Toto(possibleStates, id) values (?, ?) | {1={Toto.possibleStates=[IN_PROGRESS, DONE], Toto.id=o.c.s.i.PersistableIdentifier@c2047b01-bf00-43d4-b33b-3271efe11c95}}
2025-09-27 07:00:33	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@c2047b01-bf00-43d4-b33b-3271efe11c95]
2025-09-27 07:00:33	TRACE	SQLOperation	select Toto.possibleStates as Toto_possibleStates, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@c2047b01-bf00-43d4-b33b-3271efe11c95}
2025-09-27 07:00:33	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</className><duration>0.019</duration><failedSince>0</failedSince><name>map_withWriteConverter_converterIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-09-27 07:00:33	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, name varchar(255), unique (id))
2025-09-27 07:00:33	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@64602b5c-3009-4a49-99be-7df0488ed587]
2025-09-27 07:00:33	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@64602b5c-3009-4a49-99be-7df0488ed587}
2025-09-27 07:00:33	DEBUG	SQLOperation	Batching
...[truncated 1049 chars]...
ersistableIdentifier@64602b5c-3009-4a49-99be-7df0488ed587]
2025-09-27 07:00:33	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@64602b5c-3009-4a49-99be-7df0488ed587}
2025-09-27 07:00:33	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2025-09-27 07:00:33	TRACE	SQLOperation	select Toto.name from Toto | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.002</duration><failedSince>0</failedSince><name>map_withoutName_targetedPropertyNameIsTaken</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.016</duration><failedSince>0</failedSince><name>update_nullValues</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-09-27 07:00:33	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender VARCHAR(255), id int not null, unique (id))
2025-09-27 07:00:33	DEBUG	SQLOperation	Batching statement 1 times
2025-09-27 07:00:33	TRACE	SQLOperation	insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.name=toto, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1, PersonWithGender.gender=MALE}}
2025-09-27 07:00:33	DEBUG	SQLOperation	Batching statement 1 times
2025-09-2
...[truncated 262 chars]...
alEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2025-09-27 07:00:33	TRACE	SQLOperation	select PersonWithGender.name as PersonWithGender_name, PersonWithGender.gender as PersonWithGender_gender, PersonWithGender.id as PersonWithGender_id from PersonWithGender where PersonWithGender.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2025-09-27 07:00:33	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.PersonWithGender
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.002</duration><failedSince>0</failedSince><name>withTableNaming</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><failCount>0</failCount><name>FluentEntityMappingConfigurationSupportTest</name><passCount>35</passCount><skipCount>0</skipCount></classResult>