<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean</className><duration>0.017</duration><failedSince>0</failedSince><name>embed_withMappedSuperClass</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-09-08 13:58:39	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, creationDate timestamp, modificationDate timestamp, locale VARCHAR(20), name varchar(255), unique (id))
2024-09-08 13:58:39	DEBUG	SQLOperation	Batching statement 1 times
2024-09-08 13:58:39	DEBUG	SQLOperation	insert into Toto(creationDate, id, locale, modificationDate, name) values (?, ?, ?, ?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@f15634c5-62a7-4198-b774-e05ec2fa11d0, Toto.modificationDate=null, Toto.name
...[truncated 158 chars]...
ate, Toto.locale from Toto | {}
2024-09-08 13:58:39	DEBUG	SQLOperation	select Toto.name as Toto_name, Toto.locale as Toto_locale, 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@f15634c5-62a7-4198-b774-e05ec2fa11d0}
2024-09-08 13:58:39	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@24292cf
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean</className><duration>0.012</duration><failedSince>0</failedSince><name>embed_withMappedSuperClassAndOverride</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-09-08 13:58:39	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, creationDate timestamp, modificationTime timestamp, locale VARCHAR(20), name varchar(255), modificationDate timestamp, unique (id))
2024-09-08 13:58:39	DEBUG	SQLOperation	Batching statement 1 times
2024-09-08 13:58:39	DEBUG	SQLOperation	insert into Toto(creationDate, id, locale, modificationTime, name) values (?, ?, ?, ?, ?) | {1={Toto.name=null, Toto.creationDate=Sun Sep 08 13:58:39 UTC 2024, Toto.id=o.c.s.i.Persi
...[truncated 187 chars]...
me, Toto.locale from Toto | {}
2024-09-08 13:58:39	DEBUG	SQLOperation	select Toto.name as Toto_name, Toto.locale as Toto_locale, Toto.modificationTime as Toto_modificationTime, Toto.creationDate as Toto_creationDate, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@8b84d726-6953-4ae6-b094-f31adee91e2e}
2024-09-08 13:58:39	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@50914524
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean</className><duration>0.031</duration><failedSince>0</failedSince><name>exclude</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-09-08 13:58:39	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), modificationDate timestamp, unique (id))
2024-09-08 13:58:39	DEBUG	SQLOperation	Batching statement 1 times
2024-09-08 13:58:39	DEBUG	SQLOperation	insert into Toto(id, modificationDate, name) values (?, ?, ?) | {1={Toto.name=null, Toto.modificationDate=null, Toto.id=o.c.s.i.PersistableIdentifier@1fa13346-0dfa-489c-bef0-f22663cea507}}
2024-09-08 13:58:39	DEBUG	SQLOperation	select Toto.modificationDate as Toto_modificationDate, Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@1fa13346-0dfa-489c-bef0-f22663cea507}
2024-09-08 13:58:39	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@10211d9e
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean</className><duration>0.004</duration><failedSince>0</failedSince><name>mappingDefinedTwice_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean</className><duration>0.01</duration><failedSince>0</failedSince><name>overrideColumn</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-09-08 13:58:39	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, createdAt timestamp, modificationDate timestamp, name varchar(255), unique (id))
2024-09-08 13:58:39	DEBUG	SQLOperation	Batching statement 1 times
2024-09-08 13:58:39	DEBUG	SQLOperation	insert into Toto(createdAt, id, modificationDate, name) values (?, ?, ?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@bf824129-24a3-4d88-9a1d-f9e49f5f2eab, Toto.modificationDate=null, Toto.createdAt=Sun Sep 08 13:58:39 UTC 2024, T
...[truncated 50 chars]...
tion	select Toto.createdAt, Toto.modificationDate from Toto | {}
2024-09-08 13:58:39	DEBUG	SQLOperation	select Toto.name as Toto_name, Toto.modificationDate as Toto_modificationDate, Toto.createdAt as Toto_createdAt, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@bf824129-24a3-4d88-9a1d-f9e49f5f2eab}
2024-09-08 13:58:39	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@18067295
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean</className><duration>0.011</duration><failedSince>0</failedSince><name>overrideName</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-09-08 13:58:39	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, createdAt timestamp, modificationDate timestamp, name varchar(255), unique (id))
2024-09-08 13:58:39	DEBUG	SQLOperation	Batching statement 1 times
2024-09-08 13:58:39	DEBUG	SQLOperation	insert into Toto(createdAt, id, modificationDate, name) values (?, ?, ?, ?) | {1={Toto.modificationDate=null, Toto.name=null, Toto.createdAt=Sun Sep 08 13:58:39 UTC 2024, Toto.id=o.c.s.i.PersistableIdentifier@8d923b4a-fd77-40f8-898a
...[truncated 50 chars]...
tion	select Toto.createdAt, Toto.modificationDate from Toto | {}
2024-09-08 13:58:39	DEBUG	SQLOperation	select Toto.name as Toto_name, Toto.modificationDate as Toto_modificationDate, Toto.createdAt as Toto_createdAt, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@8d923b4a-fd77-40f8-898a-4bfa2b29eb00}
2024-09-08 13:58:39	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@262d3026
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean</className><duration>0.003</duration><failedSince>0</failedSince><name>overrideName_nameAlreadyExists_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean</className><duration>0.015</duration><failedSince>0</failedSince><name>overrideName_nameIsAlreadyOverridden_nameIsOverwritten</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-09-08 13:58:39	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, createdAt timestamp, modificationDate timestamp, name varchar(255), unique (id))
2024-09-08 13:58:39	DEBUG	SQLOperation	Batching statement 1 times
2024-09-08 13:58:39	DEBUG	SQLOperation	insert into Toto(createdAt, id, modificationDate, name) values (?, ?, ?, ?) | {1={Toto.createdAt=Sun Sep 08 13:58:39 UTC 2024, Toto.id=o.c.s.i.PersistableIdentifier@f616c5a2-1c2e-4898-8204-169d7f157ab2, Toto.name=null, Toto.modifica
...[truncated 50 chars]...
tion	select Toto.createdAt, Toto.modificationDate from Toto | {}
2024-09-08 13:58:39	DEBUG	SQLOperation	select Toto.name as Toto_name, Toto.modificationDate as Toto_modificationDate, Toto.createdAt as Toto_createdAt, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@f616c5a2-1c2e-4898-8204-169d7f157ab2}
2024-09-08 13:58:39	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@4fcaa4db
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean</className><duration>0.015</duration><failedSince>0</failedSince><name>simpleCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-09-08 13:58:39	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, creationDate timestamp, modificationDate timestamp, name varchar(255), unique (id))
2024-09-08 13:58:39	DEBUG	SQLOperation	Batching statement 1 times
2024-09-08 13:58:39	DEBUG	SQLOperation	insert into Toto(creationDate, id, modificationDate, name) values (?, ?, ?, ?) | {1={Toto.name=null, Toto.id=o.c.s.i.PersistableIdentifier@176913a6-36fb-47f7-8923-1caf22231800, Toto.creationDate=Sun Sep 08 13:58:39 UTC 2024, Toto
...[truncated 67 chars]...
ect Toto.creationDate, Toto.modificationDate from Toto | {}
2024-09-08 13:58:39	DEBUG	SQLOperation	select Toto.name as Toto_name, 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@176913a6-36fb-47f7-8923-1caf22231800}
2024-09-08 13:58:39	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@332d2db
</stdout></child><failCount>0</failCount><name>FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean</name><passCount>9</passCount><skipCount>0</skipCount></classResult>