<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean</className><duration>0.014</duration><failedSince>0</failedSince><name>embed_withMappedSuperClass</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-18 06:39:12	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, creationDate timestamp, modificationDate timestamp, locale VARCHAR(20), name varchar(255), unique (id))
2024-10-18 06:39:12	DEBUG	SQLOperation	Batching statement 1 times
2024-10-18 06:39:12	DEBUG	SQLOperation	insert into Toto(creationDate, id, locale, modificationDate, name) values (?, ?, ?, ?, ?) | {1={Toto.locale=en_US, Toto.modificationDate=null, Toto.name=null, Toto.id=o.c.s.i.PersistableIdentifier@d426af51-14c
...[truncated 159 chars]...
te, Toto.locale from Toto | {}
2024-10-18 06:39:12	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@d426af51-14c5-43e3-8ede-ef43511faf57}
2024-10-18 06:39:12	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@24bfe7ef
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean</className><duration>0.01</duration><failedSince>0</failedSince><name>embed_withMappedSuperClassAndOverride</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-18 06:39:12	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-10-18 06:39:12	DEBUG	SQLOperation	Batching statement 1 times
2024-10-18 06:39:12	DEBUG	SQLOperation	insert into Toto(creationDate, id, locale, modificationTime, name) values (?, ?, ?, ?, ?) | {1={Toto.name=null, Toto.locale=en_US, Toto.id=o.c.s.i.PersistableIdentifier@df353dde-4a1
...[truncated 187 chars]...
me, Toto.locale from Toto | {}
2024-10-18 06:39:12	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@df353dde-4a11-4ba8-b503-3a53342ed208}
2024-10-18 06:39:12	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@5f107882
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean</className><duration>0.009</duration><failedSince>0</failedSince><name>exclude</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-18 06:39:12	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), modificationDate timestamp, unique (id))
2024-10-18 06:39:12	DEBUG	SQLOperation	Batching statement 1 times
2024-10-18 06:39:12	DEBUG	SQLOperation	insert into Toto(id, modificationDate, name) values (?, ?, ?) | {1={Toto.modificationDate=null, Toto.name=null, Toto.id=o.c.s.i.PersistableIdentifier@ffdbecb9-e328-4430-ae77-5ac4fe20e41c}}
2024-10-18 06:39:12	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@ffdbecb9-e328-4430-ae77-5ac4fe20e41c}
2024-10-18 06:39:12	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@6da58910
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean</className><duration>0.003</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.012</duration><failedSince>0</failedSince><name>overrideColumn</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-18 06:39:12	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, createdAt timestamp, modificationDate timestamp, name varchar(255), unique (id))
2024-10-18 06:39:12	DEBUG	SQLOperation	Batching statement 1 times
2024-10-18 06:39:12	DEBUG	SQLOperation	insert into Toto(createdAt, id, modificationDate, name) values (?, ?, ?, ?) | {1={Toto.modificationDate=null, Toto.createdAt=Fri Oct 18 06:39:12 UTC 2024, Toto.id=o.c.s.i.PersistableIdentifier@dabed0ce-d231-4a02-9502-0c01e140ada1, T
...[truncated 50 chars]...
tion	select Toto.createdAt, Toto.modificationDate from Toto | {}
2024-10-18 06:39:12	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@dabed0ce-d231-4a02-9502-0c01e140ada1}
2024-10-18 06:39:12	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@682921cb
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean</className><duration>0.012</duration><failedSince>0</failedSince><name>overrideName</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-18 06:39:12	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, createdAt timestamp, modificationDate timestamp, name varchar(255), unique (id))
2024-10-18 06:39:12	DEBUG	SQLOperation	Batching statement 1 times
2024-10-18 06:39:12	DEBUG	SQLOperation	insert into Toto(createdAt, id, modificationDate, name) values (?, ?, ?, ?) | {1={Toto.modificationDate=null, Toto.name=null, Toto.createdAt=Fri Oct 18 06:39:12 UTC 2024, Toto.id=o.c.s.i.PersistableIdentifier@48ef8a21-abfe-4584-9754
...[truncated 50 chars]...
tion	select Toto.createdAt, Toto.modificationDate from Toto | {}
2024-10-18 06:39:12	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@48ef8a21-abfe-4584-9754-673e0f86fee6}
2024-10-18 06:39:12	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@578294b2
</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.014</duration><failedSince>0</failedSince><name>overrideName_nameIsAlreadyOverridden_nameIsOverwritten</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-18 06:39:12	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, createdAt timestamp, modificationDate timestamp, name varchar(255), unique (id))
2024-10-18 06:39:12	DEBUG	SQLOperation	Batching statement 1 times
2024-10-18 06:39:12	DEBUG	SQLOperation	insert into Toto(createdAt, id, modificationDate, name) values (?, ?, ?, ?) | {1={Toto.name=null, Toto.modificationDate=null, Toto.createdAt=Fri Oct 18 06:39:12 UTC 2024, Toto.id=o.c.s.i.PersistableIdentifier@87e1bd5a-6743-4fbb-aa56
...[truncated 50 chars]...
tion	select Toto.createdAt, Toto.modificationDate from Toto | {}
2024-10-18 06:39:12	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@87e1bd5a-6743-4fbb-aa56-ad058ff7accf}
2024-10-18 06:39:12	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@1a47ddfb
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean</className><duration>0.011</duration><failedSince>0</failedSince><name>simpleCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-18 06:39:12	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, creationDate timestamp, modificationDate timestamp, name varchar(255), unique (id))
2024-10-18 06:39:12	DEBUG	SQLOperation	Batching statement 1 times
2024-10-18 06:39:12	DEBUG	SQLOperation	insert into Toto(creationDate, id, modificationDate, name) values (?, ?, ?, ?) | {1={Toto.name=null, Toto.id=o.c.s.i.PersistableIdentifier@2119bb4d-8a22-4243-83de-d7a80f7cdacc, Toto.modificationDate=null, Toto.creationDate=Fri Oc
...[truncated 68 chars]...
ct Toto.creationDate, Toto.modificationDate from Toto | {}
2024-10-18 06:39:12	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@2119bb4d-8a22-4243-83de-d7a80f7cdacc}
2024-10-18 06:39:12	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@66de563a
</stdout></child><failCount>0</failCount><name>FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean</name><passCount>9</passCount><skipCount>0</skipCount></classResult>