<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.005</duration><failedSince>0</failedSince><name>addEnum_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.007</duration><failedSince>0</failedSince><name>addEnum_mandatory_onMissingValue_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-31 07:48:45	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender 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.023</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.003</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.004</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.005</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.006</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.004</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.017</duration><failedSince>0</failedSince><name>embed_withReadonlyProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-31 07:48:45	DEBUG	DDLDeployer	create table Toto(creationDate timestamp, modificationDate timestamp, readonlyProperty varchar(255), id varchar(36) not null, unique (id))
2024-10-31 07:48:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-31 07:48:45	TRACE	SQLOperation	insert into Toto(creationDate, modificationDate, id) values (?, ?, ?) | {1={Toto.creationDate=Thu Oct 31 07:48:45 UTC 2024, Toto.modificationDate=Thu Oct 31 07:48:45 UTC 2024, Toto.id=o.c.s.i.PersistedIdentifier@e1b55917-6a3e-4444-bac1-08ba7e3d4c7f}}
2024-10-31 07:48:45	TRACE	SQLOperation	select readonlyProperty from Toto | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.015</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.261</duration><failedSince>0</failedSince><name>innerEmbed_withConflictingEmbeddable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-31 07:48:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-31 07:48:45	TRACE	SQLOperation	insert into countryTable(countryCreatedAt, id, name, presidentElectedAt, presidentName) values (?, ?, ?, ?, ?) | {1={countryTable.presidentName=François, countryTable.presidentElectedAt=Tue Jan 01 00:00:00 UTC 2019, countryTable.name=France, 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.01</duration><failedSince>0</failedSince><name>innerEmbed_withSomeExcludedProperties</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-31 07:48:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-31 07:48:45	TRACE	SQLOperation	insert into countryTable(id, name, presidentElectedAt, presidentName) values (?, ?, ?, ?) | {1={countryTable.name=France, countryTable.presidentElectedAt=Tue Jan 01 00:00:00 UTC 2019, countryTable.presidentName=François, countryTable.id=o.c.s.i.PersistableIdentifier@1}}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.012</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.017</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-31 07:48:45	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender VARCHAR(255), id int not null, unique (id))
2024-10-31 07:48:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-31 07:48:45	TRACE	SQLOperation	insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.name=null, PersonWithGender.gender=FEMALE, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-31 07:48:45	TRACE	SQLOperation	select PersonWithGender.name as PersonWithGender_name, PersonWithGender.gender as PersonWithGender_gender, PersonWithGender.id as PersonWithGender_id from PersonWithGender where PersonWithGender.id in (?) | {PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}
2024-10-31 07:48:45	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@4a0522b0
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.009</duration><failedSince>0</failedSince><name>insert_nullValues</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-31 07:48:45	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender VARCHAR(255), id int not null, unique (id))
2024-10-31 07:48:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-31 07:48:45	TRACE	SQLOperation	insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.gender=null, PersonWithGender.name=null, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-31 07:48:45	TRACE	SQLOperation	select PersonWithGender.name as PersonWithGender_name, PersonWithGender.gender as PersonWithGender_gender, PersonWithGender.id as PersonWithGender_id from PersonWithGender where PersonWithGender.id in (?) | {PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}
2024-10-31 07:48:45	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@3e9cceff
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.01</duration><failedSince>0</failedSince><name>map_definedAsIdentifier_identifierIsStoredAsString</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-31 07:48:45	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, name varchar(255), unique (id))
2024-10-31 07:48:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-31 07:48:45	TRACE	SQLOperation	insert into Toto(id) values (?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@66a89cc4-df44-460b-9d4f-607165245773}}
2024-10-31 07:48:45	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.01</duration><failedSince>0</failedSince><name>map_mandatory_onMissingValue_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-31 07:48:45	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.003</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.003</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.004</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.023</duration><failedSince>0</failedSince><name>map_readonly_columnIsNotWrittenToDatabase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-31 07:48:45	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), firstName varchar(255), unique (id))
2024-10-31 07:48:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-31 07:48:45	TRACE	SQLOperation	insert into Toto(firstName, id) values (?, ?) | {1={Toto.firstName=null, Toto.id=o.c.s.i.PersistedIdentifier@58f17ea6-fc42-4a78-a8e4-646113b97f4e}}
2024-10-31 07:48:45	TRACE	SQLOperation	select Toto.id, Toto.name from Toto | {}
2024-10-31 07:48:45	TRACE	SQLOperation	update Toto set name = ? where id = ? | {1=dummyName, 2=o.c.s.i.PersistedIdentifier@58f17ea6-fc42-4a78-a8e4-646113b97f4e}
2024-10-31 07:48:45	TRACE	SQLOperation	select Toto.id, Toto.name from Toto | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.01</duration><failedSince>0</failedSince><name>map_readonly_columnIsNotWrittenToDatabase_CRUD</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-31 07:48:45	DEBUG	DDLDeployer	create table Toto(name varchar(255), firstName varchar(255), id varchar(36) not null, unique (id))
2024-10-31 07:48:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-31 07:48:45	TRACE	SQLOperation	insert into Toto(firstName, id) values (?, ?) | {1={Toto.firstName=null, Toto.id=o.c.s.i.PersistedIdentifier@4ed011c2-6775-4c58-b5a7-bdef3ee99fe4}}
2024-10-31 07:48:45	TRACE	SQLOperation	select firstName from Toto | {}
2024-10-31 07:48:45	TRACE	SQLOperation	select Toto.firstName as Toto_firstName, Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistedIdentifier@4ed011c2-6775-4c58-b5a7-bdef3ee99fe4}
2024-10-31 07:48:45	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@3978cbe6
2024-10-31 07:48:45	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.004</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.002</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.021</duration><failedSince>0</failedSince><name>map_withReadConverter_converterIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-31 07:48:45	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, name varchar(255), unique (id))
2024-10-31 07:48:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-31 07:48:45	TRACE	SQLOperation	insert into Toto(name, id) values (?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@ce4c503f-1364-4d52-887b-54830f2d404f, Toto.name=toto}}
2024-10-31 07:48:45	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@ce4c503f-1364-4d52-887b-54830f2d404f}
2024-10-31 07:48:45	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@1feb4e09
2024-10-31 07:48:45	TRACE	SQLOperation	select Toto.name from Toto | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.011</duration><failedSince>0</failedSince><name>map_withReadConverter_converterIsUsed_readOnlyProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-31 07:48:45	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, name varchar(255), unique (id))
2024-10-31 07:48:45	TRACE	SQLOperation	insert into Toto(name, id) values (?, ?) | {1=toto, 2=o.c.s.i.PersistedIdentifier@e352a6f4-90b1-4d52-bb17-a6c2484b5e4e}
2024-10-31 07:48:45	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.PersistedIdentifier@e352a6f4-90b1-4d52-bb17-a6c2484b5e4e}
2024-10-31 07:48:45	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@464337cb
2024-10-31 07:48:45	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>2024-10-31 07:48:45	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, creationDate varchar(255), modificationDate timestamp, unique (id))
2024-10-31 07:48:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-31 07:48:45	TRACE	SQLOperation	insert into Toto(modificationDate, creationDate, id) values (?, ?, ?) | {1={Toto.creationDate=Thu Oct 31 07:48:45 UTC 2024, Toto.modificationDate=Thu Oct 31 07:48:45 UTC 2024, Toto.id=o.c.s.i.PersistableIdentifier@dfee2bb4-3587-411f-8bff-aaf3cc324aee}}
2024-10-31 07:48:45	TRACE	SQLOperation	select Toto.modificationDate as Toto_modificationDate, Toto.creationDate as Toto_creationDate, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@dfee2bb4-3587-411f-8bff-aaf3cc324aee}
2024-10-31 07:48:45	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@76cc7d7c
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.01</duration><failedSince>0</failedSince><name>map_withSqlBinder_binderIsUsed_readCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-31 07:48:45	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, name varchar(255), unique (id))
2024-10-31 07:48:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-31 07:48:45	TRACE	SQLOperation	insert into Toto(name, id) values (?, ?) | {1={Toto.name=toto, Toto.id=o.c.s.i.PersistableIdentifier@343ea420-a75b-43bb-8b23-480d8d6ad69a}}
2024-10-31 07:48:45	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@343ea420-a75b-43bb-8b23-480d8d6ad69a}
2024-10-31 07:48:45	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@4a7f9a94
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.012</duration><failedSince>0</failedSince><name>map_withSqlBinder_binderIsUsed_writeCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-31 07:48:45	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, possibleStates varchar(255), unique (id))
2024-10-31 07:48:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-31 07:48:45	TRACE	SQLOperation	insert into Toto(possibleStates, id) values (?, ?) | {1={Toto.possibleStates=[IN_PROGRESS, DONE], Toto.id=o.c.s.i.PersistableIdentifier@ae7804fc-d1dc-4522-ad10-d9c233dc3897}}
2024-10-31 07:48:45	TRACE	SQLOperation	select Toto.possibleStates as Toto_possibleStates, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@ae7804fc-d1dc-4522-ad10-d9c233dc3897}
2024-10-31 07:48:45	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@e8b0e73
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.014</duration><failedSince>0</failedSince><name>map_withWriteConverter_converterIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-31 07:48:45	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, name varchar(255), unique (id))
2024-10-31 07:48:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-31 07:48:45	TRACE	SQLOperation	insert into Toto(name, id) values (?, ?) | {1={Toto.name=TOTO, Toto.id=o.c.s.i.PersistableIdentifier@bcd704d6-5a62-4113-ba6a-e316314fc76d}}
2024-10-31 07:48:45	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.Pe
...[truncated 384 chars]...
o.id (W)=o.c.s.i.PersistedIdentifier@bcd704d6-5a62-4113-ba6a-e316314fc76d}}
2024-10-31 07:48:45	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@bcd704d6-5a62-4113-ba6a-e316314fc76d}
2024-10-31 07:48:45	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@1686f9ab
2024-10-31 07:48:45	TRACE	SQLOperation	select 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_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.009</duration><failedSince>0</failedSince><name>update_nullValues</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-31 07:48:45	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender VARCHAR(255), id int not null, unique (id))
2024-10-31 07:48:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-31 07:48:45	TRACE	SQLOperation	insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.name=toto, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1, PersonWithGender.gender=MALE}}
2024-10-31 07:48:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-3
...[truncated 176 chars]...
ntifier@1, PersonWithGender.gender (U)=null}}
2024-10-31 07:48:45	TRACE	SQLOperation	select PersonWithGender.name as PersonWithGender_name, PersonWithGender.gender as PersonWithGender_gender, PersonWithGender.id as PersonWithGender_id from PersonWithGender where PersonWithGender.id in (?) | {PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}
2024-10-31 07:48:45	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@7e6ebf10
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.009</duration><failedSince>0</failedSince><name>withEnum_byDefault_ordinalIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-31 07:48:45	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender VARCHAR(255), id int not null, unique (id))
2024-10-31 07:48:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-31 07:48:45	TRACE	SQLOperation	insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.id=o.c.s.i.PersistableIdentifier@1, PersonWithGender.gender=FEMALE, PersonWithGender.name=toto}}
2024-10-31 07:48:45	TRACE	SQLOperation	select * from PersonWithGender | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.025</duration><failedSince>0</failedSince><name>withEnum_columnMappedWithOrdinal</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-31 07:48:45	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender integer, id int not null, unique (id))
2024-10-31 07:48:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-31 07:48:45	TRACE	SQLOperation	insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.gender=FEMALE, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1, PersonWithGender.name=toto}}
2024-10-31 07:48:45	TRACE	SQLOperation	select * from PersonWithGender | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.029</duration><failedSince>0</failedSince><name>withEnum_mappedWithOrdinal</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-31 07:48:45	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender INT, id int not null, unique (id))
2024-10-31 07:48:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-31 07:48:45	TRACE	SQLOperation	insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.name=toto, PersonWithGender.gender=FEMALE, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-31 07:48:45	TRACE	SQLOperation	select * from 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>40</passCount><skipCount>0</skipCount></classResult>