<testResult _class='hudson.tasks.junit.TestResult'><duration>158.516</duration><empty>false</empty><failCount>0</failCount><passCount>1968</passCount><skipCount>3</skipCount><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterDerbyTest</className><duration>0.125</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:28	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2025-03-27 07:15:28	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:15:28	DEBUG	SQLOperation	delete from Toto where a = ?
2025-03-27 07:15:28	DEBUG	SQLOperation	delete from Toto where a in (?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterDerbyTest</className><duration>0.112</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:29	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2025-03-27 07:15:29	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:15:29	DEBUG	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterDerbyTest</className><duration>0.194</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:29	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2025-03-27 07:15:29	DEBUG	SQLOperation	select a, b, c from Toto where a in (?)
2025-03-27 07:15:29	DEBUG	SQLOperation	select a, b, c from Toto where a in (?, ?, ?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterDerbyTest</className><duration>0.093</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:29	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2025-03-27 07:15:29	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:15:29	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
2025-03-27 07:15:29	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:15:29	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterDerbyTest</className><duration>0.087</duration><failedSince>0</failedSince><name>persist</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:29	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2025-03-27 07:15:29	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:15:29	DEBUG	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?)
2025-03-27 07:15:29	DEBUG	SQLOperation	select a, b, c from Toto where a in (?)
2025-03-27 07:15:29	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:15:29	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
</stdout></case><duration>0.616</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.PersisterDerbyTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysDerbyTest</className><duration>0.143</duration><failedSince>0</failedSince><name>insert_generated_pk_real_life</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:28	DEBUG	DDLDeployer	create table Toto(a integer GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1), b integer, c integer, primary key (a))
2025-03-27 07:15:28	DEBUG	SQLOperation	Batching statement 3 times
2025-03-27 07:15:28	DEBUG	SQLOperation	insert into Toto(a, b, c) values (default, ?, ?)
2025-03-27 07:15:28	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:15:28	DEBUG	SQLOperation	insert into Toto(a, b, c) values (default, ?, ?)
</stdout></case><duration>0.146</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysDerbyTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextDerbyTest</className><duration>1.6</duration><failedSince>0</failedSince><name>select_columnTypeIsRegisteredInDialect</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:27	DEBUG	DDLDeployer	create table Toto(id integer not null, dummyProp varchar(255))
2025-03-27 07:15:27	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
2025-03-27 07:15:27	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextDerbyTest</className><duration>0.218</duration><failedSince>0</failedSince><name>newQuery_withToOneRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:28	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2025-03-27 07:15:28	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId integer not null)
2025-03-27 07:15:28	DEBUG	SQLOperation	select Toto.id, Toto.name, Tata.name as tataName from Toto inner join Tata on Toto.id = Tata.totoId
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextDerbyTest</className><duration>0.18</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:28	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2025-03-27 07:15:28	DEBUG	SQLOperation	select Toto.name from Toto
2025-03-27 07:15:28	DEBUG	SQLOperation	select Toto.id from Toto
2025-03-27 07:15:28	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto
2025-03-27 07:15:28	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto
2025-03-27 07:15:28	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto where Toto.id = 1
2025-03-27 07:15:28	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto where Toto.id = 2
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextDerbyTest</className><duration>0.13</duration><failedSince>0</failedSince><name>select_columnIsRegisteredInDialect_butNotItsType</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:28	DEBUG	DDLDeployer	create table Toto(id integer not null, dummyProp varchar(255))
2025-03-27 07:15:28	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
2025-03-27 07:15:28	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextDerbyTest</className><duration>0.1</duration><failedSince>0</failedSince><name>newQuery_withToManyRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:28	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2025-03-27 07:15:28	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId integer not null)
2025-03-27 07:15:28	DEBUG	SQLOperation	select Toto.id, Toto.name, Tata.name as tataName from Toto left outer join Tata on Toto.id = Tata.totoId
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextDerbyTest</className><duration>0.08</duration><failedSince>0</failedSince><name>newQuery</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:28	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2025-03-27 07:15:28	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto
</stdout></case><duration>2.336</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.PersistenceContextDerbyTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>51</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorDerbyTest</className><duration>0.0</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>true</skipped><skippedMessage>class org.codefilarete.stalactite.engine.runtime.SelectExecutorDerbyTest is @Disabled</skippedMessage><status>SKIPPED</status></case><case><age>51</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorDerbyTest</className><duration>0.0</duration><failedSince>0</failedSince><name>select_composedId_idIsItSelf</name><properties></properties><skipped>true</skipped><skippedMessage>class org.codefilarete.stalactite.engine.runtime.SelectExecutorDerbyTest is @Disabled</skippedMessage><status>SKIPPED</status></case><case><age>51</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorDerbyTest</className><duration>0.0</duration><failedSince>0</failedSince><name>select_composedId_idIsABean</name><properties></properties><skipped>true</skipped><skippedMessage>class org.codefilarete.stalactite.engine.runtime.SelectExecutorDerbyTest is @Disabled</skippedMessage><status>SKIPPED</status></case><duration>0.0</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.SelectExecutorDerbyTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.DerbyDialectResolverTest</className><duration>0.059</duration><failedSince>0</failedSince><name>resolve_10_14</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.059</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.DerbyDialectResolverTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.DerbySequenceSelectBuilderTest</className><duration>0.047</duration><failedSince>0</failedSince><name>sqlIsValid</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:29	DEBUG	DDLDeployer	create sequence my_sequence
2025-03-27 07:15:29	DEBUG	SQLOperation	values next value for my_sequence
</stdout></case><duration>0.048</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.DerbySequenceSelectBuilderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DerbyDDLTableGeneratorTest</className><duration>0.065</duration><failedSince>0</failedSince><name>generatedSQL_runOnAliveDatabase_doesNotThrowException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:29	DEBUG	DDLDeployer	create table dummyTable1(id integer GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, name varchar(255), primary key (id))
2025-03-27 07:15:29	DEBUG	DDLDeployer	create table dummyTable2(name varchar(255))
2025-03-27 07:15:29	DEBUG	DDLDeployer	alter table dummyTable1 add constraint dummy_UK unique (name)
2025-03-27 07:15:29	DEBUG	DDLDeployer	create index dummyIDX_1 on dummyTable1(name)
2025-03-27 07:15:29	DEBUG	DDLDeployer	alter table dummyTable2 add constraint dummyTable2_FK foreign key(name) references dummyTable1(name)
</stdout></case><duration>0.07</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.ddl.DerbyDDLTableGeneratorTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterH2Test</className><duration>0.866</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:31	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2025-03-27 07:15:31	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:15:31	DEBUG	SQLOperation	delete from Toto where a = ?
2025-03-27 07:15:31	DEBUG	SQLOperation	delete from Toto where a in (?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterH2Test</className><duration>0.012</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:31	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2025-03-27 07:15:31	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:15:31	DEBUG	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterH2Test</className><duration>0.06</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:31	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2025-03-27 07:15:31	DEBUG	SQLOperation	select a, b, c from Toto where a in (?)
2025-03-27 07:15:31	DEBUG	SQLOperation	select a, b, c from Toto where a in (?, ?, ?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterH2Test</className><duration>0.02</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:31	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2025-03-27 07:15:31	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:15:31	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
2025-03-27 07:15:31	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:15:31	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterH2Test</className><duration>0.012</duration><failedSince>0</failedSince><name>persist</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:31	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2025-03-27 07:15:31	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:15:31	DEBUG	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?)
2025-03-27 07:15:31	DEBUG	SQLOperation	select a, b, c from Toto where a in (?)
2025-03-27 07:15:31	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:15:31	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
</stdout></case><duration>1.003</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.PersisterH2Test</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysH2Test</className><duration>0.016</duration><failedSince>0</failedSince><name>insert_generated_pk_real_life</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:31	DEBUG	DDLDeployer	create table Toto(a integer GENERATED ALWAYS AS IDENTITY, b integer, c integer, unique (a))
2025-03-27 07:15:31	DEBUG	SQLOperation	Batching statement 3 times
2025-03-27 07:15:31	DEBUG	SQLOperation	insert into Toto(a, b, c) values (default, ?, ?)
2025-03-27 07:15:31	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:15:31	DEBUG	SQLOperation	insert into Toto(a, b, c) values (default, ?, ?)
</stdout></case><duration>0.018</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysH2Test</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextH2Test</className><duration>0.115</duration><failedSince>0</failedSince><name>select_columnTypeIsRegisteredInDialect</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:31	DEBUG	DDLDeployer	create table Toto(id integer not null, dummyProp varchar(255))
2025-03-27 07:15:31	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
2025-03-27 07:15:31	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextH2Test</className><duration>0.018</duration><failedSince>0</failedSince><name>newQuery_withToOneRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:31	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar)
2025-03-27 07:15:31	DEBUG	DDLDeployer	create table Tata(name varchar, totoId integer not null)
2025-03-27 07:15:31	DEBUG	SQLOperation	select Toto.id, Toto.name, Tata.name as tataName from Toto inner join Tata on Toto.id = Tata.totoId
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextH2Test</className><duration>0.032</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:31	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar)
2025-03-27 07:15:31	DEBUG	SQLOperation	select Toto.name from Toto
2025-03-27 07:15:31	DEBUG	SQLOperation	select Toto.id from Toto
2025-03-27 07:15:31	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto
2025-03-27 07:15:31	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto
2025-03-27 07:15:31	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto where Toto.id = 1
2025-03-27 07:15:31	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto where Toto.id = 2
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextH2Test</className><duration>0.01</duration><failedSince>0</failedSince><name>select_columnIsRegisteredInDialect_butNotItsType</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:31	DEBUG	DDLDeployer	create table Toto(id integer not null, dummyProp varchar(255))
2025-03-27 07:15:31	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
2025-03-27 07:15:31	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextH2Test</className><duration>0.011</duration><failedSince>0</failedSince><name>newQuery_withToManyRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:31	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar)
2025-03-27 07:15:31	DEBUG	DDLDeployer	create table Tata(name varchar, totoId integer not null)
2025-03-27 07:15:31	DEBUG	SQLOperation	select Toto.id, Toto.name, Tata.name as tataName from Toto left outer join Tata on Toto.id = Tata.totoId
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextH2Test</className><duration>0.006</duration><failedSince>0</failedSince><name>newQuery</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:31	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar)
2025-03-27 07:15:31	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto
</stdout></case><duration>0.196</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.PersistenceContextH2Test</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorH2Test</className><duration>0.02</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:31	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
2025-03-27 07:15:31	DEBUG	SQLOperation	select a, b, c from Toto where a in (?)
2025-03-27 07:15:31	DEBUG	SQLOperation	select a, b, c from Toto where a in (?, ?, ?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorH2Test</className><duration>0.022</duration><failedSince>0</failedSince><name>select_composedId_idIsItSelf</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:31	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a, b))
2025-03-27 07:15:31	DEBUG	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?))
2025-03-27 07:15:31	DEBUG	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorH2Test</className><duration>0.009</duration><failedSince>0</failedSince><name>select_composedId_idIsABean</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:31	DEBUG	DDLDeployer	create table Tata(a int, b int, c int, primary key (a, b))
2025-03-27 07:15:31	DEBUG	SQLOperation	select a, b, c from Tata where (a, b) in ((?, ?), (?, ?), (?, ?))
2025-03-27 07:15:31	DEBUG	SQLOperation	select a, b, c from Tata where (a, b) in ((?, ?))
</stdout></case><duration>0.056</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.SelectExecutorH2Test</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.H2DialectResolverTest</className><duration>0.016</duration><failedSince>0</failedSince><name>resolve_1_4</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.016</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.H2DialectResolverTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.H2SequenceSelectBuilderTest</className><duration>0.01</duration><failedSince>0</failedSince><name>sqlIsValid</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:31	DEBUG	DDLDeployer	create sequence my_sequence
2025-03-27 07:15:31	DEBUG	SQLOperation	select next value for my_sequence
</stdout></case><duration>0.011</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.H2SequenceSelectBuilderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.H2DDLTableGeneratorTest</className><duration>0.015</duration><failedSince>0</failedSince><name>generatedSQL_runOnAliveDatabase_doesNotThrowException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:31	DEBUG	DDLDeployer	create table dummyTable1(id integer GENERATED ALWAYS AS IDENTITY not null, name varchar, unique (id))
2025-03-27 07:15:31	DEBUG	DDLDeployer	create table dummyTable2(name varchar)
2025-03-27 07:15:31	DEBUG	DDLDeployer	alter table dummyTable1 add constraint dummy_UK unique (name)
2025-03-27 07:15:31	DEBUG	DDLDeployer	create index dummyIDX_1 on dummyTable1(name)
2025-03-27 07:15:31	DEBUG	DDLDeployer	alter table dummyTable2 add constraint dummyTable2_FK foreign key(name) references dummyTable1(name)
</stdout></case><duration>0.019</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.ddl.H2DDLTableGeneratorTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextHSQLDBTest</className><duration>0.921</duration><failedSince>0</failedSince><name>select_columnTypeIsRegisteredInDialect</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:20	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@10408ea
2025-03-27 07:13:20	DEBUG	DDLDeployer	create table Toto(id integer not null, dummyProp varchar(255))
2025-03-27 07:13:20	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
2025-03-27 07:13:21	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextHSQLDBTest</className><duration>0.054</duration><failedSince>0</failedSince><name>newQuery_withToOneRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:21	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@67afc9b6
2025-03-27 07:13:21	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2025-03-27 07:13:21	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId integer not null)
2025-03-27 07:13:21	DEBUG	SQLOperation	select Toto.id, Toto.name, Tata.name as tataName from Toto inner join Tata on Toto.id = Tata.totoId
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextHSQLDBTest</className><duration>0.069</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:21	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@61d9dd15
2025-03-27 07:13:21	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2025-03-27 07:13:21	DEBUG	SQLOperation	select Toto.name from Toto
2025-03-27 07:13:21	DEBUG	SQLOperation	select Toto.id from Toto
2025-03-27 07:13:21	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto
2025-03-27 07:13:21	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto
2025-03-27 07:13:21	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto where Toto.id = 1
2025-03-27 07:13:21	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto where Toto.id = 2
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextHSQLDBTest</className><duration>0.031</duration><failedSince>0</failedSince><name>select_columnIsRegisteredInDialect_butNotItsType</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:21	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6bd8c398
2025-03-27 07:13:21	DEBUG	DDLDeployer	create table Toto(id integer not null, dummyProp varchar(255))
2025-03-27 07:13:21	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
2025-03-27 07:13:21	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextHSQLDBTest</className><duration>0.028</duration><failedSince>0</failedSince><name>newQuery_withToManyRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:21	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@99774ec
2025-03-27 07:13:21	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2025-03-27 07:13:21	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId integer not null)
2025-03-27 07:13:21	DEBUG	SQLOperation	select Toto.id, Toto.name, Tata.name as tataName from Toto left outer join Tata on Toto.id = Tata.totoId
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextHSQLDBTest</className><duration>0.029</duration><failedSince>0</failedSince><name>newQuery</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:21	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@29a5f924
2025-03-27 07:13:21	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2025-03-27 07:13:21	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto
</stdout></case><duration>1.161</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.PersistenceContextHSQLDBTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterHSQLDBTest</className><duration>0.033</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:21	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@130ad58d
2025-03-27 07:13:21	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2025-03-27 07:13:21	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:21	DEBUG	SQLOperation	delete from Toto where a = ?
2025-03-27 07:13:21	DEBUG	SQLOperation	delete from Toto where a in (?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterHSQLDBTest</className><duration>0.015</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:21	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@60c33609
2025-03-27 07:13:21	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2025-03-27 07:13:21	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:21	DEBUG	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterHSQLDBTest</className><duration>0.029</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:21	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@119f035f
2025-03-27 07:13:21	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2025-03-27 07:13:21	DEBUG	SQLOperation	select a, b, c from Toto where a in (?)
2025-03-27 07:13:21	DEBUG	SQLOperation	select a, b, c from Toto where a in (?, ?, ?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterHSQLDBTest</className><duration>0.028</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:21	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@40dd2cfe
2025-03-27 07:13:21	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2025-03-27 07:13:21	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:21	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
2025-03-27 07:13:21	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:21	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterHSQLDBTest</className><duration>0.02</duration><failedSince>0</failedSince><name>persist</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:21	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3652dd19
2025-03-27 07:13:21	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2025-03-27 07:13:21	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:21	DEBUG	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?)
2025-03-27 07:13:21	DEBUG	SQLOperation	select a, b, c from Toto where a in (?)
2025-03-27 07:13:21	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:21	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
</stdout></case><duration>0.131</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.PersisterHSQLDBTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysHSQLDBTest</className><duration>0.067</duration><failedSince>0</failedSince><name>insert_generated_pk_real_life</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:21	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@43c64d6f
2025-03-27 07:13:21	DEBUG	DDLDeployer	create table Toto(a integer GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1), b integer, c integer, unique (a))
2025-03-27 07:13:21	DEBUG	SQLOperation	Batching statement 3 times
2025-03-27 07:13:21	DEBUG	SQLOperation	insert into Toto(a, b, c) values (default, ?, ?)
2025-03-27 07:13:21	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:21	DEBUG	SQLOperation	insert into Toto(a, b, c) values (default, ?, ?)
</stdout></case><duration>0.07</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysHSQLDBTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorHSQLDBTest</className><duration>0.052</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:21	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6b3d3e57
2025-03-27 07:13:21	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
2025-03-27 07:13:21	DEBUG	SQLOperation	select a, b, c from Toto where a in (?)
2025-03-27 07:13:21	DEBUG	SQLOperation	select a, b, c from Toto where a in (?, ?, ?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorHSQLDBTest</className><duration>0.035</duration><failedSince>0</failedSince><name>select_composedId_idIsItSelf</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:21	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1a7f2d34
2025-03-27 07:13:21	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a, b))
2025-03-27 07:13:21	DEBUG	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?))
2025-03-27 07:13:21	DEBUG	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorHSQLDBTest</className><duration>0.019</duration><failedSince>0</failedSince><name>select_composedId_idIsABean</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:21	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6195ce27
2025-03-27 07:13:21	DEBUG	DDLDeployer	create table Tata(a int, b int, c int, primary key (a, b))
2025-03-27 07:13:21	DEBUG	SQLOperation	select a, b, c from Tata where (a, b) in ((?, ?), (?, ?), (?, ?))
2025-03-27 07:13:21	DEBUG	SQLOperation	select a, b, c from Tata where (a, b) in ((?, ?))
</stdout></case><duration>0.112</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.SelectExecutorHSQLDBTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.HSQLDBDialectResolverTest</className><duration>0.024</duration><failedSince>0</failedSince><name>resolve_2_7</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:21	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4690a37e
2025-03-27 07:13:21	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5b166420
</stdout></case><duration>0.026</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.HSQLDBDialectResolverTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.HSQLDBSequenceSelectBuilderTest</className><duration>0.018</duration><failedSince>0</failedSince><name>sqlIsValid</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:21	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@75c095a5
2025-03-27 07:13:21	DEBUG	DDLDeployer	create sequence my_sequence
2025-03-27 07:13:21	DEBUG	SQLOperation	CALL NEXT VALUE FOR my_sequence
</stdout></case><duration>0.019</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.HSQLDBSequenceSelectBuilderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.HSQLDBDDLTableGeneratorTest</className><duration>0.015</duration><failedSince>0</failedSince><name>generatedSQL_runOnAliveDatabase_doesNotThrowException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:21	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4f5ad6b7
2025-03-27 07:13:21	DEBUG	DDLDeployer	create table dummyTable1(id integer GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, name varchar(255), unique (id))
2025-03-27 07:13:21	DEBUG	DDLDeployer	create table dummyTable2(name varchar(255))
2025-03-27 07:13:21	DEBUG	DDLDeployer	alter table dummyTable1 add constraint dummy_UK unique (name)
2025-03-27 07:13:21	DEBUG	DDLDeployer	create index dummyIDX_1 on dummyTable1(name)
2025-03-27 07:13:21	DEBUG	DDLDeployer	alter table dummyTable2 add constraint dummyTable2_FK foreign key(name) references dummyTable1(name)
</stdout></case><duration>0.02</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.ddl.HSQLDBDDLTableGeneratorTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterMariaDBTest</className><duration>0.295</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2025-03-27 07:15:48	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterMariaDBTest</className><duration>0.031</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:49	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterMariaDBTest</className><duration>0.076</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:49	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterMariaDBTest</className><duration>0.032</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:49	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterMariaDBTest</className><duration>0.031</duration><failedSince>0</failedSince><name>persist</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:49	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
</stdout></case><duration>8.767</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.PersisterMariaDBTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysMariaDBTest</className><duration>0.026</duration><failedSince>0</failedSince><name>insert_generated_pk_real_life</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2025-03-27 07:15:49	DEBUG	DDLDeployer	create table Toto(a int auto_increment, b int, c int, primary key (a))
</stdout></case><duration>0.032</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysMariaDBTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextMariaDBTest</className><duration>0.122</duration><failedSince>0</failedSince><name>select_columnTypeIsRegisteredInDialect</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2025-03-27 07:15:49	DEBUG	DDLDeployer	create table Toto(id int not null, dummyProp varchar(255))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextMariaDBTest</className><duration>0.045</duration><failedSince>0</failedSince><name>newQuery_withToOneRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:49	DEBUG	DDLDeployer	create table Toto(id int not null, name varchar(255))
2025-03-27 07:15:49	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId int not null)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextMariaDBTest</className><duration>0.054</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:49	DEBUG	DDLDeployer	create table Toto(id int not null, name varchar(255))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextMariaDBTest</className><duration>0.028</duration><failedSince>0</failedSince><name>select_columnIsRegisteredInDialect_butNotItsType</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:49	DEBUG	DDLDeployer	create table Toto(id int not null, dummyProp varchar(255))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextMariaDBTest</className><duration>0.05</duration><failedSince>0</failedSince><name>newQuery_withToManyRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:49	DEBUG	DDLDeployer	create table Toto(id int not null, name varchar(255))
2025-03-27 07:15:49	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId int not null)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextMariaDBTest</className><duration>0.032</duration><failedSince>0</failedSince><name>newQuery</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:49	DEBUG	DDLDeployer	create table Toto(id int not null, name varchar(255))
</stdout></case><duration>0.339</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.PersistenceContextMariaDBTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorMariaDBTest</className><duration>0.038</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2025-03-27 07:15:49	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorMariaDBTest</className><duration>0.041</duration><failedSince>0</failedSince><name>select_composedId_idIsItSelf</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:49	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a, b))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorMariaDBTest</className><duration>0.047</duration><failedSince>0</failedSince><name>select_composedId_idIsABean</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:49	DEBUG	DDLDeployer	create table Tata(a int, b int, c int, primary key (a, b))
</stdout></case><duration>0.136</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.SelectExecutorMariaDBTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.MariaDBDialectResolverTest</className><duration>0.058</duration><failedSince>0</failedSince><name>resolve_10_0</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
</stdout></case><duration>0.059</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.MariaDBDialectResolverTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.MariaDBSequenceSelectBuilderTest</className><duration>0.029</duration><failedSince>0</failedSince><name>sqlIsValid</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:15:49	DEBUG	DDLDeployer	create sequence my_sequence
</stdout></case><duration>0.031</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.MariaDBSequenceSelectBuilderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.MariaDBDDLTableGeneratorTest</className><duration>0.076</duration><failedSince>0</failedSince><name>generatedSQL_runOnAliveDatabase_doesNotThrowException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2025-03-27 07:15:49	DEBUG	DDLDeployer	create table dummyTable1(id int auto_increment not null, name varchar(255), primary key (id))
2025-03-27 07:15:49	DEBUG	DDLDeployer	create table dummyTable2(name varchar(255))
2025-03-27 07:15:49	DEBUG	DDLDeployer	alter table dummyTable1 add constraint dummy_UK unique (name)
2025-03-27 07:15:49	DEBUG	DDLDeployer	create index dummyIDX_1 on dummyTable1(name)
2025-03-27 07:15:49	DEBUG	DDLDeployer	alter table dummyTable2 add constraint dummyTable2_FK foreign key(name) references dummyTable1(name)
</stdout></case><duration>0.08</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.ddl.MariaDBDDLTableGeneratorTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterMySQLTest</className><duration>0.494</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2025-03-27 07:16:04	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterMySQLTest</className><duration>0.108</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:04	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterMySQLTest</className><duration>0.119</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:04	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterMySQLTest</className><duration>0.078</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:04	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterMySQLTest</className><duration>0.074</duration><failedSince>0</failedSince><name>persist</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:04	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
</stdout></case><duration>13.665</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.PersisterMySQLTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysMySQLTest</className><duration>0.053</duration><failedSince>0</failedSince><name>insert_generated_pk_real_life</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2025-03-27 07:16:05	DEBUG	DDLDeployer	create table Toto(a int auto_increment, b int, c int, primary key (a))
</stdout></case><duration>0.064</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysMySQLTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextMySQLTest</className><duration>0.145</duration><failedSince>0</failedSince><name>select_columnTypeIsRegisteredInDialect</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2025-03-27 07:16:05	DEBUG	DDLDeployer	create table Toto(id int not null, dummyProp varchar(255))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextMySQLTest</className><duration>0.148</duration><failedSince>0</failedSince><name>newQuery_withToOneRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:05	DEBUG	DDLDeployer	create table Toto(id int not null, name varchar(255))
2025-03-27 07:16:05	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId int not null)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextMySQLTest</className><duration>0.141</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:05	DEBUG	DDLDeployer	create table Toto(id int not null, name varchar(255))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextMySQLTest</className><duration>0.07</duration><failedSince>0</failedSince><name>select_columnIsRegisteredInDialect_butNotItsType</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:05	DEBUG	DDLDeployer	create table Toto(id int not null, dummyProp varchar(255))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextMySQLTest</className><duration>0.108</duration><failedSince>0</failedSince><name>newQuery_withToManyRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:05	DEBUG	DDLDeployer	create table Toto(id int not null, name varchar(255))
2025-03-27 07:16:05	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId int not null)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextMySQLTest</className><duration>0.084</duration><failedSince>0</failedSince><name>newQuery</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:05	DEBUG	DDLDeployer	create table Toto(id int not null, name varchar(255))
</stdout></case><duration>0.717</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.PersistenceContextMySQLTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorMySQLTest</className><duration>0.073</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2025-03-27 07:16:04	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorMySQLTest</className><duration>0.089</duration><failedSince>0</failedSince><name>select_composedId_idIsItSelf</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:04	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a, b))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorMySQLTest</className><duration>0.079</duration><failedSince>0</failedSince><name>select_composedId_idIsABean</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:04	DEBUG	DDLDeployer	create table Tata(a int, b int, c int, primary key (a, b))
</stdout></case><duration>0.257</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.SelectExecutorMySQLTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.MySQLDialectResolverTest</className><duration>0.053</duration><failedSince>0</failedSince><name>resolve_5_6</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
</stdout></case><duration>0.053</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.MySQLDialectResolverTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.MySQLSequenceSelectBuilderTest</className><duration>0.061</duration><failedSince>0</failedSince><name>sqlIsValid</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:05	DEBUG	DDLDeployer	create table my_sequence(nextVal bigint not null, primary key (nextVal))
</stdout></case><duration>0.062</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.MySQLSequenceSelectBuilderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.MySQLDDLTableGeneratorTest</className><duration>0.176</duration><failedSince>0</failedSince><name>generatedSQL_runOnAliveDatabase_doesNotThrowException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2025-03-27 07:16:05	DEBUG	DDLDeployer	create table dummyTable1(id int auto_increment not null, name varchar(255), primary key (id))
2025-03-27 07:16:05	DEBUG	DDLDeployer	create table dummyTable2(name varchar(255))
2025-03-27 07:16:05	DEBUG	DDLDeployer	alter table dummyTable1 add constraint dummy_UK unique (name)
2025-03-27 07:16:06	DEBUG	DDLDeployer	create index dummyIDX_1 on dummyTable1(name)
2025-03-27 07:16:06	DEBUG	DDLDeployer	alter table dummyTable2 add constraint dummyTable2_FK foreign key(name) references dummyTable1(name)
</stdout></case><duration>0.18</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.ddl.MySQLDDLTableGeneratorTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextOracleTest</className><duration>0.253</duration><failedSince>0</failedSince><name>select_columnTypeIsRegisteredInDialect</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:30	DEBUG	DDLDeployer	create table Toto(id integer not null, dummyProp varchar(255))
2025-03-27 07:16:30	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
2025-03-27 07:16:30	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextOracleTest</className><duration>0.174</duration><failedSince>0</failedSince><name>newQuery_withToOneRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:30	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2025-03-27 07:16:30	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId integer not null)
2025-03-27 07:16:30	DEBUG	SQLOperation	select Toto.id, Toto.name, Tata.name as tataName from Toto inner join Tata on Toto.id = Tata.totoId
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextOracleTest</className><duration>0.215</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:30	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2025-03-27 07:16:30	DEBUG	SQLOperation	select Toto.name from Toto
2025-03-27 07:16:30	DEBUG	SQLOperation	select Toto.id from Toto
2025-03-27 07:16:30	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto
2025-03-27 07:16:30	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto
2025-03-27 07:16:30	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto where Toto.id = 1
2025-03-27 07:16:30	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto where Toto.id = 2
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextOracleTest</className><duration>0.146</duration><failedSince>0</failedSince><name>select_columnIsRegisteredInDialect_butNotItsType</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:30	DEBUG	DDLDeployer	create table Toto(id integer not null, dummyProp varchar(255))
2025-03-27 07:16:30	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
2025-03-27 07:16:30	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextOracleTest</className><duration>0.172</duration><failedSince>0</failedSince><name>newQuery_withToManyRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:30	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2025-03-27 07:16:30	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId integer not null)
2025-03-27 07:16:30	DEBUG	SQLOperation	select Toto.id, Toto.name, Tata.name as tataName from Toto left outer join Tata on Toto.id = Tata.totoId
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextOracleTest</className><duration>0.163</duration><failedSince>0</failedSince><name>newQuery</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:30	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2025-03-27 07:16:31	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto
</stdout></case><duration>1.126</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.PersistenceContextOracleTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterOracleTest</className><duration>21.133</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:27	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2025-03-27 07:16:28	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:16:28	DEBUG	SQLOperation	delete from Toto where a = ?
2025-03-27 07:16:28	DEBUG	SQLOperation	delete from Toto where a in (?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterOracleTest</className><duration>0.305</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:28	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2025-03-27 07:16:28	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:16:28	DEBUG	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterOracleTest</className><duration>0.188</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:28	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2025-03-27 07:16:28	DEBUG	SQLOperation	select a, b, c from Toto where a in (?)
2025-03-27 07:16:28	DEBUG	SQLOperation	select a, b, c from Toto where a in (?, ?, ?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterOracleTest</className><duration>0.146</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:28	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2025-03-27 07:16:28	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:16:28	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
2025-03-27 07:16:28	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:16:28	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterOracleTest</className><duration>0.141</duration><failedSince>0</failedSince><name>persist</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:29	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2025-03-27 07:16:29	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:16:29	DEBUG	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?)
2025-03-27 07:16:29	DEBUG	SQLOperation	select a, b, c from Toto where a in (?)
2025-03-27 07:16:29	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:16:29	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
</stdout></case><duration>21.941</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.PersisterOracleTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysOracleTest</className><duration>0.142</duration><failedSince>0</failedSince><name>insert_generated_pk_real_life</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:29	DEBUG	DDLDeployer	create table Toto(a integer GENERATED BY DEFAULT ON NULL AS IDENTITY, b integer, c integer, primary key (a))
2025-03-27 07:16:29	DEBUG	SQLOperation	Batching statement 3 times
2025-03-27 07:16:29	DEBUG	SQLOperation	insert into Toto(a, b, c) values (default, ?, ?)
2025-03-27 07:16:29	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:16:29	DEBUG	SQLOperation	insert into Toto(a, b, c) values (default, ?, ?)
</stdout></case><duration>0.143</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysOracleTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorOracleTest</className><duration>0.154</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:29	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
2025-03-27 07:16:29	DEBUG	SQLOperation	select a, b, c from Toto where a in (?)
2025-03-27 07:16:29	DEBUG	SQLOperation	select a, b, c from Toto where a in (?, ?, ?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorOracleTest</className><duration>0.312</duration><failedSince>0</failedSince><name>select_composedId_idIsItSelf</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:29	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a, b))
2025-03-27 07:16:29	DEBUG	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?))
2025-03-27 07:16:29	DEBUG	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorOracleTest</className><duration>0.166</duration><failedSince>0</failedSince><name>select_composedId_idIsABean</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:29	DEBUG	DDLDeployer	create table Tata(a int, b int, c int, primary key (a, b))
2025-03-27 07:16:29	DEBUG	SQLOperation	select a, b, c from Tata where (a, b) in ((?, ?), (?, ?), (?, ?))
2025-03-27 07:16:29	DEBUG	SQLOperation	select a, b, c from Tata where (a, b) in ((?, ?))
</stdout></case><duration>0.637</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.SelectExecutorOracleTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.OracleDialectResolverTest</className><duration>0.134</duration><failedSince>0</failedSince><name>resolve_23_0</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.136</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.OracleDialectResolverTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.OracleSequenceSelectBuilderTest</className><duration>0.075</duration><failedSince>0</failedSince><name>sqlIsValid</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:31	DEBUG	DDLDeployer	create sequence my_sequence
2025-03-27 07:16:31	DEBUG	SQLOperation	select my_sequence.nextval from dual
</stdout></case><duration>0.075</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.OracleSequenceSelectBuilderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.OracleDDLTableGeneratorTest</className><duration>0.232</duration><failedSince>0</failedSince><name>generatedSQL_runOnAliveDatabase_doesNotThrowException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:31	DEBUG	DDLDeployer	create table dummyTable1(id integer GENERATED BY DEFAULT ON NULL AS IDENTITY not null, name varchar(255), version integer not null, primary key (id))
2025-03-27 07:16:31	DEBUG	DDLDeployer	create table dummyTable2(name varchar(255))
2025-03-27 07:16:31	DEBUG	DDLDeployer	alter table dummyTable1 add constraint dummy_UK unique (name)
2025-03-27 07:16:31	DEBUG	DDLDeployer	alter table dummyTable2 add constraint dummy_UK2 unique (name)
2025-03-27 07:16:31	DEBUG	DDLDeployer	create index dummyIDX_1 on dummyTable1(version)
2025-03-27 07:16:31	DEBUG	DDLDeployer	alter table dummyTable2 add constraint dummyTable2_FK foreign key(name) references dummyTable1(name)
</stdout></case><duration>0.238</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.ddl.OracleDDLTableGeneratorTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterPostgreSQLTest</className><duration>0.326</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2025-03-27 07:16:36	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterPostgreSQLTest</className><duration>0.044</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:36	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterPostgreSQLTest</className><duration>0.094</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:36	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterPostgreSQLTest</className><duration>0.046</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:36	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterPostgreSQLTest</className><duration>0.039</duration><failedSince>0</failedSince><name>persist</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:36	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
</stdout></case><duration>3.881</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.PersisterPostgreSQLTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysPostgreSQLTest</className><duration>0.039</duration><failedSince>0</failedSince><name>insert_generated_pk_real_life</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2025-03-27 07:16:37	DEBUG	DDLDeployer	create table Toto(a  SERIAL, b integer, c integer, primary key (a))
</stdout></case><duration>0.071</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysPostgreSQLTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextPostgreSQLTest</className><duration>0.144</duration><failedSince>0</failedSince><name>select_columnTypeIsRegisteredInDialect</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2025-03-27 07:16:37	DEBUG	DDLDeployer	create table Toto(id integer not null, dummyProp varchar(255))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextPostgreSQLTest</className><duration>0.047</duration><failedSince>0</failedSince><name>newQuery_withToOneRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:37	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar)
2025-03-27 07:16:37	DEBUG	DDLDeployer	create table Tata(name varchar, totoId integer not null)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextPostgreSQLTest</className><duration>0.08</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:37	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextPostgreSQLTest</className><duration>0.04</duration><failedSince>0</failedSince><name>select_columnIsRegisteredInDialect_butNotItsType</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:37	DEBUG	DDLDeployer	create table Toto(id integer not null, dummyProp varchar(255))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextPostgreSQLTest</className><duration>0.043</duration><failedSince>0</failedSince><name>newQuery_withToManyRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:37	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar)
2025-03-27 07:16:37	DEBUG	DDLDeployer	create table Tata(name varchar, totoId integer not null)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextPostgreSQLTest</className><duration>0.038</duration><failedSince>0</failedSince><name>newQuery</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:37	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar)
</stdout></case><duration>0.425</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.PersistenceContextPostgreSQLTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorPostgreSQLTest</className><duration>0.05</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2025-03-27 07:16:36	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorPostgreSQLTest</className><duration>0.057</duration><failedSince>0</failedSince><name>select_composedId_idIsItSelf</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:36	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a, b))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorPostgreSQLTest</className><duration>0.049</duration><failedSince>0</failedSince><name>select_composedId_idIsABean</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:37	DEBUG	DDLDeployer	create table Tata(a int, b int, c int, primary key (a, b))
</stdout></case><duration>0.192</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.SelectExecutorPostgreSQLTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.PostgreSQLDialectResolverTest</className><duration>0.089</duration><failedSince>0</failedSince><name>resolve_9_6</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
</stdout></case><duration>0.09</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.PostgreSQLDialectResolverTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.PostgreSQLSequenceSelectBuilderTest</className><duration>1.601</duration><failedSince>0</failedSince><name>sqlIsValid</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:39	DEBUG	DDLDeployer	create sequence my_sequence
</stdout></case><duration>1.601</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.PostgreSQLSequenceSelectBuilderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.PostgreSQLDDLTableGeneratorTest</className><duration>0.065</duration><failedSince>0</failedSince><name>generatedSQL_runOnAliveDatabase_doesNotThrowException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2025-03-27 07:16:39	DEBUG	DDLDeployer	create table dummyTable1(id  SERIAL not null, name varchar, primary key (id))
2025-03-27 07:16:39	DEBUG	DDLDeployer	create table dummyTable2(name varchar)
2025-03-27 07:16:39	DEBUG	DDLDeployer	alter table dummyTable1 add constraint dummy_UK unique (name)
2025-03-27 07:16:39	DEBUG	DDLDeployer	create index dummyIDX_1 on dummyTable1(name)
2025-03-27 07:16:39	DEBUG	DDLDeployer	alter table dummyTable2 add constraint dummyTable2_FK foreign key(name) references dummyTable1(name)
</stdout></case><duration>0.069</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.ddl.PostgreSQLDDLTableGeneratorTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterSQLiteTest</className><duration>0.575</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:41	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2025-03-27 07:16:41	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:16:41	DEBUG	SQLOperation	delete from Toto where a = ?
2025-03-27 07:16:41	DEBUG	SQLOperation	delete from Toto where a in (?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterSQLiteTest</className><duration>0.012</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:41	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2025-03-27 07:16:41	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:16:41	DEBUG	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterSQLiteTest</className><duration>0.058</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:41	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2025-03-27 07:16:41	DEBUG	SQLOperation	select a, b, c from Toto where a in (?)
2025-03-27 07:16:41	DEBUG	SQLOperation	select a, b, c from Toto where a in (?, ?, ?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterSQLiteTest</className><duration>0.012</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:41	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2025-03-27 07:16:41	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:16:41	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
2025-03-27 07:16:41	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:16:41	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterSQLiteTest</className><duration>0.008</duration><failedSince>0</failedSince><name>persist</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:41	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2025-03-27 07:16:41	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:16:41	DEBUG	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?)
2025-03-27 07:16:41	DEBUG	SQLOperation	select a, b, c from Toto where a in (?)
2025-03-27 07:16:41	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:16:41	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
</stdout></case><duration>0.696</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.PersisterSQLiteTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysSQLiteTest</className><duration>0.01</duration><failedSince>0</failedSince><name>insert_generated_pk_real_life</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:41	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2025-03-27 07:16:41	DEBUG	SQLOperation	Batching statement 3 times
2025-03-27 07:16:41	DEBUG	SQLOperation	insert into Toto(b, c) values (?, ?)
2025-03-27 07:16:41	DEBUG	SQLOperation	select last_insert_rowid() as last_id
2025-03-27 07:16:41	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:16:41	DEBUG	SQLOperation	insert into Toto(b, c) values (?, ?)
2025-03-27 07:16:41	DEBUG	SQLOperation	select last_insert_rowid() as last_id
</stdout></case><duration>0.012</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysSQLiteTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextSQLiteTest</className><duration>0.144</duration><failedSince>0</failedSince><name>select_columnTypeIsRegisteredInDialect</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:41	DEBUG	DDLDeployer	create table Toto(id integer not null, dummyProp varchar(255))
2025-03-27 07:16:41	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
2025-03-27 07:16:41	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextSQLiteTest</className><duration>0.012</duration><failedSince>0</failedSince><name>newQuery_withToOneRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:41	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar)
2025-03-27 07:16:41	DEBUG	DDLDeployer	create table Tata(name varchar, totoId integer not null)
2025-03-27 07:16:41	DEBUG	SQLOperation	select Toto.id, Toto.name, Tata.name as tataName from Toto inner join Tata on Toto.id = Tata.totoId
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextSQLiteTest</className><duration>0.029</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:41	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar)
2025-03-27 07:16:41	DEBUG	SQLOperation	select Toto.name from Toto
2025-03-27 07:16:41	DEBUG	SQLOperation	select Toto.id from Toto
2025-03-27 07:16:41	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto
2025-03-27 07:16:41	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto
2025-03-27 07:16:41	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto where Toto.id = 1
2025-03-27 07:16:41	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto where Toto.id = 2
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextSQLiteTest</className><duration>0.009</duration><failedSince>0</failedSince><name>select_columnIsRegisteredInDialect_butNotItsType</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:41	DEBUG	DDLDeployer	create table Toto(id integer not null, dummyProp varchar(255))
2025-03-27 07:16:41	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
2025-03-27 07:16:41	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextSQLiteTest</className><duration>0.009</duration><failedSince>0</failedSince><name>newQuery_withToManyRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:41	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar)
2025-03-27 07:16:41	DEBUG	DDLDeployer	create table Tata(name varchar, totoId integer not null)
2025-03-27 07:16:41	DEBUG	SQLOperation	select Toto.id, Toto.name, Tata.name as tataName from Toto left outer join Tata on Toto.id = Tata.totoId
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextSQLiteTest</className><duration>0.005</duration><failedSince>0</failedSince><name>newQuery</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:41	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar)
2025-03-27 07:16:41	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto
</stdout></case><duration>0.215</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.PersistenceContextSQLiteTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorSQLiteTest</className><duration>0.022</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:41	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
2025-03-27 07:16:41	DEBUG	SQLOperation	select a, b, c from Toto where a in (?)
2025-03-27 07:16:41	DEBUG	SQLOperation	select a, b, c from Toto where a in (?, ?, ?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorSQLiteTest</className><duration>0.018</duration><failedSince>0</failedSince><name>select_composedId_idIsItSelf</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:41	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a, b))
2025-03-27 07:16:41	DEBUG	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?))
2025-03-27 07:16:41	DEBUG	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorSQLiteTest</className><duration>0.006</duration><failedSince>0</failedSince><name>select_composedId_idIsABean</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:41	DEBUG	DDLDeployer	create table Tata(a int, b int, c int, primary key (a, b))
2025-03-27 07:16:41	DEBUG	SQLOperation	select a, b, c from Tata where (a, b) in ((?, ?), (?, ?), (?, ?))
2025-03-27 07:16:41	DEBUG	SQLOperation	select a, b, c from Tata where (a, b) in ((?, ?))
</stdout></case><duration>0.053</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.SelectExecutorSQLiteTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.SQLiteDialectResolverTest</className><duration>0.012</duration><failedSince>0</failedSince><name>resolve_3_45</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.013</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.SQLiteDialectResolverTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.SQLiteSequenceSelectBuilderTest</className><duration>0.006</duration><failedSince>0</failedSince><name>sqlIsValid</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:16:41	DEBUG	DDLDeployer	create table my_sequence(nextVal bigint not null, primary key (nextVal))
2025-03-27 07:16:41	DEBUG	SQLOperation	select nextVal from my_sequence
2025-03-27 07:16:41	DEBUG	SQLOperation	insert into my_sequence(nextVal) values (?)
2025-03-27 07:16:41	DEBUG	SQLOperation	select nextVal from my_sequence
2025-03-27 07:16:41	DEBUG	SQLOperation	update my_sequence set nextVal = ?
</stdout></case><duration>0.008</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.SQLiteSequenceSelectBuilderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.SQLiteDDLTableGeneratorTest</className><duration>0.005</duration><failedSince>0</failedSince><name>generatedSQL_runOnAliveDatabase_throwsExceptionDueToForeignKeyCreation</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.009</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.ddl.SQLiteDDLTableGeneratorTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.BeanPersisterTest</className><duration>0.012</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.BeanPersisterTest</className><duration>0.007</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.BeanPersisterTest</className><duration>0.002</duration><failedSince>0</failedSince><name>constructor_mustIncludeIdMappingListener</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.BeanPersisterTest</className><duration>0.002</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.BeanPersisterTest</className><duration>0.002</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.BeanPersisterTest</className><duration>0.006</duration><failedSince>0</failedSince><name>persist</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.BeanPersisterTest</className><duration>0.002</duration><failedSince>0</failedSince><name>updateById</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.BeanPersisterTest</className><duration>0.002</duration><failedSince>0</failedSince><name>deleteById</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.04</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.BeanPersisterTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.DialectBuilderTest$BuildWithOptions</className><duration>0.022</duration><failedSince>0</failedSince><name>withNewTypeBinding_bindingIsApplied</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.DialectBuilderTest$BuildWithOptions</className><duration>0.063</duration><failedSince>0</failedSince><name>operatorPrintIsOverridden_itIsTakenIntoAccountInDeleteAndQuery</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	select dummyTable.dummyColumn from dummyTable where dummyTable.dummyColumn LIKE 'x'
2025-03-27 07:13:13	DEBUG	SQLOperation	delete from dummyTable where dummyColumn LIKE ?
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.DialectBuilderTest$BuildWithOptions</className><duration>0.004</duration><failedSince>0</failedSince><name>userDefinedOperatorCanBeTakenIntoAccountByOperatorSQLBuilderOverride</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	select dummyTable.dummyColumn from dummyTable where dummyTable.dummyColumn myOperator '42'
2025-03-27 07:13:13	DEBUG	SQLOperation	delete from dummyTable where dummyColumn myOperator ?
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.DialectBuilderTest$BuildWithOptions</className><duration>0.003</duration><failedSince>0</failedSince><name>quoteSQLIdentifiers_sqlIdentifiersAreQuoted</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.094</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.DialectBuilderTest$BuildWithOptions</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.DialectBuilderTest$Keywords</className><duration>0.002</duration><failedSince>0</failedSince><name>keywordsCanBeChanged</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.DialectBuilderTest$Keywords</className><duration>0.001</duration><failedSince>0</failedSince><name>keywordsAreEscaped</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.003</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.DialectBuilderTest$Keywords</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextConfigurationBuilderTest</className><duration>0.005</duration><failedSince>0</failedSince><name>quoteKeyWords</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextConfigurationBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>inOperatorMaxSize</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.008</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.PersistenceContextConfigurationBuilderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextTest</className><duration>0.003</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:14	DEBUG	SQLOperation	delete from toto where id = ? and name = ?
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextTest</className><duration>0.004</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:14	DEBUG	SQLOperation	insert into toto(id, name) values (?, ?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextTest</className><duration>0.005</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:14	DEBUG	SQLOperation	update toto set id = ?
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextTest</className><duration>0.003</duration><failedSince>0</failedSince><name>update_withWhere</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:14	DEBUG	SQLOperation	update toto set id = ? where id = ?
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextTest</className><duration>0.004</duration><failedSince>0</failedSince><name>newQuery_singleResult</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:14	DEBUG	SQLOperation	select count(*) as count from Toto
</stdout></case><duration>0.022</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.PersistenceContextTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterRegistryTest</className><duration>0.038</duration><failedSince>0</failedSince><name>getPersister</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.038</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.PersisterRegistryTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.974</duration><failedSince>0</failedSince><name>queryMapperAPI_withConverter(QueryMapper)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:12	DEBUG	SQLOperation	select id, name from Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.007</duration><failedSince>0</failedSince><name>queryMapperAPI_withConverter(QueryMapper)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	select id, active from Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.007</duration><failedSince>0</failedSince><name>queryMapperAPI_withConverter(QueryMapper)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	select id, name from Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.007</duration><failedSince>0</failedSince><name>queryMapperAPI_basicUsage(QueryMapper, Set)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	never executed statement
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.008</duration><failedSince>0</failedSince><name>queryMapperAPI_basicUsage(QueryMapper, Set)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	never executed statement
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.005</duration><failedSince>0</failedSince><name>queryMapperAPI_basicUsage(QueryMapper, Set)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	never executed statement
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.005</duration><failedSince>0</failedSince><name>queryMapperAPI_basicUsage(QueryMapper, Set)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	never executed statement
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.006</duration><failedSince>0</failedSince><name>queryMapperAPI_basicUsage(QueryMapper, Set)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	never executed statement
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.005</duration><failedSince>0</failedSince><name>queryMapperAPI_basicUsage(QueryMapper, Set)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	never executed statement
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.007</duration><failedSince>0</failedSince><name>queryMapperAPI_basicUsage(QueryMapper, Set)[7]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	never executed statement
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.004</duration><failedSince>0</failedSince><name>queryMapperAPI_basicUsage(QueryMapper, Set)[8]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	never executed statement
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.005</duration><failedSince>0</failedSince><name>queryMapperAPI_basicUsage(QueryMapper, Set)[9]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	never executed statement
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.004</duration><failedSince>0</failedSince><name>queryMapperAPI_basicUsage(QueryMapper, Set)[10]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	never executed statement
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.003</duration><failedSince>0</failedSince><name>queryMapperAPI_basicUsage(QueryMapper, Set)[11]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	never executed statement
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.004</duration><failedSince>0</failedSince><name>queryMapperAPI_basicUsage(QueryMapper, Set)[12]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	never executed statement
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.004</duration><failedSince>0</failedSince><name>queryMapperAPI_basicUsage(QueryMapper, Set)[13]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	never executed statement
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.003</duration><failedSince>0</failedSince><name>queryMapperAPI_basicUsage(QueryMapper, Set)[14]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	never executed statement
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.003</duration><failedSince>0</failedSince><name>queryMapperAPI_basicUsage(QueryMapper, Set)[15]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	never executed statement
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.005</duration><failedSince>0</failedSince><name>queryMapperAPI_basicUsage(QueryMapper, Set)[16]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	never executed statement
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.003</duration><failedSince>0</failedSince><name>queryMapperAPI_basicUsage(QueryMapper, Set)[17]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	never executed statement
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.003</duration><failedSince>0</failedSince><name>queryMapperAPI_basicUsage(QueryMapper, Set)[18]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	never executed statement
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.003</duration><failedSince>0</failedSince><name>execute_emptyResultSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	never executed statement
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.008</duration><failedSince>0</failedSince><name>execute_instanceHasToOneRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	Whatever SQL ... it is not executed
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.005</duration><failedSince>0</failedSince><name>execute_instanceHasAssembler_thatRunOnce</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	Whatever SQL ... it is not executed
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.004</duration><failedSince>0</failedSince><name>execute_instanceHasAssembler</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	Whatever SQL ... it is not executed
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.009</duration><failedSince>0</failedSince><name>execute_instanceHasToManyRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	Whatever SQL ... it is not executed
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.024</duration><failedSince>0</failedSince><name>execute_instanceHasParameter</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	select id, name from Toto where id in (:id)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.008</duration><failedSince>0</failedSince><name>execute_noGivenKey_oneInstancePerRowIsCreated</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	never executed statement
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest$WithAccumulator</className><duration>0.005</duration><failedSince>0</failedSince><name>execute_first_retrievedFirstBean</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	Whatever SQL ... it is not executed
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest$WithAccumulator</className><duration>0.002</duration><failedSince>0</failedSince><name>execute_emptyResultSet_returnsNull</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	never executed statement
</stdout></case><duration>0.011</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.QueryMapperTest$WithAccumulator</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest</className><duration>0.015</duration><failedSince>0</failedSince><name>doWithDeleteByIdListener_onError</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest</className><duration>0.011</duration><failedSince>0</failedSince><name>doWithUpdateListener</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest</className><duration>0.009</duration><failedSince>0</failedSince><name>doWithSelectListener</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest</className><duration>0.009</duration><failedSince>0</failedSince><name>doWithDeleteListener_onError</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest</className><duration>0.002</duration><failedSince>0</failedSince><name>doWithUpdateListener_onError</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest</className><duration>0.009</duration><failedSince>0</failedSince><name>doWithInsertListener</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest</className><duration>0.015</duration><failedSince>0</failedSince><name>moveTo</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest</className><duration>0.001</duration><failedSince>0</failedSince><name>doWithDeleteListener</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest</className><duration>0.001</duration><failedSince>0</failedSince><name>doWithSelectListener_onError</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest</className><duration>0.001</duration><failedSince>0</failedSince><name>doWithInsertListener_onError</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest</className><duration>0.01</duration><failedSince>0</failedSince><name>doWithPersistListener_onError</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest</className><duration>0.001</duration><failedSince>0</failedSince><name>doWithPersistListener</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest</className><duration>0.001</duration><failedSince>0</failedSince><name>doWithUpdateByIdListener_onError</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest</className><duration>0.001</duration><failedSince>0</failedSince><name>doWithDeleteByIdListener</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest</className><duration>0.001</duration><failedSince>0</failedSince><name>doWithUpdateByIdListener</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.094</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest</className><duration>0.004</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:13	DEBUG	SQLOperation	delete from Toto where a = ?
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest</className><duration>0.003</duration><failedSince>0</failedSince><name>listenerIsCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	Batching statement 2 times
2025-03-27 07:13:13	DEBUG	SQLOperation	delete from Toto where a = ?
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest</className><duration>0.003</duration><failedSince>0</failedSince><name>delete_multiple</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	Batching statement 3 times
2025-03-27 07:13:13	DEBUG	SQLOperation	delete from Toto where a = ?
2025-03-27 07:13:13	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:13	DEBUG	SQLOperation	delete from Toto where a = ?
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest</className><duration>0.007</duration><failedSince>0</failedSince><name>deleteById_composedId_multiple_lastBlockContainsMultipleValue</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:13	DEBUG	SQLOperation	delete from Toto where (a, b) in ((?, ?), (?, ?), (?, ?))
2025-03-27 07:13:13	DEBUG	SQLOperation	delete from Toto where (a, b) in ((?, ?), (?, ?))
[2, 4, 6, 1, 3, 5, 2, 4, 1, 3]
[17, 37, 43, 1, 3, 4, 29, 59, 2, 5]
actualValuePairs : [{1, 17}, {3, 37}, {4, 43}, {2, 29}, {5, 59}]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest</className><duration>0.003</duration><failedSince>0</failedSince><name>deleteById_composedId_multiple_lastBlockSizeIsInOperatorSize</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	Batching statement 2 times
2025-03-27 07:13:13	DEBUG	SQLOperation	delete from Toto where (a, b) in ((?, ?), (?, ?), (?, ?))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest</className><duration>0.003</duration><failedSince>0</failedSince><name>deleteById_composedId_multiple_lastBlockContainsOneValue</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:13	DEBUG	SQLOperation	delete from Toto where (a, b) in ((?, ?), (?, ?), (?, ?))
2025-03-27 07:13:13	DEBUG	SQLOperation	delete from Toto where (a, b) in ((?, ?))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest</className><duration>0.002</duration><failedSince>0</failedSince><name>deleteById_multiple_lastBlockContainsOneValue</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:13	DEBUG	SQLOperation	delete from Toto where a in (?, ?, ?)
2025-03-27 07:13:13	DEBUG	SQLOperation	delete from Toto where a in (?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest</className><duration>0.003</duration><failedSince>0</failedSince><name>deleteById_multiple_lastBlockContainsMultipleValue</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:13	DEBUG	SQLOperation	delete from Toto where a in (?, ?, ?)
2025-03-27 07:13:13	DEBUG	SQLOperation	delete from Toto where a in (?, ?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest</className><duration>0.002</duration><failedSince>0</failedSince><name>deleteById</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	delete from Toto where a in (?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest</className><duration>0.003</duration><failedSince>0</failedSince><name>deleteById_multiple_lastBlockSizeIsInOperatorSize</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	Batching statement 2 times
2025-03-27 07:13:13	DEBUG	SQLOperation	delete from Toto where a in (?, ?, ?)
</stdout></case><duration>0.04</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.InsertExecutorTest</className><duration>0.007</duration><failedSince>0</failedSince><name>insert_listenerIsCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	Batching statement 2 times
2025-03-27 07:13:13	DEBUG	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.InsertExecutorTest</className><duration>0.017</duration><failedSince>0</failedSince><name>insert_withVersioningStrategy</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:13	DEBUG	SQLOperation	insert into toto(id, version) values (?, ?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.InsertExecutorTest</className><duration>0.002</duration><failedSince>0</failedSince><name>insert_mandatoryColumn</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.InsertExecutorTest</className><duration>0.003</duration><failedSince>0</failedSince><name>insert_simpleCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	Batching statement 3 times
2025-03-27 07:13:13	DEBUG	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?)
2025-03-27 07:13:13	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:13	DEBUG	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.InsertExecutorTest$InsertExecutorTest_autoGenerateKeys</className><duration>0.008</duration><failedSince>0</failedSince><name>insert_generatedPK</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	Batching statement 3 times
2025-03-27 07:13:13	DEBUG	SQLOperation	insert into Toto(a, b, c) values (default, ?, ?)
2025-03-27 07:13:13	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:13	DEBUG	SQLOperation	insert into Toto(a, b, c) values (default, ?, ?)
</stdout></case><duration>0.009</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.InsertExecutorTest$InsertExecutorTest_autoGenerateKeys</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorTest</className><duration>0.162</duration><failedSince>0</failedSince><name>select_multiple_emptyArgument</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorTest</className><duration>0.021</duration><failedSince>0</failedSince><name>select_multiple_composedId_lastBlockSizeIsInOperatorSize</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?))
2025-03-27 07:13:13	DEBUG	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorTest</className><duration>0.004</duration><failedSince>0</failedSince><name>select_one</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	select a, b, c from Toto where a in (?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorTest</className><duration>0.135</duration><failedSince>0</failedSince><name>internalExecutor_execute</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorTest</className><duration>0.003</duration><failedSince>0</failedSince><name>select_multiple_argumentWithOneBlock</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	select a, b, c from Toto where a in (?, ?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorTest</className><duration>0.013</duration><failedSince>0</failedSince><name>listenerIsCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	select a, b, c from Toto where a in (?, ?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorTest</className><duration>0.005</duration><failedSince>0</failedSince><name>select_multiple_composedId_lastBlockContainsMultipleValue</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?))
2025-03-27 07:13:13	DEBUG	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?), (?, ?))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorTest</className><duration>0.003</duration><failedSince>0</failedSince><name>select_multiple_lastBlockSizeIsInOperatorSize</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	select a, b, c from Toto where a in (?, ?, ?)
2025-03-27 07:13:13	DEBUG	SQLOperation	select a, b, c from Toto where a in (?, ?, ?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorTest</className><duration>0.003</duration><failedSince>0</failedSince><name>select_multiple_lastBlockContainsMultipleValue</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	select a, b, c from Toto where a in (?, ?, ?)
2025-03-27 07:13:13	DEBUG	SQLOperation	select a, b, c from Toto where a in (?, ?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorTest</className><duration>0.003</duration><failedSince>0</failedSince><name>select_multiple_lastBlockContainsOneValue</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	select a, b, c from Toto where a in (?, ?, ?)
2025-03-27 07:13:13	DEBUG	SQLOperation	select a, b, c from Toto where a in (?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorTest</className><duration>0.005</duration><failedSince>0</failedSince><name>select_multiple_composedId_lastBlockContainsOneValue</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?))
2025-03-27 07:13:13	DEBUG	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?))
</stdout></case><duration>0.38</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.SelectExecutorTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.UpdateExecutorTest</className><duration>0.015</duration><failedSince>0</failedSince><name>update_diff_allColumns</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	Batching statement 3 times
2025-03-27 07:13:13	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
2025-03-27 07:13:13	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:13	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.UpdateExecutorTest</className><duration>0.004</duration><failedSince>0</failedSince><name>listenerIsCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	Batching statement 2 times
2025-03-27 07:13:13	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.UpdateExecutorTest</className><duration>0.003</duration><failedSince>0</failedSince><name>update_diff(List, List, ExpectedResult_TestUpdate_diff)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.UpdateExecutorTest</className><duration>0.004</duration><failedSince>0</failedSince><name>update_diff(List, List, ExpectedResult_TestUpdate_diff)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	Batching statement 3 times
2025-03-27 07:13:13	DEBUG	SQLOperation	update Toto set b = ? where a = ?
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.UpdateExecutorTest</className><duration>0.005</duration><failedSince>0</failedSince><name>update_diff(List, List, ExpectedResult_TestUpdate_diff)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	Batching statement 3 times
2025-03-27 07:13:13	DEBUG	SQLOperation	update Toto set b = ? where a = ?
2025-03-27 07:13:13	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:13	DEBUG	SQLOperation	update Toto set b = ? where a = ?
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.UpdateExecutorTest</className><duration>0.003</duration><failedSince>0</failedSince><name>update_diff(List, List, ExpectedResult_TestUpdate_diff)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	Batching statement 3 times
2025-03-27 07:13:13	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
2025-03-27 07:13:13	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:13	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.UpdateExecutorTest</className><duration>0.004</duration><failedSince>0</failedSince><name>update_diff(List, List, ExpectedResult_TestUpdate_diff)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	Batching statement 3 times
2025-03-27 07:13:13	DEBUG	SQLOperation	update Toto set b = ? where a = ?
2025-03-27 07:13:13	DEBUG	SQLOperation	Batching statement 3 times
2025-03-27 07:13:13	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.UpdateExecutorTest</className><duration>0.003</duration><failedSince>0</failedSince><name>updateById</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:13	DEBUG	SQLOperation	Batching statement 3 times
2025-03-27 07:13:13	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
2025-03-27 07:13:13	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:13	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.UpdateExecutorTest</className><duration>0.01</duration><failedSince>0</failedSince><name>updateById_noColumnToUpdate</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.UpdateExecutorTest</className><duration>0.003</duration><failedSince>0</failedSince><name>update_noColumnToUpdate</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.UpdateExecutorTest</className><duration>0.002</duration><failedSince>0</failedSince><name>update_mandatoryColumn</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.068</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.UpdateExecutorTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.mapping.ClassMappingTest</className><duration>0.003</duration><failedSince>0</failedSince><name>testGetInsertValues(Toto, Map)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testGetInsertValues(Toto, Map)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testGetInsertValues(Toto, Map)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ClassMappingTest</className><duration>0.0</duration><failedSince>0</failedSince><name>testGetInsertValues(Toto, Map)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ClassMappingTest</className><duration>0.0</duration><failedSince>0</failedSince><name>testGetInsertValues(Toto, Map)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>beanKeyIsPresent</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_diffOnly(Toto, Toto, Map)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_diffOnly(Toto, Toto, Map)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_diffOnly(Toto, Toto, Map)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_diffOnly(Toto, Toto, Map)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_diffOnly(Toto, Toto, Map)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ClassMappingTest</className><duration>0.0</duration><failedSince>0</failedSince><name>getUpdateValues_diffOnly(Toto, Toto, Map)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_diffOnly(Toto, Toto, Map)[7]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_diffOnly(Toto, Toto, Map)[8]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_diffOnly(Toto, Toto, Map)[9]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_diffOnly(Toto, Toto, Map)[10]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(Toto, Toto, Map)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(Toto, Toto, Map)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(Toto, Toto, Map)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(Toto, Toto, Map)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(Toto, Toto, Map)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ClassMappingTest</className><duration>0.0</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(Toto, Toto, Map)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(Toto, Toto, Map)[7]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(Toto, Toto, Map)[8]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(Toto, Toto, Map)[9]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.047</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.mapping.ClassMappingTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getInsertValues(List, ChainingMap)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getInsertValues(List, ChainingMap)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest</className><duration>0.0</duration><failedSince>0</failedSince><name>getInsertValues(List, ChainingMap)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testGetUpdateValues_diffOnly(List, List, Map)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testGetUpdateValues_diffOnly(List, List, Map)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testGetUpdateValues_diffOnly(List, List, Map)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest</className><duration>0.0</duration><failedSince>0</failedSince><name>testGetUpdateValues_diffOnly(List, List, Map)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest</className><duration>0.0</duration><failedSince>0</failedSince><name>testGetUpdateValues_diffOnly(List, List, Map)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest</className><duration>0.0</duration><failedSince>0</failedSince><name>testGetUpdateValues_diffOnly(List, List, Map)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(List, List, Map)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest</className><duration>0.0</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(List, List, Map)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(List, List, Map)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest</className><duration>0.0</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(List, List, Map)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest</className><duration>0.0</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(List, List, Map)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest</className><duration>0.0</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(List, List, Map)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(List, List, Map)[7]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>transform</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.017</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedMapMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getInsertValues(ChainingMap, ChainingMap)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedMapMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getInsertValues(ChainingMap, ChainingMap)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedMapMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getInsertValues(ChainingMap, ChainingMap)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedMapMappingTest</className><duration>0.002</duration><failedSince>0</failedSince><name>getUpdateValues_diffOnly(HashMap, HashMap, Map)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedMapMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_diffOnly(HashMap, HashMap, Map)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedMapMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_diffOnly(HashMap, HashMap, Map)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedMapMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_diffOnly(HashMap, HashMap, Map)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedMapMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_diffOnly(HashMap, HashMap, Map)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedMapMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_diffOnly(HashMap, HashMap, Map)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedMapMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(HashMap, HashMap, Map)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedMapMappingTest</className><duration>0.0</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(HashMap, HashMap, Map)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedMapMappingTest</className><duration>0.0</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(HashMap, HashMap, Map)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedMapMappingTest</className><duration>0.0</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(HashMap, HashMap, Map)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedMapMappingTest</className><duration>0.0</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(HashMap, HashMap, Map)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedMapMappingTest</className><duration>0.0</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(HashMap, HashMap, Map)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedMapMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(HashMap, HashMap, Map)[7]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedMapMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>transform</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.022</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.mapping.ColumnedMapMappingTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getInsertValues(Toto, Map)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getInsertValues(Toto, Map)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.0</duration><failedSince>0</failedSince><name>getInsertValues(Toto, Map)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.012</duration><failedSince>0</failedSince><name>defaultValueDeterminer</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.002</duration><failedSince>0</failedSince><name>getUpdateValues_withNoModificationOnBeanAnModificationInShadowColumns</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.002</duration><failedSince>0</failedSince><name>transform_withNullValueInRow_returnsNotNull</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.0</duration><failedSince>0</failedSince><name>getUpdateValues_onlyNecessaryColumns(Toto, Toto, Map)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_onlyNecessaryColumns(Toto, Toto, Map)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_onlyNecessaryColumns(Toto, Toto, Map)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_onlyNecessaryColumns(Toto, Toto, Map)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_onlyNecessaryColumns(Toto, Toto, Map)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_onlyNecessaryColumns(Toto, Toto, Map)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_onlyNecessaryColumns(Toto, Toto, Map)[7]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_onlyNecessaryColumns(Toto, Toto, Map)[8]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_onlyNecessaryColumns(Toto, Toto, Map)[9]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_onlyNecessaryColumns(Toto, Toto, Map)[10]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_onlyNecessaryColumns(Toto, Toto, Map)[11]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_withModificationOnBeanAnNoModificationInShadowColumns</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(Toto, Toto, Map)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(Toto, Toto, Map)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(Toto, Toto, Map)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(Toto, Toto, Map)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_withNoModificationOnBeanAnNoModificationInShadowColumns</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>transform</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>constructor_columnFiltering</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_withModificationOnBeanAnModificationInShadowColumns</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.046</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.mapping.PersistentFieldHarvesterTest</className><duration>0.0</duration><failedSince>0</failedSince><name>testGetFields(Class, List)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.PersistentFieldHarvesterTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testGetFields(Class, List)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.PersistentFieldHarvesterTest</className><duration>0.0</duration><failedSince>0</failedSince><name>testGetFields(Class, List)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.006</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.mapping.PersistentFieldHarvesterTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.mapping.ToBeanRowTransformerTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testTransform_defaultCase</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ToBeanRowTransformerTest</className><duration>0.002</duration><failedSince>0</failedSince><name>testTransform_withAlias</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.005</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.mapping.ToBeanRowTransformerTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.mapping.ZonedDateTimeMappingTest</className><duration>0.003</duration><failedSince>0</failedSince><name>transform_null</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ZonedDateTimeMappingTest</className><duration>0.003</duration><failedSince>0</failedSince><name>getInsertValue</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ZonedDateTimeMappingTest</className><duration>0.005</duration><failedSince>0</failedSince><name>getUpdateValues</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ZonedDateTimeMappingTest</className><duration>0.0</duration><failedSince>0</failedSince><name>transform</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.015</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.mapping.ZonedDateTimeMappingTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.mapping.id.PooledHiLoSequencePersisterTest</className><duration>0.016</duration><failedSince>0</failedSince><name>constructorWithOptions</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.id.PooledHiLoSequencePersisterTest</className><duration>0.003</duration><failedSince>0</failedSince><name>reservePool_emptyDatabase</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.id.PooledHiLoSequencePersisterTest</className><duration>0.002</duration><failedSince>0</failedSince><name>reservePool_notEmptyDatabase</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.id.PooledHiLoSequencePersisterTest</className><duration>0.002</duration><failedSince>0</failedSince><name>constructorWithoutArgs_usesDefaultStorageOptions</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.025</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.mapping.id.PooledHiLoSequencePersisterTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.mapping.id.sequence.DatabaseSequenceSelectorTest</className><duration>0.504</duration><failedSince>0</failedSince><name>next_withPoolSize_multiThread</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.id.sequence.DatabaseSequenceSelectorTest</className><duration>0.002</duration><failedSince>0</failedSince><name>next_basic</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.id.sequence.DatabaseSequenceSelectorTest</className><duration>0.0</duration><failedSince>0</failedSince><name>next_withPoolSize</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.506</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.mapping.id.sequence.DatabaseSequenceSelectorTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.mapping.id.sequence.PooledHiLoSequenceTest</className><duration>0.131</duration><failedSince>0</failedSince><name>next_existingValueInDatabase</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.id.sequence.PooledHiLoSequenceTest</className><duration>0.0</duration><failedSince>0</failedSince><name>next_withInitialValue</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.id.sequence.PooledHiLoSequenceTest</className><duration>0.001</duration><failedSince>0</failedSince><name>next_noExistingValueInDatabase</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.id.sequence.PooledHiLoSequenceTest</className><duration>0.0</duration><failedSince>0</failedSince><name>generateDDL</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.135</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.mapping.id.sequence.PooledHiLoSequenceTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.query.builder.ExpandableSQLAppenderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>newSubPart</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.ExpandableSQLAppenderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>catValue</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.ExpandableSQLAppenderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toPreparedSQL_severalTimeSameVariable</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.ExpandableSQLAppenderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>toPreparedSQL</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.008</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.query.builder.ExpandableSQLAppenderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL_withJoinAndQuotingDMLNameProvider</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(From, String)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(From, String)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(From, String)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(From, String)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(From, String)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(From, String)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(From, String)[7]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(From, String)[8]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(From, String)[9]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(From, String)[10]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(From, String)[11]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(From, String)[12]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(From, String)[13]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(From, String)[14]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(From, String)[15]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(From, String)[16]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(From, String)[17]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(From, String)[18]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(From, String)[19]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(From, String)[20]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(From, String)[21]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(From, String)[22]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(From, String)[23]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(From, String)[24]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(From, String)[25]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(From, String)[26]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(From, String)[27]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(From, String)[28]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(From, String)[29]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(From, String)[30]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(From, String)[31]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(From, String)[32]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(From, String)[33]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL_supportsSeveralSameTable</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.037</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FunctionSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>catMax</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FunctionSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>catMin</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FunctionSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>catSum</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FunctionSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>coalesce</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FunctionSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>catCast_null</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FunctionSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>catCast_function</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FunctionSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>catCount</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FunctionSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>combining_functions</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FunctionSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>catCast</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FunctionSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>catCast_typeWithSize</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.005</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.query.builder.FunctionSQLBuilderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>catNullValue</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>catLower</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>catIn</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>cat_nullValue_isTransformedToIsNull</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>catBetween</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>catEquals_withFunction</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>catLike_withFunction</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>catLike</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>catEquals</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>catGreater</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>catIsNull</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>catIn_tupled</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>catEquals_column</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest$LikePatternAppenderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>newSubPart</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest$LikePatternAppenderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>likePattern</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.003</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest$LikePatternAppenderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.query.builder.PreparedSQLAppenderTest</className><duration>0.003</duration><failedSince>0</failedSince><name>newSubPart</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.005</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.query.builder.PreparedSQLAppenderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[7]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[8]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[9]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[10]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[11]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[12]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[13]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[14]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[15]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[16]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[17]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[18]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[19]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[20]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[21]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[22]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[23]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[24]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[25]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[26]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[27]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[28]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[29]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[30]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[31]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[32]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[33]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[34]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[35]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(QueryProvider, String, Map)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toPreparableSQL(QueryProvider, String, Map)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(QueryProvider, String, Map)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(QueryProvider, String, Map)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toPreparableSQL(QueryProvider, String, Map)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(QueryProvider, String, Map)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest$UnionSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(Union, String)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest$UnionSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(Union, String)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.006</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest$UnionSQLBuilderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(SelectChain, Map, String)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(SelectChain, Map, String)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(SelectChain, Map, String)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(SelectChain, Map, String)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(SelectChain, Map, String)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(SelectChain, Map, String)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(SelectChain, Map, String)[7]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(SelectChain, Map, String)[8]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(SelectChain, Map, String)[9]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(SelectChain, Map, String)[10]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(SelectChain, Map, String)[11]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(SelectChain, Map, String)[12]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(SelectChain, Map, String)[13]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(SelectChain, Map, String)[14]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(SelectChain, Map, String)[15]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(SelectChain, Map, String)[16]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(SelectChain, Map, String)[17]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.021</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.query.builder.StringSQLAppenderTest</className><duration>0.003</duration><failedSince>0</failedSince><name>newSubPart</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.003</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.query.builder.StringSQLAppenderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(CriteriaChain, Map, String)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(CriteriaChain, Map, String)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(CriteriaChain, Map, String)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(CriteriaChain, Map, String)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>toSQL(CriteriaChain, Map, String)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(CriteriaChain, Map, String)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(CriteriaChain, Map, String)[7]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(CriteriaChain, Map, String)[8]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(CriteriaChain, Map, String)[9]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(CriteriaChain, Map, String)[10]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(CriteriaChain, Map, String)[11]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(CriteriaChain, Map, String)[12]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(CriteriaChain, Map, String)[13]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(CriteriaChain, Map, String)[14]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(CriteriaChain, Map, String)[15]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(CriteriaChain, Map, String)[16]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(CriteriaChain, Map, String)[17]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(CriteriaChain, Map, String)[18]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(CriteriaChain, Map, String)[19]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(CriteriaChain, Map, String)[20]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[7]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[8]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[9]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[10]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[11]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[12]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[13]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[14]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[15]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[16]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[17]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[18]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[19]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[20]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[21]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[22]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[23]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[24]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[25]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[26]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[27]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[28]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[29]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[30]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[31]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[32]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[33]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[34]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[35]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[36]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[37]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[38]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[39]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[40]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.083</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.query.model.SelectTest</className><duration>0.004</duration><failedSince>0</failedSince><name>giveColumnAliases</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.004</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.query.model.SelectTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.query.model.UnionTest</className><duration>0.001</duration><failedSince>0</failedSince><name>registerColumn_columnAlreadyExists_doesntRegisterColumn</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.model.UnionTest</className><duration>0.003</duration><failedSince>0</failedSince><name>registerColumn_basicUseCase</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.model.UnionTest</className><duration>0.001</duration><failedSince>0</failedSince><name>registerColumn_columnAlreadyExistsWithDifferentType_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.model.UnionTest</className><duration>0.001</duration><failedSince>0</failedSince><name>registerColumn_columnAlreadyExistsWithDifferentTypeButWithDifferentAlias_doesNotThrowsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.model.UnionTest</className><duration>0.0</duration><failedSince>0</failedSince><name>mapsColumnOnName</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.model.UnionTest</className><duration>0.001</duration><failedSince>0</failedSince><name>registerColumn_columnAlreadyExistsButHasAlias_doesntRegisterColumn</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.model.UnionTest</className><duration>0.0</duration><failedSince>0</failedSince><name>registerColumn_columnAlreadyExistsButRegisteredOnHasAlias_doesntRegisterColumn</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.009</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.query.model.UnionTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.ServiceLoaderDialectResolverTest</className><duration>0.003</duration><failedSince>0</failedSince><name>determineDialect_noCompatibleDialectFound_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ServiceLoaderDialectResolverTest</className><duration>0.001</duration><failedSince>0</failedSince><name>determineDialect_multipleDialectsWithSameCompatibilityGiven_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ServiceLoaderDialectResolverTest</className><duration>0.0</duration><failedSince>0</failedSince><name>giveMatchingEntry(Set, DatabaseSignet, DummyDialectEntry)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ServiceLoaderDialectResolverTest</className><duration>0.0</duration><failedSince>0</failedSince><name>giveMatchingEntry(Set, DatabaseSignet, DummyDialectEntry)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ServiceLoaderDialectResolverTest</className><duration>0.0</duration><failedSince>0</failedSince><name>giveMatchingEntry(Set, DatabaseSignet, DummyDialectEntry)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ServiceLoaderDialectResolverTest</className><duration>0.0</duration><failedSince>0</failedSince><name>giveMatchingEntry(Set, DatabaseSignet, DummyDialectEntry)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.011</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.ServiceLoaderDialectResolverTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLGeneratorTest</className><duration>0.002</duration><failedSince>0</failedSince><name>foreignKeysAreInFinalScript</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLGeneratorTest</className><duration>0.0</duration><failedSince>0</failedSince><name>overriddenColumnTypeIsTakenIntoAccount</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>addedDDLProvidersAreInFinalScript</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>uniqueConstraintsAreInFinalScript</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>addedTablesAreInFinalScript</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>indexesAreInFinalScript</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLGeneratorTest</className><duration>0.0</duration><failedSince>0</failedSince><name>sequencesAreInFinalScript</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.008</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.ddl.DDLGeneratorTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLSequenceGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>generateCreateSequence_sequenceHasSchema</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLSequenceGeneratorTest</className><duration>0.0</duration><failedSince>0</failedSince><name>generateCreateSequence_sequenceHasNullValues</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLSequenceGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>sequenceScript_nameIsEscapedIfKeyword</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLSequenceGeneratorTest</className><duration>0.0</duration><failedSince>0</failedSince><name>generateCreateSequence_sequenceHasBatchSizeOnly</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLSequenceGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>generateCreateSequence_sequenceHasInitialValueOnly</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.004</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.ddl.DDLSequenceGeneratorTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLTableGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>generateAddColumn</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLTableGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>generateCreateIndex</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLTableGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>generateCreateTable</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLTableGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>generateDropColumn</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLTableGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>generateCreateForeignKey</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLTableGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>generateDropForeignKey</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLTableGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>generateDropTableIfExists</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLTableGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>generateDropIndex</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLTableGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>generateDropTable</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.012</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.ddl.DDLTableGeneratorTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.SqlTypeRegistryTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getTypeName_column(SqlTypeRegistry, Column, String)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.SqlTypeRegistryTest</className><duration>0.0</duration><failedSince>0</failedSince><name>getTypeName_column(SqlTypeRegistry, Column, String)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.SqlTypeRegistryTest</className><duration>0.0</duration><failedSince>0</failedSince><name>getTypeName_column(SqlTypeRegistry, Column, String)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.SqlTypeRegistryTest</className><duration>0.002</duration><failedSince>0</failedSince><name>getTypeName_columnWithNullType_exceptionIsThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.005</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.ddl.SqlTypeRegistryTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.structure.TableTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getPrimaryKey</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.structure.TableTest</className><duration>0.0</duration><failedSince>0</failedSince><name>findColumn</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.structure.TableTest</className><duration>0.0</duration><failedSince>0</failedSince><name>addColumn_alreadyExists_returnsExistingOne</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.structure.TableTest</className><duration>0.001</duration><failedSince>0</failedSince><name>addColumn_alreadyExistsWithDifferentType_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.structure.TableTest</className><duration>0.0</duration><failedSince>0</failedSince><name>getAbsoluteName</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.structure.TableTest</className><duration>0.004</duration><failedSince>0</failedSince><name>addForeignKey_alreadyExists_returnsExistingOne</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.structure.TableTest</className><duration>0.001</duration><failedSince>0</failedSince><name>addForeignKey_withNamingFunction</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.structure.TableTest</className><duration>0.0</duration><failedSince>0</failedSince><name>getColumnsPrimaryKey</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.structure.TableTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getAlias</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.structure.TableTest</className><duration>0.0</duration><failedSince>0</failedSince><name>addForeignKey_alreadyExistsWithDifferentType_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.structure.TableTest</className><duration>0.0</duration><failedSince>0</failedSince><name>addForeignKey</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.01</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.ddl.structure.TableTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.order.DeleteCommandBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>appendTo_singleTable</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.order.DeleteCommandBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>appendTo_multiTable</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.order.DeleteCommandBuilderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>toPreparableSQL</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.004</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.order.DeleteCommandBuilderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.order.InsertCommandBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL_keywordsAreEscaped</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.order.InsertCommandBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.order.InsertCommandBuilderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>toStatement</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.004</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.order.InsertCommandBuilderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.order.UpdateCommandBuilderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>toSQL_keywordsAreEscaped</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.order.UpdateCommandBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL_multiTable</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.order.UpdateCommandBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL_singleTable</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.order.UpdateCommandBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toStatement</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.007</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.order.UpdateCommandBuilderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.DMLGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>buildSelect</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.DMLGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>buildUpdate</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.DMLGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>buildInsert_dmlNameProviderUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.DMLGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>buildMassiveSelect_multipleKeys</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.DMLGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>buildMassiveSelect_dmlNameProviderUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.DMLGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>buildMassiveDelete_dmlNameProviderUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.DMLGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>buildMassiveDelete</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.DMLGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>buildUpdate_dmlNameProviderUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.DMLGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>buildMassiveSelect</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.DMLGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>buildSelect_dmlNameProviderUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.DMLGeneratorTest</className><duration>0.0</duration><failedSince>0</failedSince><name>buildMassiveDelete_multipleKeys</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.DMLGeneratorTest</className><duration>0.002</duration><failedSince>0</failedSince><name>buildDelete_dmlNameProviderUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.DMLGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>buildDelete</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.DMLGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>buildInsert</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.016</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.DMLGeneratorTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.ColumnBinderRegistryTest</className><duration>0.061</duration><failedSince>0</failedSince><name>register_columnAlreadyRegistered_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.ColumnBinderRegistryTest</className><duration>0.005</duration><failedSince>0</failedSince><name>doGetBinder_columnIsNotRegistered_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.066</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.binder.ColumnBinderRegistryTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.ComplexTypeBinderTest</className><duration>0.004</duration><failedSince>0</failedSince><name>get</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.ComplexTypeBinderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>set</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.006</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.binder.ComplexTypeBinderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.AssociationTableNamingStrategyTest</className><duration>0.0</duration><failedSince>0</failedSince><name>giveName</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.AssociationTableNamingStrategyTest$keyColumnNames_primaryKeysTargetSameEntity_keyColumnNamesAreDifferent</className><duration>0.001</duration><failedSince>0</failedSince><name>fallsbackOnAttributeName</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.AssociationTableNamingStrategyTest$keyColumnNames_primaryKeysTargetSameEntity_keyColumnNamesAreDifferent</className><duration>0.001</duration><failedSince>0</failedSince><name>attributeNameIsSameAsTable_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.003</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.AssociationTableNamingStrategyTest$keyColumnNames_primaryKeysTargetSameEntity_keyColumnNamesAreDifferent</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.ColumnNamingStrategyTest</className><duration>0.001</duration><failedSince>0</failedSince><name>defaultGiveName</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.001</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.ColumnNamingStrategyTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.ElementCollectionTableNamingStrategyTest</className><duration>0.001</duration><failedSince>0</failedSince><name>giveName</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.001</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.ElementCollectionTableNamingStrategyTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEmbeddableMappingConfigurationSupportTest</className><duration>0.013</duration><failedSince>0</failedSince><name>apiUsage</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.013</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEmbeddableMappingConfigurationSupportTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest</className><duration>0.01</duration><failedSince>0</failedSince><name>insert_oneToOne</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, engineModel varchar(255), unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Engine(model varchar(255) not null, unique (model))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_engineModel_Engine_model foreign key(engineModel) references Engine(model)
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	insert 
...[truncated 449 chars]...
gine.model as engine_model from Car left outer join Engine as engine on Car.engineModel = engine.model where Car.id in (?) | {Car.id=42}
2025-03-27 07:13:49	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@57b210ec
2025-03-27 07:13:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@ba1d5fa on object Car{id=42, color=null, model='Renault'}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest</className><duration>0.009</duration><failedSince>0</failedSince><name>multipleInheritance</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=42}}
2025-03-27 07:13:49	TRACE	SQLOperation	select id, model from Car | {}
2025-03-27 07:13:49	TRACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=42}
2025-03-27 07:13:49	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@4219bf07
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest</className><duration>0.009</duration><failedSince>0</failedSince><name>multipleInheritance_joinedTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table AbstractVehicle(id bigint not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Vehicle(id bigint not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter tab
...[truncated 1051 chars]...
ating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@2bcad0ce
2025-03-27 07:13:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@574b1fb6 on object Car{id=42, color=null, model='Renault'}
2025-03-27 07:13:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@2a7af931 on object Car{id=42, color=null, model='Renault'}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest</className><duration>0.008</duration><failedSince>0</failedSince><name>insert_basic</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=42}}
2025-03-27 07:13:49	TRACE	SQLOperation	select id, model from Car | {}
2025-03-27 07:13:49	TRACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=42}
2025-03-27 07:13:49	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@78c095d1
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest</className><duration>0.01</duration><failedSince>0</failedSince><name>insert_oneToOne_ownedByReverseSide</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Engine(model varchar(255) not null, carId bigint, unique (model))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Engine add constraint FK_Engine_carId_Car_id foreign key(carId) references Car(id)
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	insert into Car(model, id) values (?,
...[truncated 394 chars]...
r_id, engine.model as engine_model from Car left outer join Engine as engine on Car.id = engine.carId where Car.id in (?) | {Car.id=42}
2025-03-27 07:13:49	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@543abecc
2025-03-27 07:13:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@512995dc on object Car{id=42, color=null, model='Renault'}
</stdout></case><duration>0.049</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest</className><duration>0.021</duration><failedSince>0</failedSince><name>insert_oneToOne</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	TRACE	SQLOperation	select sequence_name, next_val from sequence_table where sequence_name in (?) | {sequence_table.sequence_name=Toto}
2025-03-27 07:13:45	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:45	TRACE	SQLOperation	update sequence_table set next_val = ? where sequence_name = ? | {1={sequence_table.next_val (U)=40, sequence_table.sequence_name (W)=Toto}}
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, engi
...[truncated 1062 chars]...
ere Car.id in (?) | {Car.id=2}
2025-03-27 07:13:45	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@44ead92c
2025-03-27 07:13:45	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@77f32f2 on object FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest.Car[model=Renault,color=&lt;null&gt;,engine=&lt;null&gt;,name=&lt;null&gt;,id=2,timestamp=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest</className><duration>0.01</duration><failedSince>0</failedSince><name>multipleInheritance</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Car(model varchar(255), name varchar(255), id bigint not null, unique (id))
2025-03-27 07:13:45	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:45	TRACE	SQLOperation	insert into Car(model, name, id) values (?, ?, ?) | {1={Car.model=Renault, Car.name=Toto, Car.id=1}}
2025-03-27 07:13:45	TRACE	SQLOperation	select id, model, name from Car | {}
2025-03-27 07:13:45	TRACE	SQLOperation	select Car.model as Car_model, Car.name as Car_name, Car.id as Car_id from Car where Car.id in (?) | {Car.id=1}
2025-03-27 07:13:45	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@1e009cae
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest</className><duration>0.012</duration><failedSince>0</failedSince><name>multipleInheritance_joinedTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table AbstractVehicle(id bigint not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Vehicle(id bigint not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2025-03-27 07:13:45	DEBUG	DDLDeployer	alter tab
...[truncated 1257 chars]...
rgeJoinNode$MergeJoinRowConsumer@80a26d6 on object FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest.Car[model=Renault,color=&lt;null&gt;,engine=&lt;null&gt;,name=&lt;null&gt;,id=1,timestamp=&lt;null&gt;]
2025-03-27 07:13:45	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@29c4af83 on object FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest.Car[model=Renault,color=&lt;null&gt;,engine=&lt;null&gt;,name=&lt;null&gt;,id=1,timestamp=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest</className><duration>0.013</duration><failedSince>0</failedSince><name>insert_basic_withDatabaseSequence</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create sequence CAR_SEQUENCE start with 1 increment by 1
2025-03-27 07:13:45	TRACE	SQLOperation	CALL NEXT VALUE FOR CAR_SEQUENCE | {}
2025-03-27 07:13:45	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:45	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=1}}
2025-03-27 07:13:45	TRACE	SQLOperation	select id, model from Car | {}
2025-03-27 07:13:45	TRACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=1}
2025-03-27 07:13:45	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@457aadb9
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest</className><duration>0.008</duration><failedSince>0</failedSince><name>insert_basic</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2025-03-27 07:13:45	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:45	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=1}}
2025-03-27 07:13:45	TRACE	SQLOperation	select id, model from Car | {}
2025-03-27 07:13:45	TRACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=1}
2025-03-27 07:13:45	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@4b48169d
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest</className><duration>0.013</duration><failedSince>0</failedSince><name>insert_oneToOne_ownedByReverseSide</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Engine(model varchar(255), id bigint not null, carId bigint, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	alter table Engine add constraint FK_Engine_carId_Car_id foreign key(carId) references Car(id)
2025-03-27 07:13:45	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:45	TRACE	SQLOperation	insert into Car(model, id) va
...[truncated 643 chars]...
ere Car.id in (?) | {Car.id=1}
2025-03-27 07:13:45	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@4cc82607
2025-03-27 07:13:45	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@d5aa479 on object FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest.Car[model=Renault,color=&lt;null&gt;,engine=&lt;null&gt;,name=&lt;null&gt;,id=1,timestamp=&lt;null&gt;]
</stdout></case><duration>0.08</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest</className><duration>0.017</duration><failedSince>0</failedSince><name>crudEnum</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:35	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-03-27 07:13:35	DEBUG	DDLDeployer	create table Toto_possibleStates(id VARCHAR(255), possibleStates integer, unique (id, possibleStates))
2025-03-27 07:13:35	DEBUG	DDLDeployer	alter table Toto_possibleStates add constraint FK_Toto_possibleStates_id_Toto_id foreign key(id) references Toto(id)
2025-03-27 07:13:35	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:35	TRAC
...[truncated 1358 chars]...
ilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$Toto@4f835aee
2025-03-27 07:13:35	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@28c5b04b
2025-03-27 07:13:35	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@db7e9c3 on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$Toto@4f835aee
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest</className><duration>0.047</duration><failedSince>0</failedSince><name>crudComplexType_overrideColumnName</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:35	DEBUG	DDLDeployer	create table toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-03-27 07:13:35	DEBUG	DDLDeployer	create table Toto_times(id VARCHAR(255), createdAt timestamp, modificationDate timestamp, unique (id, createdAt, modificationDate))
2025-03-27 07:13:35	DEBUG	DDLDeployer	alter table Toto_times add constraint FK_Toto_times_id_toto_id foreign key(id) references toto(id)
2025-03-27 07:13:35	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07
...[truncated 1476 chars]...
larete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$Toto@67fddef6
2025-03-27 07:13:35	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@59feb691
2025-03-27 07:13:35	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@5e58c684 on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$Toto@67fddef6
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest</className><duration>0.003</duration><failedSince>0</failedSince><name>overrideColumnName</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest</className><duration>0.011</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:35	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:35	DEBUG	DDLDeployer	create table Person_nicknames(id int, nicknames varchar(255), unique (id, nicknames))
2025-03-27 07:13:35	DEBUG	DDLDeployer	alter table Person_nicknames add constraint FK_Person_nicknames_id_Person_id foreign key(id) references Person(id)
2025-03-27 07:13:35	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:35	TRACE	SQLOperation	insert into
...[truncated 2404 chars]...
 Person_nicknames where nicknames = ? and id = ? | {1={Person_nicknames.nicknames=tonton, Person_nicknames.id=o.c.s.i.PersistedIdentifier@1}, 2={Person_nicknames.nicknames=tintin, Person_nicknames.id=o.c.s.i.PersistedIdentifier@1}}
2025-03-27 07:13:35	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:35	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-03-27 07:13:35	TRACE	SQLOperation	select nickNames from Person_nicknames | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest</className><duration>0.01</duration><failedSince>0</failedSince><name>update_withNewObject</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:35	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:35	DEBUG	DDLDeployer	create table Person_nicknames(id int, nicknames varchar(255), unique (id, nicknames))
2025-03-27 07:13:35	DEBUG	DDLDeployer	alter table Person_nicknames add constraint FK_Person_nicknames_id_Person_id foreign key(id) references Person(id)
2025-03-27 07:13:35	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:35	TRACE	SQLOperation	insert into
...[truncated 4626 chars]...
runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@4b90c73e on object Person[addressBook=&lt;null&gt;,addresses=&lt;null&gt;,contracts=&lt;null&gt;,country=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@1,mapPropertyMadeOfComplexTypes=&lt;null&gt;,mapPropertyMadeOfComplexTypesWithColumnDuplicates=&lt;null&gt;,mapPropertyMadeOfEntityAsKey=&lt;null&gt;,mapPropertyMadeOfEntityAsKeyAndValue=&lt;null&gt;,mapPropertyMadeOfEntityAsValue=&lt;null&gt;,name=toto,nicknames=[tonton, tintin],phoneNumbers=&lt;null&gt;,timestamp=&lt;null&gt;,vehicle=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest</className><duration>0.008</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:35	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:35	DEBUG	DDLDeployer	create table Person_nicknames(id int, nicknames varchar(255), unique (id, nicknames))
2025-03-27 07:13:35	DEBUG	DDLDeployer	alter table Person_nicknames add constraint FK_Person_nicknames_id_Person_id foreign key(id) references Person(id)
2025-03-27 07:13:35	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:35	TRACE	SQLOperation	insert into
...[truncated 960 chars]...
te.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@20b60f8c on object Person[addressBook=&lt;null&gt;,addresses=&lt;null&gt;,contracts=&lt;null&gt;,country=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@1,mapPropertyMadeOfComplexTypes=&lt;null&gt;,mapPropertyMadeOfComplexTypesWithColumnDuplicates=&lt;null&gt;,mapPropertyMadeOfEntityAsKey=&lt;null&gt;,mapPropertyMadeOfEntityAsKeyAndValue=&lt;null&gt;,mapPropertyMadeOfEntityAsValue=&lt;null&gt;,name=toto,nicknames=&lt;null&gt;,phoneNumbers=&lt;null&gt;,timestamp=&lt;null&gt;,vehicle=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest</className><duration>0.004</duration><failedSince>0</failedSince><name>withTableName</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest</className><duration>0.01</duration><failedSince>0</failedSince><name>withCollectionFactory</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:35	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:35	DEBUG	DDLDeployer	create table Person_nicknames(id int, nicknames varchar(255), unique (id, nicknames))
2025-03-27 07:13:35	DEBUG	DDLDeployer	alter table Person_nicknames add constraint FK_Person_nicknames_id_Person_id foreign key(id) references Person(id)
2025-03-27 07:13:35	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:35	TRACE	SQLOperation	insert into
...[truncated 3414 chars]...
.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@7a0b4d2 on object Person[addressBook=&lt;null&gt;,addresses=&lt;null&gt;,contracts=&lt;null&gt;,country=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@1,mapPropertyMadeOfComplexTypes=&lt;null&gt;,mapPropertyMadeOfComplexTypesWithColumnDuplicates=&lt;null&gt;,mapPropertyMadeOfEntityAsKey=&lt;null&gt;,mapPropertyMadeOfEntityAsKeyAndValue=&lt;null&gt;,mapPropertyMadeOfEntityAsValue=&lt;null&gt;,name=toto,nicknames=[c, b, a],phoneNumbers=&lt;null&gt;,timestamp=&lt;null&gt;,vehicle=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest</className><duration>0.011</duration><failedSince>0</failedSince><name>crudComplexType</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:35	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-03-27 07:13:35	DEBUG	DDLDeployer	create table Toto_times(id VARCHAR(255), creationDate timestamp, modificationDate timestamp, unique (id, creationDate, modificationDate))
2025-03-27 07:13:35	DEBUG	DDLDeployer	alter table Toto_times add constraint FK_Toto_times_id_Toto_id foreign key(id) references Toto(id)
2025-03-27 07:13:35	DEBUG	SQLOperation	Batching statement 1 times
2025-03
...[truncated 1495 chars]...
filarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$Toto@b93787a
2025-03-27 07:13:35	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@3d2bcab9
2025-03-27 07:13:35	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@630480c9 on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$Toto@b93787a
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest</className><duration>0.004</duration><failedSince>0</failedSince><name>foreignKeyIsPresent</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest</className><duration>0.004</duration><failedSince>0</failedSince><name>mappedBy</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest</className><duration>0.01</duration><failedSince>0</failedSince><name>update_objectRemoval</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:35	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:35	DEBUG	DDLDeployer	create table Person_nicknames(id int, nicknames varchar(255), unique (id, nicknames))
2025-03-27 07:13:35	DEBUG	DDLDeployer	alter table Person_nicknames add constraint FK_Person_nicknames_id_Person_id foreign key(id) references Person(id)
2025-03-27 07:13:35	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:35	TRACE	SQLOperation	insert into
...[truncated 3142 chars]...
te.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@7226ecfb on object Person[addressBook=&lt;null&gt;,addresses=&lt;null&gt;,contracts=&lt;null&gt;,country=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@1,mapPropertyMadeOfComplexTypes=&lt;null&gt;,mapPropertyMadeOfComplexTypesWithColumnDuplicates=&lt;null&gt;,mapPropertyMadeOfEntityAsKey=&lt;null&gt;,mapPropertyMadeOfEntityAsKeyAndValue=&lt;null&gt;,mapPropertyMadeOfEntityAsValue=&lt;null&gt;,name=toto,nicknames=&lt;null&gt;,phoneNumbers=&lt;null&gt;,timestamp=&lt;null&gt;,vehicle=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest</className><duration>0.003</duration><failedSince>0</failedSince><name>withTable</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest</className><duration>0.003</duration><failedSince>0</failedSince><name>withElementCollectionTableNaming</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest</className><duration>0.015</duration><failedSince>0</failedSince><name>read_deepInTree</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:35	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-03-27 07:13:35	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:35	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2025-03-27 07:13:35	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-03-
...[truncated 15842 chars]...
ntime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@370283f5 on object Person[addressBook=&lt;null&gt;,addresses=&lt;null&gt;,contracts=&lt;null&gt;,country=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@666,mapPropertyMadeOfComplexTypes=&lt;null&gt;,mapPropertyMadeOfComplexTypesWithColumnDuplicates=&lt;null&gt;,mapPropertyMadeOfEntityAsKey=&lt;null&gt;,mapPropertyMadeOfEntityAsKeyAndValue=&lt;null&gt;,mapPropertyMadeOfEntityAsValue=&lt;null&gt;,name=me,nicknames=[Jane Do, John Do],phoneNumbers=&lt;null&gt;,timestamp=&lt;null&gt;,vehicle=&lt;null&gt;,version=0]
</stdout></case><duration>0.168</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.038</duration><failedSince>0</failedSince><name>persist_manyToMany</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2025-03-27 07:13:47	DEBUG	DDLDeployer	create table Person_pets(person_firstName varchar(255), person_lastName varchar(255), person_address varchar(255), pets_name varchar(255), pets_race varchar(255), pets_age integer not null, unique (person_firstName, person_lastName, person_address, pets_na
...[truncated 10821 chars]...
veJoinRowConsumer@10edaad9 on object Person{id=PersonId{firstName='John', lastName='Do', address='nowhere'}, age=36, house=null, pets=[Pet{id=PetId{name='Pluto', race='Dog', age=4}}]}
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@6e3bf6c on object Person{id=PersonId{firstName='John', lastName='Do', address='nowhere'}, age=36, house=null, pets=[Pet{id=PetId{name='Pluto', race='Dog', age=4}}]}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.019</duration><failedSince>0</failedSince><name>crud_inheritance_tablePerClass</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	DDLDeployer	create table Dog(dogBreed integer, name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))
2025-03-27 07:13:47	DEBUG	DDLDeployer	create table Cat(catBreed integer, name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	insert into Cat(catBreed, name, race, age
...[truncated 1587 chars]...
sumer@56b5368b
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	delete from Cat where age = ? and name = ? and race = ? | {1={Cat.race=Dog, Cat.name=Pluto, Cat.age=4}}
2025-03-27 07:13:47	TRACE	SQLOperation	select catBreed from Cat | {}
2025-03-27 07:13:47	TRACE	SQLOperation	delete from Cat where (name, race, age) in ((?, ?, ?)) | {Cat.race=Dog, Cat.name=Pluto, Cat.age=4}
2025-03-27 07:13:47	TRACE	SQLOperation	select catBreed from Cat | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.007</duration><failedSince>0</failedSince><name>crud_columnNameOverridden_columnNameIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, familyName varchar(255) not null, address varchar(255) not null, unique (firstName, familyName, address))
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	insert into Person(age, firstName, familyName, address) values (?, ?, ?, ?) | {1={Person.familyName=Do, Person.firstName=John, Person.age=35, Person.address=nowhere}}
2025-03-27 07:13:47	TRACE	SQLOperation	select Person.age as Person_age, Person.firstName as Person_firstName, Person.familyName as Person_familyName, Person.address as Person_address from Person where (Person.firstName, Person.familyName, Person.address) in ((?, ?, ?)) | {Person.familyName=Do, Person.firstName=John, Person.address=nowhere}
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@519c8a6f
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.022</duration><failedSince>0</failedSince><name>crud_fieldNameOverridden_fieldNameIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	insert into Person(age, firstName, lastName, address) values (?, ?, ?, ?) | {1={Person.address=nowhere, Person.age=35, Person.lastName=Do, Person.firstName=John}}
2025-03-27 07:13:47	TRACE	SQLOperation	select Person.age as Person_age, Person.firstName as Person_firstName, Person.lastName as Person_lastName, Person.address as Person_address from Person where (Person.firstName, Person.lastName, Person.address) in ((?, ?, ?)) | {Person.address=nowhere, Person.lastName=Do, Person.firstName=John}
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@18a9626c
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.017</duration><failedSince>0</failedSince><name>crud_oneToMany_withAssociationTable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2025-03-27 07:13:47	DEBUG	DDLDeployer	create table Person_pets(person_firstName varchar(255), person_lastName varchar(255), person_address varchar(255), pets_name varchar(255), pets_race varchar(255), pets_age integer not null, unique (person_firstName, person_lastName, person_address, pets_na
...[truncated 5117 chars]...
lastName=Do, Person_pets.pets_race=Dog, Person_pets.person_firstName=John, Person_pets.person_address=nowhere, Person_pets.pets_age=4}}
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	delete from Person where lastName = ? and firstName = ? and address = ? | {1={Person.lastName=Do, Person.firstName=John, Person.address=nowhere}}
2025-03-27 07:13:47	TRACE	SQLOperation	select Person.firstName, Person.lastName, Person.address from Person | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.02</duration><failedSince>0</failedSince><name>crud_fieldNameOverriddenAndColumnNameOverridden_columnNameIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, familyName varchar(255) not null, address varchar(255) not null, unique (firstName, familyName, address))
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	insert into Person(age, firstName, familyName, address) values (?, ?, ?, ?) | {1={Person.address=nowhere, Person.age=35, Person.firstName=John, Person.familyName=Do}}
2025-03-27 07:13:47	TRACE	SQLOperation	select Person.age as Person_age, Person.firstName as Person_firstName, Person.familyName as Person_familyName, Person.address as Person_address from Person where (Person.firstName, Person.familyName, Person.address) in ((?, ?, ?)) | {Person.address=nowhere, Person.firstName=John, Person.familyName=Do}
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@643259f2
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.009</duration><failedSince>0</failedSince><name>crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	insert into Person(age, firstName, lastName, address) values (?, ?, ?, ?) | {1={Person.age=35, Person.address=nowhere, Person.lastName=Do, Person.firstName=John}}
2025-03-27 07:13:48	TRACE	
...[truncated 650 chars]...
={Person.age (U)=36, Person.address (W)=nowhere, Person.lastName (W)=Do, Person.firstName (W)=John}}
2025-03-27 07:13:48	TRACE	SQLOperation	select Person.age from Person | {}
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from Person where lastName = ? and firstName = ? and address = ? | {1={Person.address=nowhere, Person.lastName=Do, Person.firstName=John}}
2025-03-27 07:13:48	TRACE	SQLOperation	select Person.age from Person | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.013</duration><failedSince>0</failedSince><name>crud_manyToMany</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_pets(person_firstName varchar(255), person_lastName varchar(255), person_address varchar(255), pets_name varchar(255), pets_race varchar(255), pets_age integer not null, unique (person_firstName, person_lastName, person_address, pets_na
...[truncated 5117 chars]...
lastName=Do, Person_pets.person_address=nowhere, Person_pets.person_firstName=John, Person_pets.pets_race=Dog, Person_pets.pets_age=4}}
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from Person where address = ? and firstName = ? and lastName = ? | {1={Person.firstName=John, Person.address=nowhere, Person.lastName=Do}}
2025-03-27 07:13:48	TRACE	SQLOperation	select Person.firstName, Person.lastName, Person.address from Person | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.012</duration><failedSince>0</failedSince><name>crud_inheritance_singleTable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Pet(name varchar(255) not null, race varchar(255) not null, age integer not null, catBreed integer, dogBreed integer, DTYPE varchar(255) not null, unique (name, race, age))
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	insert into Pet(catBreed, name, race, age, DTYPE) values (?, ?, ?, ?, ?) | {1={Pet.DTYPE=Pet, Pet.name=Pluto, Pet.race=Dog, Pet.catBreed=Persian, Pet.age=4}}
2025-03-27 07
...[truncated 1330 chars]...
m Pet where age = ? and name = ? and race = ? | {1={Pet.name=Pluto, Pet.race=Dog, Pet.age=4}}
2025-03-27 07:13:48	TRACE	SQLOperation	select name from Pet | {}
2025-03-27 07:13:48	TRACE	SQLOperation	select catBreed from Pet | {}
2025-03-27 07:13:48	TRACE	SQLOperation	delete from Pet where (name, race, age) in ((?, ?, ?)) | {Pet.name=Pluto, Pet.race=Dog, Pet.age=4}
2025-03-27 07:13:48	TRACE	SQLOperation	select name from Pet | {}
2025-03-27 07:13:48	TRACE	SQLOperation	select catBreed from Pet | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.014</duration><failedSince>0</failedSince><name>crud_oneToOne_compositeToCompositeKey_ownedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, houseNumber integer, houseStreet varchar(255), houseZipCode varchar(255), houseCity varchar(255), unique (firstName, lastName, address))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table House(number integer not null, street varchar(255) not null, zipCode varchar(255) not null, city varchar(255) not null, unique (number, street, z
...[truncated 2747 chars]...
rson.firstName (W)=John, Person.houseNumber (U)=42, Person.age (U)=36, Person.houseZipCode (U)=888}}
2025-03-27 07:13:48	TRACE	SQLOperation	select Person.age from Person | {}
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from Person where lastName = ? and address = ? and firstName = ? | {1={Person.lastName=Do, Person.address=nowhere, Person.firstName=John}}
2025-03-27 07:13:48	TRACE	SQLOperation	select Person.age from Person | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.015</duration><failedSince>0</failedSince><name>crud_oneToMany_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Pet(name varchar(255) not null, race varchar(255) not null, age integer not null, ownerFirstName varchar(255), ownerLastName varchar(255), ownerAddress varchar(255), unique (name, race, age))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table P
...[truncated 3787 chars]...
erLastName (U)=null, Pet.age (W)=5, Pet.ownerAddress (U)=null, Pet.name (W)=Rantanplan, Pet.ownerFirstName (U)=null, Pet.race (W)=Dog}}
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from Person where lastName = ? and address = ? and firstName = ? | {1={Person.address=nowhere, Person.lastName=Do, Person.firstName=John}}
2025-03-27 07:13:48	TRACE	SQLOperation	select Person.firstName, Person.lastName, Person.address from Person | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.013</duration><failedSince>0</failedSince><name>crud_oneToOne_compositeToCompositeKey_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table House(number integer not null, street varchar(255) not null, zipCode varchar(255) not null, city varchar(255) not null, ownerFirstName varchar(255), ownerLastName varchar(255), ownerAddress varchar(255), unique (number, street, zipCode, city))
...[truncated 3345 chars]...
 House.ownerAddress (U)=null, House.street (W)=Stalactite street, House.ownerLastName (U)=null, House.city (W)=CodeFilarete City, House.zipCode (W)=888, House.number (W)=42}}
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from Person where lastName = ? and address = ? and firstName = ? | {1={Person.firstName=John, Person.address=nowhere, Person.lastName=Do}}
2025-03-27 07:13:48	TRACE	SQLOperation	select Person.age from Person | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.013</duration><failedSince>0</failedSince><name>crud_inheritance_joinedTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Pet(name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Dog(dogBreed integer, name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Cat(catBreed integer, name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name,
...[truncated 4506 chars]...
t name from Pet | {}
2025-03-27 07:13:48	TRACE	SQLOperation	select catBreed from Cat | {}
2025-03-27 07:13:48	TRACE	SQLOperation	delete from Cat where (name, race, age) in ((?, ?, ?)) | {Cat.age=4, Cat.name=Pluto, Cat.race=Dog}
2025-03-27 07:13:48	TRACE	SQLOperation	delete from Pet where (name, race, age) in ((?, ?, ?)) | {Pet.race=Dog, Pet.name=Pluto, Pet.age=4}
2025-03-27 07:13:48	TRACE	SQLOperation	select name from Pet | {}
2025-03-27 07:13:48	TRACE	SQLOperation	select catBreed from Cat | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.016</duration><failedSince>0</failedSince><name>persist_oneToMany_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Pet(name varchar(255) not null, race varchar(255) not null, age integer not null, ownerFirstName varchar(255), ownerLastName varchar(255), ownerAddress varchar(255), unique (name, race, age))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table P
...[truncated 7054 chars]...
age=36, house=null, pets=[]}
2025-03-27 07:13:48	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@18c5ded7
2025-03-27 07:13:48	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@327d5b74 on object Person{id=PersonId{firstName='John', lastName='Do', address='nowhere'}, age=36, house=null, pets=[Pet{id=PetId{name='Pluto', race='Dog', age=4}}]}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.011</duration><failedSince>0</failedSince><name>crud_oneToOne_compositeToSingleKey_ownedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, houseId bigint, unique (firstName, lastName, address))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table House(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) referenc
...[truncated 1528 chars]...
, Person.firstName (W)=John, Person.age (U)=36, Person.address (W)=nowhere, Person.lastName (W)=Do}}
2025-03-27 07:13:48	TRACE	SQLOperation	select Person.age from Person | {}
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from Person where address = ? and firstName = ? and lastName = ? | {1={Person.firstName=John, Person.address=nowhere, Person.lastName=Do}}
2025-03-27 07:13:48	TRACE	SQLOperation	select Person.age from Person | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.011</duration><failedSince>0</failedSince><name>crud_oneToOne_compositeToSingleKey_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table House(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, ownerFirstName varchar(255), ownerLastName varchar(255), ownerAddress varchar(255), unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table House add 
...[truncated 2414 chars]...
rstName = ?, ownerAddress = ?, ownerLastName = ? where id = ? | {1={House.id (W)=1, House.ownerFirstName (U)=null, House.ownerAddress (U)=null, House.ownerLastName (U)=null}}
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from Person where address = ? and lastName = ? and firstName = ? | {1={Person.address=nowhere, Person.lastName=Do, Person.firstName=John}}
2025-03-27 07:13:48	TRACE	SQLOperation	select Person.age from Person | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$ForeignKeyCreation</className><duration>0.009</duration><failedSince>0</failedSince><name>oneToOne_compositeToCompositeKey_relationOwnedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, houseNumber integer, houseStreet varchar(255), houseZipCode varchar(255), houseCity varchar(255), unique (firstName, lastName, address))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table House(number integer not null, street varchar(255) not null, zipCode varchar(255) not null, city varchar(255) not null, unique (number, street, zipCode, city))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person add constraint FK_dc808dbe foreign key(houseNumber, houseStreet, houseZipCode, houseCity) references House(number, street, zipCode, city)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$ForeignKeyCreation</className><duration>0.009</duration><failedSince>0</failedSince><name>oneToOne_compositeToCompositeKey_relationOwnedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table House(number integer not null, street varchar(255) not null, zipCode varchar(255) not null, city varchar(255) not null, ownerFirstName varchar(255), ownerLastName varchar(255), ownerAddress varchar(255), unique (number, street, zipCode, city))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table House add constraint FK_c7e4c03a foreign key(ownerFirstName, ownerLastName, ownerAddress) references Person(firstName, lastName, address)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$ForeignKeyCreation</className><duration>0.008</duration><failedSince>0</failedSince><name>oneToOne_compositeToSingleKey_relationOwnedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, houseId bigint, unique (firstName, lastName, address))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table House(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) references House(id)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$ForeignKeyCreation</className><duration>0.008</duration><failedSince>0</failedSince><name>oneToOne_compositeToSingleKey_relationOwnedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table House(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, ownerFirstName varchar(255), ownerLastName varchar(255), ownerAddress varchar(255), unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table House add constraint FK_c7e4c03a foreign key(ownerFirstName, ownerLastName, ownerAddress) references Person(firstName, lastName, address)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$ForeignKeyCreation</className><duration>0.011</duration><failedSince>0</failedSince><name>oneToMany_compositeToCompositeKey_withAssociationTable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_pets(person_firstName varchar(255), person_lastName varchar(255), person_address varchar(255), pets_name varchar(255), pets_race varchar(255), pets_age integer not null, unique (person_firstName, person_lastName, person_address, pets_na
...[truncated 50 chars]...
G	DDLDeployer	create table Pet(name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_pets add constraint FK_d6e530bc foreign key(person_firstName, person_lastName, person_address) references Person(firstName, lastName, address)
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_pets add constraint FK_104a9067 foreign key(pets_name, pets_race, pets_age) references Pet(name, race, age)
</stdout></case><duration>0.045</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$ForeignKeyCreation</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$ManyToMany</className><duration>0.02</duration><failedSince>0</failedSince><name>insertSelect_sibling</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_children(person_id int, children_id int, unique (person_id, children_id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_neighbours(person_id int, neighbours_id int, unique (person_id, neighbours_id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_person_id_Person_id for
...[truncated 9970 chars]...
ghbor=&lt;null&gt;,father=&lt;null&gt;,house=&lt;null&gt;,house1=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@888,name=Ban Do,neighbours=[],partner=&lt;null&gt;]
2025-03-27 07:13:48	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@1302e8ee on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=&lt;null&gt;,father=&lt;null&gt;,house=&lt;null&gt;,house1=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@888,name=Ban Do,neighbours=[],partner=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$ManyToMany</className><duration>0.008</duration><failedSince>0</failedSince><name>insertSelect_cycleIsDirect_1Parent_2Children</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_children(person_id int, children_id int, unique (person_id, children_id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_children_id_Person_id foreign key(children_id) references Person(id)
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_c
...[truncated 3301 chars]...
UG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@2a4aa2f7
2025-03-27 07:13:48	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@4c0bf80d on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=&lt;null&gt;,father=&lt;null&gt;,house=&lt;null&gt;,house1=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@888,name=Ban Do,neighbours=[],partner=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$ManyToMany</className><duration>0.01</duration><failedSince>0</failedSince><name>insertSelect_cycleIsDirect</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_children(person_id int, children_id int, unique (person_id, children_id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_neighbours(person_id int, neighbours_id int, unique (person_id, neighbours_id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_person_id_Person_id for
...[truncated 9962 chars]...
ghbor=&lt;null&gt;,father=&lt;null&gt;,house=&lt;null&gt;,house1=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@888,name=Ban Do,neighbours=[],partner=&lt;null&gt;]
2025-03-27 07:13:48	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@6d964765 on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=&lt;null&gt;,father=&lt;null&gt;,house=&lt;null&gt;,house1=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@888,name=Ban Do,neighbours=[],partner=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$ManyToMany</className><duration>0.008</duration><failedSince>0</failedSince><name>insertSelect_cycleIsDirect_1Parent_1Child</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_children(person_id int, children_id int, unique (person_id, children_id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_person_id_Person_id foreign key(person_id) references Person(id)
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_child
...[truncated 2021 chars]...
G	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@4f3d95e2
2025-03-27 07:13:48	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@773a1031 on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=&lt;null&gt;,father=&lt;null&gt;,house=&lt;null&gt;,house1=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@666,name=Saca Do,neighbours=[],partner=&lt;null&gt;]
</stdout></case><duration>0.046</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$ManyToMany</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$ManyToManyBidirectional</className><duration>0.012</duration><failedSince>0</failedSince><name>simulatedBy_one2ManyAndASelectListener</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Book(isbn varchar(255), price double, title varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Book_authors(book_id bigint, authors_id bigint, unique (book_id, authors_id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Author(name varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
...[truncated 3604 chars]...
ntime.load.JoinRoot$JoinRootRowConsumer@3037bace
2025-03-27 07:13:48	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@7889c963 on object org.codefilarete.stalactite.engine.model.book.Book@157dc492
2025-03-27 07:13:48	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@4fb663b9 on object org.codefilarete.stalactite.engine.model.book.Book@157dc492
</stdout></case><duration>0.012</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$ManyToManyBidirectional</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToMany</className><duration>0.012</duration><failedSince>0</failedSince><name>insertSelect_cycleIsDirect_withAssociationTable_1Parent_2Children</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_children(person_id int, children_id int, unique (person_id, children_id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_children_id_Person_id foreign key(children_id) references Person(id)
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_c
...[truncated 3301 chars]...
UG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@1cc6714a
2025-03-27 07:13:48	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@52613465 on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=&lt;null&gt;,father=&lt;null&gt;,house=&lt;null&gt;,house1=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@888,name=Ban Do,neighbours=[],partner=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToMany</className><duration>0.013</duration><failedSince>0</failedSince><name>insertSelect_cycleIsDirect_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, fatherId int, directNeighborId int, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_fatherId_Person_id foreign key(fatherId) references Person(id)
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_directNeighborId_Person_id foreign key(directNeighborId) references Person(id)
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching sta
...[truncated 8840 chars]...
ighbor=&lt;null&gt;,father=&lt;null&gt;,house=&lt;null&gt;,house1=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@888,name=Ban Do,neighbours=[],partner=&lt;null&gt;]
2025-03-27 07:13:48	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@d8e813d on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=&lt;null&gt;,father=&lt;null&gt;,house=&lt;null&gt;,house1=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@888,name=Ban Do,neighbours=[],partner=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToMany</className><duration>0.01</duration><failedSince>0</failedSince><name>insertSelect_sibling_withAssociationTable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_children(person_id int, children_id int, unique (person_id, children_id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_neighbours(person_id int, neighbours_id int, unique (person_id, neighbours_id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_children_id_Person_id f
...[truncated 9954 chars]...
ghbor=&lt;null&gt;,father=&lt;null&gt;,house=&lt;null&gt;,house1=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@888,name=Ban Do,neighbours=[],partner=&lt;null&gt;]
2025-03-27 07:13:48	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@3ad60ab2 on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=&lt;null&gt;,father=&lt;null&gt;,house=&lt;null&gt;,house1=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@888,name=Ban Do,neighbours=[],partner=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToMany</className><duration>0.006</duration><failedSince>0</failedSince><name>insertSelect_cycleIsDirect_withAssociationTable_1Parent_1Child</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_children(person_id int, children_id int, unique (person_id, children_id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_children_id_Person_id foreign key(children_id) references Person(id)
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_c
...[truncated 2021 chars]...
G	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@76b8bdb6
2025-03-27 07:13:48	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@5c8b196a on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=&lt;null&gt;,father=&lt;null&gt;,house=&lt;null&gt;,house1=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@666,name=Saca Do,neighbours=[],partner=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToMany</className><duration>0.011</duration><failedSince>0</failedSince><name>insertSelect_sibling_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, fatherId int, directNeighborId int, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_fatherId_Person_id foreign key(fatherId) references Person(id)
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_directNeighborId_Person_id foreign key(directNeighborId) references Person(id)
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching sta
...[truncated 8856 chars]...
ghbor=&lt;null&gt;,father=&lt;null&gt;,house=&lt;null&gt;,house1=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@888,name=Ban Do,neighbours=[],partner=&lt;null&gt;]
2025-03-27 07:13:48	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@2d8717df on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=&lt;null&gt;,father=&lt;null&gt;,house=&lt;null&gt;,house1=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@888,name=Ban Do,neighbours=[],partner=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToMany</className><duration>0.01</duration><failedSince>0</failedSince><name>insertSelect_cycleIsDirect_withAssociationTable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_children(person_id int, children_id int, unique (person_id, children_id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_neighbours(person_id int, neighbours_id int, unique (person_id, neighbours_id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_person_id_Person_id for
...[truncated 9962 chars]...
ighbor=&lt;null&gt;,father=&lt;null&gt;,house=&lt;null&gt;,house1=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@888,name=Ban Do,neighbours=[],partner=&lt;null&gt;]
2025-03-27 07:13:48	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@2e3e663 on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=&lt;null&gt;,father=&lt;null&gt;,house=&lt;null&gt;,house1=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@888,name=Ban Do,neighbours=[],partner=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToMany</className><duration>0.008</duration><failedSince>0</failedSince><name>insertSelect_cycleIsDirect_ownedByReverseSide_1Parent_2Children</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, fatherId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_fatherId_Person_id foreign key(fatherId) references Person(id)
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	insert into Person(name, id, fatherId) values (?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@42, Person.fatherId=null, P
...[truncated 2658 chars]...
UG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@5e5c4a5e
2025-03-27 07:13:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@1a5ddf03 on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=&lt;null&gt;,father=&lt;null&gt;,house=&lt;null&gt;,house1=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@888,name=Ban Do,neighbours=[],partner=&lt;null&gt;]
</stdout></case><duration>0.072</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToMany</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne</className><duration>0.009</duration><failedSince>0</failedSince><name>crud_2cycles_sibling</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, houseId int, house1Id int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table House(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) references House(id)
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_house1Id_House_id foreign key(house1I
...[truncated 3374 chars]...
=[],partner=&lt;null&gt;]
2025-03-27 07:13:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@56bbad1c on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=&lt;null&gt;,father=&lt;null&gt;,house=&lt;null&gt;,house1=House{id=o.c.s.i.PersistedIdentifier@456, gardener=null, address=null, name=secondary house, inhabitants=[]},id=o.c.s.i.PersistedIdentifier@42,name=John Do,neighbours=[],partner=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne</className><duration>0.024</duration><failedSince>0</failedSince><name>crud_2cycles_sibling_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Person(reversePartnerId int, name varchar(255), id int not null, houseId int, house1Id int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table House(id int not null, addressId int, gardenerId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_house1Id_House_id foreign key(ho
...[truncated 21885 chars]...
 id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@888}}
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@456}}
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@999}}
2025-03-27 07:13:49	TRACE	SQLOperation	select id from Person | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne</className><duration>0.014</duration><failedSince>0</failedSince><name>crud_2cycles_ownedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, houseId int, partnerId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table House(id int not null, addressId int, gardenerId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) references Hous
...[truncated 11988 chars]...
id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@42}}
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@123}}
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@999}}
2025-03-27 07:13:49	TRACE	SQLOperation	select id from Person | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne</className><duration>0.016</duration><failedSince>0</failedSince><name>crud_2cycles_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Person(reversePartnerId int, name varchar(255), id int not null, houseId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table House(id int not null, addressId int, gardenerId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) referenc
...[truncated 12760 chars]...
id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@42}}
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@123}}
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@999}}
2025-03-27 07:13:49	TRACE	SQLOperation	select id from Person | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne</className><duration>0.008</duration><failedSince>0</failedSince><name>insertSelect_cycleIsDirect_ownedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, partnerId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_partnerId_Person_id foreign key(partnerId) references Person(id)
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	insert into Person(name, id, partnerId) values (?, ?, ?) | {1={Person.partnerId=null, Person.name=Saca Do, Person.id=o.c.s.i.P
...[truncated 1401 chars]...
G	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@69e2826b
2025-03-27 07:13:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@6793af12 on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=&lt;null&gt;,father=&lt;null&gt;,house=&lt;null&gt;,house1=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@666,name=Saca Do,neighbours=[],partner=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne</className><duration>0.008</duration><failedSince>0</failedSince><name>insertSelect_cycleIsDirect_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Person(reversePartnerId int, name varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_reversePartnerId_Person_id foreign key(reversePartnerId) references Person(id)
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	insert into Person(name, id, reversePartnerId) values (?, ?, ?) | {1={Person.reversePartnerId=null, Perso
...[truncated 1463 chars]...
G	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@524c23c7
2025-03-27 07:13:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@68fa0c6f on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=&lt;null&gt;,father=&lt;null&gt;,house=&lt;null&gt;,house1=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@666,name=Saca Do,neighbours=[],partner=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne</className><duration>0.011</duration><failedSince>0</failedSince><name>crud_2cycles_ownedByTarget_entityCycle</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Person(reversePartnerId int, name varchar(255), id int not null, houseId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table House(id int not null, addressId int, gardenerId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) referenc
...[truncated 6699 chars]...
&gt;,father=&lt;null&gt;,house=&lt;null&gt;,house1=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@666,name=Saca Do,neighbours=[],partner=&lt;null&gt;]
2025-03-27 07:13:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@1d6223fe on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=&lt;null&gt;,father=&lt;null&gt;,house=&lt;null&gt;,house1=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@666,name=Saca Do,neighbours=[],partner=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne</className><duration>0.011</duration><failedSince>0</failedSince><name>crud_2cycles_ownedBySource_entityCycle</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, houseId int, partnerId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table House(id int not null, addressId int, gardenerId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_partnerId_Person_id foreign key(partnerId) references
...[truncated 6309 chars]...
l&gt;,father=&lt;null&gt;,house=&lt;null&gt;,house1=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@666,name=Saca Do,neighbours=[],partner=&lt;null&gt;]
2025-03-27 07:13:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@e719a8b on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=&lt;null&gt;,father=&lt;null&gt;,house=&lt;null&gt;,house1=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@666,name=Saca Do,neighbours=[],partner=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne</className><duration>0.012</duration><failedSince>0</failedSince><name>crud_cycleWithIntermediary_ownedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, houseId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table House(id int not null, addressId int, gardenerId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) references House(id)
2025-03-2
...[truncated 7663 chars]...
id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@42}}
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@123}}
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@999}}
2025-03-27 07:13:49	TRACE	SQLOperation	select id from Person | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne</className><duration>0.012</duration><failedSince>0</failedSince><name>crud_cycleWithIntermediary_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Person(reverseGardenerId int, name varchar(255), id int not null, houseId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table House(id int not null, addressId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) references House(id)
20
...[truncated 7531 chars]...
id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@42}}
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@999}}
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@123}}
2025-03-27 07:13:49	TRACE	SQLOperation	select id from Person | {}
</stdout></case><duration>0.127</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance</className><duration>0.01</duration><failedSince>0</failedSince><name>joinedTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, unique (id))
2025-03-27 07:13:47	DEBUG	DDLDeployer	create table car(id int not null, color int, model varchar(255), unique (id))
2025-03-27 07:13:47	DEBUG	DDLDeployer	alter table car add constraint FK_car_id_Vehicle_id foreign key(id) references Vehicle(id)
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1=
...[truncated 644 chars]...
n (?) | {car.id=o.c.s.i.PersistedIdentifier@1}
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@1b1302f0
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@2368f384 on object Car[model=Renault,plates=[],radio=&lt;null&gt;,color=&lt;null&gt;,engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance</className><duration>0.009</duration><failedSince>0</failedSince><name>multipleInheritance</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	insert into Car(color, model, id) values (?, ?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1, Car.color=Color[rgb=666]}}
2025-03-27 07:13:47	TRACE	SQLOperation	select car.id, car.color, car.model from car | {}
2025-03-27 07:13:47	TRACE	SQLOperation	select Car.color as Car_color, Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=o.c.s.i.PersistedIdentifier@1}
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@3e61d33
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance</className><duration>0.019</duration><failedSince>0</failedSince><name>multipleInheritance_joinedTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	DDLDeployer	create table AbstractVehicle(id int not null, unique (id))
2025-03-27 07:13:47	DEBUG	DDLDeployer	create table Vehicle(id int not null, unique (id))
2025-03-27 07:13:47	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2025-03-27 07:13:47	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2025-03-27 07:13:47	DEBUG	DDLDeployer	alter t
...[truncated 1466 chars]...
de$MergeJoinRowConsumer@2a647e83 on object Car[model=Renault,plates=[],radio=&lt;null&gt;,color=Color[rgb=666],engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=&lt;null&gt;]
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@3ea1c553 on object Car[model=Renault,plates=[],radio=&lt;null&gt;,color=Color[rgb=666],engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance</className><duration>0.009</duration><failedSince>0</failedSince><name>withEmbeddable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	DDLDeployer	create table Car(model varchar(255), rgb integer, id int not null, unique (id))
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	insert into Car(model, rgb, id) values (?, ?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.rgb=666, Car.model=Renault}}
2025-03-27 07:13:47	TRACE	SQLOperation	select Car.model as Car_model, Car.rgb as Car_rgb, Car.id as Car_id from Car where Car.id in (?) | {Car.id=o.c.s.i.PersistedIdentifier@1}
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@534b89cb
2025-03-27 07:13:47	TRACE	SQLOperation	select id, model, rgb from Car | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance</className><duration>0.001</duration><failedSince>0</failedSince><name>mappedSuperClass_and_entityInheritance_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance</className><duration>0.009</duration><failedSince>0</failedSince><name>withIdDefinedInSuperClass</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	insert into Car(color, model, id) values (?, ?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1, Car.color=Color[rgb=666]}}
2025-03-27 07:13:47	TRACE	SQLOperation	select car.id, car.color, car.model from car | {}
2025-03-27 07:13:47	TRACE	SQLOperation	select Car.color as Car_color, Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=o.c.s.i.PersistedIdentifier@1}
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@1bc65ffa
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance</className><duration>0.002</duration><failedSince>0</failedSince><name>identifierIsRedefined_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance</className><duration>0.003</duration><failedSince>0</failedSince><name>withIdDefinedInSuperClass_severalTimes</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.065</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$MappedSuperClass</className><duration>0.008</duration><failedSince>0</failedSince><name>simpleCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	insert into Car(color, model, id) values (?, ?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.color=Color[rgb=666], Car.model=Renault}}
2025-03-27 07:13:47	TRACE	SQLOperation	select car.id, car.color, car.model from car | {}
2025-03-27 07:13:47	TRACE	SQLOperation	select Car.color as Car_color, Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=o.c.s.i.PersistedIdentifier@1}
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@2b8591fc
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$MappedSuperClass</className><duration>0.007</duration><failedSince>0</failedSince><name>columnNamingStrategyChanged_inBoth_lowestTakesPriority</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	DDLDeployer	create table Car(model_col varchar(255), color_col int, id_col int not null, unique (id_col))
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	insert into Car(color_col, model_col, id_col) values (?, ?, ?) | {1={Car.id_col=o.c.s.i.PersistableIdentifier@1, Car.color_col=Color[rgb=666], Car.model_col=Renault}}
2025-03-27 07:13:47	TRACE	SQLOperation	select id_col, model_col, color_col from Car | {}
2025-03-27 07:13:47	TRACE	SQLOperation	select Car.color_col as Car_color_col, Car.model_col as Car_model_col, Car.id_col as Car_id_col from Car where Car.id_col in (?) | {Car.id_col=o.c.s.i.PersistedIdentifier@1}
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@337e63b4
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$MappedSuperClass</className><duration>0.007</duration><failedSince>0</failedSince><name>columnNamingStrategyChanged_inParent</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	DDLDeployer	create table Car(model_supercol varchar(255), color_supercol int, id_supercol int not null, unique (id_supercol))
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	insert into Car(color_supercol, model_supercol, id_supercol) values (?, ?, ?) | {1={Car.id_supercol=o.c.s.i.PersistableIdentifier@1, Car.color_supercol=Color[rgb=666], Car.model_supercol=Renault}}
2025-03-27 07:13:47	TRACE	SQLOperation	select id_supercol, model_supercol, color_supercol from Car | {}
2025-03-27 07:13:47	TRACE	SQLOperation	select Car.color_supercol as Car_color_supercol, Car.model_supercol as Car_model_supercol, Car.id_supercol as Car_id_supercol from Car where Car.id_supercol in (?) | {Car.id_supercol=o.c.s.i.PersistedIdentifier@1}
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@2b0587e3
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$MappedSuperClass</className><duration>0.009</duration><failedSince>0</failedSince><name>withEmbeddable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	DDLDeployer	create table Car(model varchar(255), rgb integer, id int not null, unique (id))
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	insert into Car(model, rgb, id) values (?, ?, ?) | {1={Car.model=Renault, Car.rgb=666, Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:47	TRACE	SQLOperation	select Car.model as Car_model, Car.rgb as Car_rgb, Car.id as Car_id from Car where Car.id in (?) | {Car.id=o.c.s.i.PersistedIdentifier@1}
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@29226703
2025-03-27 07:13:47	TRACE	SQLOperation	select id, model, rgb from Car | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$MappedSuperClass</className><duration>0.007</duration><failedSince>0</failedSince><name>columnNamingStrategyChanged</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	DDLDeployer	create table Car(model_col varchar(255), color_col int, id_col int not null, unique (id_col))
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	insert into Car(color_col, model_col, id_col) values (?, ?, ?) | {1={Car.model_col=Renault, Car.color_col=Color[rgb=666], Car.id_col=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:47	TRACE	SQLOperation	select id_col, model_col, color_col from Car | {}
2025-03-27 07:13:47	TRACE	SQLOperation	select Car.color_col as Car_color_col, Car.model_col as Car_model_col, Car.id_col as Car_id_col from Car where Car.id_col in (?) | {Car.id_col=o.c.s.i.PersistedIdentifier@1}
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@160ffb29
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$MappedSuperClass</className><duration>0.002</duration><failedSince>0</failedSince><name>withoutIdDefined_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$MappedSuperClass</className><duration>0.007</duration><failedSince>0</failedSince><name>simpleCase_withTableDefinedInSuperClass</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	insert into Car(color, model, id) values (?, ?, ?) | {1={Car.model=Renault, Car.color=Color[rgb=666], Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:47	TRACE	SQLOperation	select car.id, car.model, car.color from car | {}
2025-03-27 07:13:47	TRACE	SQLOperation	select Car.color as Car_color, Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=o.c.s.i.PersistedIdentifier@1}
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@22090c1d
</stdout></case><duration>0.05</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$MappedSuperClass</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeAll</className><duration>0.011</duration><failedSince>0</failedSince><name>update_associationTableIsMaintained</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2025-03-27 0
...[truncated 5287 chars]...
onsuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@7144e731 on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@62824af7
2025-03-27 07:13:46	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@8d4bc4b on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@62824af7
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeAll</className><duration>0.012</duration><failedSince>0</failedSince><name>delete_associationRecordsMustBeDeleted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2025-03-27
...[truncated 1507 chars]...
fier@666}}
2025-03-27 07:13:46	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:46	TRACE	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistedIdentifier@666}}
2025-03-27 07:13:46	TRACE	SQLOperation	select count(*) as answerCount from Answer where id = 666 | {}
2025-03-27 07:13:46	TRACE	SQLOperation	select count(*) as relationCount from Answer_choices where answer_Id = 666 | {}
2025-03-27 07:13:46	TRACE	SQLOperation	select id from Choice where id = 300 | {}
</stdout></case><duration>0.024</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeAll</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeAllOrphanRemoval</className><duration>0.009</duration><failedSince>0</failedSince><name>delete_associationRecordsMustBeDeleted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2025-03-27
...[truncated 1928 chars]...
fier@300}}
2025-03-27 07:13:46	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:46	TRACE	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistedIdentifier@666}}
2025-03-27 07:13:46	TRACE	SQLOperation	select count(*) as answerCount from Answer where id = 666 | {}
2025-03-27 07:13:46	TRACE	SQLOperation	select count(*) as relationCount from Answer_choices where answer_Id = 666 | {}
2025-03-27 07:13:46	TRACE	SQLOperation	select id from Choice where id = 300 | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeAllOrphanRemoval</className><duration>0.01</duration><failedSince>0</failedSince><name>update_removedElementsAreDeleted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2025-03-27 0
...[truncated 5478 chars]...
nsuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@546d72d5 on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@71136897
2025-03-27 07:13:46	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@4730a5ca on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@71136897
</stdout></case><duration>0.021</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeAllOrphanRemoval</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest</className><duration>0.019</duration><failedSince>0</failedSince><name>select_noRecordInAssociationTable_mustReturnEmptyCollection</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2025-03-27 0
...[truncated 808 chars]...
Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@1b535c0d on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@6dcecd7
2025-03-27 07:13:46	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@4d4970bf on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@6dcecd7
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest</className><duration>0.011</duration><failedSince>0</failedSince><name>crud_relationContainsOneToMany</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2025-03-27 0
...[truncated 3493 chars]...
s
2025-03-27 07:13:46	TRACE	SQLOperation	delete from Answer_choices where answer_id = ? and choices_id = ? | {1={Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@13}}
2025-03-27 07:13:46	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:46	TRACE	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:46	TRACE	SQLOperation	select answer_id from answer_choices | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest</className><duration>0.008</duration><failedSince>0</failedSince><name>select_collectionFactory</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2025-03-27 0
...[truncated 1509 chars]...
onsuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@13c46c93 on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@1acd302f
2025-03-27 07:13:46	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@2862ca5 on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@1acd302f
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest</className><duration>0.015</duration><failedSince>0</failedSince><name>bidirectionality_reverseCollection</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Book(isbn varchar(255), price double, title varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Book_authors(book_id bigint, authors_id bigint, unique (book_id, authors_id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Author(name varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
...[truncated 3761 chars]...
ntime.load.JoinRoot$JoinRootRowConsumer@4f086219
2025-03-27 07:13:46	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@4569271e on object org.codefilarete.stalactite.engine.model.book.Book@18d80804
2025-03-27 07:13:46	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@32755827 on object org.codefilarete.stalactite.engine.model.book.Book@18d80804
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest</className><duration>0.213</duration><failedSince>0</failedSince><name>bidirectionality_reverselySetBy</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Book(isbn varchar(255), price double, title varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Book_authors(book_id bigint, authors_id bigint, unique (book_id, authors_id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Author(name varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
...[truncated 3761 chars]...
ntime.load.JoinRoot$JoinRootRowConsumer@53c92b14
2025-03-27 07:13:46	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@3db9a120 on object org.codefilarete.stalactite.engine.model.book.Book@797ea658
2025-03-27 07:13:46	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@63fb00a6 on object org.codefilarete.stalactite.engine.model.book.Book@797ea658
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest</className><duration>0.013</duration><failedSince>0</failedSince><name>bidirectionality_reverseInitializedWith</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Book(isbn varchar(255), price double, title varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Book_authors(book_id bigint, authors_id bigint, unique (book_id, authors_id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Author(name varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
...[truncated 3761 chars]...
ntime.load.JoinRoot$JoinRootRowConsumer@3e02d66e
2025-03-27 07:13:46	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@59aa777c on object org.codefilarete.stalactite.engine.model.book.Book@54a5a205
2025-03-27 07:13:46	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@4b608ae6 on object org.codefilarete.stalactite.engine.model.book.Book@54a5a205
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest</className><duration>0.009</duration><failedSince>0</failedSince><name>crud_relationContainsManyToMany_indexed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, myIdx integer not null, unique (answer_id, choices_id, myIdx))
2025-03-27 07:13:46	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) ref
...[truncated 1076 chars]...
ces.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@17}, 3={Answer_choices.myIdx=2, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@13}, 4={Answer_choices.myIdx=2, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@2, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@17}}
2025-03-27 07:13:46	TRACE	SQLOperation	select answer_id, choices_id, myIdx from answer_choices | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest</className><duration>0.01</duration><failedSince>0</failedSince><name>crud_relationContainsManyToMany</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2025-03-27 0
...[truncated 3784 chars]...
s
2025-03-27 07:13:46	TRACE	SQLOperation	delete from Answer_choices where answer_id = ? and choices_id = ? | {1={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@13, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:46	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:46	TRACE	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:46	TRACE	SQLOperation	select answer_id from answer_choices | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeAssociationOnly</className><duration>0.01</duration><failedSince>0</failedSince><name>delete_associationRecordsMustBeDeleted_butNotTargetEntities</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2025-03-27 0
...[truncated 1507 chars]...
fier@300}}
2025-03-27 07:13:46	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:46	TRACE	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistedIdentifier@666}}
2025-03-27 07:13:46	TRACE	SQLOperation	select count(*) as answerCount from Answer where id = 666 | {}
2025-03-27 07:13:46	TRACE	SQLOperation	select count(*) as relationCount from Answer_choices where answer_Id = 666 | {}
2025-03-27 07:13:46	TRACE	SQLOperation	select id from Choice where id = 300 | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeAssociationOnly</className><duration>0.008</duration><failedSince>0</failedSince><name>insert_associationRecordsMustBeInserted_butNotTargetEntities</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2025-03-27
...[truncated 636 chars]...
oices.choices_id=o.c.s.i.PersistableIdentifier@300}, 2={Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@42, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@100}, 3={Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@42, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@200}}
2025-03-27 07:13:46	TRACE	SQLOperation	select id from Answer where id in (42, 666) | {}
2025-03-27 07:13:46	TRACE	SQLOperation	select choices_Id from Answer_choices where answer_id in (42, 666) | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeAssociationOnly</className><duration>0.011</duration><failedSince>0</failedSince><name>update_associationRecordsMustBeUpdated_butNotTargetEntities</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Answer(comment varchar(255), id int not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references A
...[truncated 4368 chars]...
owConsumer@7fb0a647 on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@4a20f6ea
2025-03-27 07:13:46	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@6c0b838a on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@4a20f6ea
2025-03-27 07:13:46	TRACE	SQLOperation	select label from Choice where id = 100 | {}
</stdout></case><duration>0.03</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeAssociationOnly</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeReadOnly</className><duration>0.009</duration><failedSince>0</failedSince><name>insert_onlySourceEntitiesArePersisted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2025-03-27 0
...[truncated 92 chars]...
s_id_Choice_id foreign key(choices_id) references Choice(id)
2025-03-27 07:13:46	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:46	TRACE	SQLOperation	insert into Answer(id) values (?) | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:46	TRACE	SQLOperation	select id from answer | {}
2025-03-27 07:13:46	TRACE	SQLOperation	select count(*) as relationCount from answer_choices | {}
2025-03-27 07:13:46	TRACE	SQLOperation	select count(*) as choiceCount from choice | {}
</stdout></case><duration>0.01</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeReadOnly</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$ForeignKeyCreation</className><duration>0.008</duration><failedSince>0</failedSince><name>foreignKeysAreCreated</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2025-03-27 07:13:46	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$ForeignKeyCreation</className><duration>0.009</duration><failedSince>0</failedSince><name>withTargetTableSetByTargetEntity_tableSetByTargetEntityIsUSed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table PossibleChoices(label varchar(255), id int not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_PossibleChoices_id foreign key(choices_id) references PossibleChoices(id)
2025-03-27 07:13:46	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$ForeignKeyCreation</className><duration>0.009</duration><failedSince>0</failedSince><name>withTargetTable_targetTableIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table MyChoice(label varchar(255), id int not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2025-03-27 07:13:46	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_MyChoice_id foreign key(choices_id) references MyChoice(id)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$ForeignKeyCreation</className><duration>0.01</duration><failedSince>0</failedSince><name>withTargetTableAndTableSetByTargetEntity_targetTableIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table MyChoice(label varchar(255), id int not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_MyChoice_id foreign key(choices_id) references MyChoice(id)
2025-03-27 07:13:46	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
</stdout></case><duration>0.039</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$ForeignKeyCreation</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.029</duration><failedSince>0</failedSince><name>crudEnum</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_addressBook(id int, key integer, value varchar(255), unique (id, key))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_addressBook add constraint FK_Person_addressBook_id_Person_id foreign key(id) references Person(id)
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	in
...[truncated 5012 chars]...
om Person_addressBook where key = ? and id = ? | {1={Person_addressBook.key=OTHER, Person_addressBook.id=o.c.s.i.PersistedIdentifier@1}, 2={Person_addressBook.key=BILLING_ADDRESS, Person_addressBook.id=o.c.s.i.PersistedIdentifier@1}}
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-03-27 07:13:48	TRACE	SQLOperation	select 'key' from Person_addressBook | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.012</duration><failedSince>0</failedSince><name>crud_valueIsComplexType</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_contracts(id int, key varchar(255), creationDate timestamp, modificationDate timestamp, unique (id, key))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_contracts add constraint FK_Person_contracts_id_Person_id foreign key(id) references Person(id)
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27
...[truncated 6112 chars]...
Operation	delete from Person_contracts where id = ? and key = ? | {1={Person_contracts.id=o.c.s.i.PersistedIdentifier@1, Person_contracts.key=Lyon}, 2={Person_contracts.id=o.c.s.i.PersistedIdentifier@1, Person_contracts.key=Marseille}}
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-03-27 07:13:48	TRACE	SQLOperation	select 'key' from Person_contracts | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.002</duration><failedSince>0</failedSince><name>overrideValueColumnName</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.011</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_phoneNumbers(id int, key varchar(255), value varchar(255), unique (id, key))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_phoneNumbers add constraint FK_Person_phoneNumbers_id_Person_id foreign key(id) references Person(id)
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOper
...[truncated 3580 chars]...
.PersistedIdentifier@1, Person_phoneNumbers.key=home}, 2={Person_phoneNumbers.id=o.c.s.i.PersistedIdentifier@1, Person_phoneNumbers.key=mobile}, 3={Person_phoneNumbers.id=o.c.s.i.PersistedIdentifier@1, Person_phoneNumbers.key=work}}
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-03-27 07:13:48	TRACE	SQLOperation	select 'key' from Person_phoneNumbers | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.009</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_phoneNumbers(id int, key varchar(255), value varchar(255), unique (id, key))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_phoneNumbers add constraint FK_Person_phoneNumbers_id_Person_id foreign key(id) references Person(id)
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOper
...[truncated 2879 chars]...
$DefaultRelationJoinRowConsumer@a3e83ec on object Person[addressBook=&lt;null&gt;,addresses=&lt;null&gt;,contracts=&lt;null&gt;,country=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@1,mapPropertyMadeOfComplexTypes=&lt;null&gt;,mapPropertyMadeOfComplexTypesWithColumnDuplicates=&lt;null&gt;,mapPropertyMadeOfEntityAsKey=&lt;null&gt;,mapPropertyMadeOfEntityAsKeyAndValue=&lt;null&gt;,mapPropertyMadeOfEntityAsValue=&lt;null&gt;,name=&lt;null&gt;,nicknames=&lt;null&gt;,phoneNumbers={mobile=03 33 33 33 33, home=01 11 11 11 11},timestamp=&lt;null&gt;,vehicle=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.003</duration><failedSince>0</failedSince><name>withTableName</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.009</duration><failedSince>0</failedSince><name>withCollectionFactory</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_phoneNumbers(id int, key varchar(255), value varchar(255), unique (id, key))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_phoneNumbers add constraint FK_Person_phoneNumbers_id_Person_id foreign key(id) references Person(id)
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOper
...[truncated 2882 chars]...
DefaultRelationJoinRowConsumer@134aafbb on object Person[addressBook=&lt;null&gt;,addresses=&lt;null&gt;,contracts=&lt;null&gt;,country=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@1,mapPropertyMadeOfComplexTypes=&lt;null&gt;,mapPropertyMadeOfComplexTypesWithColumnDuplicates=&lt;null&gt;,mapPropertyMadeOfEntityAsKey=&lt;null&gt;,mapPropertyMadeOfEntityAsKeyAndValue=&lt;null&gt;,mapPropertyMadeOfEntityAsValue=&lt;null&gt;,name=&lt;null&gt;,nicknames=&lt;null&gt;,phoneNumbers={mobile=03 33 33 33 33, home=01 11 11 11 11},timestamp=&lt;null&gt;,vehicle=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.004</duration><failedSince>0</failedSince><name>overrideKeyColumnName</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.003</duration><failedSince>0</failedSince><name>foreignKeyIsPresent</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.008</duration><failedSince>0</failedSince><name>update_objectRemoval</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_phoneNumbers(id int, key varchar(255), value varchar(255), unique (id, key))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_phoneNumbers add constraint FK_Person_phoneNumbers_id_Person_id foreign key(id) references Person(id)
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOper
...[truncated 5059 chars]...
oad.RelationJoinNode$DefaultRelationJoinRowConsumer@6cdc0092 on object Person[addressBook=&lt;null&gt;,addresses=&lt;null&gt;,contracts=&lt;null&gt;,country=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@1,mapPropertyMadeOfComplexTypes=&lt;null&gt;,mapPropertyMadeOfComplexTypesWithColumnDuplicates=&lt;null&gt;,mapPropertyMadeOfEntityAsKey=&lt;null&gt;,mapPropertyMadeOfEntityAsKeyAndValue=&lt;null&gt;,mapPropertyMadeOfEntityAsValue=&lt;null&gt;,name=&lt;null&gt;,nicknames=&lt;null&gt;,phoneNumbers={mobile=03 33 33 33 33},timestamp=&lt;null&gt;,vehicle=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.004</duration><failedSince>0</failedSince><name>withMapEntryTableNaming</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.012</duration><failedSince>0</failedSince><name>crud_keyIsComplexType</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_addresses(id int, creationDate timestamp, modificationDate timestamp, value varchar(255), unique (id, creationDate, modificationDate))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_addresses add constraint FK_Person_addresses_id_Person_id foreign key(id) references Person(id)
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching
...[truncated 6522 chars]...
025, Person_addresses.id=o.c.s.i.PersistedIdentifier@1}, 2={Person_addresses.modificationDate=Wed Mar 26 07:13:48 UTC 2025, Person_addresses.creationDate=Wed Mar 26 07:13:48 UTC 2025, Person_addresses.id=o.c.s.i.PersistedIdentifier@1}}
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-03-27 07:13:48	TRACE	SQLOperation	select 'key' from Person_addresses | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.034</duration><failedSince>0</failedSince><name>crud_keyAndValueIsComplexType_overrideColumnName</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates(id int, key_creationDate timestamp, modificationDate timestamp, creationDate timestamp, value_modificationDate timestamp, unique (id, key_creationDate, modificationDate))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates add con
...[truncated 9299 chars]...
pertyMadeOfComplexTypesWithColumnDuplicates.modificationDate=Mon Mar 24 07:13:48 UTC 2025, Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.key_creationDate=Mon Mar 24 07:13:48 UTC 2025}}
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-03-27 07:13:48	TRACE	SQLOperation	select 'key' from Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.003</duration><failedSince>0</failedSince><name>withTable</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.012</duration><failedSince>0</failedSince><name>crud_keyAndValueIsComplexType</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfComplexTypes(id int, creationDate timestamp, modificationDate timestamp, serialNumber varchar(255), model varchar(255), unique (id, creationDate, modificationDate))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfComplexTypes add constraint FK_Person_mapPropertyMadeOfComplexTypes_id_Person_i
...[truncated 8268 chars]...
deOfComplexTypes.id=o.c.s.i.PersistedIdentifier@1, Person_mapPropertyMadeOfComplexTypes.modificationDate=Tue Mar 25 07:13:48 UTC 2025, Person_mapPropertyMadeOfComplexTypes.creationDate=Tue Mar 25 07:13:48 UTC 2025}}
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-03-27 07:13:48	TRACE	SQLOperation	select 'key' from Person_mapPropertyMadeOfComplexTypes | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.008</duration><failedSince>0</failedSince><name>update_objectAddition</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_phoneNumbers(id int, key varchar(255), value varchar(255), unique (id, key))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_phoneNumbers add constraint FK_Person_phoneNumbers_id_Person_id foreign key(id) references Person(id)
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOper
...[truncated 6692 chars]...
@13aa034a on object Person[addressBook=&lt;null&gt;,addresses=&lt;null&gt;,contracts=&lt;null&gt;,country=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@1,mapPropertyMadeOfComplexTypes=&lt;null&gt;,mapPropertyMadeOfComplexTypesWithColumnDuplicates=&lt;null&gt;,mapPropertyMadeOfEntityAsKey=&lt;null&gt;,mapPropertyMadeOfEntityAsKeyAndValue=&lt;null&gt;,mapPropertyMadeOfEntityAsValue=&lt;null&gt;,name=&lt;null&gt;,nicknames=&lt;null&gt;,phoneNumbers={vacation site=04 44 44 44 44, mobile=03 33 33 33 33, home=01 11 11 11 11},timestamp=&lt;null&gt;,vehicle=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.003</duration><failedSince>0</failedSince><name>withReverseJoinColumn</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyAndValueAreEntities</className><duration>0.038</duration><failedSince>0</failedSince><name>crud_associationOnly</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKeyAndValue(id int, key int, value int, unique (id, key))
2025-03-27 07
...[truncated 13298 chars]...
tyMadeOfEntityAsKeyAndValue.key=o.c.s.i.PersistedIdentifier@3, Person_mapPropertyMadeOfEntityAsKeyAndValue.id=o.c.s.i.PersistedIdentifier@1}}
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-03-27 07:13:48	TRACE	SQLOperation	select 'key' from Person_mapPropertyMadeOfEntityAsKeyAndValue | {}
2025-03-27 07:13:48	TRACE	SQLOperation	select id from Country | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyAndValueAreEntities</className><duration>0.016</duration><failedSince>0</failedSince><name>crud_readOnly</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table City(id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Country(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKeyAndValue(id int, key int, value int, unique (id, key))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_m
...[truncated 13521 chars]...
object org.codefilarete.stalactite.engine.configurer.map.KeyValueRecord@d348349
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-03-27 07:13:48	TRACE	SQLOperation	select key from Person_mapPropertyMadeOfEntityAsKeyAndValue | {}
2025-03-27 07:13:48	TRACE	SQLOperation	select id from City | {}
2025-03-27 07:13:48	TRACE	SQLOperation	select id from Country | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyAndValueAreEntities</className><duration>0.015</duration><failedSince>0</failedSince><name>crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Country(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKeyAndValue(id int, key int, value int, unique (id, key))
2025-03-27 07:13:48	DEBUG	DDLDeployer	a
...[truncated 11542 chars]...
rson_mapPropertyMadeOfEntityAsKeyAndValue.key=o.c.s.i.PersistedIdentifier@2}}
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-03-27 07:13:48	TRACE	SQLOperation	select 'key' from Person_mapPropertyMadeOfEntityAsKeyAndValue | {}
2025-03-27 07:13:48	TRACE	SQLOperation	select id from City | {}
2025-03-27 07:13:48	TRACE	SQLOperation	select id from Country | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyAndValueAreEntities</className><duration>0.013</duration><failedSince>0</failedSince><name>foreignKey_creation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Country(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKeyAndValue(id int, key int, value int, unique (id, key))
2025-03-27 07:13:48	DEBUG	DDLDeployer	a
...[truncated 88 chars]...
rtyMadeOfEntityAsKeyAndValue_key_City_id foreign key(key) references City(id)
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKeyAndValue add constraint FK_Person_mapPropertyMadeOfEntityAsKeyAndValue_id_Person_id foreign key(id) references Person(id)
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKeyAndValue add constraint FK_Person_mapPropertyMadeOfEntityAsKeyAndValue_value_Country_id foreign key(value) references Country(id)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyAndValueAreEntities</className><duration>0.022</duration><failedSince>0</failedSince><name>crud_deleteOrphan</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table City(id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Country(id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKeyAndValue(id int, key int, value int, unique (id, key))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEnt
...[truncated 13367 chars]...
o.c.s.i.PersistedIdentifier@3}, 2={Country.id=o.c.s.i.PersistedIdentifier@4}}
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-03-27 07:13:48	TRACE	SQLOperation	select 'key' from Person_mapPropertyMadeOfEntityAsKeyAndValue | {}
2025-03-27 07:13:48	TRACE	SQLOperation	select id from City | {}
2025-03-27 07:13:48	TRACE	SQLOperation	select id from Country | {}
</stdout></case><duration>0.106</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyAndValueAreEntities</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyIsEntity</className><duration>0.021</duration><failedSince>0</failedSince><name>crud_associationOnly</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKey(id int, key int, value varchar(255), unique (id, key))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKey add constraint FK_Person_mapPro
...[truncated 10041 chars]...
er@1}, 2={Person_mapPropertyMadeOfEntityAsKey.key=o.c.s.i.PersistedIdentifier@2, Person_mapPropertyMadeOfEntityAsKey.id=o.c.s.i.PersistedIdentifier@1}}
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-03-27 07:13:48	TRACE	SQLOperation	select key from Person_mapPropertyMadeOfEntityAsKey | {}
2025-03-27 07:13:48	TRACE	SQLOperation	select id from Country | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyIsEntity</className><duration>0.013</duration><failedSince>0</failedSince><name>crud_readOnly</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKey(id int, key int, value varchar(255), unique (id, key))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKey add constraint FK_Person_mapPro
...[truncated 10530 chars]...
ntime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@18154756 on object org.codefilarete.stalactite.engine.configurer.map.KeyValueRecord@58c4f4d3
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-03-27 07:13:48	TRACE	SQLOperation	select key from Person_mapPropertyMadeOfEntityAsKey | {}
2025-03-27 07:13:48	TRACE	SQLOperation	select id from Country | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyIsEntity</className><duration>0.012</duration><failedSince>0</failedSince><name>crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKey(id int, key int, value varchar(255), unique (id, key))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKey add constraint FK_Person_mapPro
...[truncated 9540 chars]...
@1}, 2={Person_mapPropertyMadeOfEntityAsKey.key=o.c.s.i.PersistedIdentifier@2, Person_mapPropertyMadeOfEntityAsKey.id=o.c.s.i.PersistedIdentifier@1}}
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-03-27 07:13:48	TRACE	SQLOperation	select 'key' from Person_mapPropertyMadeOfEntityAsKey | {}
2025-03-27 07:13:48	TRACE	SQLOperation	select id from Country | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyIsEntity</className><duration>0.008</duration><failedSince>0</failedSince><name>foreignKey_creation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKey(id int, key int, value varchar(255), unique (id, key))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKey add constraint FK_Person_mapPropertyMadeOfEntityAsKey_id_Person_id foreign key(id) references Person(id)
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKey add constraint FK_Person_mapPropertyMadeOfEntityAsKey_key_Country_id foreign key(key) references Country(id)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyIsEntity</className><duration>0.015</duration><failedSince>0</failedSince><name>crud_deleteOrphan</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKey(id int, key int, value varchar(255), unique (id, key))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKey add constraint FK_Person_mapPro
...[truncated 10262 chars]...
48	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@2}, 2={Country.id=o.c.s.i.PersistedIdentifier@3}}
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-03-27 07:13:48	TRACE	SQLOperation	select 'key' from Person_mapPropertyMadeOfEntityAsKey | {}
2025-03-27 07:13:48	TRACE	SQLOperation	select id from Country | {}
</stdout></case><duration>0.072</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyIsEntity</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$ValueIsEntity</className><duration>0.029</duration><failedSince>0</failedSince><name>crud_associationOnly</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsValue(id int, key varchar(255), value int, unique (id, key))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsValue add constraint FK_Person_ma
...[truncated 9344 chars]...
PersistedIdentifier@1}, 2={Person_mapPropertyMadeOfEntityAsValue.key=Lyon, Person_mapPropertyMadeOfEntityAsValue.id=o.c.s.i.PersistedIdentifier@1}}
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-03-27 07:13:48	TRACE	SQLOperation	select value from Person_mapPropertyMadeOfEntityAsValue | {}
2025-03-27 07:13:48	TRACE	SQLOperation	select id from Country | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$ValueIsEntity</className><duration>0.016</duration><failedSince>0</failedSince><name>crud_readOnly</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsValue(id int, key varchar(255), value int, unique (id, key))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsValue add constraint FK_Person_ma
...[truncated 10686 chars]...
e.load.RelationJoinNode$DefaultRelationJoinRowConsumer@2bb5bddd on object org.codefilarete.stalactite.engine.configurer.map.KeyValueRecord@216e44f2
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-03-27 07:13:48	TRACE	SQLOperation	select value from Person_mapPropertyMadeOfEntityAsValue | {}
2025-03-27 07:13:48	TRACE	SQLOperation	select id from Country | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$ValueIsEntity</className><duration>0.017</duration><failedSince>0</failedSince><name>crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsValue(id int, key varchar(255), value int, unique (id, key))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsValue add constraint FK_Person_ma
...[truncated 9819 chars]...
AsValue.key=Marseille}, 2={Person_mapPropertyMadeOfEntityAsValue.id=o.c.s.i.PersistedIdentifier@1, Person_mapPropertyMadeOfEntityAsValue.key=Lyon}}
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-03-27 07:13:48	TRACE	SQLOperation	select 'key' from Person_mapPropertyMadeOfEntityAsValue | {}
2025-03-27 07:13:48	TRACE	SQLOperation	select id from Country | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$ValueIsEntity</className><duration>0.011</duration><failedSince>0</failedSince><name>foreignKey_creation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsValue(id int, key varchar(255), value int, unique (id, key))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsValue add constraint FK_Person_mapPropertyMadeOfEntityAsValue_value_Country_id foreign key(value) references Country(id)
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsValue add constraint FK_Person_mapPropertyMadeOfEntityAsValue_id_Person_id foreign key(id) references Person(id)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$ValueIsEntity</className><duration>0.015</duration><failedSince>0</failedSince><name>crud_deleteOrphan</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsValue(id int, key varchar(255), value int, unique (id, key))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsValue add constraint FK_Person_ma
...[truncated 9932 chars]...
RACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@2}, 2={Country.id=o.c.s.i.PersistedIdentifier@3}}
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-03-27 07:13:48	TRACE	SQLOperation	select 'value' from Person_mapPropertyMadeOfEntityAsValue | {}
2025-03-27 07:13:48	TRACE	SQLOperation	select id from Country | {}
</stdout></case><duration>0.092</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$ValueIsEntity</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Update</className><duration>0.012</duration><failedSince>0</failedSince><name>update_withAssociationTable_associationRecordsMustBeUpdated_butNotTargetEntities_list</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Question_choices(question_id int, choices_id int, unique (question_id, choices_id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Question(label varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Question_choices add constraint FK_Question_choices_choices_id_Choice_id foreign key(choices_id) 
...[truncated 4468 chars]...
uming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@7571d16d on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Question@9308e32
2025-03-27 07:13:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@78ba4220 on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Question@9308e32
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Update</className><duration>0.014</duration><failedSince>0</failedSince><name>update_entityRemoval</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	insert
...[truncated 1019 chars]...
ableIdentifier@1, Choice.idx (U)=2, Choice.label (U)=null}, 2={Choice.id (W)=o.c.s.i.PersistableIdentifier@30, Choice.questionId (U)=o.c.s.i.PersistableIdentifier@1, Choice.idx (U)=1, Choice.label (U)=null}}
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	delete from Choice where id = ? | {1={Choice.id=o.c.s.i.PersistableIdentifier@20}}
2025-03-27 07:13:49	TRACE	SQLOperation	select Choice.id, Choice.idx from Choice order by Choice.id | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Update</className><duration>0.011</duration><failedSince>0</failedSince><name>update_entitySwapping</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	insert
...[truncated 979 chars]...
tifier@1, Choice.id (W)=o.c.s.i.PersistableIdentifier@20, Choice.idx (U)=1, Choice.label (U)=null}, 2={Choice.questionId (U)=o.c.s.i.PersistableIdentifier@1, Choice.id (W)=o.c.s.i.PersistableIdentifier@10, Choice.idx (U)=2, Choice.label (U)=null}, 3={Choice.questionId (U)=o.c.s.i.PersistableIdentifier@1, Choice.id (W)=o.c.s.i.PersistableIdentifier@30, Choice.idx (U)=3, Choice.label (U)=null}}
2025-03-27 07:13:49	TRACE	SQLOperation	select Choice.id, Choice.idx from Choice order by Choice.id | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Update</className><duration>0.01</duration><failedSince>0</failedSince><name>update_entityRemoval_entitiesAreSameObjectReference</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	insert
...[truncated 1019 chars]...
id (W)=o.c.s.i.PersistableIdentifier@10, Choice.idx (U)=2}, 2={Choice.questionId (U)=o.c.s.i.PersistableIdentifier@1, Choice.label (U)=null, Choice.id (W)=o.c.s.i.PersistableIdentifier@30, Choice.idx (U)=1}}
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	delete from Choice where id = ? | {1={Choice.id=o.c.s.i.PersistableIdentifier@20}}
2025-03-27 07:13:49	TRACE	SQLOperation	select Choice.id, Choice.idx from Choice order by Choice.id | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Update</className><duration>0.009</duration><failedSince>0</failedSince><name>update_noChange</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	insert
...[truncated 361 chars]...
entifier@30, Choice.idx=3}, 2={Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.label=null, Choice.id=o.c.s.i.PersistableIdentifier@20, Choice.idx=2}, 3={Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.label=null, Choice.id=o.c.s.i.PersistableIdentifier@10, Choice.idx=1}}
2025-03-27 07:13:49	TRACE	SQLOperation	select Choice.id, Choice.idx from Choice order by Choice.id | {}
2025-03-27 07:13:49	TRACE	SQLOperation	select Choice.id, Choice.idx from Choice order by Choice.id | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Update</className><duration>0.009</duration><failedSince>0</failedSince><name>update_entityAddition</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	insert
...[truncated 1286 chars]...
Id (U)=o.c.s.i.PersistableIdentifier@1, Choice.id (W)=o.c.s.i.PersistableIdentifier@30}}
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	insert into Choice(label, id, questionId, idx) values (?, ?, ?, ?) | {1={Choice.idx=2, Choice.label=null, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.id=o.c.s.i.PersistableIdentifier@40}}
2025-03-27 07:13:49	TRACE	SQLOperation	select Choice.id, Choice.idx from Choice order by Choice.id | {}
</stdout></case><duration>0.067</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Update</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest</className><duration>0.012</duration><failedSince>0</failedSince><name>insert_indexedByColumnName</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, questionId int, myIdx integer, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	insert into Q
...[truncated 260 chars]...
e.id=o.c.s.i.PersistableIdentifier@20, Choice.label=null, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.myIdx=2}, 2={Choice.id=o.c.s.i.PersistableIdentifier@10, Choice.label=null, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.myIdx=1}, 3={Choice.id=o.c.s.i.PersistableIdentifier@30, Choice.label=null, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.myIdx=3}}
2025-03-27 07:13:49	TRACE	SQLOperation	select Choice.id, Choice.myIdx from Choice order by Choice.id | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest</className><duration>0.04</duration><failedSince>0</failedSince><name>insert_cascadeIsTriggered</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	insert
...[truncated 257 chars]...
1={Choice.idx=2, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.label=null, Choice.id=o.c.s.i.PersistableIdentifier@20}, 2={Choice.idx=3, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.label=null, Choice.id=o.c.s.i.PersistableIdentifier@30}, 3={Choice.idx=1, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.label=null, Choice.id=o.c.s.i.PersistableIdentifier@10}}
2025-03-27 07:13:49	TRACE	SQLOperation	select Choice.id, Choice.idx from Choice order by Choice.id | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest</className><duration>0.007</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	insert
...[truncated 1761 chars]...
ityMappingConfigurationSupportOneToManyListTest$Question@23eb5b94
2025-03-27 07:13:49	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@170eca2d
2025-03-27 07:13:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@55bf3ecf on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Question@23eb5b94
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest</className><duration>0.01</duration><failedSince>0</failedSince><name>crud_mappedBy</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer, label varchar(255), questionId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	insert into Que
...[truncated 2203 chars]...
025-03-27 07:13:49	TRACE	SQLOperation	update Choice set label = ?, questionId = ?, idx = ? where id = ? | {1={Choice.idx (U)=null, Choice.id (W)=o.c.s.i.PersistableIdentifier@13, Choice.label (U)=Grenoble, Choice.questionId (U)=null}}
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	delete from Question where id = ? | {1={Question.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:49	TRACE	SQLOperation	select questionId from Choice | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest</className><duration>0.012</duration><failedSince>0</failedSince><name>delete_reverseSideIsNotMapped_relationRecordsMustBeDeleted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, idx integer not null, unique (answer_id, choices_id, idx))
2025-03-27 07:13:49	
...[truncated 3320 chars]...
tableIdentifier@30, Answer_choices.idx=3}}
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:49	TRACE	SQLOperation	select count(id) as answerId from Answer | {}
2025-03-27 07:13:49	TRACE	SQLOperation	select count(*) as relationCount from Answer_Choices | {}
2025-03-27 07:13:49	TRACE	SQLOperation	select count(id) as choiceCount from Choice | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$WithDuplicates</className><duration>0.013</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, idx integer not null, unique (answer_id, choices_id, idx))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2025-03-27 07:13:49	
...[truncated 11335 chars]...
bleIdentifier@1}, 3={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@30, Answer_choices.idx=3, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:49	TRACE	SQLOperation	select count(*) as c from Answer_Choices | {}
2025-03-27 07:13:49	TRACE	SQLOperation	select id from Choice | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$WithDuplicates</className><duration>0.01</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, idx integer not null, unique (answer_id, choices_id, idx))
2025-03-27 07:13:49	
...[truncated 2560 chars]...
es_id=o.c.s.i.PersistableIdentifier@20}, 3={Answer_choices.idx=1, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@10}, 4={Answer_choices.idx=2, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@20}}
2025-03-27 07:13:49	TRACE	SQLOperation	select Answer_Choices.answer_Id, Answer_Choices.idx, Answer_Choices.choices_Id from Answer_Choices order by Answer_Choices.idx | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$WithDuplicates</className><duration>0.015</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, idx integer not null, unique (answer_id, choices_id, idx))
2025-03-27 07:13:49	
...[truncated 20020 chars]...
es.answer_id=o.c.s.i.PersistedIdentifier@1}, 2={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@20, Answer_choices.idx=2, Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@1}, 3={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@10, Answer_choices.idx=3, Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@1}}
2025-03-27 07:13:49	TRACE	SQLOperation	select Answer_Choices.answer_Id, Answer_Choices.idx, Answer_Choices.choices_Id from Answer_Choices order by Answer_Choices.idx | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$WithDuplicates</className><duration>0.011</duration><failedSince>0</failedSince><name>select_default</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, idx integer not null, unique (answer_id, choices_id, idx))
2025-03-27 07:13:49	
...[truncated 5685 chars]...
onsuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@5f5ff26 on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer@21b046cf
2025-03-27 07:13:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@571ac81f on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer@21b046cf
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$WithDuplicates</className><duration>0.009</duration><failedSince>0</failedSince><name>select_targets</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, idx integer not null, unique (answer_id, choices_id, idx))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2025-03-27 07:13:49	
...[truncated 2418 chars]...
tityMappingConfigurationSupportOneToManyListTest$Question@2019801f
2025-03-27 07:13:49	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@e566ef9
2025-03-27 07:13:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@58ce13bc on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Question@2019801f
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$WithDuplicates</className><duration>0.012</duration><failedSince>0</failedSince><name>deleteById</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, idx integer not null, unique (answer_id, choices_id, idx))
2025-03-27 07:13:49	
...[truncated 2787 chars]...
tableIdentifier@1, Answer_choices.idx=1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@10}}
2025-03-27 07:13:49	TRACE	SQLOperation	delete from Answer_choices where answer_id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2025-03-27 07:13:49	TRACE	SQLOperation	delete from Answer where id in (?) | {Answer.id=o.c.s.i.PersistableIdentifier@1}
2025-03-27 07:13:49	TRACE	SQLOperation	select count(*) as c from Answer_Choices | {}
2025-03-27 07:13:49	TRACE	SQLOperation	select id from Choice | {}
</stdout></case><duration>0.072</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$WithDuplicates</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAll</className><duration>0.019</duration><failedSince>0</failedSince><name>update_multipleTimes</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table State(name varchar(255), id int not null, countryId int, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) ref
...[truncated 14715 chars]...
filarete.stalactite.engine.model.Country@4634c2c8,id=o.c.s.i.PersistedIdentifier@2,name=Grenoble,persons=&lt;null&gt;,state=&lt;null&gt;]],description=Smelly cheese !,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[State{id=o.c.s.i.PersistedIdentifier@0}, State{id=o.c.s.i.PersistedIdentifier@2}],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
2025-03-27 07:13:45	TRACE	SQLOperation	select id from State where id = 1 | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAll</className><duration>0.013</duration><failedSince>0</failedSince><name>update_noMappedBy_associationTableIsMaintained</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(citi
...[truncated 7160 chars]...
ityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@20d9755f on object Country[ancientCities=[],capital=&lt;null&gt;,cities=[City[country=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@1,name=changed,persons=&lt;null&gt;,state=&lt;null&gt;]],description=Smelly cheese !,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAll</className><duration>0.01</duration><failedSince>0</failedSince><name>delete_mappedRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-03-27 07:13:45	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Co
...[truncated 1580 chars]...
n	Batching statement 2 times
2025-03-27 07:13:45	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.name (U)=null, City.id (W)=o.c.s.i.PersistedIdentifier@100, City.countryId (U)=null}, 2={City.name (U)=null, City.id (W)=o.c.s.i.PersistedIdentifier@200, City.countryId (U)=null}}
2025-03-27 07:13:45	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:45	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAll</className><duration>0.01</duration><failedSince>0</failedSince><name>update_mappedBy</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-03-27 07:13:45	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:45	TRACE	SQLOperat
...[truncated 4182 chars]...
ite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@f09430e on object Country[ancientCities=[],capital=&lt;null&gt;,cities=[City[country=org.codefilarete.stalactite.engine.model.Country@2a3a6fba,id=o.c.s.i.PersistedIdentifier@1,name=changed,persons=&lt;null&gt;,state=&lt;null&gt;]],description=Smelly cheese !,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAll</className><duration>0.011</duration><failedSince>0</failedSince><name>update_associationTable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(
...[truncated 7156 chars]...
tityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@71775cf on object Country[ancientCities=[],capital=&lt;null&gt;,cities=[City[country=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@1,name=changed,persons=&lt;null&gt;,state=&lt;null&gt;]],description=Smelly cheese !,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAll</className><duration>0.009</duration><failedSince>0</failedSince><name>delete_withAssociationTable_associationRecordsMustBeDeleted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(
...[truncated 780 chars]...
Identifier@42}}
2025-03-27 07:13:45	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:45	TRACE	SQLOperation	delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.cities_id=o.c.s.i.PersistedIdentifier@300, Country_cities.country_id=o.c.s.i.PersistedIdentifier@666}}
2025-03-27 07:13:45	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:45	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@666}}
</stdout></case><duration>0.076</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAll</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAllOrphanRemoval</className><duration>0.013</duration><failedSince>0</failedSince><name>update_associationTable_removedElementsAreDeleted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(
...[truncated 7339 chars]...
ityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@15dabc33 on object Country[ancientCities=[],capital=&lt;null&gt;,cities=[City[country=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@1,name=changed,persons=&lt;null&gt;,state=&lt;null&gt;]],description=Smelly cheese !,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAllOrphanRemoval</className><duration>0.01</duration><failedSince>0</failedSince><name>delete_mappedBy</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-03-27 07:13:45	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Co
...[truncated 1459 chars]...
ll&gt;,name=&lt;null&gt;,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
2025-03-27 07:13:45	DEBUG	SQLOperation	Batching statement 2 times
2025-03-27 07:13:45	TRACE	SQLOperation	delete from City where id = ? | {1={City.id=o.c.s.i.PersistedIdentifier@100}, 2={City.id=o.c.s.i.PersistedIdentifier@200}}
2025-03-27 07:13:45	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:45	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAllOrphanRemoval</className><duration>0.012</duration><failedSince>0</failedSince><name>update_mappedBy_removedElementsAreDeleted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-03-27 07:13:45	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:45	TRACE	SQLOperat
...[truncated 4107 chars]...
ite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@7d236b95 on object Country[ancientCities=[],capital=&lt;null&gt;,cities=[City[country=org.codefilarete.stalactite.engine.model.Country@ad831c6,id=o.c.s.i.PersistedIdentifier@1,name=changed,persons=&lt;null&gt;,state=&lt;null&gt;]],description=Smelly cheese !,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAllOrphanRemoval</className><duration>0.009</duration><failedSince>0</failedSince><name>delete_withAssociationTable_associationRecordsMustBeDeleted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(
...[truncated 1191 chars]...
= ? | {1={Country_cities.country_id=o.c.s.i.PersistedIdentifier@666, Country_cities.cities_id=o.c.s.i.PersistedIdentifier@300}}
2025-03-27 07:13:45	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:45	TRACE	SQLOperation	delete from City where id = ? | {1={City.id=o.c.s.i.PersistedIdentifier@300}}
2025-03-27 07:13:45	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:45	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@666}}
</stdout></case><duration>0.046</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAllOrphanRemoval</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAssociationOnly</className><duration>0.004</duration><failedSince>0</failedSince><name>withoutAssociationTable_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAssociationOnly</className><duration>0.011</duration><failedSince>0</failedSince><name>delete_withAssociationTable_associationRecordsMustBeDeleted_butNotTargetEntities</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(
...[truncated 780 chars]...
Identifier@42}}
2025-03-27 07:13:45	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:45	TRACE	SQLOperation	delete from Country_cities where cities_id = ? and country_id = ? | {1={Country_cities.cities_id=o.c.s.i.PersistedIdentifier@300, Country_cities.country_id=o.c.s.i.PersistedIdentifier@666}}
2025-03-27 07:13:45	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:45	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@666}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAssociationOnly</className><duration>0.015</duration><failedSince>0</failedSince><name>update_withAssociationTable_associationRecordsMustBeUpdated_butNotTargetEntities</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(
...[truncated 6084 chars]...
BUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@3defcbe9 on object Country[ancientCities=[],capital=&lt;null&gt;,cities=[City[country=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@100,name=&lt;null&gt;,persons=&lt;null&gt;,state=&lt;null&gt;]],description=&lt;null&gt;,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@42,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAssociationOnly</className><duration>0.01</duration><failedSince>0</failedSince><name>insert_withAssociationTable_associationRecordsMustBeInserted_butNotTargetEntities</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(
...[truncated 596 chars]...
ng statement 3 times
2025-03-27 07:13:45	TRACE	SQLOperation	insert into Country_cities(country_id, cities_id) values (?, ?) | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@666, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@300}, 2={Country_cities.country_id=o.c.s.i.PersistableIdentifier@42, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@100}, 3={Country_cities.country_id=o.c.s.i.PersistableIdentifier@42, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@200}}
</stdout></case><duration>0.042</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAssociationOnly</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeReadOnly</className><duration>0.009</duration><failedSince>0</failedSince><name>insert_onlySourceEntitiesArePersisted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(citi
...[truncated 204 chars]...
 07:13:45	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:45	TRACE	SQLOperation	insert into Country(name, description, id) values (?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@1, Country.description=null, Country.name=France}}
2025-03-27 07:13:45	TRACE	SQLOperation	select id from country | {}
2025-03-27 07:13:45	TRACE	SQLOperation	select count(*) as relationCount from country_cities | {}
2025-03-27 07:13:45	TRACE	SQLOperation	select count(*) as cityCount from city | {}
</stdout></case><duration>0.009</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeReadOnly</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SchemaCreation</className><duration>0.008</duration><failedSince>0</failedSince><name>mappedBy_foreignKeyIsCreated</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SchemaCreation</className><duration>0.014</duration><failedSince>0</failedSince><name>withTargetTableSetByTargetEntity_tableSetByTargetEntityIsUSed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Town(name varchar(255), id int not null, countryId int, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	alter table Town add constraint FK_Town_countryId_Country_id foreign key(countryId) references Country(id)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SchemaCreation</className><duration>0.011</duration><failedSince>0</failedSince><name>withTargetTable_targetTableIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Town(name varchar(255), id int not null, countryId int, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	alter table Town add constraint FK_Town_countryId_Country_id foreign key(countryId) references Country(id)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SchemaCreation</className><duration>0.012</duration><failedSince>0</failedSince><name>withTargetTableAndTableSetByTargetEntity_targetTableIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Township(name varchar(255), id int not null, countryId int, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	alter table Township add constraint FK_Township_countryId_Country_id foreign key(countryId) references Country(id)
</stdout></case><duration>0.047</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SchemaCreation</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest</className><duration>0.01</duration><failedSince>0</failedSince><name>mappedBy_entitiesAreLoaded</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-03-27 07:13:45	TRACE	SQLOperation	select Country.name as Country_name, Country.id as Country_id, City.name as City_name, C
...[truncated 970 chars]...
e.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@55b5e3b3 on object Country[ancientCities=[],capital=&lt;null&gt;,cities=[City[country=org.codefilarete.stalactite.engine.model.Country@744491d1,id=o.c.s.i.PersistedIdentifier@1,name=Paris,persons=&lt;null&gt;,state=&lt;null&gt;]],description=&lt;null&gt;,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@42,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest</className><duration>0.017</duration><failedSince>0</failedSince><name>mappedBy_noCascade_defaultCascadeIsAll</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-03-27 07:13:45	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:45	TRACE	SQLOperat
...[truncated 3594 chars]...
, City.name (U)=touched Paris, City.countryId (U)=null}, 2={City.id (W)=o.c.s.i.PersistedIdentifier@1, City.name (U)=Paris, City.countryId (U)=null}}
2025-03-27 07:13:45	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:45	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2025-03-27 07:13:45	TRACE	SQLOperation	select name from Country where id = 42 | {}
2025-03-27 07:13:45	TRACE	SQLOperation	select name from City where id = 1 | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest</className><duration>0.014</duration><failedSince>0</failedSince><name>withPolymorphicTarget_crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country(id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Town(id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-03-27 07:13:45	DEBUG	DDLDeployer	alter table Town add c
...[truncated 4614 chars]...
DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:45	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistableIdentifier@13, City.name (U)=Grenoble, City.countryId (U)=null}}
2025-03-27 07:13:45	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:45	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:45	TRACE	SQLOperation	select countryId from city | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest</className><duration>0.013</duration><failedSince>0</failedSince><name>mappedBy_differentWays(ThrowingSupplier, boolean)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-03-27 07:13:45	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:45	TRACE	SQLOperat
...[truncated 4532 chars]...
.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@57ddc309 on object Country[ancientCities=[],capital=&lt;null&gt;,cities=[City[country=org.codefilarete.stalactite.engine.model.Country@42bf941f,id=o.c.s.i.PersistedIdentifier@0,name=Paris,persons=&lt;null&gt;,state=&lt;null&gt;]],description=&lt;null&gt;,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@1,languages=[],modificationDate=&lt;null&gt;,name=France 2,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest</className><duration>0.012</duration><failedSince>0</failedSince><name>mappedBy_differentWays(ThrowingSupplier, boolean)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-03-27 07:13:45	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:45	TRACE	SQLOperat
...[truncated 4531 chars]...
.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@32f2c3d3 on object Country[ancientCities=[],capital=&lt;null&gt;,cities=[City[country=org.codefilarete.stalactite.engine.model.Country@15b2d290,id=o.c.s.i.PersistedIdentifier@0,name=Paris,persons=&lt;null&gt;,state=&lt;null&gt;]],description=&lt;null&gt;,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@1,languages=[],modificationDate=&lt;null&gt;,name=France 2,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest</className><duration>0.011</duration><failedSince>0</failedSince><name>mappedBy_differentWays(ThrowingSupplier, boolean)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table city(countryId int, name varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	alter table city add constraint FK_city_countryId_Country_id foreign key(countryId) references Country(id)
2025-03-27 07:13:45	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:45	TRACE	SQLOperat
...[truncated 4427 chars]...
DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@72c0e83e on object Country[ancientCities=[],capital=&lt;null&gt;,cities=[City[country=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@0,name=Paris,persons=&lt;null&gt;,state=&lt;null&gt;]],description=&lt;null&gt;,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@1,languages=[],modificationDate=&lt;null&gt;,name=France 2,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest</className><duration>0.014</duration><failedSince>0</failedSince><name>mappedBy_set_crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country(id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-03-27 07:13:45	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:45	TRACE	SQLOperation	insert into Country(id) values (?) | {1={
...[truncated 2416 chars]...
DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:45	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.name (U)=Grenoble, City.id (W)=o.c.s.i.PersistableIdentifier@13, City.countryId (U)=null}}
2025-03-27 07:13:45	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:45	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:45	TRACE	SQLOperation	select countryId from city | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest</className><duration>0.014</duration><failedSince>0</failedSince><name>associationTable_set_crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country(id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(cities_id) references City(id)
2025-03-27 07:13:4
...[truncated 4296 chars]...
tatement 1 times
2025-03-27 07:13:45	TRACE	SQLOperation	delete from Country_cities where cities_id = ? and country_id = ? | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@1, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@13}}
2025-03-27 07:13:45	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:45	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:45	TRACE	SQLOperation	select id from city | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest</className><duration>0.014</duration><failedSince>0</failedSince><name>mappedBy_set_ordered_crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country(id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, myIdx integer, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-03-27 07:13:45	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:45	TRACE	SQLOperation	insert into Country(id) va
...[truncated 2983 chars]...
ll, City.name (U)=Grenoble}}
2025-03-27 07:13:45	DEBUG	SQLOperation	Batching statement 2 times
2025-03-27 07:13:45	TRACE	SQLOperation	update City set countryId = ?, myIdx = ? where id = ? | {1={City.countryId (U)=o.c.s.i.PersistedIdentifier@1, City.id (W)=o.c.s.i.PersistableIdentifier@17, City.myIdx (U)=2}, 2={City.countryId (U)=o.c.s.i.PersistedIdentifier@1, City.id (W)=o.c.s.i.PersistableIdentifier@23, City.myIdx (U)=1}}
2025-03-27 07:13:45	TRACE	SQLOperation	select name, myIdx from city | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest</className><duration>0.01</duration><failedSince>0</failedSince><name>mappedBy_collectionFactory</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-03-27 07:13:45	TRACE	SQLOperation	select Country.name as Country_name, Country.id as Country_id, City.name as City_name, C
...[truncated 970 chars]...
e.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@7a8b1b10 on object Country[ancientCities=[],capital=&lt;null&gt;,cities=[City[country=org.codefilarete.stalactite.engine.model.Country@36a0cf2b,id=o.c.s.i.PersistedIdentifier@1,name=Paris,persons=&lt;null&gt;,state=&lt;null&gt;]],description=&lt;null&gt;,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@42,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SelectWithEmptyRelationMustReturnEmptyCollection</className><duration>0.009</duration><failedSince>0</failedSince><name>noAssociationTable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-03-27 07:13:45	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Co
...[truncated 316 chars]...
stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@42ea7366
2025-03-27 07:13:45	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@7ac44d97 on object Country[ancientCities=[],capital=&lt;null&gt;,cities=&lt;null&gt;,description=&lt;null&gt;,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@42,languages=[],modificationDate=&lt;null&gt;,name=&lt;null&gt;,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SelectWithEmptyRelationMustReturnEmptyCollection</className><duration>0.009</duration><failedSince>0</failedSince><name>withAssociationTable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(citi
...[truncated 1221 chars]...
,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
2025-03-27 07:13:45	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@4cc72fa5 on object Country[ancientCities=[],capital=&lt;null&gt;,cities=&lt;null&gt;,description=&lt;null&gt;,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@42,languages=[],modificationDate=&lt;null&gt;,name=&lt;null&gt;,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><duration>0.019</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SelectWithEmptyRelationMustReturnEmptyCollection</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest</className><duration>0.012</duration><failedSince>0</failedSince><name>multiple_oneToOne_partialOrphanRemoval</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Country(description varchar(255), id int not null, presidentId int, capitalId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_capitalId_City_id foreign key(capitalId) references City(
...[truncated 5678 chars]...
ration	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@0}}
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	update City set name = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistableIdentifier@0, City.name (U)=Paris renamed}}
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@1}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest</className><duration>0.011</duration><failedSince>0</failedSince><name>multiple_oneToOne</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Country(description varchar(255), id int not null, presidentId int, capitalId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references
...[truncated 5379 chars]...
erson.id (W)=o.c.s.i.PersistableIdentifier@0, Person.name (U)=French president renamed}}
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	update City set name = ? where id = ? | {1={City.name (U)=Paris renamed, City.id (W)=o.c.s.i.PersistableIdentifier@0}}
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@0}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest</className><duration>0.009</duration><failedSince>0</failedSince><name>lightOneToOne_relationIsPersisted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), presidentId int, id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	insert into Country(name, description, presidentId, id) values (?, ?, ?, ?) | {1={Country.presidentId=Person[addressBook=&lt;null&gt;,addresses=&lt;null&gt;,contracts=&lt;null&gt;,country=&lt;null&gt;,id=o.c.s.i.PersistableIdentifier@123,mapPropertyMadeOfComplexTypes=
...[truncated 967 chars]...
Country.id (W)=o.c.s.i.PersistedIdentifier@456, Country.presidentId (U)=Person[addressBook=&lt;null&gt;,addresses=&lt;null&gt;,contracts=&lt;null&gt;,country=&lt;null&gt;,id=o.c.s.i.PersistableIdentifier@124,mapPropertyMadeOfComplexTypes=&lt;null&gt;,mapPropertyMadeOfComplexTypesWithColumnDuplicates=&lt;null&gt;,mapPropertyMadeOfEntityAsKey=&lt;null&gt;,mapPropertyMadeOfEntityAsKeyAndValue=&lt;null&gt;,mapPropertyMadeOfEntityAsValue=&lt;null&gt;,name=French president,nicknames=&lt;null&gt;,phoneNumbers=&lt;null&gt;,timestamp=&lt;null&gt;,vehicle=&lt;null&gt;,version=0]}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll</className><duration>0.015</duration><failedSince>0</failedSince><name>ownedByReverseSideColumn</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Country(description varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table City(countryId int, name varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	insert into Cou
...[truncated 7282 chars]...
7 07:13:49	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.countryId (U)=null, City.name (U)=Lyon renamed, City.id (W)=o.c.s.i.PersistedIdentifier@1}}
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2025-03-27 07:13:49	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll</className><duration>0.012</duration><failedSince>0</failedSince><name>ownedByReverseSideGetter</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Country(description varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	insert into Cou
...[truncated 7282 chars]...
7 07:13:49	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.countryId (U)=null, City.name (U)=Lyon renamed, City.id (W)=o.c.s.i.PersistedIdentifier@1}}
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2025-03-27 07:13:49	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll</className><duration>0.012</duration><failedSince>0</failedSince><name>ownedByReverseSideSetter</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Country(description varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	insert into Cou
...[truncated 7282 chars]...
7 07:13:49	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.countryId (U)=null, City.name (U)=Lyon renamed, City.id (W)=o.c.s.i.PersistedIdentifier@1}}
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2025-03-27 07:13:49	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll</className><duration>0.014</duration><failedSince>0</failedSince><name>ownedBySourceSide</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Country(description varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	insert into Cou
...[truncated 7282 chars]...
7 07:13:49	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.name (U)=Lyon renamed, City.countryId (U)=null, City.id (W)=o.c.s.i.PersistedIdentifier@1}}
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2025-03-27 07:13:49	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Delete</className><duration>0.008</duration><failedSince>0</failedSince><name>targetEntityIsDeleted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Country(description varchar(255), id int not null, presidentId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2025-03-27 07:13:49	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Coun
...[truncated 504 chars]...
efaultRelationJoinRowConsumer@253ce354 on object Country[ancientCities=[],capital=&lt;null&gt;,cities=&lt;null&gt;,description=&lt;null&gt;,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@100,languages=[],modificationDate=&lt;null&gt;,name=&lt;null&gt;,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@100}}
</stdout></case><duration>0.008</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Delete</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Insert</className><duration>0.008</duration><failedSince>0</failedSince><name>insertTwice_targetInstanceIsInsertedOnce</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRA
...[truncated 1601 chars]...
talactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@7a2b308a
2025-03-27 07:13:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@6a935192 on object Country[ancientCities=[],capital=&lt;null&gt;,cities=&lt;null&gt;,description=&lt;null&gt;,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@1,languages=[],modificationDate=&lt;null&gt;,name=France 2,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Insert</className><duration>0.007</duration><failedSince>0</failedSince><name>mandatory_withNullTarget_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Insert</className><duration>0.008</duration><failedSince>0</failedSince><name>insert_targetInstanceIsUpdated_ownedByReverseSide</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, countryId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_countryId_Country_id foreign key(countryId) references Country(id)
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQL
...[truncated 1895 chars]...
DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@f6bac43 on object Country[ancientCities=[],capital=&lt;null&gt;,cities=&lt;null&gt;,description=&lt;null&gt;,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@1,languages=[],modificationDate=&lt;null&gt;,name=France 2,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
2025-03-27 07:13:49	TRACE	SQLOperation	select count(*) as countryCount from Country | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Insert</className><duration>0.008</duration><failedSince>0</failedSince><name>insert_targetInstanceIsUpdated</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRA
...[truncated 1910 chars]...
EBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@5345911c on object Country[ancientCities=[],capital=&lt;null&gt;,cities=&lt;null&gt;,description=&lt;null&gt;,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@1,languages=[],modificationDate=&lt;null&gt;,name=France 2,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
2025-03-27 07:13:49	TRACE	SQLOperation	select count(*) as countryCount from Country | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Insert</className><duration>0.008</duration><failedSince>0</failedSince><name>insertOnce_targetInstanceIsInserted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRA
...[truncated 942 chars]...
te.engine.runtime.load.JoinRoot$JoinRootRowConsumer@5a1db3f5
2025-03-27 07:13:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@2ee64975 on object Country[ancientCities=[],capital=&lt;null&gt;,cities=&lt;null&gt;,description=Smelly cheese !,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><duration>0.042</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Insert</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Update</className><duration>0.009</duration><failedSince>0</failedSince><name>relationNullifiedWithOrphanRemoval</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRA
...[truncated 2598 chars]...
de$DefaultRelationJoinRowConsumer@31bd2630 on object Country[ancientCities=[],capital=&lt;null&gt;,cities=&lt;null&gt;,description=Smelly cheese !,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
2025-03-27 07:13:49	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@0}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Update</className><duration>0.009</duration><failedSince>0</failedSince><name>relationChanged_relationIsOwnedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRA
...[truncated 4023 chars]...
uclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
2025-03-27 07:13:49	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@0}
2025-03-27 07:13:49	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@64c00712
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Update</className><duration>0.01</duration><failedSince>0</failedSince><name>relationChanged_relationIsOwnedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, countryId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_countryId_Country_id foreign key(countryId) references Country(id)
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQL
...[truncated 4326 chars]...
m Person where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@0}
2025-03-27 07:13:49	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@6e722f3c
2025-03-27 07:13:49	TRACE	SQLOperation	select countryId from Person where id = :personId | {personId=o.c.s.i.PersistableIdentifier@0}
2025-03-27 07:13:49	TRACE	SQLOperation	select countryId from Person where id = :personId | {personId=o.c.s.i.PersistableIdentifier@1}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Update</className><duration>0.009</duration><failedSince>0</failedSince><name>mandatory_withNullTarget_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:
...[truncated 926 chars]...
.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@5378a2b5
2025-03-27 07:13:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@4a62c479 on object Country[ancientCities=[],capital=&lt;null&gt;,cities=&lt;null&gt;,description=&lt;null&gt;,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Update</className><duration>0.01</duration><failedSince>0</failedSince><name>relationNullified_relationIsOwnedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRA
...[truncated 2565 chars]...
uclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
2025-03-27 07:13:49	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@0}
2025-03-27 07:13:49	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@48a14029
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Update</className><duration>0.009</duration><failedSince>0</failedSince><name>relationChanged_relationIsOwnedBySource_withOrphanRemoval</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRA
...[truncated 2857 chars]...
de$DefaultRelationJoinRowConsumer@22947281 on object Country[ancientCities=[],capital=&lt;null&gt;,cities=&lt;null&gt;,description=Smelly cheese !,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
2025-03-27 07:13:49	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@0}
</stdout></case><duration>0.058</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Update</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeDeclaration</className><duration>0.009</duration><failedSince>0</failedSince><name>notDefined_defaultIsAll_getter</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRA
...[truncated 1798 chars]...
resident_id from Country left outer join Person as president on Country.presidentId = president.id where Country.id in (?) | {Country.id=o.c.s.i.PersistedIdentifier@42}
2025-03-27 07:13:49	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {Person.id=o.c.s.i.PersistedIdentifier@666}
2025-03-27 07:13:49	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@6768cc1
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeDeclaration</className><duration>0.014</duration><failedSince>0</failedSince><name>readOnly_getter_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, countryId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_countryId_Country_id foreign key(countryId) references Country(id)
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQL
...[truncated 3711 chars]...
025-03-27 07:13:49	TRACE	SQLOperation	update Person set countryId = ? where id = ? | {1={}}
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@42}}
2025-03-27 07:13:49	TRACE	SQLOperation	select name from Country | {}
2025-03-27 07:13:49	TRACE	SQLOperation	select name from Person | {}
2025-03-27 07:13:49	TRACE	SQLOperation	select name from Person where id = 2 | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeDeclaration</className><duration>0.007</duration><failedSince>0</failedSince><name>cascade_deleteWithOrphanRemoval</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Country(description varchar(255), id int not null, presidentId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2025-03-27 07:13:49	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Coun
...[truncated 689 chars]...
ier@100,languages=[],modificationDate=&lt;null&gt;,name=&lt;null&gt;,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@100}}
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@42}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeDeclaration</className><duration>0.003</duration><failedSince>0</failedSince><name>associationOnly_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeDeclaration</className><duration>0.009</duration><failedSince>0</failedSince><name>readOnly_getter</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRA
...[truncated 1407 chars]...
leIdentifier@42, Country.name (U)=touched France, Country.description (U)=null}}
2025-03-27 07:13:49	TRACE	SQLOperation	select name from Person where id = 1 | {}
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2025-03-27 07:13:49	TRACE	SQLOperation	select name from Country | {}
2025-03-27 07:13:49	TRACE	SQLOperation	select name from Person where id = 1 | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeDeclaration</className><duration>0.008</duration><failedSince>0</failedSince><name>readOnly_setter</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRA
...[truncated 1407 chars]...
untry.id (W)=o.c.s.i.PersistableIdentifier@42, Country.name (U)=touched France}}
2025-03-27 07:13:49	TRACE	SQLOperation	select name from Person where id = 1 | {}
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2025-03-27 07:13:49	TRACE	SQLOperation	select name from Country | {}
2025-03-27 07:13:49	TRACE	SQLOperation	select name from Person where id = 1 | {}
</stdout></case><duration>0.051</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeDeclaration</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$ForeignKeyCreation</className><duration>0.008</duration><failedSince>0</failedSince><name>relationIsDefinedByColumnOnTargetSideAndReverseMutatorIsUsed_columnOverrideIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table city(state int, name varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table city add constraint FK_city_state_Country_id foreign key(state) references Country(id)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$ForeignKeyCreation</className><duration>0.007</duration><failedSince>0</failedSince><name>relationOwnedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, capitalId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_capitalId_City_id foreign key(capitalId) references City(id)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$ForeignKeyCreation</className><duration>0.008</duration><failedSince>0</failedSince><name>withTargetTableSetByTargetEntity_tableSetByTargetEntityIsUSed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Town(name varchar(255), id int not null, countryId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Town add constraint FK_Town_countryId_Country_id foreign key(countryId) references Country(id)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$ForeignKeyCreation</className><duration>0.009</duration><failedSince>0</failedSince><name>withTargetTable_targetTableIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Township(name varchar(255), id int not null, countryId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Township add constraint FK_Township_countryId_Country_id foreign key(countryId) references Country(id)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$ForeignKeyCreation</className><duration>0.009</duration><failedSince>0</failedSince><name>withTargetTableAndTableSetByTargetEntity_targetTableIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Township(name varchar(255), id int not null, countryId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Township add constraint FK_Township_countryId_Country_id foreign key(countryId) references Country(id)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$ForeignKeyCreation</className><duration>0.009</duration><failedSince>0</failedSince><name>relationIsDefinedByColumnOnTargetSide</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table city(state int, name varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table city add constraint FK_city_state_Country_id foreign key(state) references Country(id)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$ForeignKeyCreation</className><duration>0.007</duration><failedSince>0</failedSince><name>relationIsDefinedByColumnOnTargetSideAndReverseAccessorIsUsed_columnOverrideIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table city(state int, name varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table city add constraint FK_city_state_Country_id foreign key(state) references Country(id)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$ForeignKeyCreation</className><duration>0.008</duration><failedSince>0</failedSince><name>relationOwnedByTargetSide</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
</stdout></case><duration>0.069</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$ForeignKeyCreation</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismCompositionTest</className><duration>0.015</duration><failedSince>0</failedSince><name>joinedTables_singleTable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	DDLDeployer	create table AbstractVehicle(id int not null, unique (id))
2025-03-27 07:13:47	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), color int, plug integer, DTYPE varchar(255) not null, unique (id))
2025-03-27 07:13:47	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOper
...[truncated 3268 chars]...
,id=o.c.s.i.PersistedIdentifier@1,timestamp=&lt;null&gt;]
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:47	TRACE	SQLOperation	select * from car | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismCompositionTest</className><duration>0.015</duration><failedSince>0</failedSince><name>joinedTables_joinedTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	DDLDeployer	create table AbstractVehicle(id int not null, unique (id))
2025-03-27 07:13:47	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), color int, unique (id))
2025-03-27 07:13:47	DEBUG	DDLDeployer	create table ElectricCar(plug integer, id int not null, unique (id))
2025-03-27 07:13:47	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2025-03-27 07:13:47	DEBUG	DDLDeploy
...[truncated 5159 chars]...
07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:47	TRACE	SQLOperation	select * from abstractVehicle left outer join car on abstractVehicle.id = car.id | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismCompositionTest</className><duration>0.003</duration><failedSince>0</failedSince><name>joinedTables_tablePerClass_isNotSupported</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismCompositionTest</className><duration>0.012</duration><failedSince>0</failedSince><name>singleTable_joinedTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	DDLDeployer	create table AbstractVehicle(id int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2025-03-27 07:13:47	DEBUG	DDLDeployer	create table ElectricCar(plug integer, id int not null, unique (id))
2025-03-27 07:13:47	DEBUG	DDLDeployer	alter table ElectricCar add constraint FK_ElectricCar_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:4
...[truncated 3829 chars]...
ier@1,timestamp=&lt;null&gt;]
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	delete from ElectricCar where id = ? | {1={ElectricCar.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:47	TRACE	SQLOperation	select * from abstractVehicle | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismCompositionTest</className><duration>0.002</duration><failedSince>0</failedSince><name>singleTable_singleTable_isNotSupported</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismCompositionTest</className><duration>0.003</duration><failedSince>0</failedSince><name>singleTable_tablePerClass_isNotSupported</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.052</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismCompositionTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$JoinTable</className><duration>0.016</duration><failedSince>0</failedSince><name>twoSubClasses</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table AbstractVehicle(id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Truck(id int not null, color int, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), color int, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Truck add constraint FK_Truck_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2025-03-27 07:13:48	DEBUG	DDLDeployer	al
...[truncated 6222 chars]...
025-03-27 07:13:48	TRACE	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@2}}
2025-03-27 07:13:48	TRACE	SQLOperation	select count(*) as vehicleCount from abstractVehicle where id in (1, 2) | {}
2025-03-27 07:13:48	TRACE	SQLOperation	select count(*) as carCount from car where id = 1 | {}
2025-03-27 07:13:48	TRACE	SQLOperation	select count(*) as truckCount from car where id = 2 | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$JoinTable</className><duration>0.01</duration><failedSince>0</failedSince><name>oneSubClass</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table AbstractVehicle(id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), color int, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	insert into AbstractVehicle(id) value
...[truncated 2844 chars]...
07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:48	TRACE	SQLOperation	select * from abstractVehicle left outer join car on abstractVehicle.id = car.id | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$JoinTable</className><duration>0.007</duration><failedSince>0</failedSince><name>twoSubClasses_withReadonlyProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table AbstractVehicle(id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Truck(id int not null, color int, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), color int, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Truck add constraint FK_Truck_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2025-03-27 07:13:48	DEBUG	DDLDeployer	al
...[truncated 377 chars]...
7 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	insert into Car(color, id) values (?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.color=Color[rgb=666]}}
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	insert into Truck(color, id) values (?, ?) | {1={Truck.color=Color[rgb=42], Truck.id=o.c.s.i.PersistableIdentifier@2}}
2025-03-27 07:13:48	TRACE	SQLOperation	select model from Car | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$JoinTable</className><duration>0.011</duration><failedSince>0</failedSince><name>listenersAreNotified</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table AbstractVehicle(id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), color int, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	insert into AbstractVehicle(id) value
...[truncated 2924 chars]...
{Car.id=o.c.s.i.PersistedIdentifier@1}
2025-03-27 07:13:48	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@3180b2eb
2025-03-27 07:13:48	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@6973cb98 on object Car[model=Peugeot,plates=[],radio=&lt;null&gt;,color=Color[rgb=666],engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$JoinTable</className><duration>0.016</duration><failedSince>0</failedSince><name>twoSubClasses_withCommonProperties</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Truck(id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Truck add constraint FK_Truck_id_Vehicle_id foreign key(id) references Vehicle(id)
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Car add constraint FK_Car
...[truncated 6258 chars]...
ck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 2 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2025-03-27 07:13:48	TRACE	SQLOperation	select count(*) as carCount from Vehicle where id = 1 | {}
2025-03-27 07:13:48	TRACE	SQLOperation	select count(*) as truckCount from Vehicle where id = 2 | {}
</stdout></case><duration>0.063</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$JoinTable</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$SingleTable</className><duration>0.013</duration><failedSince>0</failedSince><name>twoSubClasses</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table AbstractVehicle(id int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	insert into AbstractVehicle(color, model, id, DTYPE) values (?, ?, ?, ?) | {1={AbstractVehicle.model=Renault, AbstractVehicle.color=Color[rgb=666], AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1, AbstractVehicle.DTYPE=CAR}}
2025-03-27 07:13:48
...[truncated 3378 chars]...
1 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:48	TRACE	SQLOperation	select * from abstractVehicle | {}
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@2}}
2025-03-27 07:13:48	TRACE	SQLOperation	select * from abstractVehicle | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$SingleTable</className><duration>0.013</duration><failedSince>0</failedSince><name>oneSubClass</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table AbstractVehicle(id int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	insert into AbstractVehicle(color, model, id, DTYPE) values (?, ?, ?, ?) | {1={AbstractVehicle.DTYPE=CAR, AbstractVehicle.model=Renault, AbstractVehicle.color=Color[rgb=666], AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:48
...[truncated 1548 chars]...
cle.id in (?) | {AbstractVehicle.id=o.c.s.i.PersistedIdentifier@1}
2025-03-27 07:13:48	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@4f335bf8
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:48	TRACE	SQLOperation	select * from abstractVehicle | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$SingleTable</className><duration>0.011</duration><failedSince>0</failedSince><name>twoSubClasses_withReadonlyProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table AbstractVehicle(id int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	insert into AbstractVehicle(color, id, DTYPE) values (?, ?, ?) | {1={AbstractVehicle.color=Color[rgb=666], AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1, AbstractVehicle.DTYPE=CAR}}
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	insert into AbstractVehicle(color, id, DTYPE) values (?, ?, ?) | {1={AbstractVehicle.color=Color[rgb=42], AbstractVehicle.id=o.c.s.i.PersistableIdentifier@2, AbstractVehicle.DTYPE=TRUCK}}
2025-03-27 07:13:48	TRACE	SQLOperation	select model from AbstractVehicle | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$SingleTable</className><duration>0.013</duration><failedSince>0</failedSince><name>listenersAreNotified</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table AbstractVehicle(id int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	insert into AbstractVehicle(color, model, id, DTYPE) values (?, ?, ?, ?) | {1={AbstractVehicle.DTYPE=CAR, AbstractVehicle.model=Renault, AbstractVehicle.color=Color[rgb=666], AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:48
...[truncated 1659 chars]...
actVehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2025-03-27 07:13:48	TRACE	SQLOperation	select AbstractVehicle.color as AbstractVehicle_color, AbstractVehicle.model as AbstractVehicle_model, AbstractVehicle.id as AbstractVehicle_id from AbstractVehicle where AbstractVehicle.id in (?) | {AbstractVehicle.id=o.c.s.i.PersistedIdentifier@1}
2025-03-27 07:13:48	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@6a1a3bb6
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$SingleTable</className><duration>0.016</duration><failedSince>0</failedSince><name>twoSubClasses_withCommonProperties</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Vehicle(color int, id int, model varchar(255), DTYPE varchar(255) not null, unique (id))
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	insert into Vehicle(color, model, id, DTYPE) values (?, ?, ?, ?) | {1={Vehicle.model=Renault, Vehicle.color=Color[rgb=666], Vehicle.id=o.c.s.i.PersistableIdentifier@1, Vehicle.DTYPE=CAR}}
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2
...[truncated 3388 chars]...
 07:13:48	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2025-03-27 07:13:48	TRACE	SQLOperation	select count(*) as carCount from Vehicle where id = 1 | {}
2025-03-27 07:13:48	TRACE	SQLOperation	select count(*) as truckCount from Vehicle where id = 2 | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$SingleTable</className><duration>0.009</duration><failedSince>0</failedSince><name>twoSubClasses_withSqlBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table AbstractVehicle(id int, model varchar(255), color integer, DTYPE varchar(255) not null, unique (id))
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	insert into AbstractVehicle(color, model, id, DTYPE) values (?, ?, ?, ?) | {1={AbstractVehicle.DTYPE=CAR, AbstractVehicle.color=Color[rgb=666], AbstractVehicle.model=Renault, AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:1
...[truncated 154 chars]...
tVehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2025-03-27 07:13:48	TRACE	SQLOperation	select AbstractVehicle.color as AbstractVehicle_color, AbstractVehicle.model as AbstractVehicle_model, AbstractVehicle.id as AbstractVehicle_id from AbstractVehicle where AbstractVehicle.id in (?) | {AbstractVehicle.id=o.c.s.i.PersistedIdentifier@1}
2025-03-27 07:13:48	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@130dd665
</stdout></case><duration>0.076</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$SingleTable</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest</className><duration>0.006</duration><failedSince>0</failedSince><name>crud(String, EntityPersister, ConnectionProvider)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table AbstractVehicle(id int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table AbstractVehicle(id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Truck(id int not null, color int, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	alter table Tr
...[truncated 4151 chars]...
ting instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@2d3cd2ba
2025-03-27 07:13:48	TRACE	SQLOperation	select AbstractVehicle.color as AbstractVehicle_color, AbstractVehicle.id as AbstractVehicle_id from AbstractVehicle where AbstractVehicle.id in (?) | {AbstractVehicle.id=o.c.s.i.PersistedIdentifier@2}
2025-03-27 07:13:48	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@3daa823e
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>crud(String, EntityPersister, ConnectionProvider)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 2 times
2025-03-27 07:13:48	TRACE	SQLOperation	insert into AbstractVehicle(id) values (?) | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@2}}
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:48	DEBUG
...[truncated 5450 chars]...
ehicle.id where Truck.id in (?) | {Truck.id=o.c.s.i.PersistedIdentifier@2}
2025-03-27 07:13:48	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@1c5bcfd6
2025-03-27 07:13:48	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@41d5f919 on object Truck[color=Color[rgb=99],engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>crud(String, EntityPersister, ConnectionProvider)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault}}
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	insert into Truck(color, id) values (?, ?) | {1={Truck.color=Color[rgb=42], Truck.id=o.c.s.i.PersistableIdentifier@2}}
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 time
...[truncated 2730 chars]...
.id=o.c.s.i.PersistedIdentifier@2}
2025-03-27 07:13:48	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@46e7e101
2025-03-27 07:13:48	TRACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=o.c.s.i.PersistedIdentifier@1}
2025-03-27 07:13:48	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@6c12c91e
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$TablePerClass</className><duration>0.016</duration><failedSince>0</failedSince><name>twoSubClasses</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Truck(color int, id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	insert into Car(color, model, id) values (?, ?, ?) | {1={Car.model=Renault, Car.color=Color[rgb=666], Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:48	DEBUG	SQLOperation
...[truncated 3188 chars]...
t 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2025-03-27 07:13:48	TRACE	SQLOperation	select count(*) as carCount from car where id = 1 | {}
2025-03-27 07:13:48	TRACE	SQLOperation	select count(*) as truckCount from car where id = 2 | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$TablePerClass</className><duration>0.011</duration><failedSince>0</failedSince><name>oneSubClass</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	insert into Car(color, model, id) values (?, ?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.color=Color[rgb=666], Car.model=Renault}}
2025-03-27 07:13:48	TRACE	SQLOperation	select * from car | {}
2025-03-27 07:13:48	TRACE	SQLOperation	(select Car.id as id, 'Car' as Y fr
...[truncated 935 chars]...
l as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=o.c.s.i.PersistedIdentifier@1}
2025-03-27 07:13:48	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@27f1b9b3
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:48	TRACE	SQLOperation	select * from car | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$TablePerClass</className><duration>0.007</duration><failedSince>0</failedSince><name>twoSubClasses_withReadonlyProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Truck(color int, id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	insert into Car(color, id) values (?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.color=Color[rgb=666]}}
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	insert into Truck(color, id) values (?, ?) | {1={Truck.color=Color[rgb=42], Truck.id=o.c.s.i.PersistableIdentifier@2}}
2025-03-27 07:13:48	TRACE	SQLOperation	select model from Car | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$TablePerClass</className><duration>0.011</duration><failedSince>0</failedSince><name>listenersAreNotified</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), color int, unique (id))
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	insert into Car(color, model, id) values (?, ?, ?) | {1={Car.color=Color[rgb=666], Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from Car where id = ? | 
...[truncated 997 chars]...
.i.PersistedIdentifier@1}}
2025-03-27 07:13:48	TRACE	SQLOperation	(select Car.id as id, 'Car' as Y from Car where Car.id in (?)) | {1=o.c.s.i.PersistedIdentifier@1}
2025-03-27 07:13:48	TRACE	SQLOperation	select Car.color as Car_color, Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=o.c.s.i.PersistedIdentifier@1}
2025-03-27 07:13:48	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@7479bb0e
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$TablePerClass</className><duration>0.016</duration><failedSince>0</failedSince><name>twoSubClasses_withCommonProperties</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Truck(id int not null, color int, unique (id))
2025-03-27 07:13:48	DEBUG	DDLDeployer	create table Car(model varchar(255), id int not null, color int, unique (id))
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	insert into Car(color, model, id) values (?, ?, ?) | {1={Car.model=Renault, Car.color=Color[rgb=666], Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:48	DEBUG	SQLOperation
...[truncated 3624 chars]...
1 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:48	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:48	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2025-03-27 07:13:48	TRACE	SQLOperation	select count(*) as carCount from car where id = 1 | {}
2025-03-27 07:13:48	TRACE	SQLOperation	select count(*) as truckCount from truck where id = 2 | {}
</stdout></case><duration>0.063</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$TablePerClass</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToJoinedTablesOne</className><duration>0.036</duration><failedSince>0</failedSince><name>twoSubClasses</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Vehicle(id int not null, engineId int, unique (id))
2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Truck(id int not null, color int, unique (id))
2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), color int, unique (id))
2025-03-27 07:13:33	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_En
...[truncated 8615 chars]...
ment 1 times
2025-03-27 07:13:33	TRACE	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@200}}
2025-03-27 07:13:33	TRACE	SQLOperation	select count(*) as vehicleCount from Vehicle where id in (1, 2) | {}
2025-03-27 07:13:33	TRACE	SQLOperation	select count(*) as carCount from car where id = 1 | {}
2025-03-27 07:13:33	TRACE	SQLOperation	select count(*) as truckCount from car where id = 2 | {}
2025-03-27 07:13:33	TRACE	SQLOperation	select id from Engine | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToJoinedTablesOne</className><duration>0.025</duration><failedSince>0</failedSince><name>oneSubClass</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Vehicle(id int not null, engineId int, unique (id))
2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2025-03-27 07:13:33	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)
2025-03-27 07:13:33	DEBUG	DDLDeployer	alter ta
...[truncated 4222 chars]...
ment 1 times
2025-03-27 07:13:33	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:33	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:33	TRACE	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@100}}
2025-03-27 07:13:33	TRACE	SQLOperation	select * from Vehicle left outer join car on Vehicle.id = car.id | {}
2025-03-27 07:13:33	TRACE	SQLOperation	select id from Engine | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToJoinedTablesOne</className><duration>0.024</duration><failedSince>0</failedSince><name>listenersAreNotified</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Vehicle(id int not null, engineId int, unique (id))
2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2025-03-27 07:13:33	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)
2025-03-27 07:13:33	DEBUG	DDLDeployer	alter ta
...[truncated 4524 chars]...
owConsumer@34ff6543 on object Car[model=Peugeot,plates=[],radio=&lt;null&gt;,color=Color[rgb=666],engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=&lt;null&gt;]
2025-03-27 07:13:33	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@6b6a3486 on object Car[model=Peugeot,plates=[],radio=&lt;null&gt;,color=Color[rgb=666],engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToJoinedTablesOne</className><duration>0.032</duration><failedSince>0</failedSince><name>twoSubClasses_withCommonProperties</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, engineId int, unique (id))
2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Truck(id int not null, unique (id))
2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Car(model varchar(255), id int not null, unique (id))
2025-03-27 07:13:33	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id for
...[truncated 9159 chars]...
={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2025-03-27 07:13:33	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:33	TRACE	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@200}}
2025-03-27 07:13:33	TRACE	SQLOperation	select count(*) as carCount from Vehicle where id = 1 | {}
2025-03-27 07:13:33	TRACE	SQLOperation	select count(*) as truckCount from Vehicle where id = 2 | {}
2025-03-27 07:13:33	TRACE	SQLOperation	select id from Engine | {}
</stdout></case><duration>0.121</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToJoinedTablesOne</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.249</duration><failedSince>0</failedSince><name>crud_polymorphism_subClassHasOneToMany(String, EntityPersister, ConnectionProvider)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:30	DEBUG	DDLDeployer	create table Vehicle(id int not null, engineId int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2025-03-27 07:13:30	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2025-03-27 07:13:30	DEBUG	DDLDeployer	create table Wheel(model varchar(255), serialNumber varchar(255) not null, unique (serialNumber))
2025-03-27 07:13:30	DEBUG	DDLDeployer	create table Vehicle_wheels(vehicle_id int, wheels_serialNumber varchar(255
...[truncated 14456 chars]...
ehicle.id in (?) | {Vehicle.id=o.c.s.i.PersistedIdentifier@2}
2025-03-27 07:13:31	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@5426f313
2025-03-27 07:13:31	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@29f32a41 on object Truck[color=Color[rgb=99],engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.034</duration><failedSince>0</failedSince><name>crud_polymorphism_subClassHasOneToMany(String, EntityPersister, ConnectionProvider)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:31	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:31	TRACE	SQLOperation	insert into Vehicle(model, id, engineId, DTYPE) values (?, ?, ?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1, Vehicle.model=Renault, Vehicle.engineId=null, Vehicle.DTYPE=CAR}}
2025-03-27 07:13:31	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:31	TRACE	SQLOperation	insert into Wheel(model, serialNumber, vehicleId, idx) values (?, ?, ?, ?) | {1={Wheel.model=null, Wheel.i
...[truncated 6765 chars]...
ehicle.id in (?) | {Vehicle.id=o.c.s.i.PersistedIdentifier@2}
2025-03-27 07:13:31	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@22d7063e
2025-03-27 07:13:31	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@36fd028d on object Truck[color=Color[rgb=99],engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.034</duration><failedSince>0</failedSince><name>crud_polymorphism_subClassHasOneToMany(String, EntityPersister, ConnectionProvider)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:31	DEBUG	SQLOperation	Batching statement 2 times
2025-03-27 07:13:31	TRACE	SQLOperation	insert into Vehicle(id) values (?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2025-03-27 07:13:31	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:31	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:31	DEBUG	SQLOperation	Batching s
...[truncated 9074 chars]...
ehicle.id where Truck.id in (?) | {Truck.id=o.c.s.i.PersistedIdentifier@2}
2025-03-27 07:13:31	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@2e259c54
2025-03-27 07:13:31	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@2bc7e895 on object Truck[color=Color[rgb=99],engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.023</duration><failedSince>0</failedSince><name>crud_polymorphism_subClassHasOneToMany(String, EntityPersister, ConnectionProvider)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:31	DEBUG	SQLOperation	Batching statement 2 times
2025-03-27 07:13:31	TRACE	SQLOperation	insert into Vehicle(id) values (?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2025-03-27 07:13:31	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:31	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault}}
2025-03-27 07:13:31	DEBUG	SQLOperation	Batching s
...[truncated 7459 chars]...
ehicle.id where Truck.id in (?) | {Truck.id=o.c.s.i.PersistedIdentifier@2}
2025-03-27 07:13:31	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@5f6da867
2025-03-27 07:13:31	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@53a95744 on object Truck[color=Color[rgb=99],engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.024</duration><failedSince>0</failedSince><name>crud_polymorphism_subClassHasOneToMany(String, EntityPersister, ConnectionProvider)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:31	DEBUG	SQLOperation	Batching statement 2 times
2025-03-27 07:13:31	TRACE	SQLOperation	insert into Vehicle(id) values (?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2025-03-27 07:13:31	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:31	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:31	DEBUG	SQLOperation	Batching s
...[truncated 8599 chars]...
ng org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@e9f28 on object Truck[color=Color[rgb=99],engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=&lt;null&gt;]
2025-03-27 07:13:31	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@207d6c18 on object Truck[color=Color[rgb=99],engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.026</duration><failedSince>0</failedSince><name>crud_polymorphism_subClassHasOneToMany(String, EntityPersister, ConnectionProvider)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:31	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:31	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:31	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:31	TRACE	SQLOperation	insert into Wheel(model, serialNumber) values (?, ?) | {1={Wheel.serialNumber=XYZ-ABC-01, Wheel.model=null}}
2025-03-27 07:13:31	DEBUG	SQLOperation	Batching statement 1 times
2025-03-
...[truncated 6480 chars]...
ode$PassiveJoinRowConsumer@22a85176 on object Car[model=Peugeot,plates=[],radio=&lt;null&gt;,color=&lt;null&gt;,engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=&lt;null&gt;]
2025-03-27 07:13:31	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@1bf596f8 on object Car[model=Peugeot,plates=[],radio=&lt;null&gt;,color=&lt;null&gt;,engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.026</duration><failedSince>0</failedSince><name>crud_polymorphism_subClassHasOneToMany(String, EntityPersister, ConnectionProvider)[7]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:31	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:31	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:31	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:31	TRACE	SQLOperation	insert into Wheel(model, serialNumber, vehicleId, idx) values (?, ?, ?, ?) | {1={Wheel.model=null, Wheel.serialNumber=XYZ-ABC-01, Wheel.vehicleId=o.c.s.i.PersistableIdentifier@1, Whee
...[truncated 5123 chars]...
id=o.c.s.i.PersistedIdentifier@1}
2025-03-27 07:13:31	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@75ee4105
2025-03-27 07:13:31	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@27a93cfa on object Car[model=Peugeot,plates=[],radio=&lt;null&gt;,color=&lt;null&gt;,engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.024</duration><failedSince>0</failedSince><name>crud_polymorphism_subClassHasOneToOne(String, EntityPersister, ConnectionProvider)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:31	DEBUG	DDLDeployer	create table Vehicle(id int not null, engineId int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2025-03-27 07:13:31	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2025-03-27 07:13:31	DEBUG	DDLDeployer	create table Radio(model varchar(255), serialNumber varchar(255) not null, carId int, unique (serialNumber))
2025-03-27 07:13:31	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id
...[truncated 8767 chars]...
ehicle.id in (?) | {Vehicle.id=o.c.s.i.PersistedIdentifier@2}
2025-03-27 07:13:31	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@401038b1
2025-03-27 07:13:31	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@6084d56b on object Truck[color=Color[rgb=99],engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.022</duration><failedSince>0</failedSince><name>crud_polymorphism_subClassHasOneToOne(String, EntityPersister, ConnectionProvider)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:31	DEBUG	SQLOperation	Batching statement 2 times
2025-03-27 07:13:31	TRACE	SQLOperation	insert into Vehicle(id) values (?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2025-03-27 07:13:31	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:31	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:31	DEBUG	SQLOperation	Batching s
...[truncated 7464 chars]...
ehicle.id where Truck.id in (?) | {Truck.id=o.c.s.i.PersistedIdentifier@2}
2025-03-27 07:13:31	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@4acca937
2025-03-27 07:13:31	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@26bc130c on object Truck[color=Color[rgb=99],engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.021</duration><failedSince>0</failedSince><name>crud_polymorphism_subClassHasOneToOne(String, EntityPersister, ConnectionProvider)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:31	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:31	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:31	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:31	TRACE	SQLOperation	insert into Radio(model, serialNumber, carId) values (?, ?, ?) | {1={Radio.carId=o.c.s.i.PersistableIdentifier@1, Radio.model=null, Radio.serialNumber=XYZ-ABC-01}}
2025-03-27 07:13:31
...[truncated 4896 chars]...
.id=o.c.s.i.PersistedIdentifier@1}
2025-03-27 07:13:31	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@64c94e8c
2025-03-27 07:13:31	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@385376c on object Car[model=Peugeot,plates=[],radio=&lt;null&gt;,color=&lt;null&gt;,engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.067</duration><failedSince>0</failedSince><name>oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:31	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-03-27 07:13:31	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-03-27 07:13:31	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, barCount integer, discotecCount integer, DTYPE varchar(255) not null, unique (id))
2025-03-27 07:13:31	DEBUG	DDLDeploye
...[truncated 7610 chars]...
statement 1 times
2025-03-27 07:13:31	TRACE	SQLOperation	delete from Country_cities where cities_id = ? and country_id = ? | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@1, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@42}}
2025-03-27 07:13:31	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:31	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:31	TRACE	SQLOperation	select * from City | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.023</duration><failedSince>0</failedSince><name>oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:31	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-03-27 07:13:31	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-03-27 07:13:31	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, barCount integer, discotecCount integer, DTYPE varchar(255) not null, unique (id))
2025-03-27 07:13:31	DEBUG	DDLDeploye
...[truncated 7390 chars]...
statement 1 times
2025-03-27 07:13:31	TRACE	SQLOperation	delete from Country_cities where cities_id = ? and country_id = ? | {1={Country_cities.cities_id=o.c.s.i.PersistableIdentifier@42, Country_cities.country_id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:31	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:31	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:31	TRACE	SQLOperation	select * from City | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.027</duration><failedSince>0</failedSince><name>oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:31	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-03-27 07:13:31	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, barCount integer, discotecCount integer, DTYPE varchar(255) not null, countryId int, unique (id))
2025-03-27 07:13:31	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-
...[truncated 5275 chars]...
statement 1 times
2025-03-27 07:13:31	TRACE	SQLOperation	update City set name = ?, barCount = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistableIdentifier@42, City.countryId (U)=null, City.name (U)=Grenoble, City.barCount (U)=51}}
2025-03-27 07:13:31	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:31	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:31	TRACE	SQLOperation	select * from City | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.02</duration><failedSince>0</failedSince><name>oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:31	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-03-27 07:13:31	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, barCount integer, discotecCount integer, DTYPE varchar(255) not null, countryId int, unique (id))
2025-03-27 07:13:31	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-
...[truncated 4790 chars]...
statement 1 times
2025-03-27 07:13:31	TRACE	SQLOperation	update City set name = ?, barCount = ?, countryId = ? where id = ? | {1={City.barCount (U)=51, City.name (U)=Grenoble, City.id (W)=o.c.s.i.PersistableIdentifier@42, City.countryId (U)=null}}
2025-03-27 07:13:31	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:31	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:31	TRACE	SQLOperation	select * from City | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.042</duration><failedSince>0</failedSince><name>oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:31	DEBUG	DDLDeployer	create table Village(barCount integer, id int not null, unique (id))
2025-03-27 07:13:31	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-03-27 07:13:31	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-03-27 07:13:31	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
...[truncated 12930 chars]...
statement 1 times
2025-03-27 07:13:31	TRACE	SQLOperation	delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.cities_id=o.c.s.i.PersistableIdentifier@42, Country_cities.country_id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:31	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:31	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:31	TRACE	SQLOperation	select * from City | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.029</duration><failedSince>0</failedSince><name>oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:31	DEBUG	DDLDeployer	create table Village(barCount integer, id int not null, unique (id))
2025-03-27 07:13:31	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-03-27 07:13:31	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-03-27 07:13:31	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
...[truncated 10956 chars]...
statement 1 times
2025-03-27 07:13:31	TRACE	SQLOperation	delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.cities_id=o.c.s.i.PersistableIdentifier@42, Country_cities.country_id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:31	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:31	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:31	TRACE	SQLOperation	select * from City | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.03</duration><failedSince>0</failedSince><name>oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[7]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:31	DEBUG	DDLDeployer	create table Village(barCount integer, id int not null, unique (id))
2025-03-27 07:13:31	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-03-27 07:13:31	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-03-27 07:13:31	DEBUG	DDLDeployer	create table Town(discotecCount integer, id int not null, unique (id))
2025
...[truncated 11017 chars]...
eIdentifier@42}}
2025-03-27 07:13:32	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:32	TRACE	SQLOperation	update Village set barCount = ? where id = ? | {1={Village.barCount (U)=51, Village.id (W)=o.c.s.i.PersistableIdentifier@42}}
2025-03-27 07:13:32	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:32	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:32	TRACE	SQLOperation	select * from City | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.025</duration><failedSince>0</failedSince><name>oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[8]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Village(barCount integer, id int not null, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Town(discotecCount integer, id int not null, unique (id))
2025
...[truncated 8713 chars]...
e (U)=Grenoble}}
2025-03-27 07:13:32	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:32	TRACE	SQLOperation	update Village set barCount = ? where id = ? | {1={Village.id (W)=o.c.s.i.PersistableIdentifier@42, Village.barCount (U)=51}}
2025-03-27 07:13:32	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:32	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:32	TRACE	SQLOperation	select * from City | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.029</duration><failedSince>0</failedSince><name>oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[9]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Village(barCount integer, id int not null, name varchar(255), unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Town(discotecCount integer, id int
...[truncated 9654 chars]...
 07:13:32	TRACE	SQLOperation	delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@1, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@42}}
2025-03-27 07:13:32	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:32	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:32	TRACE	SQLOperation	select * from Town union select * from Village | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.024</duration><failedSince>0</failedSince><name>oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[10]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Village(barCount integer, id int not null, name varchar(255), unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Town(discotecCount integer, id int
...[truncated 11268 chars]...
 07:13:32	TRACE	SQLOperation	delete from Country_cities where cities_id = ? and country_id = ? | {1={Country_cities.cities_id=o.c.s.i.PersistableIdentifier@42, Country_cities.country_id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:32	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:32	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:32	TRACE	SQLOperation	select * from Town union select * from Village | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.026</duration><failedSince>0</failedSince><name>oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[11]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Village(barCount integer, id int not null, name varchar(255), countryId int, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Town(discotecCount integer, id int not null, name varchar(255), countryId int, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	alter table Villag
...[truncated 6754 chars]...
	SQLOperation	update Village set name = ?, barCount = ?, countryId = ? where id = ? | {1={Village.name (U)=Grenoble, Village.barCount (U)=51, Village.countryId (U)=null, Village.id (W)=o.c.s.i.PersistableIdentifier@42}}
2025-03-27 07:13:32	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:32	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:32	TRACE	SQLOperation	select * from Town union select * from Village | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.022</duration><failedSince>0</failedSince><name>oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[12]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Village(barCount integer, id int not null, name varchar(255), countryId int, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Town(discotecCount integer, id int not null, name varchar(255), countryId int, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	alter table Villag
...[truncated 8738 chars]...
	SQLOperation	update Village set name = ?, barCount = ?, countryId = ? where id = ? | {1={Village.countryId (U)=null, Village.name (U)=Grenoble, Village.barCount (U)=51, Village.id (W)=o.c.s.i.PersistableIdentifier@42}}
2025-03-27 07:13:32	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:32	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:32	TRACE	SQLOperation	select * from Town union select * from Village | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.028</duration><failedSince>0</failedSince><name>oneToPolymorphicOne_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, DTYPE varchar(255) not null, ownerId int, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_ownerId_Person_id foreign key(ownerId) references Person(id)
2025-03-27 07:13:32	DEBUG	SQLOperation	Batching statem
...[truncated 10481 chars]...
_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@1}
2025-03-27 07:13:32	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.016</duration><failedSince>0</failedSince><name>oneToPolymorphicOne_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, DTYPE varchar(255) not null, ownerId int, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_ownerId_Person_id foreign key(ownerId) references Person(id)
2025-03-27 07:13:32	DEBUG	SQLOperation	Batching statem
...[truncated 9780 chars]...
erson.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE, Vehicle.ownerId as Vehicle_ownerId from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@1}
2025-03-27 07:13:32	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.022</duration><failedSince>0</failedSince><name>oneToPolymorphicOne_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, vehicleId int, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, DTYPE varchar(255) not null, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)
2025-03-27 07:13:32	DEBUG	SQLOperation	Batching 
...[truncated 11664 chars]...
reationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@1}
2025-03-27 07:13:32	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.021</duration><failedSince>0</failedSince><name>oneToPolymorphicOne_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, vehicleId int, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, DTYPE varchar(255) not null, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)
2025-03-27 07:13:32	DEBUG	SQLOperation	Batching 
...[truncated 10755 chars]...
Date as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@1}
2025-03-27 07:13:32	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.032</duration><failedSince>0</failedSince><name>oneToPolymorphicOne_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, ownerId int, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Car(id int not null, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Truck(id int not null, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	alter table Vehicl
...[truncated 22462 chars]...
= Vehicle.ownerId left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@1}
2025-03-27 07:13:32	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck on Vehicle.id = Truck.id left outer join Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.027</duration><failedSince>0</failedSince><name>oneToPolymorphicOne_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, ownerId int, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Car(id int not null, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Truck(id int not null, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	alter table Vehicl
...[truncated 15909 chars]...
= Vehicle.ownerId left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@1}
2025-03-27 07:13:32	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck on Vehicle.id = Truck.id left outer join Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.036</duration><failedSince>0</failedSince><name>oneToPolymorphicOne_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[7]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, vehicleId int, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Car(id int not null, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Truck(id int not null, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	alter table Pers
...[truncated 23598 chars]...
leId = Vehicle.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@1}
2025-03-27 07:13:32	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck on Vehicle.id = Truck.id left outer join Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.023</duration><failedSince>0</failedSince><name>oneToPolymorphicOne_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[8]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, vehicleId int, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Car(id int not null, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Truck(id int not null, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	alter table Pers
...[truncated 16882 chars]...
leId = Vehicle.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@1}
2025-03-27 07:13:32	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck on Vehicle.id = Truck.id left outer join Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.025</duration><failedSince>0</failedSince><name>oneToPolymorphicOne_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[9]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Car(id int not null, color int, ownerId int, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Truck(id int not null, color int, ownerId int, unique (id))
2025-03-27 07:13:32	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:32	TRACE	SQLOperation	insert into Pers
...[truncated 11247 chars]...
Person left outer join (select 1 as clazz_, ownerId, id from Car union all select 2 as clazz_, ownerId, id from Truck) as unioned_Vehicle on Person.id = unioned_Vehicle.ownerId where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@1}
2025-03-27 07:13:32	TRACE	SQLOperation	(select Truck.id as id, 'Truck' as Y from Truck where Truck.id in (?)) union all (select Car.id as id, 'Car' as Y from Car where Car.id in (?)) | {1=o.c.s.i.PersistedIdentifier@17, 2=o.c.s.i.PersistedIdentifier@17}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.025</duration><failedSince>0</failedSince><name>oneToPolymorphicOne_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[10]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Car(id int not null, color int, ownerId int, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Truck(id int not null, color int, ownerId int, unique (id))
2025-03-27 07:13:32	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:32	TRACE	SQLOperation	insert into Pers
...[truncated 15538 chars]...
Vehicle on Person.id = Vehicle.ownerId left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@1}
2025-03-27 07:13:32	TRACE	SQLOperation	(select Truck.id as id, 'Truck' as Y from Truck where Truck.id in (?)) union all (select Car.id as id, 'Car' as Y from Car where Car.id in (?)) | {1=o.c.s.i.PersistedIdentifier@17, 2=o.c.s.i.PersistedIdentifier@17}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.013</duration><failedSince>0</failedSince><name>crudPolymorphicOneToOne(String, EntityPersister, ConnectionProvider)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Vehicle(id int not null, engineId int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Vehicle(id int not null, engineId int, unique (id))
...[truncated 6324 chars]...
ehicle.id in (?) | {Vehicle.id=o.c.s.i.PersistedIdentifier@2}
2025-03-27 07:13:32	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@158ff98a
2025-03-27 07:13:32	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@4c14904e on object Truck[color=Color[rgb=99],engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.013</duration><failedSince>0</failedSince><name>crudPolymorphicOneToOne(String, EntityPersister, ConnectionProvider)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:32	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:32	TRACE	SQLOperation	insert into Engine(id) values (?) | {1={Engine.id=o.c.s.i.PersistableIdentifier@100}}
2025-03-27 07:13:32	DEBUG	SQLOperation	Batching statement 2 times
2025-03-27 07:13:32	TRACE	SQLOperation	insert into Vehicle(id, engineId) values (?, ?) | {1={Vehicle.engineId=o.c.s.i.PersistableIdentifier@100, Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.engineId=null, Vehicle.id=o.c.s.i.Persista
...[truncated 7473 chars]...
org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@69596a73 on object Truck[color=Color[rgb=99],engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=&lt;null&gt;]
2025-03-27 07:13:32	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@50ebbf73 on object Truck[color=Color[rgb=99],engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.011</duration><failedSince>0</failedSince><name>crudPolymorphicOneToOne(String, EntityPersister, ConnectionProvider)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:32	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:32	TRACE	SQLOperation	insert into Engine(id) values (?) | {1={Engine.id=o.c.s.i.PersistableIdentifier@100}}
2025-03-27 07:13:32	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:32	TRACE	SQLOperation	insert into Car(model, id, engineId) values (?, ?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault, Car.engineId=o.c.s.i.PersistableIdentifier@100}}
2025-03-27 07:13:32	DEBUG	SQLOperati
...[truncated 4848 chars]...
id=o.c.s.i.PersistedIdentifier@1}
2025-03-27 07:13:32	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@710b37c0
2025-03-27 07:13:32	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@5acd137c on object Car[model=Peugeot,plates=[],radio=&lt;null&gt;,color=&lt;null&gt;,engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.01</duration><failedSince>0</failedSince><name>build_joinedTables_oneToManyWithMappedAssociation_eachSubclassRedeclaresSameAssociation_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.016</duration><failedSince>0</failedSince><name>crud_polymorphism_subClassHasElementCollection(String, EntityPersister, PersistenceContext, PolymorphismType)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Vehicle(id int not null, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Car_plates(id int, plates varchar(255), unique (id, plates))
2025-03-27 07:13:32	DEBUG	DDLDeployer	alter table Car_plates add constraint FK_Car_plates_id_Vehicle_id foreign key(id) references Vehicle(id)
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Vehicle(id int not null, unique (id))
2025-03
...[truncated 5888 chars]...
16f0ec50 on object Car[model=Peugeot,plates=[],radio=&lt;null&gt;,color=&lt;null&gt;,engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=&lt;null&gt;]
2025-03-27 07:13:32	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id from Vehicle where Vehicle.id in (?) | {Vehicle.id=o.c.s.i.PersistedIdentifier@2}
2025-03-27 07:13:32	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@4671c82f
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.011</duration><failedSince>0</failedSince><name>crud_polymorphism_subClassHasElementCollection(String, EntityPersister, PersistenceContext, PolymorphismType)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:32	DEBUG	SQLOperation	Batching statement 2 times
2025-03-27 07:13:32	TRACE	SQLOperation	insert into Vehicle(id) values (?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2025-03-27 07:13:32	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:32	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault}}
2025-03-27 07:13:32	DEBUG	SQLOperation	Batching s
...[truncated 6283 chars]...
ehicle.id where Truck.id in (?) | {Truck.id=o.c.s.i.PersistedIdentifier@2}
2025-03-27 07:13:32	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@4c8bbc6d
2025-03-27 07:13:32	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@7aee9f49 on object Truck[color=Color[rgb=99],engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.011</duration><failedSince>0</failedSince><name>crud_polymorphism_subClassHasElementCollection(String, EntityPersister, PersistenceContext, PolymorphismType)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:32	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:32	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:32	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:32	TRACE	SQLOperation	insert into Car_plates(plates, id) values (?, ?) | {1={Car_plates.plates=XYZ-ABC-01, Car_plates.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:32	DEBUG	SQLOperation	Batching st
...[truncated 4305 chars]...
id=o.c.s.i.PersistedIdentifier@1}
2025-03-27 07:13:32	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@182a5c56
2025-03-27 07:13:32	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@4c29f8aa on object Car[model=Peugeot,plates=[],radio=&lt;null&gt;,color=&lt;null&gt;,engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.013</duration><failedSince>0</failedSince><name>crud_polymorphism_trunkHasOneToMany(String, EntityPersister)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, deputeCount integer, DTYPE varchar(255) not null, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	alter table Country add constraint
...[truncated 9263 chars]...
,name=France,president=Person[addressBook=&lt;null&gt;,addresses=&lt;null&gt;,contracts=&lt;null&gt;,country=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@0,mapPropertyMadeOfComplexTypes=&lt;null&gt;,mapPropertyMadeOfComplexTypesWithColumnDuplicates=&lt;null&gt;,mapPropertyMadeOfEntityAsKey=&lt;null&gt;,mapPropertyMadeOfEntityAsKeyAndValue=&lt;null&gt;,mapPropertyMadeOfEntityAsValue=&lt;null&gt;,name=New french president,nicknames=&lt;null&gt;,phoneNumbers=&lt;null&gt;,timestamp=&lt;null&gt;,vehicle=&lt;null&gt;,version=0],states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.007</duration><failedSince>0</failedSince><name>crud_polymorphism_trunkHasOneToMany(String, EntityPersister)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:32	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:32	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.name=French president, Person.id=o.c.s.i.PersistableIdentifier@0}}
2025-03-27 07:13:32	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:32	TRACE	SQLOperation	insert into Country(name, description, id, presidentId) values (?, ?, ?, ?) | {1={Country.presidentId=o.c.s.i.PersistableIdentifier@0, Country.id=o.c.s.i.PersistableId
...[truncated 10439 chars]...
,name=France,president=Person[addressBook=&lt;null&gt;,addresses=&lt;null&gt;,contracts=&lt;null&gt;,country=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@0,mapPropertyMadeOfComplexTypes=&lt;null&gt;,mapPropertyMadeOfComplexTypesWithColumnDuplicates=&lt;null&gt;,mapPropertyMadeOfEntityAsKey=&lt;null&gt;,mapPropertyMadeOfEntityAsKeyAndValue=&lt;null&gt;,mapPropertyMadeOfEntityAsValue=&lt;null&gt;,name=New french president,nicknames=&lt;null&gt;,phoneNumbers=&lt;null&gt;,timestamp=&lt;null&gt;,vehicle=&lt;null&gt;,version=0],states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToPolymorphicMany</className><duration>0.031</duration><failedSince>0</failedSince><name>oneToTablePerClass_crud_ownedByReverseSide</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Village(barCount integer, id int not null, name varchar(255), countryId int, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Town(discotecCount integer, id int not null, name varchar(255), countryId int, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	alter table Villag
...[truncated 8749 chars]...
eration	update Village set name = ?, barCount = ?, countryId = ? where id = ? | {1={Village.barCount (U)=51, Village.countryId (U)=null, Village.id (W)=o.c.s.i.PersistableIdentifier@42, Village.name (U)=Grenoble}}
2025-03-27 07:13:32	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:32	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:32	TRACE	SQLOperation	select id from Town union all select id from Village | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToPolymorphicMany</className><duration>0.022</duration><failedSince>0</failedSince><name>oneToTablePerClass_crud_ownedByReverseSide_foreignKeysAreCreated</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Village(barCount integer, id int not null, name varchar(255), countryId int, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Town(discotecCount integer, id int not null, name varchar(255), countryId int, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	alter table Village add constraint FK_Village_countryId_Country_id foreign key(countryId) references Country(id)
2025-03-27 07:13:32	DEBUG	DDLDeployer	alter table Town add constraint FK_Town_countryId_Country_id foreign key(countryId) references Country(id)
</stdout></case><duration>0.055</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToPolymorphicMany</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToPolymorphicOne</className><duration>0.033</duration><failedSince>0</failedSince><name>oneToSingleTable_crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, vehicleId int, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, DTYPE varchar(255) not null, unique (id))
2025-03-27 07:13:32	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)
2025-03-27 07:13:32	DEBUG	SQLOperation	Batching 
...[truncated 10750 chars]...
Date as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@1}
2025-03-27 07:13:33	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToPolymorphicOne</className><duration>0.038</duration><failedSince>0</failedSince><name>oneToJoinedTable_crud_ownedByReverseSide</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Vehicle(id int not null, ownerId int, unique (id))
2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Car(id int not null, unique (id))
2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Truck(id int not null, unique (id))
2025-03-27 07:13:33	DEBUG	DDLDeployer	alter table Vehicle add const
...[truncated 15549 chars]...
= Vehicle.ownerId left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@1}
2025-03-27 07:13:33	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck on Vehicle.id = Truck.id left outer join Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToPolymorphicOne</className><duration>0.033</duration><failedSince>0</failedSince><name>oneToJoinedTable_crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Vehicle(id int not null, unique (id))
2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Truck(id int not null, unique (id))
2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Car(id int not null, unique (id))
2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, vehicleId int, unique (id))
2025-03-27 07:13:33	DEBUG	DDLDeployer	alter table Truck add const
...[truncated 16333 chars]...
leId = Vehicle.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@1}
2025-03-27 07:13:33	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck on Vehicle.id = Truck.id left outer join Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToPolymorphicOne</className><duration>0.029</duration><failedSince>0</failedSince><name>oneToSingleTable_crud_ownedByReverseSide</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, DTYPE varchar(255) not null, ownerId int, unique (id))
2025-03-27 07:13:33	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_ownerId_Person_id foreign key(ownerId) references Person(id)
2025-03-27 07:13:33	DEBUG	SQLOperation	Batching statem
...[truncated 9780 chars]...
erson.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE, Vehicle.ownerId as Vehicle_ownerId from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@1}
2025-03-27 07:13:33	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}
</stdout></case><duration>0.137</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToPolymorphicOne</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToSingleTableOne</className><duration>0.025</duration><failedSince>0</failedSince><name>twoSubClasses</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Vehicle(id int not null, engineId int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2025-03-27 07:13:33	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)
2025-03-27 07:13:33	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:33	TRACE	SQLOperati
...[truncated 5583 chars]...
 07:13:33	TRACE	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@100}}
2025-03-27 07:13:33	TRACE	SQLOperation	select * from Vehicle | {}
2025-03-27 07:13:33	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:33	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2025-03-27 07:13:33	TRACE	SQLOperation	select * from Vehicle | {}
2025-03-27 07:13:33	TRACE	SQLOperation	select id from Engine | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToSingleTableOne</className><duration>0.021</duration><failedSince>0</failedSince><name>oneSubClass</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Vehicle(id int, engineId int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2025-03-27 07:13:33	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)
2025-03-27 07:13:33	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:33	TRACE	SQLOperation	insert
...[truncated 2836 chars]...
 07:13:33	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:33	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:33	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:33	TRACE	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@100}}
2025-03-27 07:13:33	TRACE	SQLOperation	select * from Vehicle | {}
2025-03-27 07:13:33	TRACE	SQLOperation	select id from Engine | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToSingleTableOne</className><duration>0.024</duration><failedSince>0</failedSince><name>listenersAreNotified</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Vehicle(id int not null, engineId int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2025-03-27 07:13:33	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)
2025-03-27 07:13:33	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:33	TRACE	SQLOperati
...[truncated 3130 chars]...
.i.PersistedIdentifier@1}
2025-03-27 07:13:33	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@1808513f
2025-03-27 07:13:33	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@16a553f9 on object Car[model=Peugeot,plates=[],radio=&lt;null&gt;,color=Color[rgb=666],engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToSingleTableOne</className><duration>0.032</duration><failedSince>0</failedSince><name>twoSubClasses_withCommonProperties</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, engineId int, model varchar(255), DTYPE varchar(255) not null, unique (id))
2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2025-03-27 07:13:34	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperati
...[truncated 6315 chars]...
={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@200}}
2025-03-27 07:13:34	TRACE	SQLOperation	select count(*) as carCount from Vehicle where id = 1 | {}
2025-03-27 07:13:34	TRACE	SQLOperation	select count(*) as truckCount from Vehicle where id = 2 | {}
2025-03-27 07:13:34	TRACE	SQLOperation	select id from Engine | {}
</stdout></case><duration>0.106</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToSingleTableOne</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToTablePerClassOne</className><duration>0.041</duration><failedSince>0</failedSince><name>twoSubClasses</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Truck(color int, id int not null, engineId int, unique (id))
2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, engineId int, unique (id))
2025-03-27 07:13:33	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:33	TRACE	SQLOperation	insert into Engine(id) values (?) | {1={Engine.id=o.c.s.i.Persist
...[truncated 5805 chars]...
d = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2025-03-27 07:13:33	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:33	TRACE	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@200}}
2025-03-27 07:13:33	TRACE	SQLOperation	select count(*) as carCount from car where id = 1 | {}
2025-03-27 07:13:33	TRACE	SQLOperation	select count(*) as truckCount from car where id = 2 | {}
2025-03-27 07:13:33	TRACE	SQLOperation	select id from Engine | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToTablePerClassOne</className><duration>0.038</duration><failedSince>0</failedSince><name>oneSubClass</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), color int, engineId int, unique (id))
2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2025-03-27 07:13:33	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:33	TRACE	SQLOperation	insert into Engine(id) values (?) | {1={Engine.id=o.c.s.i.PersistableIdentifier@100}}
2025-03-27 07:13:33	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:33	TRACE
...[truncated 2420 chars]...
]
2025-03-27 07:13:33	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:33	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:33	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:33	TRACE	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@100}}
2025-03-27 07:13:33	TRACE	SQLOperation	select * from car | {}
2025-03-27 07:13:33	TRACE	SQLOperation	select id from Engine | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToTablePerClassOne</className><duration>0.575</duration><failedSince>0</failedSince><name>listenersAreNotified</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, engineId int, unique (id))
2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2025-03-27 07:13:33	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:33	TRACE	SQLOperation	insert into Engine(id) values (?) | {1={Engine.id=o.c.s.i.PersistableIdentifier@100}}
2025-03-27 07:13:33	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:33	TRACE
...[truncated 2668 chars]...
.i.PersistedIdentifier@1}
2025-03-27 07:13:33	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@4f6fe1c9
2025-03-27 07:13:33	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@284f822d on object Car[model=Peugeot,plates=[],radio=&lt;null&gt;,color=Color[rgb=666],engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToTablePerClassOne</className><duration>0.03</duration><failedSince>0</failedSince><name>twoSubClasses_withCommonProperties</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Truck(id int not null, color int, engineId int, unique (id))
2025-03-27 07:13:33	DEBUG	DDLDeployer	create table Car(model varchar(255), id int not null, color int, engineId int, unique (id))
2025-03-27 07:13:33	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:33	TRACE	SQLOperation	insert into Engine(id) values (?) | {1={Engine.id=o.c.s.i.Persist
...[truncated 6491 chars]...
= ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2025-03-27 07:13:33	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:33	TRACE	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@200}}
2025-03-27 07:13:33	TRACE	SQLOperation	select count(*) as carCount from car where id = 1 | {}
2025-03-27 07:13:33	TRACE	SQLOperation	select count(*) as truckCount from truck where id = 2 | {}
2025-03-27 07:13:33	TRACE	SQLOperation	select id from Engine | {}
</stdout></case><duration>0.687</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToTablePerClassOne</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest</className><duration>0.011</duration><failedSince>0</failedSince><name>insert_oneToOne</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, engineId bigint, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Engine(model varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_engineId_Engine_id foreign key(engineId) references Engine(id)
2025-
...[truncated 566 chars]...
ine_model, engine.id as engine_id from Car left outer join Engine as engine on Car.engineId = engine.id where Car.id in (?) | {Car.id=1}
2025-03-27 07:13:49	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@65c4e462
2025-03-27 07:13:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@25751078 on object Car{id=1, color=null, model='Renault'}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest</className><duration>0.009</duration><failedSince>0</failedSince><name>multipleInheritance</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	insert into Car(model, id) values (?, default) | {1={Car.model=Renault}}
2025-03-27 07:13:49	TRACE	SQLOperation	select id, model from Car | {}
2025-03-27 07:13:49	TRACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=1}
2025-03-27 07:13:49	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@d1f75e3
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest</className><duration>0.01</duration><failedSince>0</failedSince><name>multipleInheritance_joinedTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table AbstractVehicle(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Vehicle(id bigint not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2025-03-27 07:13:49	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_id_AbstractVehicle_id foreign key(id) references Abstrac
...[truncated 1091 chars]...
reating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@623d1274
2025-03-27 07:13:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@23c593f7 on object Car{id=1, color=null, model='Renault'}
2025-03-27 07:13:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@29619b49 on object Car{id=1, color=null, model='Renault'}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest</className><duration>0.008</duration><failedSince>0</failedSince><name>insert_basic</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:49	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2025-03-27 07:13:49	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:49	TRACE	SQLOperation	insert into Car(model, id) values (?, default) | {1={Car.model=Renault}}
2025-03-27 07:13:49	TRACE	SQLOperation	select id, model from Car | {}
2025-03-27 07:13:49	TRACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=1}
2025-03-27 07:13:49	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@5a15bb7c
</stdout></case><duration>0.039</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.014</duration><failedSince>0</failedSince><name>embed_withSomeExcludedProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.018</duration><failedSince>0</failedSince><name>embed_withOverriddenColumnName</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.014</duration><failedSince>0</failedSince><name>embed_withReadonlyProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Toto(creationDate timestamp, modificationDate timestamp, readonlyProperty varchar(255), id varchar(36) not null, unique (id))
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	insert into Toto(creationDate, modificationDate, id) values (?, ?, ?) | {1={Toto.creationDate=Thu Mar 27 07:13:34 UTC 2025, Toto.id=o.c.s.i.PersistedIdentifier@6c44e989-bb85-4e15-8522-7400aad28254, Toto.modificationDate=Thu Mar 27 07:13:34 UTC 2025}}
2025-03-27 07:13:34	TRACE	SQLOperation	select readonlyProperty from Toto | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.033</duration><failedSince>0</failedSince><name>map_withReadConverter_converterIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, name varchar(255), unique (id))
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	insert into Toto(name, id) values (?, ?) | {1={Toto.name=toto, Toto.id=o.c.s.i.PersistableIdentifier@15844ed3-bc59-4c2e-b956-42affba9623b}}
2025-03-27 07:13:34	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@15844ed3-bc59-4c2e-b956-42affba9623b}
2025-03-27 07:13:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@70263a9b
2025-03-27 07:13:34	TRACE	SQLOperation	select Toto.name from Toto | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.019</duration><failedSince>0</failedSince><name>withEnum_columnMappedWithOrdinal</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:34	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender integer, id int not null, unique (id))
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.gender=FEMALE, PersonWithGender.name=toto, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:34	TRACE	SQLOperation	select * from PersonWithGender | {}
</stdout></case><case><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></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.01</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:34	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender VARCHAR(255), id int not null, unique (id))
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	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-03-27 07:13:34	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}
2025-03-27 07:13:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@3021acbe
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.19</duration><failedSince>0</failedSince><name>innerEmbed_withConflictingEmbeddable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	insert into countryTable(countryCreatedAt, id, name, presidentElectedAt, presidentName) values (?, ?, ?, ?, ?) | {1={countryTable.presidentName=François, countryTable.id=o.c.s.i.PersistableIdentifier@1, countryTable.name=France, countryTable.countryCreatedAt=Mon Jan 01 00:00:00 UTC 2018, countryTable.presidentElectedAt=Tue Jan 01 00:00:00 UTC 2019}}
</stdout></case><case><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></case><case><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-03-27 07:13:34	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, creationDate varchar(255), modificationDate timestamp, unique (id))
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	insert into Toto(modificationDate, creationDate, id) values (?, ?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@153854ad-299c-4f75-b497-c54d5ee4f0f2, Toto.modificationDate=Thu Mar 27 07:13:34 UTC 2025, Toto.creationDate=Thu Mar 27 07:13:34 UTC 2025}}
2025-03-27 07:13:34	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@153854ad-299c-4f75-b497-c54d5ee4f0f2}
2025-03-27 07:13:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@3df8c3e9
</stdout></case><case><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></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.016</duration><failedSince>0</failedSince><name>withEnum_mappedWithOrdinal</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:34	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender INT, id int not null, unique (id))
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.id=o.c.s.i.PersistableIdentifier@1, PersonWithGender.name=toto, PersonWithGender.gender=FEMALE}}
2025-03-27 07:13:34	TRACE	SQLOperation	select * from PersonWithGender | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.012</duration><failedSince>0</failedSince><name>map_mandatory_onMissingValue_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Toto(name varchar(255) not null, firstName varchar(255) not null, id int not null, unique (id))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.003</duration><failedSince>0</failedSince><name>map_methodIsASetter_configurationIsStillValid</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><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-03-27 07:13:34	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, possibleStates varchar(255), unique (id))
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	insert into Toto(possibleStates, id) values (?, ?) | {1={Toto.possibleStates=[IN_PROGRESS, DONE], Toto.id=o.c.s.i.PersistableIdentifier@bfb2f66b-97d1-458c-87c5-e683ef53b9e0}}
2025-03-27 07:13:34	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@bfb2f66b-97d1-458c-87c5-e683ef53b9e0}
2025-03-27 07:13:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@26acdb
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.012</duration><failedSince>0</failedSince><name>innerEmbed_withSomeExcludedProperties</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	insert into countryTable(id, name, presidentElectedAt, presidentName) values (?, ?, ?, ?) | {1={countryTable.presidentName=François, countryTable.id=o.c.s.i.PersistableIdentifier@1, countryTable.name=France, countryTable.presidentElectedAt=Tue Jan 01 00:00:00 UTC 2019}}
</stdout></case><case><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>2025-03-27 07:13:34	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender VARCHAR(255), id int not null, unique (id))
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.name=null, PersonWithGender.gender=null, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:34	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}
2025-03-27 07:13:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@6e226e7d
</stdout></case><case><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>2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, name varchar(255), unique (id))
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	insert into Toto(id) values (?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@6e18b62b-8f35-447b-a97b-8d1dc7db348b}}
2025-03-27 07:13:34	TRACE	SQLOperation	select Toto.id, Toto.name from Toto | {}
</stdout></case><case><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></case><case><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>2025-03-27 07:13:34	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender VARCHAR(255), id int not null, unique (id))
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.gender=FEMALE, PersonWithGender.name=toto, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:34	TRACE	SQLOperation	select * from PersonWithGender | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.013</duration><failedSince>0</failedSince><name>map_withWriteConverter_converterIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, name varchar(255), unique (id))
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	insert into Toto(name, id) values (?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@f3f57a32-9efd-4e92-b0c2-b361ee84f1f5, Toto.name=TOTO}}
2025-03-27 07:13:34	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 382 chars]...
rsistedIdentifier@f3f57a32-9efd-4e92-b0c2-b361ee84f1f5, Toto.name (U)=TITI}}
2025-03-27 07:13:34	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@f3f57a32-9efd-4e92-b0c2-b361ee84f1f5}
2025-03-27 07:13:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@4bd785f
2025-03-27 07:13:34	TRACE	SQLOperation	select Toto.name from Toto | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.003</duration><failedSince>0</failedSince><name>addEnum_mandatory_columnConstraintIsAdded</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><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></case><case><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></case><case><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></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.004</duration><failedSince>0</failedSince><name>build_identifierIsNotDefined_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.01</duration><failedSince>0</failedSince><name>update_nullValues</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:34	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender VARCHAR(255), id int not null, unique (id))
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	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-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-2
...[truncated 176 chars]...
ntifier@1, PersonWithGender.gender (U)=null}}
2025-03-27 07:13:34	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}
2025-03-27 07:13:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@6be6f267
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.011</duration><failedSince>0</failedSince><name>innerEmbed_withTwiceSameInnerEmbeddableName</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><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>2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Toto(name varchar(255), firstName varchar(255), id varchar(36) not null, unique (id))
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	insert into Toto(firstName, id) values (?, ?) | {1={Toto.firstName=null, Toto.id=o.c.s.i.PersistedIdentifier@641b04dd-4574-4beb-888d-4498290d67a7}}
2025-03-27 07:13:34	TRACE	SQLOperation	select firstName from Toto | {}
2025-03-27 07:13:34	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@641b04dd-4574-4beb-888d-4498290d67a7}
2025-03-27 07:13:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@3cf27af6
2025-03-27 07:13:34	TRACE	SQLOperation	select firstName from Toto | {}
</stdout></case><case><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></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.003</duration><failedSince>0</failedSince><name>embed_definedBySetter</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><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></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.022</duration><failedSince>0</failedSince><name>map_readonly_columnIsNotWrittenToDatabase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), firstName varchar(255), unique (id))
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	insert into Toto(firstName, id) values (?, ?) | {1={Toto.firstName=null, Toto.id=o.c.s.i.PersistedIdentifier@9f39c8b5-77ee-47db-b813-cc00af0d7e53}}
2025-03-27 07:13:34	TRACE	SQLOperation	select Toto.id, Toto.name from Toto | {}
2025-03-27 07:13:34	TRACE	SQLOperation	update Toto set name = ? where id = ? | {1=dummyName, 2=o.c.s.i.PersistedIdentifier@9f39c8b5-77ee-47db-b813-cc00af0d7e53}
2025-03-27 07:13:34	TRACE	SQLOperation	select Toto.id, Toto.name from Toto | {}
</stdout></case><case><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></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.02</duration><failedSince>0</failedSince><name>apiUsage</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.009</duration><failedSince>0</failedSince><name>map_withSqlBinder_binderIsUsed_readCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, name varchar(255), unique (id))
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	insert into Toto(name, id) values (?, ?) | {1={Toto.name=toto, Toto.id=o.c.s.i.PersistableIdentifier@1b9a61b9-fe12-4f21-819e-f0c481ad385c}}
2025-03-27 07:13:34	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@1b9a61b9-fe12-4f21-819e-f0c481ad385c}
2025-03-27 07:13:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@2caceee0
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.008</duration><failedSince>0</failedSince><name>addEnum_mandatory_onMissingValue_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:34	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender VARCHAR(255) not null, id int not null, unique (id))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.01</duration><failedSince>0</failedSince><name>map_withReadConverter_converterIsUsed_readOnlyProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, name varchar(255), unique (id))
2025-03-27 07:13:34	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {Toto.name=toto, Toto.id=o.c.s.i.PersistedIdentifier@406dd1a6-ea03-4b7f-9473-b951b001d8c6}
2025-03-27 07:13:34	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@406dd1a6-ea03-4b7f-9473-b951b001d8c6}
2025-03-27 07:13:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@7c60486d
2025-03-27 07:13:34	TRACE	SQLOperation	select Toto.name from Toto | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.002</duration><failedSince>0</failedSince><name>map_withColumnName_targetedPropertyNameIsTaken</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><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></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean</className><duration>0.012</duration><failedSince>0</failedSince><name>overrideName_nameIsAlreadyOverridden_nameIsOverwritten</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, createdAt timestamp, modificationDate timestamp, name varchar(255), unique (id))
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	insert into Toto(createdAt, id, modificationDate, name) values (?, ?, ?, ?) | {1={Toto.createdAt=Thu Mar 27 07:13:34 UTC 2025, Toto.id=o.c.s.i.PersistableIdentifier@cc8a2082-028c-42f1-a9e7-8a9bc947dc9c, Toto.name=null, Toto.modifica
...[truncated 50 chars]...
tion	select Toto.createdAt, Toto.modificationDate from Toto | {}
2025-03-27 07:13:34	TRACE	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@cc8a2082-028c-42f1-a9e7-8a9bc947dc9c}
2025-03-27 07:13:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@531d59a9
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean</className><duration>0.012</duration><failedSince>0</failedSince><name>simpleCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, creationDate timestamp, modificationDate timestamp, name varchar(255), unique (id))
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	insert into Toto(creationDate, id, modificationDate, name) values (?, ?, ?, ?) | {1={Toto.creationDate=Thu Mar 27 07:13:34 UTC 2025, Toto.id=o.c.s.i.PersistableIdentifier@4aaf939c-7b16-4eed-837f-9234db15a107, Toto.modificationDat
...[truncated 68 chars]...
ct Toto.creationDate, Toto.modificationDate from Toto | {}
2025-03-27 07:13:34	TRACE	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@4aaf939c-7b16-4eed-837f-9234db15a107}
2025-03-27 07:13:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@569765c6
</stdout></case><case><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>2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), modificationDate timestamp, unique (id))
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	insert into Toto(id, modificationDate, name) values (?, ?, ?) | {1={Toto.modificationDate=null, Toto.id=o.c.s.i.PersistableIdentifier@8d3800ef-2c2a-4c5e-9b4d-7dd6592d489a, Toto.name=null}}
2025-03-27 07:13:34	TRACE	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@8d3800ef-2c2a-4c5e-9b4d-7dd6592d489a}
2025-03-27 07:13:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@179a0d61
</stdout></case><case><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>2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, createdAt timestamp, modificationDate timestamp, name varchar(255), unique (id))
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	insert into Toto(createdAt, id, modificationDate, name) values (?, ?, ?, ?) | {1={Toto.name=null, Toto.createdAt=Thu Mar 27 07:13:34 UTC 2025, Toto.id=o.c.s.i.PersistableIdentifier@1a1f093d-42e1-44e9-8d25-bcd69e74d58e, Toto.modifica
...[truncated 50 chars]...
tion	select Toto.createdAt, Toto.modificationDate from Toto | {}
2025-03-27 07:13:34	TRACE	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@1a1f093d-42e1-44e9-8d25-bcd69e74d58e}
2025-03-27 07:13:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@2197f49c
</stdout></case><case><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></case><case><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>2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, createdAt timestamp, modificationDate timestamp, name varchar(255), unique (id))
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	insert into Toto(createdAt, id, modificationDate, name) values (?, ?, ?, ?) | {1={Toto.name=null, Toto.modificationDate=null, Toto.id=o.c.s.i.PersistableIdentifier@088c59f6-359a-404e-b0ab-0519cc948300, Toto.createdAt=Thu Mar 27 07:1
...[truncated 49 chars]...
ation	select Toto.createdAt, Toto.modificationDate from Toto | {}
2025-03-27 07:13:34	TRACE	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@088c59f6-359a-404e-b0ab-0519cc948300}
2025-03-27 07:13:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@6ffaf63
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean</className><duration>0.018</duration><failedSince>0</failedSince><name>embed_withMappedSuperClass</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, creationDate timestamp, modificationDate timestamp, locale VARCHAR(20), name varchar(255), unique (id))
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	insert into Toto(creationDate, id, locale, modificationDate, name) values (?, ?, ?, ?, ?) | {1={Toto.modificationDate=null, Toto.name=null, Toto.id=o.c.s.i.PersistableIdentifier@fad60da6-9673-44ca-8c78-7fa049a
...[truncated 159 chars]...
te, Toto.locale from Toto | {}
2025-03-27 07:13:34	TRACE	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@fad60da6-9673-44ca-8c78-7fa049a291bc}
2025-03-27 07:13:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@27b7716d
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean</className><duration>0.013</duration><failedSince>0</failedSince><name>embed_withMappedSuperClassAndOverride</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, creationDate timestamp, modificationTime timestamp, locale VARCHAR(20), name varchar(255), modificationDate timestamp, unique (id))
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	insert into Toto(creationDate, id, locale, modificationTime, name) values (?, ?, ?, ?, ?) | {1={Toto.creationDate=Thu Mar 27 07:13:34 UTC 2025, Toto.name=null, Toto.locale=en_US, To
...[truncated 187 chars]...
me, Toto.locale from Toto | {}
2025-03-27 07:13:34	TRACE	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@eda657e1-fb8b-459b-9f2d-c3712f4c9d60}
2025-03-27 07:13:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@63a5a05a
</stdout></case><case><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></case><duration>0.101</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$ExtraTable</className><duration>0.031</duration><failedSince>0</failedSince><name>crud_withConfigurationFromInheritance</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, unique (id))
2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Tutu(id VARCHAR(255) not null, firstName varchar(255), unique (id))
2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Titi(id VARCHAR(255) not null, prop1 varchar(255), unique (id))
2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Tata(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-03-27 07:13:34	DEBUG	DDLDeployer	alter table Tutu ad
...[truncated 5024 chars]...
SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	delete from Tata where id = ? | {1={Tata.id=o.c.s.i.PersistedIdentifier@fb2a2449-53d7-4083-b496-2b5921011f78}}
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistedIdentifier@fb2a2449-53d7-4083-b496-2b5921011f78}}
2025-03-27 07:13:34	TRACE	SQLOperation	select id from Toto union all select id from Tata | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$ExtraTable</className><duration>0.013</duration><failedSince>0</failedSince><name>crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Toto(identifier VARCHAR(255) not null, unique (identifier))
2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Tata(identifier VARCHAR(255) not null, name varchar(255), unique (identifier))
2025-03-27 07:13:34	DEBUG	DDLDeployer	alter table Tata add constraint FK_Tata_identifier_Toto_identifier foreign key(identifier) references Toto(identifier)
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperati
...[truncated 2227 chars]...
27 07:13:34	TRACE	SQLOperation	delete from Tata where identifier = ? | {1={Tata.identifier=o.c.s.i.PersistedIdentifier@dcb96db7-a1c3-4d5b-ab41-7aed37b1f70e}}
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	delete from Toto where identifier = ? | {1={Toto.identifier=o.c.s.i.PersistedIdentifier@dcb96db7-a1c3-4d5b-ab41-7aed37b1f70e}}
2025-03-27 07:13:34	TRACE	SQLOperation	select identifier from Toto union all select identifier from Tata | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$ExtraTable</className><duration>0.011</duration><failedSince>0</failedSince><name>tableStructure</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Toto(identifier VARCHAR(255) not null, unique (identifier))
2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Tata(identifier VARCHAR(255) not null, name varchar(255), unique (identifier))
2025-03-27 07:13:34	DEBUG	DDLDeployer	alter table Tata add constraint FK_Tata_identifier_Toto_identifier foreign key(identifier) references Toto(identifier)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$ExtraTable</className><duration>0.012</duration><failedSince>0</failedSince><name>crud_severalTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Toto(identifier VARCHAR(255) not null, unique (identifier))
2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Tutu(identifier VARCHAR(255) not null, firstName varchar(255), unique (identifier))
2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Tata(identifier VARCHAR(255) not null, name varchar(255), unique (identifier))
2025-03-27 07:13:34	DEBUG	DDLDeployer	alter table Tutu add constraint FK_Tutu_identifier_Toto_identifier foreign key(identif
...[truncated 4098 chars]...
27 07:13:34	TRACE	SQLOperation	delete from Tata where identifier = ? | {1={Tata.identifier=o.c.s.i.PersistedIdentifier@fcb891ab-ff84-4a3d-ae76-8ff24ee02831}}
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	delete from Toto where identifier = ? | {1={Toto.identifier=o.c.s.i.PersistedIdentifier@fcb891ab-ff84-4a3d-ae76-8ff24ee02831}}
2025-03-27 07:13:34	TRACE	SQLOperation	select identifier from Toto union all select identifier from Tata | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$ExtraTable</className><duration>0.009</duration><failedSince>0</failedSince><name>tableStructure_columnNameGiven_columnNameIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Toto(identifier VARCHAR(255) not null, unique (identifier))
2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Tata(identifier VARCHAR(255) not null, dummyName varchar(255), unique (identifier))
2025-03-27 07:13:34	DEBUG	DDLDeployer	alter table Tata add constraint FK_Tata_identifier_Toto_identifier foreign key(identifier) references Toto(identifier)
</stdout></case><duration>0.08</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$ExtraTable</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey</className><duration>0.008</duration><failedSince>0</failedSince><name>usingConstructor_constructorIsInvoked_setterIsNotCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:35	DEBUG	DDLDeployer	create table Toto(name varchar(255), id VARCHAR(255) not null, unique (id))
2025-03-27 07:13:35	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:35	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@01f8cd62-5e08-4c41-9f25-8d1dfdc79acf}}
2025-03-27 07:13:35	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@01f8cd62-5e08-4c41-9f25-8d1dfdc79acf}
2025-03-27 07:13:35	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@31b5bf26
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey</className><duration>0.008</duration><failedSince>0</failedSince><name>usingConstructor_2Args_constructorIsInvoked_setterIsNotCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:35	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-03-27 07:13:35	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:35	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@254cfc41-89b0-4c7f-b325-d6c9dfa6e41a, Toto.name=Tutu}}
2025-03-27 07:13:35	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@254cfc41-89b0-4c7f-b325-d6c9dfa6e41a}
2025-03-27 07:13:35	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@21cdceb2
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey</className><duration>0.008</duration><failedSince>0</failedSince><name>usingFactory_constructorIsInvoked_setterIsNotCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:35	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-03-27 07:13:35	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:35	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@f395fa5c-4437-4c9c-9a13-579b0bd90cc2}}
2025-03-27 07:13:35	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@f395fa5c-4437-4c9c-9a13-579b0bd90cc2}
2025-03-27 07:13:35	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@264b5076
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey</className><duration>0.008</duration><failedSince>0</failedSince><name>usingConstructor_supplier_supplierIsCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:35	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-03-27 07:13:35	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:35	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@61810da6-f994-4e15-a0d1-4dda7ebb4bfe}}
2025-03-27 07:13:35	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@61810da6-f994-4e15-a0d1-4dda7ebb4bfe}
2025-03-27 07:13:35	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@63a4356b
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey</className><duration>0.002</duration><failedSince>0</failedSince><name>calledTwice_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey</className><duration>0.01</duration><failedSince>0</failedSince><name>byDefault_defaultConstructorIsInvoked_setterIsCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:35	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-03-27 07:13:35	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:35	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@215809b2-2a3f-4279-944f-4a1f69d44c25, Toto.name=Tutu}}
2025-03-27 07:13:35	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@215809b2-2a3f-4279-944f-4a1f69d44c25}
2025-03-27 07:13:35	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@2c8a80ec
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey</className><duration>0.008</duration><failedSince>0</failedSince><name>usingConstructor_1Arg_constructorIsInvoked_setterIsNotCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:35	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-03-27 07:13:35	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:35	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@2a5eb238-1e23-4054-b0d6-4e6fc6d98983}}
2025-03-27 07:13:35	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@2a5eb238-1e23-4054-b0d6-4e6fc6d98983}
2025-03-27 07:13:35	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@2b463a42
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey</className><duration>0.008</duration><failedSince>0</failedSince><name>usingConstructor_1ArgColumnName_constructorIsInvoked_setterIsNotCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:35	DEBUG	DDLDeployer	create table Toto(name varchar(255), myId VARCHAR(255) not null, unique (myId))
2025-03-27 07:13:35	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:35	TRACE	SQLOperation	insert into Toto(myId, name) values (?, ?) | {1={Toto.name=Tutu, Toto.myId=o.c.s.i.PersistableIdentifier@52486761-da9e-45e2-bd1a-cba07b2368ef}}
2025-03-27 07:13:35	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@52486761-da9e-45e2-bd1a-cba07b2368ef}
2025-03-27 07:13:35	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@490e8b4e
</stdout></case><duration>0.066</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$UseConstructor</className><duration>0.009</duration><failedSince>0</failedSince><name>withConstructorSpecified_constructorIsInvoked_setterIsNotCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@eca66796-4eea-4944-a433-f1b2a0e4ad3d}}
2025-03-27 07:13:34	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@eca66796-4eea-4944-a433-f1b2a0e4ad3d}
2025-03-27 07:13:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@456a7ba8
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$UseConstructor</className><duration>0.008</duration><failedSince>0</failedSince><name>withConstructorSpecified_byColumnName_constructorIsInvoked</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Toto(label varchar(255), identifier VARCHAR(255) not null, unique (identifier))
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	insert into Toto(identifier, label) values (?, ?) | {1={Toto.label=null, Toto.identifier=o.c.s.i.PersistableIdentifier@1a51bbde-9144-435c-a333-16d1ce5fc7c8}}
2025-03-27 07:13:34	TRACE	SQLOperation	select Toto.label as Toto_label, Toto.identifier as Toto_identifier from Toto where Toto.identifier in (?) | {Toto.identifier=o.c.s.i.PersistableIdentifier@1a51bbde-9144-435c-a333-16d1ce5fc7c8}
2025-03-27 07:13:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@5173402e
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$UseConstructor</className><duration>0.009</duration><failedSince>0</failedSince><name>setByConstructor_withSeveralArguments</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.name=Hello, Toto.id=o.c.s.i.PersistableIdentifier@f39ebdcb-72c9-49df-bb4c-25eca10a7cbe}}
2025-03-27 07:13:34	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@f39ebdcb-72c9-49df-bb4c-25eca10a7cbe}
2025-03-27 07:13:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@1f1092b7
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$UseConstructor</className><duration>0.008</duration><failedSince>0</failedSince><name>byDefault_defaultConstructorIsInvoked_setterIsCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@1b43e8f6-0edc-4732-b7a0-3beb349e1d72}}
2025-03-27 07:13:34	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@1b43e8f6-0edc-4732-b7a0-3beb349e1d72}
2025-03-27 07:13:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@4dab3e26
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$UseConstructor</className><duration>0.007</duration><failedSince>0</failedSince><name>setByConstructor_constructorIsInvoked_setterIsCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@357be814-bce5-4b4c-96a3-473389da0d13}}
2025-03-27 07:13:34	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@357be814-bce5-4b4c-96a3-473389da0d13}
2025-03-27 07:13:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@716c2a81
</stdout></case><duration>0.044</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$UseConstructor</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportToOneAndToManyMixTest</className><duration>0.018</duration><failedSince>0</failedSince><name>testCascade_SetSetMix_update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table State(name varchar(255), id int not null, countryId int, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) ref
...[truncated 14715 chars]...
filarete.stalactite.engine.model.Country@15d0743f,id=o.c.s.i.PersistedIdentifier@2,name=Grenoble,persons=&lt;null&gt;,state=&lt;null&gt;]],description=Smelly cheese !,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[State{id=o.c.s.i.PersistedIdentifier@0}, State{id=o.c.s.i.PersistedIdentifier@3}],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
2025-03-27 07:13:45	TRACE	SQLOperation	select id from State where id = 1 | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportToOneAndToManyMixTest</className><duration>0.012</duration><failedSince>0</failedSince><name>testCascade_oneToOneAndOneToMany_CRUD</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country(name varchar(255), id int not null, presidentId int, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeplo
...[truncated 9038 chars]...
,name=France,president=Person[addressBook=&lt;null&gt;,addresses=&lt;null&gt;,contracts=&lt;null&gt;,country=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@0,mapPropertyMadeOfComplexTypes=&lt;null&gt;,mapPropertyMadeOfComplexTypesWithColumnDuplicates=&lt;null&gt;,mapPropertyMadeOfEntityAsKey=&lt;null&gt;,mapPropertyMadeOfEntityAsKeyAndValue=&lt;null&gt;,mapPropertyMadeOfEntityAsValue=&lt;null&gt;,name=New french president,nicknames=&lt;null&gt;,phoneNumbers=&lt;null&gt;,timestamp=&lt;null&gt;,vehicle=&lt;null&gt;,version=0],states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportToOneAndToManyMixTest</className><duration>0.026</duration><failedSince>0</failedSince><name>testCascade_ListSetMix_listContainsDuplicate_CRUD</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table State(name varchar(255), id int not null, countryId int, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country_ancientCities(country_id int, ancientCities_id int, idx integer not null, unique 
...[truncated 33279 chars]...
del.Country@4007b86e,id=o.c.s.i.PersistedIdentifier@2,name=Grenoble,persons=&lt;null&gt;,state=&lt;null&gt;]],capital=&lt;null&gt;,cities=&lt;null&gt;,description=Smelly cheese !,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[State{id=o.c.s.i.PersistedIdentifier@0}, State{id=o.c.s.i.PersistedIdentifier@3}],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
2025-03-27 07:13:45	TRACE	SQLOperation	select id from State where id = 1 | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportToOneAndToManyMixTest</className><duration>0.01</duration><failedSince>0</failedSince><name>foreignKeyIsCreated</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2025-03-27 07:13:45	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
</stdout></case><duration>0.069</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportToOneAndToManyMixTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportVersioningTest</className><duration>0.028</duration><failedSince>0</failedSince><name>update_versionIsUpgraded_dateVersion</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Country(modificationDate timestamp, name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	insert into Country(name, description, modificationDate, id) values (?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@0, Country.modificationDate=2025-03-27T07:13:34.053, Country.name=France, Country.description=null}}
2025
...[truncated 1220 chars]...
larete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@513d4389
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	update Country set name = ?, description = ?, modificationDate = ? where id = ? and modificationDate = ? | {1={Country.id (W)=o.c.s.i.PersistedIdentifier@0, Country.modificationDate (U)=2025-03-27T07:13:34.063, Country.modificationDate (W)=2025-03-27T07:13:34.058, Country.name (U)=Tutu, Country.description (U)=null}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportVersioningTest</className><duration>0.003</duration><failedSince>0</failedSince><name>build_versionedPropertyIsOfUnsupportedType_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportVersioningTest</className><duration>0.013</duration><failedSince>0</failedSince><name>update_versionIsUpgraded_integerVersion</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Country(version integer, name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	insert into Country(name, description, version, id) values (?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@0, Country.description=null, Country.version=1, Country.name=France}}
2025-03-27 07:13:34	TRACE	SQLOperation	select Country.n
...[truncated 973 chars]...
}
2025-03-27 07:13:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@5020df0a
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	update Country set name = ?, description = ?, version = ? where id = ? and version = ? | {1={Country.id (W)=o.c.s.i.PersistedIdentifier@0, Country.description (U)=null, Country.version (U)=3, Country.version (W)=2, Country.name (U)=Tutu}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportVersioningTest</className><duration>0.073</duration><failedSince>0</failedSince><name>update_entityIsOutOfSync_databaseIsNotUpdated</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:34	DEBUG	DDLDeployer	create table Country(version integer, name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	insert into Country(name, description, version, id) values (?, ?, ?, ?) | {1={Country.name=France, Country.version=1, Country.id=o.c.s.i.PersistableIdentifier@0, Country.description=null}}
2025-03-27 07:13:34	TRACE	SQLOperation	select Country.n
...[truncated 434 chars]...
-03-27 07:13:34	TRACE	SQLOperation	update Country set name = ?, description = ?, version = ? where version = ? and id = ? | {1={Country.name (U)=Tata, Country.version (U)=2, Country.id (W)=o.c.s.i.PersistableIdentifier@0, Country.version (W)=1, Country.description (U)=null}}
2025-03-27 07:13:34	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:34	TRACE	SQLOperation	delete from Country where version = ? and id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@0, Country.version=1}}
</stdout></case><duration>0.121</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportVersioningTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.JoinColumnNamingStrategyTest</className><duration>0.0</duration><failedSince>0</failedSince><name>defaultGiveName</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.001</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.JoinColumnNamingStrategyTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.MapEntryTableNamingStrategyTest</className><duration>0.001</duration><failedSince>0</failedSince><name>giveMapKeyColumnNames</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.MapEntryTableNamingStrategyTest</className><duration>0.0</duration><failedSince>0</failedSince><name>giveName</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.003</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.MapEntryTableNamingStrategyTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.cascade.AfterDeleteByIdSupportTest</className><duration>0.002</duration><failedSince>0</failedSince><name>constructorWithDefaultFilter_acceptAll</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.cascade.AfterDeleteByIdSupportTest</className><duration>0.001</duration><failedSince>0</failedSince><name>constructorArgsAreInvoked</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.004</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.cascade.AfterDeleteByIdSupportTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.cascade.AfterDeleteSupportTest</className><duration>0.018</duration><failedSince>0</failedSince><name>constructorWithDefaultFilter_acceptAll</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.cascade.AfterDeleteSupportTest</className><duration>0.011</duration><failedSince>0</failedSince><name>constructorArgsAreInvoked</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.03</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.cascade.AfterDeleteSupportTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.cascade.AfterInsertSupportTest</className><duration>0.001</duration><failedSince>0</failedSince><name>constructorWithDefaultFilter_acceptAll</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.cascade.AfterInsertSupportTest</className><duration>0.001</duration><failedSince>0</failedSince><name>constructorArgsAreInvoked</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.005</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.cascade.AfterInsertSupportTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.cascade.AfterUpdateCollectionCascaderTest</className><duration>0.027</duration><failedSince>0</failedSince><name>testAfterUpdate</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.028</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.cascade.AfterUpdateCollectionCascaderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.cascade.AfterUpdateSupportTest</className><duration>0.008</duration><failedSince>0</failedSince><name>constructorWithDefaultFilter_acceptAll</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.cascade.AfterUpdateSupportTest</className><duration>0.002</duration><failedSince>0</failedSince><name>constructorArgsAreInvoked</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.011</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.cascade.AfterUpdateSupportTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.cascade.BeforeDeleteByIdSupportTest</className><duration>0.002</duration><failedSince>0</failedSince><name>constructorWithDefaultFilter_acceptAll</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.cascade.BeforeDeleteByIdSupportTest</className><duration>0.002</duration><failedSince>0</failedSince><name>constructorArgsAreInvoked</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.004</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.cascade.BeforeDeleteByIdSupportTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.cascade.BeforeDeleteSupportTest</className><duration>0.002</duration><failedSince>0</failedSince><name>constructorWithDefaultFilter_acceptAll</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.cascade.BeforeDeleteSupportTest</className><duration>0.002</duration><failedSince>0</failedSince><name>constructorArgsAreInvoked</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.004</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.cascade.BeforeDeleteSupportTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.cascade.BeforeInsertSupportTest</className><duration>0.001</duration><failedSince>0</failedSince><name>constructorWithDefaultFilter_acceptAll</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.cascade.BeforeInsertSupportTest</className><duration>0.003</duration><failedSince>0</failedSince><name>constructorArgsAreInvoked</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.006</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.cascade.BeforeInsertSupportTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.cascade.BeforeUpdateSupportTest</className><duration>0.003</duration><failedSince>0</failedSince><name>constructorWithDefaultFilter_acceptAll</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.cascade.BeforeUpdateSupportTest</className><duration>0.003</duration><failedSince>0</failedSince><name>constructorArgsAreInvoked</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.006</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.cascade.BeforeUpdateSupportTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.BeanMappingBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>giveTargetTable</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.BeanMappingBuilderTest</className><duration>0.011</duration><failedSince>0</failedSince><name>ensureColumnBindingInRegistry</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.BeanMappingBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>giveTargetTable_withImportedConfiguration</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.BeanMappingBuilderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>giveTargetTable_multipleTableFound_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.BeanMappingBuilderTest$InternalProcessor</className><duration>0.002</duration><failedSince>0</failedSince><name>addColumnToTable_existingColumnDoesntMatchLinkageType_linkageAsParameterBinder_doesntThrowException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.002</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.configurer.BeanMappingBuilderTest$InternalProcessor</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.JoinTablePolymorphismBuilderTest</className><duration>0.007</duration><failedSince>0</failedSince><name>build_withBeforeInsertIdentifierPolicy_entitiesMustHaveTheirIdSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Element(id bigint not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Part(name varchar(255), id bigint not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Question(label varchar(255), id bigint not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	alter table Part add constraint FK_Part_id_Element_id foreign key(id) references Element(id)
2025-03-27 07:13:46	DEBUG	DDLDeployer	alter table Question add constraint FK_Question_id_Element_id foreign key(id) references Element(id)
2025-03-27 07:13:46	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:46	TRACE	SQLOperation	insert into Element(id) values (?) | {1={Element.id=1}}
2025-03-27 07:13:46	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:46	TRACE	SQLOperation	insert into Question(label, id) values (?, ?) | {1={Question.label=What's the answer to Life, the Universe and Everything ?, Question.id=1}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.JoinTablePolymorphismBuilderTest</className><duration>0.007</duration><failedSince>0</failedSince><name>build_withAfterInsertIdentifierPolicy_entitiesMustHaveTheirIdSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Element(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Part(name varchar(255), id bigint not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Question(label varchar(255), id bigint not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	alter table Part add constraint FK_Part_id_Element_id foreign key(id) references Element(
...[truncated 44 chars]...
ter table Question add constraint FK_Question_id_Element_id foreign key(id) references Element(id)
2025-03-27 07:13:46	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:46	TRACE	SQLOperation	insert into Element(id) values (default) | {1={}}
2025-03-27 07:13:46	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:46	TRACE	SQLOperation	insert into Question(label, id) values (?, ?) | {1={Question.label=What's the answer to Life, the Universe and Everything ?, Question.id=1}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.JoinTablePolymorphismBuilderTest</className><duration>0.003</duration><failedSince>0</failedSince><name>build_targetTableAndOverridingColumnsAreDifferent_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.JoinTablePolymorphismBuilderTest</className><duration>0.007</duration><failedSince>0</failedSince><name>build_withAlreadyAssignedIdentifierPolicy_entitiesMustHaveTheirIdSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Element(id bigint not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Part(name varchar(255), id bigint not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Question(label varchar(255), id bigint not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	alter table Part add constraint FK_Part_id_Element_id foreign key(id) references Element(id)
2025-03-27 07:13:46	DEBUG	DDLDeployer	alter table Question add constraint FK_Question_id_Element_id foreign key(id) references Element(id)
2025-03-27 07:13:46	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:46	TRACE	SQLOperation	insert into Element(id) values (?) | {1={Element.id=1}}
2025-03-27 07:13:46	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:46	TRACE	SQLOperation	insert into Question(label, id) values (?, ?) | {1={Question.id=1, Question.label=What's the answer to Life, the Universe and Everything ?}}
</stdout></case><duration>0.026</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.configurer.JoinTablePolymorphismBuilderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.OneToOneRelationConfigurerTest</className><duration>0.019</duration><failedSince>0</failedSince><name>tableStructure_associationTable</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.OneToOneRelationConfigurerTest</className><duration>0.01</duration><failedSince>0</failedSince><name>tableStructure_relationMappedByReverseSide</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.029</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.configurer.OneToOneRelationConfigurerTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PersisterBuilderContextTest</className><duration>0.018</duration><failedSince>0</failedSince><name>cycling</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.018</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.configurer.PersisterBuilderContextTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest</className><duration>0.014</duration><failedSince>0</failedSince><name>collectEmbeddedMappingFromInheritance_fromMappedSuperClasses</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest</className><duration>0.003</duration><failedSince>0</failedSince><name>collectEmbeddedMappingFromInheritance_withoutHierarchy</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest</className><duration>0.004</duration><failedSince>0</failedSince><name>collectEmbeddedMappingFromInheritance_fromInheritedClasses</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest</className><duration>0.025</duration><failedSince>0</failedSince><name>assertCompositeKeyIdentifierOverridesEqualsHashcode</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest</className><duration>0.002</duration><failedSince>0</failedSince><name>propagatePrimarykey</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest</className><duration>0.002</duration><failedSince>0</failedSince><name>addIdentifyingPrimarykey_afterInsertPolicy</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest</className><duration>0.002</duration><failedSince>0</failedSince><name>applyForeignKeys</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest</className><duration>0.006</duration><failedSince>0</failedSince><name>collectEmbeddedMappingFromInheritance_fromInheritedClasses_withJoinedTables</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest</className><duration>0.002</duration><failedSince>0</failedSince><name>addIdentifyingPrimarykey_beforeInsertPolicy</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest</className><duration>0.001</duration><failedSince>0</failedSince><name>addIdentifyingPrimaryKey_alreadyAssignedPolicy</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest$BuildTest</className><duration>0.089</duration><failedSince>0</failedSince><name>build_withPolymorphismSingleTable_resultAssertsThatPersisterManageGivenEntities</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, AbstractVehicle.DTYPE as AbstractVehicle_DTYPE from AbstractVehicle where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest$BuildTest</className><duration>0.006</duration><failedSince>0</failedSince><name>build_resultAssertsThatPersisterManageGivenEntities</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	TRACE	SQLOperation	select AbstractVehicle.creationDate as AbstractVehicle_creationDate, AbstractVehicle.modificationDate as AbstractVehicle_modificationDate, AbstractVehicle.id as AbstractVehicle_id from AbstractVehicle where AbstractVehicle.id in (?) | {AbstractVehicle.id=o.c.s.i.PersistableIdentifier@42}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest$BuildTest</className><duration>0.004</duration><failedSince>0</failedSince><name>build_singleTable_singleClass</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:46	TRACE	SQLOperation	insert into Car(color, creationDate, id, model, modificationDate) values (?, ?, ?, ?, ?) | {1={Car.modificationDate=Thu Mar 27 07:13:46 UTC 2025, Car.creationDate=Thu Mar 27 07:13:46 UTC 2025, Car.color=Color[rgb=123], Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest$BuildTest</className><duration>0.009</duration><failedSince>0</failedSince><name>build_joinedTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:46	TRACE	SQLOperation	insert into AbstractVehicle(creationDate, id, modificationDate) values (?, ?, ?) | {1={AbstractVehicle.creationDate=Thu Mar 27 07:13:46 UTC 2025, AbstractVehicle.modificationDate=Thu Mar 27 07:13:46 UTC 2025, AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:46	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:46	TRACE	SQLOperation	insert into Vehicle(color, i
...[truncated 906 chars]...
RACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id, AbstractVehicle.creationDate as AbstractVehicle_creationDate, AbstractVehicle.modificationDate as AbstractVehicle_modificationDate, AbstractVehicle.id as AbstractVehicle_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id from Car inner join AbstractVehicle as AbstractVehicle on Car.id = AbstractVehicle.id inner join Vehicle as Vehicle on Car.id = Vehicle.id where Car.id in (?) | {Car.id=o.c.s.i.PersistableIdentifier@1}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest$BuildTest</className><duration>0.011</duration><failedSince>0</failedSince><name>build_connectionProviderIsNotRollbackObserver_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest$BuildTest</className><duration>0.004</duration><failedSince>0</failedSince><name>build_twiceForSameClass_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest$BuildTest</className><duration>0.007</duration><failedSince>0</failedSince><name>build_withPolymorphismJoinedTables_resultAssertsThatPersisterManageGivenEntities</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, Vehicle.id as Vehicle_id from AbstractVehicle left outer join Vehicle on AbstractVehicle.id = Vehicle.id where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest$BuildTest</className><duration>0.012</duration><failedSince>0</failedSince><name>build_createsAnInstanceThatDoesntRequireTwoSelectsOnItsUpdateMethod</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:46	TRACE	SQLOperation	insert into Car(id, model) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-03-27 07:13:46	TRACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=o.c.s.i.PersistableIdentifier@1}
2025-03-27 07:13:46	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$Join
...[truncated 146 chars]...
r.id=o.c.s.i.PersistableIdentifier@1}
2025-03-27 07:13:46	DEBUG	SQLOperation	Result found in cache, statement will not be executed
2025-03-27 07:13:46	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@6659dd4c
2025-03-27 07:13:46	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:46	TRACE	SQLOperation	update Car set model = ? where id = ? | {1={Car.model (U)=Peugeot, Car.id (W)=o.c.s.i.PersistedIdentifier@1}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest$BuildTest</className><duration>0.004</duration><failedSince>0</failedSince><name>build_singleTable_withInheritance</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:46	TRACE	SQLOperation	insert into Car(color, creationDate, id, model, modificationDate) values (?, ?, ?, ?, ?) | {1={Car.color=Color[rgb=123], Car.modificationDate=Thu Mar 27 07:13:46 UTC 2025, Car.id=o.c.s.i.PersistableIdentifier@1, Car.creationDate=Thu Mar 27 07:13:46 UTC 2025, Car.model=Renault}}
</stdout></case><duration>0.15</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest$BuildTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PropertyAccessorResolverTest</className><duration>0.003</duration><failedSince>0</failedSince><name>resolve_propertyDoesntMeetJavaBeanNamingConvention_exceptionIsThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PropertyAccessorResolverTest</className><duration>0.001</duration><failedSince>0</failedSince><name>resolve(PropertyMapping, Accessor, Mutator)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PropertyAccessorResolverTest</className><duration>0.0</duration><failedSince>0</failedSince><name>resolve(PropertyMapping, Accessor, Mutator)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PropertyAccessorResolverTest</className><duration>0.0</duration><failedSince>0</failedSince><name>resolve(PropertyMapping, Accessor, Mutator)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PropertyAccessorResolverTest</className><duration>0.0</duration><failedSince>0</failedSince><name>resolve(PropertyMapping, Accessor, Mutator)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PropertyAccessorResolverTest</className><duration>0.0</duration><failedSince>0</failedSince><name>resolve(PropertyMapping, Accessor, Mutator)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PropertyAccessorResolverTest</className><duration>0.001</duration><failedSince>0</failedSince><name>resolve(PropertyMapping, Accessor, Mutator)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PropertyAccessorResolverTest</className><duration>0.0</duration><failedSince>0</failedSince><name>resolve(PropertyMapping, Accessor, Mutator)[7]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.012</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.configurer.PropertyAccessorResolverTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.SingleTablePolymorphismBuilderTest</className><duration>0.006</duration><failedSince>0</failedSince><name>build_withBeforeInsertIdentifierPolicy_entitiesMustHaveTheirIdSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Element(id bigint not null, label varchar(255), name varchar(255), DTYPE varchar(255) not null, unique (id))
2025-03-27 07:13:46	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:46	TRACE	SQLOperation	insert into Element(label, id, DTYPE) values (?, ?, ?) | {1={Element.id=1, Element.label=What's the answer to Life, the Universe and Everything ?, Element.DTYPE=QUESTION}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.SingleTablePolymorphismBuilderTest</className><duration>0.007</duration><failedSince>0</failedSince><name>build_withAfterInsertIdentifierPolicy_entitiesMustHaveTheirIdSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Element(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, label varchar(255), name varchar(255), DTYPE varchar(255) not null, unique (id))
2025-03-27 07:13:46	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:46	TRACE	SQLOperation	insert into Element(label, id, DTYPE) values (?, default, ?) | {1={Element.label=What's the answer to Life, the Universe and Everything ?, Element.DTYPE=QUESTION}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.SingleTablePolymorphismBuilderTest</className><duration>0.003</duration><failedSince>0</failedSince><name>build_targetTableAndOverridingColumnsAreDifferent_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.SingleTablePolymorphismBuilderTest</className><duration>0.009</duration><failedSince>0</failedSince><name>build_withAlreadyAssignedIdentifierPolicy_entitiesMustHaveTheirIdSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Element(id bigint not null, label varchar(255), name varchar(255), DTYPE varchar(255) not null, unique (id))
2025-03-27 07:13:46	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:46	TRACE	SQLOperation	insert into Element(label, id, DTYPE) values (?, ?, ?) | {1={Element.DTYPE=QUESTION, Element.label=What's the answer to Life, the Universe and Everything ?, Element.id=1}}
</stdout></case><duration>0.029</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.configurer.SingleTablePolymorphismBuilderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.TablePerClassPolymorphismBuilderTest</className><duration>0.033</duration><failedSince>0</failedSince><name>build_withBeforeInsertIdentifierPolicy_entitiesMustHaveTheirIdSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Part(name varchar(255), id bigint not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Question(label varchar(255), id bigint not null, unique (id))
2025-03-27 07:13:45	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:45	TRACE	SQLOperation	insert into Question(label, id) values (?, ?) | {1={Question.id=1, Question.label=What's the answer to Life, the Universe and Everything ?}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.TablePerClassPolymorphismBuilderTest</className><duration>0.006</duration><failedSince>0</failedSince><name>build_targetTableAndOverridingColumnsAreDifferent_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.TablePerClassPolymorphismBuilderTest</className><duration>0.007</duration><failedSince>0</failedSince><name>build_withAlreadyAssignedIdentifierPolicy_entitiesMustHaveTheirIdSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Part(name varchar(255), id bigint not null, unique (id))
2025-03-27 07:13:45	DEBUG	DDLDeployer	create table Question(label varchar(255), id bigint not null, unique (id))
2025-03-27 07:13:45	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:45	TRACE	SQLOperation	insert into Question(label, id) values (?, ?) | {1={Question.label=What's the answer to Life, the Universe and Everything ?, Question.id=1}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.TablePerClassPolymorphismBuilderTest</className><duration>0.003</duration><failedSince>0</failedSince><name>build_withAfterInsertIdentifierPolicy_throwsUnsupportedOperationException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.051</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.configurer.TablePerClassPolymorphismBuilderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.map.KeyValueRecordMappingTest$RecordIdAssemblerTest</className><duration>0.003</duration><failedSince>0</failedSince><name>getColumnValues_mapEntryKeyIsASimpleProperty_givesRightValues</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.map.KeyValueRecordMappingTest$RecordIdAssemblerTest</className><duration>0.003</duration><failedSince>0</failedSince><name>assemble_mapEntryKeyIsASimpleProperty_recordIdContainsIdentifiers</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.map.KeyValueRecordMappingTest$RecordIdAssemblerTest</className><duration>0.001</duration><failedSince>0</failedSince><name>assemble_mapEntryKeyIsEntityWithSingleColumn_recordIdContainsIdentifiers</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.map.KeyValueRecordMappingTest$RecordIdAssemblerTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getColumnValues_mapEntryKeyIsEntityWithCompositeKey_givesRightValues</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.01</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.configurer.map.KeyValueRecordMappingTest$RecordIdAssemblerTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.diff.CollectionDifferTest</className><duration>0.002</duration><failedSince>0</failedSince><name>diffList(List, List, Set)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.diff.CollectionDifferTest</className><duration>0.001</duration><failedSince>0</failedSince><name>diffList(List, List, Set)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.diff.CollectionDifferTest</className><duration>0.001</duration><failedSince>0</failedSince><name>diffList(List, List, Set)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.diff.CollectionDifferTest</className><duration>0.001</duration><failedSince>0</failedSince><name>diffList(List, List, Set)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.diff.CollectionDifferTest</className><duration>0.001</duration><failedSince>0</failedSince><name>diffList(List, List, Set)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.diff.CollectionDifferTest</className><duration>0.001</duration><failedSince>0</failedSince><name>diffList(List, List, Set)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.diff.CollectionDifferTest</className><duration>0.001</duration><failedSince>0</failedSince><name>diffList(List, List, Set)[7]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.diff.CollectionDifferTest</className><duration>0.001</duration><failedSince>0</failedSince><name>diffList(List, List, Set)[8]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.diff.CollectionDifferTest</className><duration>0.001</duration><failedSince>0</failedSince><name>diffList(List, List, Set)[9]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.diff.CollectionDifferTest</className><duration>0.001</duration><failedSince>0</failedSince><name>diffList(List, List, Set)[10]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.diff.CollectionDifferTest</className><duration>0.001</duration><failedSince>0</failedSince><name>diffList(List, List, Set)[11]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.diff.CollectionDifferTest</className><duration>0.001</duration><failedSince>0</failedSince><name>diffList_withClone_cloneMustBeReplacingInstance</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.diff.CollectionDifferTest</className><duration>0.002</duration><failedSince>0</failedSince><name>diffSet(Set, Set, Set)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.diff.CollectionDifferTest</className><duration>0.001</duration><failedSince>0</failedSince><name>diffSet(Set, Set, Set)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.diff.CollectionDifferTest</className><duration>0.001</duration><failedSince>0</failedSince><name>diffSet(Set, Set, Set)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.diff.CollectionDifferTest</className><duration>0.001</duration><failedSince>0</failedSince><name>diffSet(Set, Set, Set)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.033</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.diff.CollectionDifferTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.idprovider.PooledIdentifierProviderTest</className><duration>10.004</duration><failedSince>0</failedSince><name>testAsynchronousLoad</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>10.004</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.idprovider.PooledIdentifierProviderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.idprovider.PooledSequenceIdentifierProviderTest</className><duration>0.02</duration><failedSince>0</failedSince><name>giveNewIdentifier</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:45	DEBUG	DDLDeployer	create table sequence_table(sequence_name varchar(255), next_val bigint not null, unique (sequence_name))
2025-03-27 07:13:45	TRACE	SQLOperation	select sequence_name, next_val from sequence_table where sequence_name in (?) | {sequence_table.sequence_name=Toto}
2025-03-27 07:13:45	TRACE	SQLOperation	select sequence_name, next_val from sequence_table where sequence_name in (?) | {sequence_table.sequence_name=Toto}
2025-03-27 07:13:45	DEBUG	SQLOperation	Batchin
...[truncated 251 chars]...
ame, next_val from sequence_table where sequence_name in (?) | {sequence_table.sequence_name=Toto}
2025-03-27 07:13:45	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:45	TRACE	SQLOperation	update sequence_table set next_val = ? where sequence_name = ? | {1={sequence_table.next_val (U)=20, sequence_table.sequence_name (W)=Toto}}
2025-03-27 07:13:45	TRACE	SQLOperation	select sequence_name, next_val from sequence_table where sequence_name in (?) | {sequence_table.sequence_name=Toto}
</stdout></case><duration>0.02</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.idprovider.PooledSequenceIdentifierProviderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.AssociationRecordInsertionCascaderTest</className><duration>0.008</duration><failedSince>0</failedSince><name>testAssociationRecordInsertionCascader_getTargets</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.008</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.AssociationRecordInsertionCascaderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityCriteriaSupportTest</className><duration>0.083</duration><failedSince>0</failedSince><name>hasCollectionCriteria_manyCriteria_returnsTrue</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityCriteriaSupportTest</className><duration>0.002</duration><failedSince>0</failedSince><name>hasCollectionCriteria_embeddedCollectionCriteria_returnsTrue</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityCriteriaSupportTest</className><duration>0.005</duration><failedSince>0</failedSince><name>graphNode_getColumn_withRelationOneToMany</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityCriteriaSupportTest</className><duration>0.001</duration><failedSince>0</failedSince><name>hasCollectionCriteria_noCollectionCriteria_returnsFalse</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityCriteriaSupportTest</className><duration>0.002</duration><failedSince>0</failedSince><name>graphNode_getColumn</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityCriteriaSupportTest</className><duration>0.003</duration><failedSince>0</failedSince><name>graphNode_getColumn_doesntExist_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityCriteriaSupportTest</className><duration>0.003</duration><failedSince>0</failedSince><name>graphNode_getColumn_many_doesntExist_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityCriteriaSupportTest</className><duration>0.006</duration><failedSince>0</failedSince><name>graphNode_getColumn_withRelationOneToOne</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityCriteriaSupportTest</className><duration>0.009</duration><failedSince>0</failedSince><name>apiUsage</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.117</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.EntityCriteriaSupportTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityGraphSelectExecutorTest</className><duration>0.015</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Country(name varchar(255), id bigint not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table City(name varchar(255), id bigint not null, countryId bigint, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-03-27 07:13:46	TRACE	SQLOperation	select Country.id as rootId from Country left outer join City as City on Countr
...[truncated 2047 chars]...
=[City[country=org.codefilarete.stalactite.engine.model.Country@43d186ca,id=o.c.s.i.PersistedIdentifier@42,name=Paris,persons=&lt;null&gt;,state=&lt;null&gt;], City[country=org.codefilarete.stalactite.engine.model.Country@43d186ca,id=o.c.s.i.PersistedIdentifier@43,name=Lyon,persons=&lt;null&gt;,state=&lt;null&gt;]],description=&lt;null&gt;,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@12,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityGraphSelectExecutorTest</className><duration>0.009</duration><failedSince>0</failedSince><name>select_emptyResult</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Country(name varchar(255), id bigint not null, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	create table City(name varchar(255), id bigint not null, countryId bigint, unique (id))
2025-03-27 07:13:46	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-03-27 07:13:46	TRACE	SQLOperation	select Country.id as rootId from Country left outer join City as City on Country.id = City.countryId where Country.name = ? and City.name = ? | {1=France, 2=Grenoble}
</stdout></case><duration>0.024</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.EntityGraphSelectExecutorTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityGraphSelectorTest</className><duration>0.005</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	TRACE	SQLOperation	select Toto.id as Toto_id, Tata.id as Tata_id from Toto inner join Tata on Toto.id = Tata.id where Toto.id = :toto_id | {toto_id=7}
2025-03-27 07:13:46	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@e6e3071
2025-03-27 07:13:46	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@4b2faf08 on object Toto[{
...[truncated 1069 chars]...
.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@4b2faf08 on object Toto[{id=23, a=null, b=null, x=null, y=null, z=null, tata=null}]
[Toto[{id=7, a=null, b=null, x=null, y=null, z=null, tata=Tata[{id=7, prop1=null}]}], Toto[{id=13, a=null, b=null, x=null, y=null, z=null, tata=Tata[{id=13, prop1=null}]}], Toto[{id=17, a=null, b=null, x=null, y=null, z=null, tata=Tata[{id=17, prop1=null}]}], Toto[{id=23, a=null, b=null, x=null, y=null, z=null, tata=Tata[{id=23, prop1=null}]}]]
</stdout></case><duration>0.005</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.EntityGraphSelectorTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest</className><duration>0.12</duration><failedSince>0</failedSince><name>assertMethodIsInvoked_withPolymorphicPersisterAtInit(Method, Object[])[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest</className><duration>0.001</duration><failedSince>0</failedSince><name>assertMethodIsInvoked_withPolymorphicPersisterAtInit(Method, Object[])[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest</className><duration>0.001</duration><failedSince>0</failedSince><name>assertMethodIsInvoked_withPolymorphicPersisterAtInit(Method, Object[])[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest</className><duration>0.001</duration><failedSince>0</failedSince><name>assertMethodIsInvoked_withPolymorphicPersisterAtInit(Method, Object[])[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest</className><duration>0.002</duration><failedSince>0</failedSince><name>assertMethodIsInvoked_withPolymorphicPersisterAtInit(Method, Object[])[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest</className><duration>0.002</duration><failedSince>0</failedSince><name>assertMethodIsInvoked_withPolymorphicPersisterAtInit(Method, Object[])[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest</className><duration>0.002</duration><failedSince>0</failedSince><name>assertMethodIsInvoked_withPolymorphicPersisterAtInit(Method, Object[])[7]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest</className><duration>0.001</duration><failedSince>0</failedSince><name>assertMethodIsInvoked_withPolymorphicPersisterAtInit(Method, Object[])[8]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest</className><duration>0.001</duration><failedSince>0</failedSince><name>assertMethodIsInvoked_withPolymorphicPersisterAtInit(Method, Object[])[9]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest</className><duration>0.002</duration><failedSince>0</failedSince><name>assertMethodIsInvoked_withPolymorphicPersisterAtInit(Method, Object[])[10]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest</className><duration>0.003</duration><failedSince>0</failedSince><name>assertMethodIsInvoked_withPolymorphicPersisterAtInit(Method, Object[])[11]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest</className><duration>0.002</duration><failedSince>0</failedSince><name>assertMethodIsInvoked_withPolymorphicPersisterAtInit(Method, Object[])[12]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest</className><duration>0.002</duration><failedSince>0</failedSince><name>assertMethodIsInvoked_withPolymorphicPersisterAtInit(Method, Object[])[13]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest</className><duration>0.001</duration><failedSince>0</failedSince><name>assertMethodIsInvoked_withPolymorphicPersisterAtInit(Method, Object[])[14]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest</className><duration>0.002</duration><failedSince>0</failedSince><name>assertMethodIsInvoked(Method, Object[])[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest</className><duration>0.001</duration><failedSince>0</failedSince><name>assertMethodIsInvoked(Method, Object[])[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest</className><duration>0.002</duration><failedSince>0</failedSince><name>assertMethodIsInvoked(Method, Object[])[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest</className><duration>0.001</duration><failedSince>0</failedSince><name>assertMethodIsInvoked(Method, Object[])[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest</className><duration>0.002</duration><failedSince>0</failedSince><name>assertMethodIsInvoked(Method, Object[])[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest</className><duration>0.001</duration><failedSince>0</failedSince><name>assertMethodIsInvoked(Method, Object[])[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest</className><duration>0.001</duration><failedSince>0</failedSince><name>assertMethodIsInvoked(Method, Object[])[7]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest</className><duration>0.001</duration><failedSince>0</failedSince><name>assertMethodIsInvoked(Method, Object[])[8]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest</className><duration>0.001</duration><failedSince>0</failedSince><name>assertMethodIsInvoked(Method, Object[])[9]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest</className><duration>0.001</duration><failedSince>0</failedSince><name>assertMethodIsInvoked(Method, Object[])[10]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest</className><duration>0.001</duration><failedSince>0</failedSince><name>assertMethodIsInvoked(Method, Object[])[11]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest</className><duration>0.001</duration><failedSince>0</failedSince><name>assertMethodIsInvoked(Method, Object[])[12]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest</className><duration>0.001</duration><failedSince>0</failedSince><name>assertMethodIsInvoked(Method, Object[])[13]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest</className><duration>0.001</duration><failedSince>0</failedSince><name>assertMethodIsInvoked(Method, Object[])[14]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.179</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityMappingTreeSelectExecutorTest</className><duration>0.062</duration><failedSince>0</failedSince><name>select_emptyArgument</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityMappingTreeSelectExecutorTest</className><duration>0.005</duration><failedSince>0</failedSince><name>select(Table, List, PairSetList)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	TRACE	SQLOperation	select Toto.id1 as Toto_id1 from Toto where Toto.id1 in (?, ?, ?) | {Toto.id1=[11, 13, 17]}
2025-03-27 07:13:46	TRACE	SQLOperation	select Toto.id1 as Toto_id1 from Toto where Toto.id1 in (?) | {Toto.id1=23}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityMappingTreeSelectExecutorTest</className><duration>0.007</duration><failedSince>0</failedSince><name>select(Table, List, PairSetList)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	TRACE	SQLOperation	select Toto.id1 as Toto_id1, Toto.id2 as Toto_id2 from Toto where (Toto.id1, Toto.id2) in ((?, ?), (?, ?), (?, ?)) | {Toto.id1=[11, 13, 17], Toto.id2=[11, 13, 17]}
2025-03-27 07:13:46	TRACE	SQLOperation	select Toto.id1 as Toto_id1, Toto.id2 as Toto_id2 from Toto where (Toto.id1, Toto.id2) in ((?, ?)) | {Toto.id1=23, Toto.id2=23}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityMappingTreeSelectExecutorTest</className><duration>0.004</duration><failedSince>0</failedSince><name>select(Table, List, PairSetList)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	TRACE	SQLOperation	select Toto.id1 as Toto_id1, Toto.id2 as Toto_id2, Toto.id3 as Toto_id3 from Toto where (Toto.id1, Toto.id2, Toto.id3) in ((?, ?, ?), (?, ?, ?), (?, ?, ?)) | {Toto.id3=[11, 13, 17], Toto.id2=[11, 13, 17], Toto.id1=[11, 13, 17]}
2025-03-27 07:13:46	TRACE	SQLOperation	select Toto.id1 as Toto_id1, Toto.id2 as Toto_id2, Toto.id3 as Toto_id3 from Toto where (Toto.id1, Toto.id2, Toto.id3) in ((?, ?, ?)) | {Toto.id3=23, Toto.id2=23, Toto.id1=23}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityMappingTreeSelectExecutorTest</className><duration>0.003</duration><failedSince>0</failedSince><name>select_argumentWithOneBlock</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	TRACE	SQLOperation	select dummyTable.dummyPK as dummyTable_dummyPK from dummyTable where dummyTable.dummyPK in (?, ?) | {dummyTable.dummyPK=[11, 13]}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityMappingTreeSelectExecutorTest</className><duration>0.009</duration><failedSince>0</failedSince><name>execute_realLife_composedId</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:46	DEBUG	DDLDeployer	create table Toto(id1 bigint not null, id2 bigint not null, name varchar(255), unique (id1, id2))
2025-03-27 07:13:46	TRACE	SQLOperation	select Toto.id1 as Toto_id1, Toto.id2 as Toto_id2, Toto.name as Toto_name from Toto where (Toto.id1, Toto.id2) in ((?, ?)) | {Toto.id1=100, Toto.id2=1}
2025-03-27 07:13:46	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@4bfadf88
2025-03-27 07:13:46	TRACE	SQLOperation	select Toto.id1 as Toto_id1, Toto.id2 as Toto_id2, Toto.name as Toto_name from Toto where (Toto.id1, Toto.id2) in ((?, ?), (?, ?)) | {Toto.id1=[100, 200], Toto.id2=[1, 2]}
2025-03-27 07:13:46	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@4bfadf88
2025-03-27 07:13:46	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@4bfadf88
</stdout></case><duration>0.092</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.EntityMappingTreeSelectExecutorTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityQueryCriteriaSupportTest</className><duration>0.001</duration><failedSince>0</failedSince><name>buildComparator_singleDirectProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityQueryCriteriaSupportTest</className><duration>0.002</duration><failedSince>0</failedSince><name>buildComparator_severalCombinedSetter_withNullValue</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityQueryCriteriaSupportTest</className><duration>0.001</duration><failedSince>0</failedSince><name>buildComparator_severalDirectProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityQueryCriteriaSupportTest</className><duration>0.001</duration><failedSince>0</failedSince><name>buildComparator_severalCombinedProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityQueryCriteriaSupportTest</className><duration>0.002</duration><failedSince>0</failedSince><name>buildComparator_severalCombinedSetter</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.007</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.EntityQueryCriteriaSupportTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.IndexedAssociationRecordInsertionCascaderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>testIndexedAssociationRecordInsertionCascader_getTargets</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.003</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.IndexedAssociationRecordInsertionCascaderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.JoinTablePolymorphismPersisterTest$CRUD</className><duration>0.016</duration><failedSince>0</failedSince><name>selectWhere_collectionCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	TRACE	SQLOperation	select Toto.x as Toto_x, Toto.q as Toto_q, Toto.id as Toto_id, TotoA.id as TotoA_id, TotoB.id as TotoB_id from Toto left outer join TotoA on Toto.id = TotoA.id left outer join TotoB on Toto.id = TotoB.id where Toto.q = ? | {1=[42]}
2025-03-27 07:13:47	TRACE	SQLOperation	select TotoA.a as TotoA_a, TotoA.id as TotoA_id, Toto.x as Toto_x, Toto.q as Toto_q, Toto.id as Toto_id from TotoA inner join Toto as Toto on TotoA.id = Toto.id where TotoA.id in (?, ?) | {T
...[truncated 1229 chars]...
G	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@7c11f1cd on object TotoB[{id=3, x=null, b=41}]
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@49e20671
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@7c11f1cd on object TotoB[{id=4, x=null, b=53}]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.JoinTablePolymorphismPersisterTest$CRUD</className><duration>0.002</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	delete from TotoA where id = ? | {1={TotoA.id=o.c.s.i.PersistableIdentifier@7}}
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@7}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.JoinTablePolymorphismPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 3 times
2025-03-27 07:13:47	TRACE	SQLOperation	insert into Toto(x, q, id) values (?, ?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@1, Toto.q=null, Toto.x=17}, 2={Toto.id=o.c.s.i.PersistableIdentifier@2, Toto.q=null, Toto.x=29}, 3={Toto.id=o.c.s.i.PersistableIdentifier@3, Toto.q=null, Toto.x=37}}
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	insert into Toto(x, q, id) values (?
...[truncated 106 chars]...
SQLOperation	Batching statement 2 times
2025-03-27 07:13:47	TRACE	SQLOperation	insert into TotoA(a, id) values (?, ?) | {1={TotoA.a=23, TotoA.id=o.c.s.i.PersistableIdentifier@1}, 2={TotoA.a=31, TotoA.id=o.c.s.i.PersistableIdentifier@2}}
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 2 times
2025-03-27 07:13:47	TRACE	SQLOperation	insert into TotoB(b, id) values (?, ?) | {1={TotoB.id=o.c.s.i.PersistableIdentifier@3, TotoB.b=41}, 2={TotoB.id=o.c.s.i.PersistableIdentifier@4, TotoB.b=53}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.JoinTablePolymorphismPersisterTest$CRUD</className><duration>0.007</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	TRACE	SQLOperation	select Toto.id as Toto_id, TotoA.id as TotoA_id, TotoB.id as TotoB_id from Toto left outer join TotoA on Toto.id = TotoA.id left outer join TotoB on Toto.id = TotoB.id where Toto.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistedIdentifier@1, 2=o.c.s.i.PersistedIdentifier@2, 3=o.c.s.i.PersistedIdentifier@3, 4=o.c.s.i.PersistedIdentifier@4}
2025-03-27 07:13:47	TRACE	SQLOperation	select TotoA.a as TotoA_a, TotoA.id as TotoA_id, Toto.x as Toto_x, Toto.q as Toto_q, Toto
...[truncated 1328 chars]...
BUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@24bba5a on object TotoB[{id=3, x=null, b=41}]
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@779e9ece
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@24bba5a on object TotoB[{id=4, x=null, b=53}]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.JoinTablePolymorphismPersisterTest$CRUD</className><duration>0.006</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	TRACE	SQLOperation	select Toto.id as Toto_id, TotoA.id as TotoA_id, TotoB.id as TotoB_id from Toto left outer join TotoA on Toto.id = TotoA.id left outer join TotoB on Toto.id = TotoB.id where Toto.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@1, 2=o.c.s.i.PersistableIdentifier@2, 3=o.c.s.i.PersistableIdentifier@3, 4=o.c.s.i.PersistableIdentifier@4}
2025-03-27 07:13:47	TRACE	SQLOperation	select TotoA.a as TotoA_a, TotoA.id as TotoA_id, Toto.x as Toto_x, Toto.q as Toto
...[truncated 1886 chars]...
statement 2 times
2025-03-27 07:13:47	TRACE	SQLOperation	update TotoA set a = ? where id = ? | {1={TotoA.a (U)=123, TotoA.id (W)=o.c.s.i.PersistedIdentifier@1}, 2={TotoA.a (U)=131, TotoA.id (W)=o.c.s.i.PersistedIdentifier@2}}
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 2 times
2025-03-27 07:13:47	TRACE	SQLOperation	update TotoB set b = ? where id = ? | {1={TotoB.b (U)=141, TotoB.id (W)=o.c.s.i.PersistedIdentifier@3}, 2={TotoB.b (U)=153, TotoB.id (W)=o.c.s.i.PersistedIdentifier@4}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.JoinTablePolymorphismPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>delete_multiple</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 2 times
2025-03-27 07:13:47	TRACE	SQLOperation	delete from TotoA where id = ? | {1={TotoA.id=o.c.s.i.PersistableIdentifier@1}, 2={TotoA.id=o.c.s.i.PersistableIdentifier@2}}
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 2 times
2025-03-27 07:13:47	TRACE	SQLOperation	delete from TotoB where id = ? | {1={TotoB.id=o.c.s.i.PersistableIdentifier@3}, 2={TotoB.id=o.c.s.i.PersistableIdentifier@4}}
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 3 times
2025-03-27 07:13:47	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@1}, 2={Toto.id=o.c.s.i.PersistableIdentifier@2}, 3={Toto.id=o.c.s.i.PersistableIdentifier@3}}
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@4}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.JoinTablePolymorphismPersisterTest$CRUD</className><duration>0.004</duration><failedSince>0</failedSince><name>deleteById_multiple</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	TRACE	SQLOperation	delete from TotoA where id in (?, ?) | {TotoA.id=[o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]}
2025-03-27 07:13:47	TRACE	SQLOperation	delete from TotoB where id in (?, ?) | {TotoB.id=[o.c.s.i.PersistableIdentifier@3, o.c.s.i.PersistableIdentifier@4]}
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	delete from Toto where id in (?, ?, ?) | {1={Toto.id=[o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2, o.c.s.i.PersistableIdentifier@3]}}
2025-03-27 07:13:47	TRACE	SQLOperation	delete from Toto where id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@4}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.JoinTablePolymorphismPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>updateById</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 3 times
2025-03-27 07:13:47	TRACE	SQLOperation	update Toto set x = ?, q = ? where id = ? | {1={Toto.id (W)=o.c.s.i.PersistableIdentifier@1, Toto.q (U)=null, Toto.x (U)=17}, 2={Toto.id (W)=o.c.s.i.PersistableIdentifier@2, Toto.q (U)=null, Toto.x (U)=29}, 3={Toto.id (W)=o.c.s.i.PersistableIdentifier@3, Toto.q (U)=null, Toto.x (U)=37}}
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	up
...[truncated 180 chars]...
t 2 times
2025-03-27 07:13:47	TRACE	SQLOperation	update TotoA set a = ? where id = ? | {1={TotoA.a (U)=123, TotoA.id (W)=o.c.s.i.PersistableIdentifier@1}, 2={TotoA.a (U)=131, TotoA.id (W)=o.c.s.i.PersistableIdentifier@2}}
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 2 times
2025-03-27 07:13:47	TRACE	SQLOperation	update TotoB set b = ? where id = ? | {1={TotoB.id (W)=o.c.s.i.PersistableIdentifier@3, TotoB.b (U)=141}, 2={TotoB.id (W)=o.c.s.i.PersistableIdentifier@4, TotoB.b (U)=153}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.JoinTablePolymorphismPersisterTest$CRUD</className><duration>0.007</duration><failedSince>0</failedSince><name>selectWhere_orderByOnNonCollectionProperty_orderByIsAddedToSQL</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	TRACE	SQLOperation	select Toto.x as Toto_x, Toto.q as Toto_q, Toto.id as Toto_id, TotoA.a as TotoA_a, TotoA.id as TotoA_id, TotoB.b as TotoB_b, TotoB.id as TotoB_id from Toto left outer join TotoA as TotoA on Toto.id = TotoA.id left outer join TotoB as TotoB on Toto.id = TotoB.id where Toto.x = ? order by Toto.x asc | {1=42}
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinTableRootJoinNode$JoinTablePolymo
...[truncated 831 chars]...
rg.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@63532813 on object TotoB[{id=3, x=37, b=null}]
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer@c8427d9
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@63532813 on object TotoB[{id=4, x=43, b=null}]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.JoinTablePolymorphismPersisterTest$CRUD</className><duration>0.007</duration><failedSince>0</failedSince><name>selectWhere</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	TRACE	SQLOperation	select Toto.x as Toto_x, Toto.q as Toto_q, Toto.id as Toto_id, TotoA.a as TotoA_a, TotoA.id as TotoA_id, TotoB.b as TotoB_b, TotoB.id as TotoB_id from Toto left outer join TotoA as TotoA on Toto.id = TotoA.id left outer join TotoB as TotoB on Toto.id = TotoB.id where Toto.x = ? | {1=42}
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowCons
...[truncated 815 chars]...
g.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@4af5d787 on object TotoB[{id=3, x=37, b=null}]
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer@3a4b7322
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@4af5d787 on object TotoB[{id=4, x=43, b=null}]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.JoinTablePolymorphismPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>selectWhere_orderByOnCollectionProperty_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.JoinTablePolymorphismPersisterTest$CRUD</className><duration>0.002</duration><failedSince>0</failedSince><name>deleteById</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	TRACE	SQLOperation	delete from TotoA where id in (?) | {TotoA.id=o.c.s.i.PersistableIdentifier@7}
2025-03-27 07:13:47	TRACE	SQLOperation	delete from Toto where id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@7}
</stdout></case><duration>0.066</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.JoinTablePolymorphismPersisterTest$CRUD</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.JoinTablePolymorphismSelectExecutorTest</className><duration>0.007</duration><failedSince>0</failedSince><name>transformCompositeIdentifierColumnValuesToTupleInValues</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.007</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.JoinTablePolymorphismSelectExecutorTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.OptimizedUpdatePersisterTest</className><duration>0.001</duration><failedSince>0</failedSince><name>cachingQueryConnectionProvider_releasesConnectionOnClose</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.OptimizedUpdatePersisterTest</className><duration>0.0</duration><failedSince>0</failedSince><name>cachingQueryConnectionProvider_releasesConnectionOnRollback</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.OptimizedUpdatePersisterTest</className><duration>0.001</duration><failedSince>0</failedSince><name>cachingQueryConnectionProvider_implementsRollBackObserverWhenGivenOneDoes</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.OptimizedUpdatePersisterTest</className><duration>0.005</duration><failedSince>0</failedSince><name>cachingQueryConnectionProvider_notifiesRollbackObserverWhenGivenOneIsAwareOfTransaction</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.OptimizedUpdatePersisterTest</className><duration>0.001</duration><failedSince>0</failedSince><name>cachingQueryConnectionProvider_releasesConnectionOnCommit</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.OptimizedUpdatePersisterTest</className><duration>0.001</duration><failedSince>0</failedSince><name>cachingQueryConnectionProvider_cachesQuery</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	SQLOperation	Result found in cache, statement will not be executed
</stdout></case><duration>0.009</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.OptimizedUpdatePersisterTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD</className><duration>0.006</duration><failedSince>0</failedSince><name>selectWhere_collectionCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	TRACE	SQLOperation	select Toto.id as rootId from Toto where Toto.q = ? | {1=[42]}
2025-03-27 07:13:47	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q from Toto where Toto.id in (?) | {1=o.c.s.i.PersistedIdentifier@7}
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@4c57196a
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@7}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD</className><duration>0.002</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 3 times
2025-03-27 07:13:47	TRACE	SQLOperation	insert into Toto(id, a, b, q) values (?, ?, ?, ?) | {1={Toto.q=null, Toto.b=23, Toto.a=17, Toto.id=o.c.s.i.PersistableIdentifier@1}, 2={Toto.q=null, Toto.b=31, Toto.a=29, Toto.id=o.c.s.i.PersistableIdentifier@2}, 3={Toto.q=null, Toto.b=41, Toto.a=37, Toto.id=o.c.s.i.PersistableIdentifier@3}}
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	insert into Toto(id, a, b, q) values (?, ?, ?, ?) | {1={Toto.q=null, Toto.b=53, Toto.a=43, Toto.id=o.c.s.i.PersistableIdentifier@4}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q from Toto where Toto.id in (?, ?, ?) | {Toto.id=[o.c.s.i.PersistableIdentifier@7, o.c.s.i.PersistableIdentifier@13, o.c.s.i.PersistableIdentifier@17]}
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@1a1bebf9
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.code
...[truncated 81 chars]...
5-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@1a1bebf9
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@1a1bebf9
2025-03-27 07:13:47	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@23}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD</className><duration>0.004</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q from Toto where Toto.id in (?, ?, ?) | {Toto.id=[o.c.s.i.PersistableIdentifier@7, o.c.s.i.PersistableIdentifier@13, o.c.s.i.PersistableIdentifier@17]}
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@2a7c96d5
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.code
...[truncated 774 chars]...
oto.id (W)=o.c.s.i.PersistedIdentifier@7, Toto.a (U)=17}, 2={Toto.q (U)=null, Toto.b (U)=31, Toto.id (W)=o.c.s.i.PersistedIdentifier@13, Toto.a (U)=29}, 3={Toto.q (U)=null, Toto.b (U)=41, Toto.id (W)=o.c.s.i.PersistedIdentifier@17, Toto.a (U)=37}}
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	update Toto set a = ?, b = ?, q = ? where id = ? | {1={Toto.q (U)=null, Toto.b (U)=53, Toto.id (W)=o.c.s.i.PersistedIdentifier@23, Toto.a (U)=43}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>delete_multiple</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 3 times
2025-03-27 07:13:47	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@1}, 2={Toto.id=o.c.s.i.PersistableIdentifier@2}, 3={Toto.id=o.c.s.i.PersistableIdentifier@3}}
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@4}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD</className><duration>0.002</duration><failedSince>0</failedSince><name>deleteById_multiple</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	delete from Toto where id in (?, ?, ?) | {1={Toto.id=[o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2, o.c.s.i.PersistableIdentifier@3]}}
2025-03-27 07:13:47	TRACE	SQLOperation	delete from Toto where id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@4}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>updateById</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 3 times
2025-03-27 07:13:47	TRACE	SQLOperation	update Toto set a = ?, b = ?, q = ? where id = ? | {1={Toto.a (U)=17, Toto.b (U)=23, Toto.q (U)=null, Toto.id (W)=o.c.s.i.PersistableIdentifier@1}, 2={Toto.a (U)=29, Toto.b (U)=31, Toto.q (U)=null, Toto.id (W)=o.c.s.i.PersistableIdentifier@2}, 3={Toto.a (U)=37, Toto.b (U)=41, Toto.q (U)=null, Toto.id (W)=o.c.s.i.PersistableIdentifier@3}}
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	update Toto set a = ?, b = ?, q = ? where id = ? | {1={Toto.a (U)=43, Toto.b (U)=53, Toto.q (U)=null, Toto.id (W)=o.c.s.i.PersistableIdentifier@4}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD</className><duration>0.004</duration><failedSince>0</failedSince><name>selectWhere_orderByOnNonCollectionProperty_orderByIsAddedToSQL</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q from Toto where Toto.a = ? order by Toto.a asc | {1=42}
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@603d453c
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD</className><duration>0.004</duration><failedSince>0</failedSince><name>selectWhere</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q from Toto where Toto.a = ? | {1=42}
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@51c4bd9c
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>selectWhere_namedParameter</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q from Toto where Toto.a = ? and Toto.id in (?) | {1=12, 2=o.c.s.i.PersistedIdentifier@42}
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@68beeb27
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD</className><duration>0.002</duration><failedSince>0</failedSince><name>selectWhere_orderByOnCollectionProperty_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD</className><duration>0.002</duration><failedSince>0</failedSince><name>deleteById</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	TRACE	SQLOperation	delete from Toto where id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@7}
</stdout></case><duration>0.048</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD_WithListener</className><duration>0.008</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	delete from Toto2 where id = ? | {1={Toto2.id=o.c.s.i.PersistableIdentifier@7}}
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@7}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD_WithListener</className><duration>0.005</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 3 times
2025-03-27 07:13:47	TRACE	SQLOperation	insert into Toto(id, a, b, q) values (?, ?, ?, ?) | {1={Toto.a=17, Toto.id=o.c.s.i.PersistableIdentifier@1, Toto.b=23, Toto.q=null}, 2={Toto.a=29, Toto.id=o.c.s.i.PersistableIdentifier@2, Toto.b=31, Toto.q=null}, 3={Toto.a=37, Toto.id=o.c.s.i.PersistableIdentifier@3, Toto.b=41, Toto.q=null}}
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperati
...[truncated 298 chars]...
Toto2.y=123, Toto2.x=117, Toto2.z=-117, Toto2.id=o.c.s.i.PersistableIdentifier@1}, 2={Toto2.y=131, Toto2.x=129, Toto2.z=-129, Toto2.id=o.c.s.i.PersistableIdentifier@2}, 3={Toto2.y=141, Toto2.x=137, Toto2.z=-137, Toto2.id=o.c.s.i.PersistableIdentifier@3}}
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	insert into Toto2(id, x, y, z) values (?, ?, ?, ?) | {1={Toto2.y=153, Toto2.x=143, Toto2.z=-143, Toto2.id=o.c.s.i.PersistableIdentifier@4}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD_WithListener</className><duration>0.004</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q, Toto2.id as Toto2_id, Toto2.x as Toto2_x, Toto2.y as Toto2_y, Toto2.z as Toto2_z from Toto inner join Toto2 as Toto2 on Toto.id = Toto2.id where Toto.id in (?, ?, ?) | {Toto.id=[o.c.s.i.PersistableIdentifier@7, o.c.s.i.PersistableIdentifier@13, o.c.s.i.PersistableIdentifier@17]}
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engi
...[truncated 1212 chars]...
r	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@2c8672cf on object Toto[{id=23, a=1, b=2, x=null, y=null, z=null}]
2025-03-27 07:13:47	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q, Toto2.id as Toto2_id, Toto2.x as Toto2_x, Toto2.y as Toto2_y, Toto2.z as Toto2_z from Toto inner join Toto2 as Toto2 on Toto.id = Toto2.id where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@23}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD_WithListener</className><duration>0.008</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q, Toto2.id as Toto2_id, Toto2.x as Toto2_x, Toto2.y as Toto2_y, Toto2.z as Toto2_z from Toto inner join Toto2 as Toto2 on Toto.id = Toto2.id where Toto.id in (?, ?, ?) | {Toto.id=[o.c.s.i.PersistableIdentifier@7, o.c.s.i.PersistableIdentifier@13, o.c.s.i.PersistableIdentifier@17]}
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engi
...[truncated 2620 chars]...
id (W)=o.c.s.i.PersistedIdentifier@7}, 2={Toto2.x (U)=129, Toto2.y (U)=131, Toto2.z (U)=-129, Toto2.id (W)=o.c.s.i.PersistedIdentifier@13}, 3={Toto2.x (U)=137, Toto2.y (U)=141, Toto2.z (U)=-137, Toto2.id (W)=o.c.s.i.PersistedIdentifier@17}}
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	update Toto2 set x = ?, y = ?, z = ? where id = ? | {1={Toto2.x (U)=143, Toto2.y (U)=153, Toto2.z (U)=-143, Toto2.id (W)=o.c.s.i.PersistedIdentifier@23}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD_WithListener</className><duration>0.003</duration><failedSince>0</failedSince><name>delete_multiple</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 3 times
2025-03-27 07:13:47	TRACE	SQLOperation	delete from Toto2 where id = ? | {1={Toto2.id=o.c.s.i.PersistableIdentifier@1}, 2={Toto2.id=o.c.s.i.PersistableIdentifier@2}, 3={Toto2.id=o.c.s.i.PersistableIdentifier@3}}
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	delete from Toto2 where id = ? | {1={Toto2.id=o.c.s.i.PersistableIdentifier@4}}
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 3 times
2025-03-27 07:13:47	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@1}, 2={Toto.id=o.c.s.i.PersistableIdentifier@2}, 3={Toto.id=o.c.s.i.PersistableIdentifier@3}}
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@4}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD_WithListener</className><duration>0.006</duration><failedSince>0</failedSince><name>deleteById_multiple</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	delete from Toto2 where id in (?, ?, ?) | {1={Toto2.id=[o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2, o.c.s.i.PersistableIdentifier@3]}}
2025-03-27 07:13:47	TRACE	SQLOperation	delete from Toto2 where id in (?) | {Toto2.id=o.c.s.i.PersistableIdentifier@4}
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	delete from Toto where id in (?, ?, ?) | {1={Toto.id=[o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2, o.c.s.i.PersistableIdentifier@3]}}
2025-03-27 07:13:47	TRACE	SQLOperation	delete from Toto where id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@4}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD_WithListener</className><duration>0.004</duration><failedSince>0</failedSince><name>updateById</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 3 times
2025-03-27 07:13:47	TRACE	SQLOperation	update Toto set a = ?, b = ?, q = ? where id = ? | {1={Toto.a (U)=17, Toto.q (U)=null, Toto.id (W)=o.c.s.i.PersistableIdentifier@1, Toto.b (U)=23}, 2={Toto.a (U)=29, Toto.q (U)=null, Toto.id (W)=o.c.s.i.PersistableIdentifier@2, Toto.b (U)=31}, 3={Toto.a (U)=37, Toto.q (U)=null, Toto.id (W)=o.c.s.i.PersistableIdentifier@3, Toto.b (U)=41}}
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching stateme
...[truncated 422 chars]...
ableIdentifier@1, Toto2.x (U)=117}, 2={Toto2.y (U)=131, Toto2.z (U)=-129, Toto2.id (W)=o.c.s.i.PersistableIdentifier@2, Toto2.x (U)=129}, 3={Toto2.y (U)=141, Toto2.z (U)=-137, Toto2.id (W)=o.c.s.i.PersistableIdentifier@3, Toto2.x (U)=137}}
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	update Toto2 set x = ?, y = ?, z = ? where id = ? | {1={Toto2.y (U)=153, Toto2.z (U)=-143, Toto2.id (W)=o.c.s.i.PersistableIdentifier@4, Toto2.x (U)=143}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD_WithListener</className><duration>0.002</duration><failedSince>0</failedSince><name>deleteById</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	TRACE	SQLOperation	delete from Toto2 where id in (?) | {Toto2.id=o.c.s.i.PersistableIdentifier@7}
2025-03-27 07:13:47	TRACE	SQLOperation	delete from Toto where id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@7}
</stdout></case><duration>0.042</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD_WithListener</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$LoadByEntityCriteria</className><duration>0.008</duration><failedSince>0</failedSince><name>checkSQLGeneration</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	TRACE	SQLOperation	select Toto.a as Toto_a, tata.prop1 as tata_prop1, tata.id as tata_id from Toto left outer join Tata as tata on Toto.tataId = tata.id where Toto.a = ? and tata.prop1 = ? | {1=42, 2=dummy}
</stdout></case><duration>0.008</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$LoadByEntityCriteria</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$LoadProjectionByEntityCriteria</className><duration>0.012</duration><failedSince>0</failedSince><name>selectProjectionWhere</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	TRACE	SQLOperation	select count(id) as count from Toto where Toto.a = ? | {1=77}
</stdout></case><duration>0.013</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$LoadProjectionByEntityCriteria</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SingleTablePolymorphismPersisterTest$CRUD</className><duration>0.038</duration><failedSince>0</failedSince><name>selectWhere_collectionCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.DTYPE as DISCRIMINATOR from Toto where Toto.q = ? | {1=[42]}
2025-03-27 07:13:47	TRACE	SQLOperation	select Toto.a as Toto_a, Toto.id as Toto_id, Toto.x as Toto_x, Toto.q as Toto_q from Toto where Toto.id in (?, ?) | {Toto.id=[o.c.s.i.PersistedIdentifier@1, o.c.s.i.PersistedIdentifier@2]}
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowCons
...[truncated 202 chars]...
on	select Toto.b as Toto_b, Toto.id as Toto_id, Toto.x as Toto_x, Toto.q as Toto_q from Toto where Toto.id in (?, ?) | {Toto.id=[o.c.s.i.PersistedIdentifier@3, o.c.s.i.PersistedIdentifier@4]}
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@6a7d4402
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@6a7d4402
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SingleTablePolymorphismPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@7}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SingleTablePolymorphismPersisterTest$CRUD</className><duration>0.004</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 2 times
2025-03-27 07:13:47	TRACE	SQLOperation	insert into Toto(a, id, x, q, DTYPE) values (?, ?, ?, ?, ?) | {1={Toto.a=23, Toto.q=null, Toto.x=17, Toto.DTYPE=100, Toto.id=o.c.s.i.PersistableIdentifier@1}, 2={Toto.a=31, Toto.q=null, Toto.x=29, Toto.DTYPE=100, Toto.id=o.c.s.i.PersistableIdentifier@2}}
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 2 times
2025-03-27 07:13:47	TRACE	SQLOperation	insert into Toto(b, id, x, q, DTYPE) values (?, ?, ?, ?, ?) | {1={Toto.b=41, Toto.q=null, Toto.x=37, Toto.DTYPE=200, Toto.id=o.c.s.i.PersistableIdentifier@3}, 2={Toto.b=53, Toto.q=null, Toto.x=43, Toto.DTYPE=200, Toto.id=o.c.s.i.PersistableIdentifier@4}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SingleTablePolymorphismPersisterTest$CRUD</className><duration>0.012</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.DTYPE as Toto_DTYPE from Toto where Toto.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistedIdentifier@1, 2=o.c.s.i.PersistedIdentifier@2, 3=o.c.s.i.PersistedIdentifier@3, 4=o.c.s.i.PersistedIdentifier@4}
2025-03-27 07:13:47	TRACE	SQLOperation	select Toto.a as Toto_a, Toto.id as Toto_id, Toto.x as Toto_x, Toto.q as Toto_q from Toto where Toto.id in (?, ?) | {Toto.id=[o.c.s.i.PersistedIdentifier@1, o.c.s.i.PersistedIdentifier@2]}
2025-0
...[truncated 336 chars]...
tion	select Toto.b as Toto_b, Toto.id as Toto_id, Toto.x as Toto_x, Toto.q as Toto_q from Toto where Toto.id in (?, ?) | {Toto.id=[o.c.s.i.PersistedIdentifier@3, o.c.s.i.PersistedIdentifier@4]}
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@26975ae
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@26975ae
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SingleTablePolymorphismPersisterTest$CRUD</className><duration>0.005</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.DTYPE as Toto_DTYPE from Toto where Toto.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@1, 2=o.c.s.i.PersistableIdentifier@2, 3=o.c.s.i.PersistableIdentifier@3, 4=o.c.s.i.PersistableIdentifier@4}
2025-03-27 07:13:47	TRACE	SQLOperation	select Toto.a as Toto_a, Toto.id as Toto_id, Toto.x as Toto_x, Toto.q as Toto_q from Toto where Toto.id in (?, ?) | {Toto.id=[o.c.s.i.PersistedIdentifier@1, o.c.s.i.PersistedIdentifier@2]
...[truncated 1038 chars]...
ifier@1, Toto.q (U)=null, Toto.x (U)=17, Toto.a (U)=123}, 2={Toto.id (W)=o.c.s.i.PersistedIdentifier@2, Toto.q (U)=null, Toto.x (U)=29, Toto.a (U)=131}}
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 2 times
2025-03-27 07:13:47	TRACE	SQLOperation	update Toto set b = ?, x = ?, q = ? where id = ? | {1={Toto.id (W)=o.c.s.i.PersistedIdentifier@3, Toto.q (U)=null, Toto.b (U)=141, Toto.x (U)=37}, 2={Toto.id (W)=o.c.s.i.PersistedIdentifier@4, Toto.q (U)=null, Toto.b (U)=153, Toto.x (U)=43}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SingleTablePolymorphismPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>delete_multiple</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 2 times
2025-03-27 07:13:47	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@1}, 2={Toto.id=o.c.s.i.PersistableIdentifier@2}}
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 2 times
2025-03-27 07:13:47	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@3}, 2={Toto.id=o.c.s.i.PersistableIdentifier@4}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SingleTablePolymorphismPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>deleteById_multiple</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	TRACE	SQLOperation	delete from Toto where id in (?, ?) | {Toto.id=[o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]}
2025-03-27 07:13:47	TRACE	SQLOperation	delete from Toto where id in (?, ?) | {Toto.id=[o.c.s.i.PersistableIdentifier@3, o.c.s.i.PersistableIdentifier@4]}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SingleTablePolymorphismPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>updateById</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 2 times
2025-03-27 07:13:47	TRACE	SQLOperation	update Toto set a = ?, x = ?, q = ? where id = ? | {1={Toto.q (U)=null, Toto.id (W)=o.c.s.i.PersistableIdentifier@1, Toto.x (U)=17, Toto.a (U)=123}, 2={Toto.q (U)=null, Toto.id (W)=o.c.s.i.PersistableIdentifier@2, Toto.x (U)=29, Toto.a (U)=131}}
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 2 times
2025-03-27 07:13:47	TRACE	SQLOperation	update Toto set b = ?, x = ?, q = ? where id = ? | {1={Toto.q (U)=null, Toto.id (W)=o.c.s.i.PersistableIdentifier@3, Toto.x (U)=37, Toto.b (U)=141}, 2={Toto.q (U)=null, Toto.id (W)=o.c.s.i.PersistableIdentifier@4, Toto.x (U)=43, Toto.b (U)=153}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SingleTablePolymorphismPersisterTest$CRUD</className><duration>0.013</duration><failedSince>0</failedSince><name>selectWhere_orderByOnNonCollectionProperty_orderByIsAddedToSQL</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.x as Toto_x, Toto.q as Toto_q, Toto.a as Toto_a, Toto.b as Toto_b, Toto.DTYPE as Toto_DTYPE from Toto where Toto.x = ? order by Toto.x asc | {1=42}
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer@10a51f5b
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer@10a51f5b
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer@10a51f5b
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer@10a51f5b
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SingleTablePolymorphismPersisterTest$CRUD</className><duration>0.011</duration><failedSince>0</failedSince><name>selectWhere</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.x as Toto_x, Toto.q as Toto_q, Toto.a as Toto_a, Toto.b as Toto_b, Toto.DTYPE as Toto_DTYPE from Toto where Toto.x = ? | {1=42}
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer@207797a6
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer@207797a6
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer@207797a6
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer@207797a6
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SingleTablePolymorphismPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>selectWhere_orderByOnCollectionProperty_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SingleTablePolymorphismPersisterTest$CRUD</className><duration>0.002</duration><failedSince>0</failedSince><name>deleteById</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	TRACE	SQLOperation	delete from Toto where id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@7}
</stdout></case><duration>0.107</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.SingleTablePolymorphismPersisterTest$CRUD</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SingleTablePolymorphismPersisterTest$LoadProjectionByEntityCriteria</className><duration>0.011</duration><failedSince>0</failedSince><name>selectProjectionWhere</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	TRACE	SQLOperation	select count(id) as count from Toto where Toto.x = ? | {1=77}
</stdout></case><duration>0.012</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.SingleTablePolymorphismPersisterTest$LoadProjectionByEntityCriteria</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.TablePerClassPolymorphismPersisterTest$CRUD</className><duration>0.016</duration><failedSince>0</failedSince><name>selectWhere_collectionCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	TRACE	SQLOperation	select Toto.id as id, DISCRIMINATOR from (select TotoA.id as id, TotoA.x as x, TotoA.q as q, 'TotoA' as DISCRIMINATOR from TotoA union all select TotoB.id as id, TotoB.x as x, TotoB.q as q, 'TotoB' as DISCRIMINATOR from TotoB) as Toto where Toto.q = ? | {1=[42]}
2025-03-27 07:13:47	TRACE	SQLOperation	select TotoA.a as TotoA_a, TotoA.id as TotoA_id, TotoA.x as TotoA_x, TotoA.q as TotoA_q from TotoA where TotoA.id in (?, ?) | {TotoA.id=[o.c.s.i.PersistedIdent
...[truncated 396 chars]...
otoB.b as TotoB_b, TotoB.id as TotoB_id, TotoB.x as TotoB_x, TotoB.q as TotoB_q from TotoB where TotoB.id in (?, ?) | {TotoB.id=[o.c.s.i.PersistedIdentifier@3, o.c.s.i.PersistedIdentifier@4]}
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@540f7d9d
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@540f7d9d
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.TablePerClassPolymorphismPersisterTest$CRUD</className><duration>0.004</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:47	TRACE	SQLOperation	delete from TotoA where id = ? | {1={TotoA.id=o.c.s.i.PersistableIdentifier@7}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.TablePerClassPolymorphismPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 2 times
2025-03-27 07:13:47	TRACE	SQLOperation	insert into TotoA(a, id, x, q) values (?, ?, ?, ?) | {1={TotoA.a=23, TotoA.q=null, TotoA.x=17, TotoA.id=o.c.s.i.PersistableIdentifier@1}, 2={TotoA.a=31, TotoA.q=null, TotoA.x=29, TotoA.id=o.c.s.i.PersistableIdentifier@2}}
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 2 times
2025-03-27 07:13:47	TRACE	SQLOperation	insert into TotoB(b, id, x, q) values (?, ?, ?, ?) | {1={TotoB.q=null, TotoB.b=41, TotoB.x=37, TotoB.id=o.c.s.i.PersistableIdentifier@3}, 2={TotoB.q=null, TotoB.b=53, TotoB.x=43, TotoB.id=o.c.s.i.PersistableIdentifier@4}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.TablePerClassPolymorphismPersisterTest$CRUD</className><duration>0.008</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	TRACE	SQLOperation	(select TotoA.id as id, 'TotoA' as Y from TotoA where TotoA.id in (?, ?, ?, ?)) union all (select TotoB.id as id, 'TotoB' as Y from TotoB where TotoB.id in (?, ?, ?, ?)) | {1=o.c.s.i.PersistedIdentifier@1, 2=o.c.s.i.PersistedIdentifier@2, 3=o.c.s.i.PersistedIdentifier@3, 4=o.c.s.i.PersistedIdentifier@4, 5=o.c.s.i.PersistedIdentifier@1, 6=o.c.s.i.PersistedIdentifier@2, 7=o.c.s.i.PersistedIdentifier@3, 8=o.c.s.i.PersistedIdentifier@4}
2025-03-27 07:13:47	TRAC
...[truncated 568 chars]...
 TotoB.b as TotoB_b, TotoB.id as TotoB_id, TotoB.x as TotoB_x, TotoB.q as TotoB_q from TotoB where TotoB.id in (?, ?) | {TotoB.id=[o.c.s.i.PersistedIdentifier@3, o.c.s.i.PersistedIdentifier@4]}
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@e982541
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@e982541
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.TablePerClassPolymorphismPersisterTest$CRUD</className><duration>0.006</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	TRACE	SQLOperation	(select TotoA.id as id, 'TotoA' as Y from TotoA where TotoA.id in (?, ?, ?, ?)) union all (select TotoB.id as id, 'TotoB' as Y from TotoB where TotoB.id in (?, ?, ?, ?)) | {1=o.c.s.i.PersistableIdentifier@1, 2=o.c.s.i.PersistableIdentifier@2, 3=o.c.s.i.PersistableIdentifier@3, 4=o.c.s.i.PersistableIdentifier@4, 5=o.c.s.i.PersistableIdentifier@1, 6=o.c.s.i.PersistableIdentifier@2, 7=o.c.s.i.PersistableIdentifier@3, 8=o.c.s.i.PersistableIdentifier@4}
2025-03-
...[truncated 1298 chars]...
tifier@1, TotoA.q (U)=null, TotoA.x (U)=17}, 2={TotoA.a (U)=131, TotoA.id (W)=o.c.s.i.PersistedIdentifier@2, TotoA.q (U)=null, TotoA.x (U)=29}}
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 2 times
2025-03-27 07:13:47	TRACE	SQLOperation	update TotoB set b = ?, x = ?, q = ? where id = ? | {1={TotoB.b (U)=141, TotoB.id (W)=o.c.s.i.PersistedIdentifier@3, TotoB.q (U)=null, TotoB.x (U)=37}, 2={TotoB.b (U)=153, TotoB.id (W)=o.c.s.i.PersistedIdentifier@4, TotoB.q (U)=null, TotoB.x (U)=43}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.TablePerClassPolymorphismPersisterTest$CRUD</className><duration>0.004</duration><failedSince>0</failedSince><name>delete_multiple</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 2 times
2025-03-27 07:13:47	TRACE	SQLOperation	delete from TotoA where id = ? | {1={TotoA.id=o.c.s.i.PersistableIdentifier@1}, 2={TotoA.id=o.c.s.i.PersistableIdentifier@2}}
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 2 times
2025-03-27 07:13:47	TRACE	SQLOperation	delete from TotoB where id = ? | {1={TotoB.id=o.c.s.i.PersistableIdentifier@3}, 2={TotoB.id=o.c.s.i.PersistableIdentifier@4}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.TablePerClassPolymorphismPersisterTest$CRUD</className><duration>0.004</duration><failedSince>0</failedSince><name>deleteById_multiple</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	TRACE	SQLOperation	delete from TotoA where id in (?, ?) | {TotoA.id=[o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]}
2025-03-27 07:13:47	TRACE	SQLOperation	delete from TotoB where id in (?, ?) | {TotoB.id=[o.c.s.i.PersistableIdentifier@3, o.c.s.i.PersistableIdentifier@4]}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.TablePerClassPolymorphismPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>updateById</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 2 times
2025-03-27 07:13:47	TRACE	SQLOperation	update TotoA set a = ?, x = ?, q = ? where id = ? | {1={TotoA.id (W)=o.c.s.i.PersistableIdentifier@1, TotoA.x (U)=17, TotoA.q (U)=null, TotoA.a (U)=123}, 2={TotoA.id (W)=o.c.s.i.PersistableIdentifier@2, TotoA.x (U)=29, TotoA.q (U)=null, TotoA.a (U)=131}}
2025-03-27 07:13:47	DEBUG	SQLOperation	Batching statement 2 times
2025-03-27 07:13:47	TRACE	SQLOperation	update TotoB set b = ?, x = ?, q = ? where id = ? | {1={TotoB.q (U)=null, TotoB.id (W)=o.c.s.i.PersistableIdentifier@3, TotoB.b (U)=141, TotoB.x (U)=37}, 2={TotoB.q (U)=null, TotoB.id (W)=o.c.s.i.PersistableIdentifier@4, TotoB.b (U)=153, TotoB.x (U)=43}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.TablePerClassPolymorphismPersisterTest$CRUD</className><duration>0.009</duration><failedSince>0</failedSince><name>selectWhere_orderByOnNonCollectionProperty_orderByIsAddedToSQL</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.x as Toto_x, Toto.q as Toto_q, Toto.a as Toto_a, Toto.b as Toto_b, Toto.DISCRIMINATOR as Toto_DISCRIMINATOR from (select TotoA.id as id, TotoA.x as x, TotoA.q as q, TotoA.a as a, cast(null as null) as b, 'TotoA' as DISCRIMINATOR from TotoA union all select TotoB.id as id, TotoB.x as x, TotoB.q as q, cast(null as null) as a, TotoB.b as b, 'TotoB' as DISCRIMINATOR from TotoB) as Toto where Toto.x = ? order by Toto.x asc | {1=42
...[truncated 118 chars]...
JoinRoot$JoinRootRowConsumer@28a155e1
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@28a155e1
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@28a155e1
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@28a155e1
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.TablePerClassPolymorphismPersisterTest$CRUD</className><duration>0.009</duration><failedSince>0</failedSince><name>selectWhere</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.x as Toto_x, Toto.q as Toto_q, Toto.a as Toto_a, Toto.b as Toto_b, Toto.DISCRIMINATOR as Toto_DISCRIMINATOR from (select TotoA.id as id, TotoA.x as x, TotoA.q as q, TotoA.a as a, cast(null as null) as b, 'TotoA' as DISCRIMINATOR from TotoA union all select TotoB.id as id, TotoB.x as x, TotoB.q as q, cast(null as null) as a, TotoB.b as b, 'TotoB' as DISCRIMINATOR from TotoB) as Toto where Toto.x = ? | {1=42}
2025-03-27 07:13:4
...[truncated 98 chars]...
JoinRoot$JoinRootRowConsumer@4c507ac6
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@4c507ac6
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@4c507ac6
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@4c507ac6
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.TablePerClassPolymorphismPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>selectWhere_orderByOnCollectionProperty_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.TablePerClassPolymorphismPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>deleteById</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	TRACE	SQLOperation	delete from TotoA where id in (?) | {TotoA.id=o.c.s.i.PersistableIdentifier@7}
</stdout></case><duration>0.076</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.TablePerClassPolymorphismPersisterTest$CRUD</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.cycle.AbstractCycleLoaderTest</className><duration>0.036</duration><failedSince>0</failedSince><name>afterSelect_withSamePersisterAsTrigger_databaseIsATree_doesntFallIntoInfiniteLoop(List)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.cycle.AbstractCycleLoaderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>afterSelect_withSamePersisterAsTrigger_databaseIsATree_doesntFallIntoInfiniteLoop(List)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.04</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.cycle.AbstractCycleLoaderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.AbstractJoinNodeTest</className><duration>0.005</duration><failedSince>0</failedSince><name>getTree</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.005</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.load.AbstractJoinNodeTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityJoinTreeTest</className><duration>0.006</duration><failedSince>0</failedSince><name>projectTo</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityJoinTreeTest</className><duration>0.003</duration><failedSince>0</failedSince><name>foreachJoinWithDepth</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityJoinTreeTest</className><duration>0.003</duration><failedSince>0</failedSince><name>joinIterator</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityJoinTreeTest</className><duration>0.001</duration><failedSince>0</failedSince><name>lookupTable</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityJoinTreeTest</className><duration>0.002</duration><failedSince>0</failedSince><name>giveTables</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.015</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.load.EntityJoinTreeTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest</className><duration>0.017</duration><failedSince>0</failedSince><name>transform_doesntGoDeeperIfRelatedBeanIdIsNull</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@10a99201
2025-03-27 07:13:47	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@68f637a5 on object java.lang.Object@6edd063d
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest</className><duration>0.002</duration><failedSince>0</failedSince><name>foreachNode_iteratesInstancesInSameOrderAsJoins_fullTree</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest</className><duration>0.002</duration><failedSince>0</failedSince><name>foreachNode_iteratesInstancesInSameOrderAsJoins_partialTree</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest$RelationIdentifierTest</className><duration>0.006</duration><failedSince>0</failedSince><name>hashCode_instancesDifferOnIdentifier</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest$RelationIdentifierTest</className><duration>0.0</duration><failedSince>0</failedSince><name>hashCode_instancesDifferOnEntityType</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest$RelationIdentifierTest</className><duration>0.001</duration><failedSince>0</failedSince><name>equals_instancesDifferIdentifierWithOverriddenEquals</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest$RelationIdentifierTest</className><duration>0.001</duration><failedSince>0</failedSince><name>hashCode_instanceWithSameValues</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest$RelationIdentifierTest</className><duration>0.0</duration><failedSince>0</failedSince><name>hashCode_verySameInstance</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest$RelationIdentifierTest</className><duration>0.0</duration><failedSince>0</failedSince><name>equals_instancesDifferOnNode</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest$RelationIdentifierTest</className><duration>0.0</duration><failedSince>0</failedSince><name>equals_instancesDifferOnRoot</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest$RelationIdentifierTest</className><duration>0.0</duration><failedSince>0</failedSince><name>hashCode_instancesDifferOnNode</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest$RelationIdentifierTest</className><duration>0.001</duration><failedSince>0</failedSince><name>hashCode_instancesDifferOnRoot</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest$RelationIdentifierTest</className><duration>0.0</duration><failedSince>0</failedSince><name>equals_instancesDifferOnIdentifier</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest$RelationIdentifierTest</className><duration>0.001</duration><failedSince>0</failedSince><name>equals_instancesDifferOnEntityType</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest$RelationIdentifierTest</className><duration>0.0</duration><failedSince>0</failedSince><name>equals_instanceWithSameValues</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest$RelationIdentifierTest</className><duration>0.001</duration><failedSince>0</failedSince><name>equals_verySameInstance</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.012</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest$RelationIdentifierTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityTreeQueryBuilderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>toSQL_multipleStrategy(ClassMapping, ClassMapping, Key, Key, String)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityTreeQueryBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL_multipleStrategy(ClassMapping, ClassMapping, Key, Key, String)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityTreeQueryBuilderTest</className><duration>0.003</duration><failedSince>0</failedSince><name>testJoin_2Relations</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityTreeQueryBuilderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>buildSelectQuery_robustToSeveralJoinsUsingSameTable</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityTreeQueryBuilderTest</className><duration>0.003</duration><failedSince>0</failedSince><name>testInheritance_tablePerClass_NClasses</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityTreeQueryBuilderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>toSQL_singleStrategy(Table, String, Map)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityTreeQueryBuilderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>toSQL_singleStrategy(Table, String, Map)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityTreeQueryBuilderTest</className><duration>0.003</duration><failedSince>0</failedSince><name>testInheritance_tablePerClass_3Classes</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.024</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.load.EntityTreeQueryBuilderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.JoinRootTest</className><duration>0.001</duration><failedSince>0</failedSince><name>addRelationJoin_targetNodeDoesntExist_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.JoinRootTest</className><duration>0.001</duration><failedSince>0</failedSince><name>giveTables</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.003</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.load.JoinRootTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.id.PersistableIdentifierTest</className><duration>0.0</duration><failedSince>0</failedSince><name>equals</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.0</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.id.PersistableIdentifierTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.id.PersistedIdentifierTest</className><duration>0.0</duration><failedSince>0</failedSince><name>equals</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.0</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.id.PersistedIdentifierTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.spring.autoconfigure.StalactiteAutoConfigurationTest</className><duration>0.292</duration><failedSince>0</failedSince><name>stalactiteAutoConfiguration_isTriggered</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>
  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::               (v2.7.13)

</stdout></case><duration>3.225</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.spring.autoconfigure.StalactiteAutoConfigurationTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.config.StalactitePlatformTransactionManagerTest$WithRepository</className><duration>0.012</duration><failedSince>0</failedSince><name>createData</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:57	INFO 	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springfra
...[truncated 6311 chars]...
25-03-27 07:13:57	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:57	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.name=Toto, Person.id=o.c.s.i.PersistableIdentifier@42}}
2025-03-27 07:13:57	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@ce1454c
2025-03-27 07:13:57	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {Person.id=o.c.s.i.PersistedIdentifier@42}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.config.StalactitePlatformTransactionManagerTest$WithRepository</className><duration>0.017</duration><failedSince>0</failedSince><name>createSameDataAgain</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:57	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@459a9bb2
2025-03-27 07:13:57	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:57	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.name=Tata, Person.id=o.c.s.i.PersistableIdentifier@42}}
</stdout></case><duration>0.137</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.spring.repository.config.StalactitePlatformTransactionManagerTest$WithRepository</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoryConfigExtensionTest</className><duration>0.434</duration><failedSince>0</failedSince><name>crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:55	INFO 	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springfra
...[truncated 4870 chars]...
c.JDBCConnection@7110c51e
2025-03-27 07:13:57	DEBUG	SQLOperation	Batching statement 1 times
2025-03-27 07:13:57	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@42}}
2025-03-27 07:13:57	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5d1915d1
2025-03-27 07:13:57	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {Person.id=o.c.s.i.PersistedIdentifier@42}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoryConfigExtensionTest</className><duration>0.008</duration><failedSince>0</failedSince><name>injectionIsDone</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:57	TRACE	SQLOperation	insert into Person(id, name) values (?, ?) | {Person.id=1, Person.name=John Do}
2025-03-27 07:13:57	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4680e424
2025-03-27 07:13:57	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {Person.id=o.c.s.i.PersistedIdentifier@1}
</stdout></case><duration>2.063</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoryConfigExtensionTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.007</duration><failedSince>0</failedSince><name>projection</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:01	INFO 	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springfra
...[truncated 13224 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.008</duration><failedSince>0</failedSince><name>equals_ignoreCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:01	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@14340ded
2025-03-27 07:14:01	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@b7a7eb4, testMethod = equals_ignoreCase@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfigura
...[truncated 12216 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.004</duration><failedSince>0</failedSince><name>startsWith</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:01	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@28e60b0b
2025-03-27 07:14:01	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@638eb6a3, testMethod = startsWith@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2
...[truncated 7479 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.005</duration><failedSince>0</failedSince><name>projection_byExtraArgument</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:01	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3166698a
2025-03-27 07:14:01	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@47091b1b, testMethod = projection_byExtraArgument@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContex
...[truncated 7846 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.008</duration><failedSince>0</failedSince><name>before</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:01	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@26dea54f
2025-03-27 07:14:01	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@61781c28, testMethod = before@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@205b0
...[truncated 9277 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.008</duration><failedSince>0</failedSince><name>exists</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:01	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@276a1e3b
2025-03-27 07:14:01	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@4331efd5, testMethod = exists@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@205b0
...[truncated 7728 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.013</duration><failedSince>0</failedSince><name>orderBy</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:01	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@8fe7e15
2025-03-27 07:14:01	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@2c10a7ca, testMethod = orderBy@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@205b0
...[truncated 12506 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.007</duration><failedSince>0</failedSince><name>isNull</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:01	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@119f84ee
2025-03-27 07:14:01	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@10d0d92f, testMethod = isNull@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@205b0
...[truncated 9251 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.005</duration><failedSince>0</failedSince><name>orderBy_onDepthProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:01	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@30a53a45
2025-03-27 07:14:01	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@ccd2d7d, testMethod = orderBy_onDepthProperty@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextCon
...[truncated 8515 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.006</duration><failedSince>0</failedSince><name>like_ignoreCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5aee0962
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@d5b1e0, testMethod = like_ignoreCase@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguratio
...[truncated 7847 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.006</duration><failedSince>0</failedSince><name>lesser</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@45ebf3d5
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@57d2a49a, testMethod = lesser@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@205b0
...[truncated 9277 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.005</duration><failedSince>0</failedSince><name>embeddedCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7d389fa7
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@b3da187, testMethod = embeddedCriteria@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfigurat
...[truncated 7495 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.005</duration><failedSince>0</failedSince><name>ignoreCase_all</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2f527503
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@4adadfec, testMethod = ignoreCase_all@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfigurati
...[truncated 7968 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.004</duration><failedSince>0</failedSince><name>ignoreCase_and</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3941c444
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@2279f0e1, testMethod = ignoreCase_and@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfigurati
...[truncated 7954 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.003</duration><failedSince>0</failedSince><name>twoCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@682b9e80
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@35629056, testMethod = twoCriteria@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@
...[truncated 7463 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.005</duration><failedSince>0</failedSince><name>equalBoolean</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6c28970d
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@6208dc4c, testMethod = equalBoolean@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration
...[truncated 8998 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.003</duration><failedSince>0</failedSince><name>limit_throwsExceptionBecauseOfCollectionPropertyMapping</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2f2362b9
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@22b6ba19, testMethod = limit_throwsExceptionBecauseOfCollectionPropertyMapping@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContext
...[truncated 7655 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.003</duration><failedSince>0</failedSince><name>contains</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@450f3339
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@6cbfa329, testMethod = contains@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@205
...[truncated 7476 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.007</duration><failedSince>0</failedSince><name>in_string</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@20707ea9
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@775036a1, testMethod = in_string@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20
...[truncated 10829 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.005</duration><failedSince>0</failedSince><name>notIn_string</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@61fff74e
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@6111f669, testMethod = notIn_string@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration
...[truncated 7639 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.005</duration><failedSince>0</failedSince><name>greaterEquals</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@e2cabba
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@3134fc52, testMethod = greaterEquals@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration
...[truncated 9291 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.007</duration><failedSince>0</failedSince><name>countDistinctByCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@518799b5
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@4508ee81, testMethod = countDistinctByCriteria@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextCo
...[truncated 10330 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.005</duration><failedSince>0</failedSince><name>between</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@304cc1dd
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@2ee9814f, testMethod = between@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@205b
...[truncated 9325 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.005</duration><failedSince>0</failedSince><name>notContains</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5c2c677e
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@5b578521, testMethod = notContains@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@
...[truncated 7486 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.007</duration><failedSince>0</failedSince><name>countByCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@d101743
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@44b2e9be, testMethod = countByCriteria@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfigurati
...[truncated 9252 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.006</duration><failedSince>0</failedSince><name>in</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5c779eb0
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@57938148, testMethod = in@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@205b0b3a 
...[truncated 9172 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.008</duration><failedSince>0</failedSince><name>or</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@74cdd641
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@877b8d6, testMethod = or@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@205b0b3a t
...[truncated 9957 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.004</duration><failedSince>0</failedSince><name>like</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7915c71d
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@3a38fea9, testMethod = like@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@205b0b3
...[truncated 7466 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.008</duration><failedSince>0</failedSince><name>oneToOneCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@659144e1
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@676fe49a, testMethod = oneToOneCriteria@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfigura
...[truncated 11288 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.004</duration><failedSince>0</failedSince><name>oneResultExpected_severalResults_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@79576e9
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@3ba45698, testMethod = oneResultExpected_severalResults_throwsException@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfigur
...[truncated 7480 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.006</duration><failedSince>0</failedSince><name>after</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@554d8d87
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@12347cd, testMethod = after@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@205b0b3
...[truncated 9273 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.007</duration><failedSince>0</failedSince><name>equal</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4d1d4bfd
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@4147de5, testMethod = equal@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@205b0b3
...[truncated 9249 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.005</duration><failedSince>0</failedSince><name>notIn</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4bb8a0dd
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@f0d5e20, testMethod = notIn@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@205b0b3
...[truncated 7424 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.007</duration><failedSince>0</failedSince><name>greater</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@12687cce
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@ebad17c, testMethod = greater@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@205b0
...[truncated 9277 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.009</duration><failedSince>0</failedSince><name>ignoreCase_dynamic_inMemory</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@741b16d1
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@baf9560, testMethod = ignoreCase_dynamic_inMemory@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContex
...[truncated 12649 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.011</duration><failedSince>0</failedSince><name>oneToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7700fe65
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@351e85fe, testMethod = oneToManyCriteria@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfigur
...[truncated 12468 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.004</duration><failedSince>0</failedSince><name>notLike_ignoreCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1d4c2b80
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@33cfa276, testMethod = notLike_ignoreCase@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfigu
...[truncated 7861 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.008</duration><failedSince>0</failedSince><name>orderBy_dynamic</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1859c7a0
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@3ada8d96, testMethod = orderBy_dynamic@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfigurat
...[truncated 12523 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.007</duration><failedSince>0</failedSince><name>orderBy_criteriaOnCollection_onDepthProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7647219
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@254c2b9e, testMethod = orderBy_criteriaOnCollection_onDepthProperty@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguratio
...[truncated 10660 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.009</duration><failedSince>0</failedSince><name>delete_manyToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@56dd5a52
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@17bace0a, testMethod = delete_manyToManyCriteria@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContext
...[truncated 11004 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.006</duration><failedSince>0</failedSince><name>ignoreCase_dynamic</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@61ea5a2f
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@b8471c9, testMethod = ignoreCase_dynamic@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfigur
...[truncated 9491 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.005</duration><failedSince>0</failedSince><name>lesserEquals</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@394c3a0f
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@6f9f5d71, testMethod = lesserEquals@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration
...[truncated 9290 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.005</duration><failedSince>0</failedSince><name>isNotNull</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5105afad
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@410185db, testMethod = isNotNull@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20
...[truncated 9261 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.004</duration><failedSince>0</failedSince><name>notEqual</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@38175b1b
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@30f1a962, testMethod = notEqual@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@205
...[truncated 7193 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.004</duration><failedSince>0</failedSince><name>endsWith</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5de5689b
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@7094cd6c, testMethod = endsWith@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@205
...[truncated 7475 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.011</duration><failedSince>0</failedSince><name>manyToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4ff2de2
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@12305a5b, testMethod = manyToManyCriteria@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfigur
...[truncated 12491 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.006</duration><failedSince>0</failedSince><name>notLike</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:02	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1b77ff50
2025-03-27 07:14:02	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@236d02ac testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@7c4ad4cc, testMethod = notLike@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@205b
...[truncated 7478 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><duration>0.419</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>projection</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springfra
...[truncated 14076 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.009</duration><failedSince>0</failedSince><name>equals_ignoreCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@66249c29
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@55b45415, testMethod = equals_ignoreCase@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], m
...[truncated 13192 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.005</duration><failedSince>0</failedSince><name>startsWith</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@32ab1f33
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@327751eb, testMethod = startsWith@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedCo
...[truncated 8093 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>projection_byExtraArgument</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@366e91f3
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@32b05872, testMethod = projection_byExtraArgument@AbstractDerivedQueriesWithPolymorphismTest, testException = 
...[truncated 8460 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>before</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@18b33763
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@2cd28e52, testMethod = before@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContex
...[truncated 10695 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.005</duration><failedSince>0</failedSince><name>exists</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@588d8dff
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@5efff4c8, testMethod = exists@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContex
...[truncated 8204 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.013</duration><failedSince>0</failedSince><name>orderBy</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@45e010bb
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@20ab11b0, testMethod = orderBy@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedConte
...[truncated 15522 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>isNull</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@508036af
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@35a9e1b1, testMethod = isNull@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContex
...[truncated 10669 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.006</duration><failedSince>0</failedSince><name>orderBy_onDepthProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5c24ccb2
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@7c588c8a, testMethod = orderBy_onDepthProperty@AbstractDerivedQueriesWithPolymorphismTest, testException = [nu
...[truncated 9265 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.006</duration><failedSince>0</failedSince><name>like_ignoreCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@184c42fc
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@7030fd3, testMethod = like_ignoreCase@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], merg
...[truncated 8597 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>lesser</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4c76de22
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@4a1fb55b, testMethod = lesser@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContex
...[truncated 10695 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.005</duration><failedSince>0</failedSince><name>embeddedCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@55f8d659
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@39ccea5e, testMethod = embeddedCriteria@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], me
...[truncated 8111 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.005</duration><failedSince>0</failedSince><name>ignoreCase_all</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@69fb817
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@7bdb27d1, testMethod = ignoreCase_all@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], merge
...[truncated 8714 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.006</duration><failedSince>0</failedSince><name>ignoreCase_and</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@596efec0
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@66e020d, testMethod = ignoreCase_and@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], merge
...[truncated 8699 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.005</duration><failedSince>0</failedSince><name>twoCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@46c1ef9e
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@169c7207, testMethod = twoCriteria@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedC
...[truncated 8076 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.005</duration><failedSince>0</failedSince><name>equalBoolean</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@487f4508
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@3ed90d79, testMethod = equalBoolean@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], merged
...[truncated 9732 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.004</duration><failedSince>0</failedSince><name>limit_throwsExceptionBecauseOfCollectionPropertyMapping</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7f67d19a
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@1e6bb40b, testMethod = limit_throwsExceptionBecauseOfCollectionPropertyMapping@AbstractDerivedQueriesWithPolym
...[truncated 8144 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.005</duration><failedSince>0</failedSince><name>contains</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@61f342aa
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@6332d165, testMethod = contains@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedCont
...[truncated 8090 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.009</duration><failedSince>0</failedSince><name>in_string</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@37f2dfd6
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@6a82cd17, testMethod = in_string@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedCon
...[truncated 11750 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.004</duration><failedSince>0</failedSince><name>notIn_string</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5cde6aaf
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@d916e87, testMethod = notIn_string@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedC
...[truncated 8318 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>greaterEquals</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1bc0d43d
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@3bd2508a, testMethod = greaterEquals@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], merge
...[truncated 10710 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>countDistinctByCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@512c5bf5
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@64dbc812, testMethod = countDistinctByCriteria@AbstractDerivedQueriesWithPolymorphismTest, testException = [nu
...[truncated 10797 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>between</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7e8f62a0
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@31e58cf9, testMethod = between@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedConte
...[truncated 10743 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.005</duration><failedSince>0</failedSince><name>notContains</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@39041b0c
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@1c6ebece, testMethod = notContains@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedC
...[truncated 8100 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>countByCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@63c6a639
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@66871f61, testMethod = countByCriteria@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mer
...[truncated 9728 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>in</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@191e18d7
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@620fbf3a, testMethod = in@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextCon
...[truncated 9906 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.009</duration><failedSince>0</failedSince><name>or</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3bf327e3
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@39dd1a13, testMethod = or@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextCon
...[truncated 10824 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.005</duration><failedSince>0</failedSince><name>like</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5dde9c5d
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@3361b54c, testMethod = like@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextC
...[truncated 8080 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>oneToOneCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7f9ca4bc
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@72b0b4a, testMethod = oneToOneCriteria@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mer
...[truncated 12143 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.005</duration><failedSince>0</failedSince><name>oneResultExpected_severalResults_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@fd27d5e
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@3ae58b76, testMethod = oneResultExpected_severalResults_throwsException@AbstractDerivedQueriesWithPolymorphismT
...[truncated 8094 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>after</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@72fa7b1d
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@7843aae6, testMethod = after@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContext
...[truncated 10693 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>equal</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7b636d1f
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@4f11b19, testMethod = equal@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContextC
...[truncated 10667 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.005</duration><failedSince>0</failedSince><name>notIn</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@668af3cc
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@36f70ce4, testMethod = notIn@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContext
...[truncated 8040 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>greater</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@46e5fb01
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@587e4cce, testMethod = greater@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedConte
...[truncated 10697 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>ignoreCase_dynamic_inMemory</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@45d12671
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@4804737e, testMethod = ignoreCase_dynamic_inMemory@AbstractDerivedQueriesWithPolymorphismTest, testException =
...[truncated 15794 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.012</duration><failedSince>0</failedSince><name>oneToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1d8f3368
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@2dd00266, testMethod = oneToManyCriteria@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], m
...[truncated 15485 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.005</duration><failedSince>0</failedSince><name>notLike_ignoreCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2a6ccd18
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@86ee2f8, testMethod = notLike_ignoreCase@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], m
...[truncated 8607 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.014</duration><failedSince>0</failedSince><name>orderBy_dynamic</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@720090ad
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@702ce4b0, testMethod = orderBy_dynamic@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mer
...[truncated 15538 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>orderBy_criteriaOnCollection_onDepthProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@68a360f0
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@b817f02, testMethod = orderBy_criteriaOnCollection_onDepthProperty@AbstractDerivedQueriesWithPolymorphismTest,
...[truncated 12542 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.017</duration><failedSince>0</failedSince><name>delete_manyToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@12306cc
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@7f2f9122, testMethod = delete_manyToManyCriteria@AbstractDerivedQueriesWithPolymorphismTest, testException = [n
...[truncated 12985 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.006</duration><failedSince>0</failedSince><name>ignoreCase_dynamic</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@15587fd6
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@86173a0, testMethod = ignoreCase_dynamic@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], m
...[truncated 10357 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>lesserEquals</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@68dc12d4
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@35fd00a0, testMethod = lesserEquals@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], merged
...[truncated 10708 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>isNotNull</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@22b3fe04
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@37b936c6, testMethod = isNotNull@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedCon
...[truncated 10679 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.004</duration><failedSince>0</failedSince><name>notEqual</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@16748627
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@41038369, testMethod = notEqual@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedCont
...[truncated 7740 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.004</duration><failedSince>0</failedSince><name>endsWith</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1c009333
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@21f1669b, testMethod = endsWith@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedCont
...[truncated 8089 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.009</duration><failedSince>0</failedSince><name>manyToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6b4163b5
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@466e8523, testMethod = manyToManyCriteria@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], 
...[truncated 15507 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.005</duration><failedSince>0</failedSince><name>notLike</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1d0df574
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@47ae0650 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@2bc0ea42, testMethod = notLike@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedConte
...[truncated 8092 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><duration>0.503</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.096</duration><failedSince>0</failedSince><name>projection</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:57	INFO 	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springfra
...[truncated 13682 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.026</duration><failedSince>0</failedSince><name>equals_ignoreCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@67481b2b
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@18f88e7d, testMethod = equals_ignoreCase@AbstractDerivedQueriesWithPolymorphismTest, testException = [null
...[truncated 12944 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.025</duration><failedSince>0</failedSince><name>startsWith</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@381e35a2
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@5fa380d9, testMethod = startsWith@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], merg
...[truncated 7902 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.022</duration><failedSince>0</failedSince><name>projection_byExtraArgument</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6e80c161
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@592e436, testMethod = projection_byExtraArgument@AbstractDerivedQueriesWithPolymorphismTest, testException
...[truncated 8267 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.024</duration><failedSince>0</failedSince><name>before</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7a2f1b17
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@6a662854, testMethod = before@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedCo
...[truncated 9926 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.017</duration><failedSince>0</failedSince><name>exists</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@800fc6
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@5475de4, testMethod = exists@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedConte
...[truncated 8028 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.04</duration><failedSince>0</failedSince><name>orderBy</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3a00cdcb
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@7367b2bd, testMethod = orderBy@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedC
...[truncated 12950 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.013</duration><failedSince>0</failedSince><name>isNull</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3b4cc0f6
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@cb023a3, testMethod = isNull@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedCon
...[truncated 9898 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.014</duration><failedSince>0</failedSince><name>orderBy_onDepthProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4875109e
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@2c21d4c9, testMethod = orderBy_onDepthProperty@AbstractDerivedQueriesWithPolymorphismTest, testException =
...[truncated 9020 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>like_ignoreCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@54139c70
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@64a0a8af, testMethod = like_ignoreCase@AbstractDerivedQueriesWithPolymorphismTest, testException = [null],
...[truncated 8354 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.014</duration><failedSince>0</failedSince><name>lesser</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7cfb8bf0
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@4d8b2172, testMethod = lesser@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedCo
...[truncated 9926 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.017</duration><failedSince>0</failedSince><name>embeddedCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@39310988
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@4654aab6, testMethod = embeddedCriteria@AbstractDerivedQueriesWithPolymorphismTest, testException = [null]
...[truncated 7920 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>ignoreCase_all</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@59e69a43
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@11bdbfd3, testMethod = ignoreCase_all@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], 
...[truncated 8470 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>ignoreCase_and</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5de43421
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@18f871de, testMethod = ignoreCase_and@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], 
...[truncated 8456 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>twoCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@41a09e9
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@67c5a4cc, testMethod = twoCriteria@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], merg
...[truncated 7884 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.013</duration><failedSince>0</failedSince><name>equalBoolean</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3761b12c
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@242d4a16, testMethod = equalBoolean@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], me
...[truncated 9522 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>limit_throwsExceptionBecauseOfCollectionPropertyMapping</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@57b7287c
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@25240d08, testMethod = limit_throwsExceptionBecauseOfCollectionPropertyMapping@AbstractDerivedQueriesWithP
...[truncated 7972 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>contains</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@244e16d
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@7ac8e06a, testMethod = contains@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedC
...[truncated 7898 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.016</duration><failedSince>0</failedSince><name>in_string</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4fe3872c
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@16c689c3, testMethod = in_string@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], merge
...[truncated 11494 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.009</duration><failedSince>0</failedSince><name>notIn_string</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7b797cbc
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@d6fc3bf, testMethod = notIn_string@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mer
...[truncated 8100 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.013</duration><failedSince>0</failedSince><name>greaterEquals</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@601d0bc8
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@4b378607, testMethod = greaterEquals@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], m
...[truncated 9941 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.024</duration><failedSince>0</failedSince><name>countDistinctByCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@72309bc
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@416855dc, testMethod = countDistinctByCriteria@AbstractDerivedQueriesWithPolymorphismTest, testException = 
...[truncated 10624 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.012</duration><failedSince>0</failedSince><name>between</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@634851c1
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@52c0568c, testMethod = between@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedC
...[truncated 9974 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.009</duration><failedSince>0</failedSince><name>notContains</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@20dc6cfe
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@7ee93eda, testMethod = notContains@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mer
...[truncated 7909 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.012</duration><failedSince>0</failedSince><name>countByCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@40818cc2
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@2c5f3b12, testMethod = countByCriteria@AbstractDerivedQueriesWithPolymorphismTest, testException = [null],
...[truncated 9556 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.012</duration><failedSince>0</failedSince><name>in</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2b053d50
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@6e000e72, testMethod = in@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContex
...[truncated 9696 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.014</duration><failedSince>0</failedSince><name>or</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@206be60b
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@25e92583, testMethod = or@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedContex
...[truncated 10560 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>like</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@8fdff8a
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@5ec227e2, testMethod = like@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedConte
...[truncated 7888 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.016</duration><failedSince>0</failedSince><name>oneToOneCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3a245254
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@15731d4f, testMethod = oneToOneCriteria@AbstractDerivedQueriesWithPolymorphismTest, testException = [null]
...[truncated 11916 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>oneResultExpected_severalResults_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@693972a9
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@6ceaef8e, testMethod = oneResultExpected_severalResults_throwsException@AbstractDerivedQueriesWithPolymorp
...[truncated 7904 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.012</duration><failedSince>0</failedSince><name>after</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@25052fcc
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@6e83a884, testMethod = after@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedCon
...[truncated 9924 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>equal</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2aecb4d1
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@2b3d74d5, testMethod = equal@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedCon
...[truncated 9900 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>notIn</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7ffce6ff
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@5cf6c704, testMethod = notIn@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedCon
...[truncated 7849 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>greater</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6330987e
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@31903585, testMethod = greater@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedC
...[truncated 9928 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.018</duration><failedSince>0</failedSince><name>ignoreCase_dynamic_inMemory</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4ce66c79
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@17f6db98, testMethod = ignoreCase_dynamic_inMemory@AbstractDerivedQueriesWithPolymorphismTest, testExcepti
...[truncated 13168 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.029</duration><failedSince>0</failedSince><name>oneToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4d05150f
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@6f2d3666, testMethod = oneToManyCriteria@AbstractDerivedQueriesWithPolymorphismTest, testException = [null
...[truncated 12913 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>notLike_ignoreCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6b13054f
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@c33419d, testMethod = notLike_ignoreCase@AbstractDerivedQueriesWithPolymorphismTest, testException = [null
...[truncated 8362 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.028</duration><failedSince>0</failedSince><name>orderBy_dynamic</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5a44b349
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@1cebff9f, testMethod = orderBy_dynamic@AbstractDerivedQueriesWithPolymorphismTest, testException = [null],
...[truncated 12966 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.018</duration><failedSince>0</failedSince><name>orderBy_criteriaOnCollection_onDepthProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@46628728
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@103109d3, testMethod = orderBy_criteriaOnCollection_onDepthProperty@AbstractDerivedQueriesWithPolymorphism
...[truncated 11118 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.025</duration><failedSince>0</failedSince><name>delete_manyToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@54ab606b
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@214d8d44, testMethod = delete_manyToManyCriteria@AbstractDerivedQueriesWithPolymorphismTest, testException
...[truncated 11376 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.014</duration><failedSince>0</failedSince><name>ignoreCase_dynamic</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@257e1ecc
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@2d8892f5, testMethod = ignoreCase_dynamic@AbstractDerivedQueriesWithPolymorphismTest, testException = [nul
...[truncated 10095 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.015</duration><failedSince>0</failedSince><name>lesserEquals</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:58	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@922ebd6
2025-03-27 07:13:58	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@5fd95c12, testMethod = lesserEquals@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mer
...[truncated 9938 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.013</duration><failedSince>0</failedSince><name>isNotNull</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4c2ed0fa
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@31fb8848, testMethod = isNotNull@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], merge
...[truncated 9910 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>notEqual</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7e85bc61
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@7ff470b1, testMethod = notEqual@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], merged
...[truncated 7576 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>endsWith</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@59f3ae9c
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@35f5a342, testMethod = endsWith@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], merged
...[truncated 7898 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.021</duration><failedSince>0</failedSince><name>manyToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@22487372
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@15763605, testMethod = manyToManyCriteria@AbstractDerivedQueriesWithPolymorphismTest, testException = [nul
...[truncated 12935 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.009</duration><failedSince>0</failedSince><name>notLike</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@38aeebb2
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@21225321 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@78fa82c, testMethod = notLike@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedCo
...[truncated 7899 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><duration>1.312</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.022</duration><failedSince>0</failedSince><name>projection</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springfra
...[truncated 13478 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.016</duration><failedSince>0</failedSince><name>equals_ignoreCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@56cde6c3
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@53e51744, testMethod = equals_ignoreCase@AbstractDerivedQueriesWithPolymorphismTest, testException = [
...[truncated 14279 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>startsWith</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2e43f0ef
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@4249978b, testMethod = startsWith@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], 
...[truncated 8217 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>projection_byExtraArgument</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3bc00b46
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@194c02c3, testMethod = projection_byExtraArgument@AbstractDerivedQueriesWithPolymorphismTest, testExce
...[truncated 8584 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.016</duration><failedSince>0</failedSince><name>before</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5cf44218
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@35730a4d, testMethod = before@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], merg
...[truncated 10234 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>exists</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1e0ae372
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@4b3e23cb, testMethod = exists@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], merg
...[truncated 8655 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.019</duration><failedSince>0</failedSince><name>orderBy</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@669bef81
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@3859262c, testMethod = orderBy@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mer
...[truncated 13489 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>isNull</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@66e63575
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@590ac60e, testMethod = isNull@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], merg
...[truncated 10208 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>orderBy_onDepthProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1f3f3aa4
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@792dfa43, testMethod = orderBy_onDepthProperty@AbstractDerivedQueriesWithPolymorphismTest, testExcepti
...[truncated 9303 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>like_ignoreCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@71ce1174
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@58e71a08, testMethod = like_ignoreCase@AbstractDerivedQueriesWithPolymorphismTest, testException = [nu
...[truncated 8637 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.009</duration><failedSince>0</failedSince><name>lesser</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2d85ff88
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@dc8709a, testMethod = lesser@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], merge
...[truncated 10232 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.006</duration><failedSince>0</failedSince><name>embeddedCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4544dca2
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@1a266821, testMethod = embeddedCriteria@AbstractDerivedQueriesWithPolymorphismTest, testException = [n
...[truncated 8235 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.006</duration><failedSince>0</failedSince><name>ignoreCase_all</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3eafc7ee
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@292fcda, testMethod = ignoreCase_all@AbstractDerivedQueriesWithPolymorphismTest, testException = [null
...[truncated 8751 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>ignoreCase_and</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3516b79e
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@84a3e9f, testMethod = ignoreCase_and@AbstractDerivedQueriesWithPolymorphismTest, testException = [null
...[truncated 8737 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.006</duration><failedSince>0</failedSince><name>twoCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@232cf070
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@5e57dc70, testMethod = twoCriteria@AbstractDerivedQueriesWithPolymorphismTest, testException = [null],
...[truncated 8200 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>equalBoolean</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@8d25ab9
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@15480ba9, testMethod = equalBoolean@AbstractDerivedQueriesWithPolymorphismTest, testException = [null],
...[truncated 10176 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.005</duration><failedSince>0</failedSince><name>limit_throwsExceptionBecauseOfCollectionPropertyMapping</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@718c7433
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@13ce519a, testMethod = limit_throwsExceptionBecauseOfCollectionPropertyMapping@AbstractDerivedQueriesW
...[truncated 7947 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.005</duration><failedSince>0</failedSince><name>contains</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@51b1c8b9
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@66db5a9a, testMethod = contains@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], me
...[truncated 8214 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>in_string</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@44dd53c0
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@31bca9c1, testMethod = in_string@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], m
...[truncated 12473 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.005</duration><failedSince>0</failedSince><name>notIn_string</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2e7a53f9
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@1fba318, testMethod = notIn_string@AbstractDerivedQueriesWithPolymorphismTest, testException = [null],
...[truncated 8399 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.009</duration><failedSince>0</failedSince><name>greaterEquals</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6ffe7432
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@7bed2ec1, testMethod = greaterEquals@AbstractDerivedQueriesWithPolymorphismTest, testException = [null
...[truncated 10249 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>countDistinctByCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@40bfe33e
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@518e87dd, testMethod = countDistinctByCriteria@AbstractDerivedQueriesWithPolymorphismTest, testExcepti
...[truncated 11572 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>between</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@383878c5
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@7b41a3f9, testMethod = between@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mer
...[truncated 10282 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.005</duration><failedSince>0</failedSince><name>notContains</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@eeca5b3
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@6ded3c5e, testMethod = notContains@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], 
...[truncated 8223 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>countByCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@69fe55fb
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@275c1aed, testMethod = countByCriteria@AbstractDerivedQueriesWithPolymorphismTest, testException = [nu
...[truncated 10179 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.009</duration><failedSince>0</failedSince><name>in</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5da96b6c
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@10a47166, testMethod = in@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedCo
...[truncated 10351 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>or</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@f45db3e
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@39cf6a30, testMethod = or@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], mergedCon
...[truncated 11182 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.005</duration><failedSince>0</failedSince><name>like</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@695330cc
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@38c960b7, testMethod = like@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], merged
...[truncated 8204 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>oneToOneCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@48c2068d
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@22289a0c, testMethod = oneToOneCriteria@AbstractDerivedQueriesWithPolymorphismTest, testException = [n
...[truncated 12911 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.005</duration><failedSince>0</failedSince><name>oneResultExpected_severalResults_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@768c03f9
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@61fd8c74, testMethod = oneResultExpected_severalResults_throwsException@AbstractDerivedQueriesWithPoly
...[truncated 8219 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>after</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7822c91a
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@3df8c3e9, testMethod = after@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], merge
...[truncated 10232 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>equal</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7a63c66f
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@446340cf, testMethod = equal@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], merge
...[truncated 10208 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.006</duration><failedSince>0</failedSince><name>notIn</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@55752919
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@4da013c4, testMethod = notIn@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], merge
...[truncated 8164 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.013</duration><failedSince>0</failedSince><name>greater</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7a853d3d
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@c5a7b77, testMethod = greater@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], merg
...[truncated 10234 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.017</duration><failedSince>0</failedSince><name>ignoreCase_dynamic_inMemory</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6ff81b13
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@701c5d4b, testMethod = ignoreCase_dynamic_inMemory@AbstractDerivedQueriesWithPolymorphismTest, testExc
...[truncated 13675 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.019</duration><failedSince>0</failedSince><name>oneToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@423c246a
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@5ea40c10, testMethod = oneToManyCriteria@AbstractDerivedQueriesWithPolymorphismTest, testException = [
...[truncated 13452 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>notLike_ignoreCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2a0fb087
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@7d241cc5, testMethod = notLike_ignoreCase@AbstractDerivedQueriesWithPolymorphismTest, testException = 
...[truncated 8647 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.015</duration><failedSince>0</failedSince><name>orderBy_dynamic</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7d4e4df4
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@39f8db0e, testMethod = orderBy_dynamic@AbstractDerivedQueriesWithPolymorphismTest, testException = [nu
...[truncated 13505 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>orderBy_criteriaOnCollection_onDepthProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@15752ae9
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@32cd7bef, testMethod = orderBy_criteriaOnCollection_onDepthProperty@AbstractDerivedQueriesWithPolymorp
...[truncated 11343 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.012</duration><failedSince>0</failedSince><name>delete_manyToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3301b4df
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@c582eca, testMethod = delete_manyToManyCriteria@AbstractDerivedQueriesWithPolymorphismTest, testExcept
...[truncated 11634 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>ignoreCase_dynamic</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6a40086a
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@48b2a764, testMethod = ignoreCase_dynamic@AbstractDerivedQueriesWithPolymorphismTest, testException = 
...[truncated 10718 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.009</duration><failedSince>0</failedSince><name>lesserEquals</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1580b67
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@193f3daf, testMethod = lesserEquals@AbstractDerivedQueriesWithPolymorphismTest, testException = [null],
...[truncated 10246 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.009</duration><failedSince>0</failedSince><name>isNotNull</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4376c32a
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@5a68eeda, testMethod = isNotNull@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], m
...[truncated 10218 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.006</duration><failedSince>0</failedSince><name>notEqual</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7c1c416d
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@3bd806eb, testMethod = notEqual@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], me
...[truncated 7907 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>endsWith</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2245103b
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@343b24d1, testMethod = endsWith@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], me
...[truncated 8213 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.015</duration><failedSince>0</failedSince><name>manyToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@45959d
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@7c4acde5, testMethod = manyToManyCriteria@AbstractDerivedQueriesWithPolymorphismTest, testException = [n
...[truncated 13472 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>notLike</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@cd0c71e
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@79955687 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@201c808d, testMethod = notLike@AbstractDerivedQueriesWithPolymorphismTest, testException = [null], merg
...[truncated 8215 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><duration>0.655</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest</className><duration>0.017</duration><failedSince>0</failedSince><name>pageable_withOrder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:01	INFO 	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springfra
...[truncated 18422 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest</className><duration>0.009</duration><failedSince>0</failedSince><name>pageable_withCompositeOrder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:01	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@49db5424
2025-03-27 07:14:01	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@67830628 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@1df468bf, testMethod = pageable_withCompositeOrder@AbstractDerivedQueriesWithoutMappedCollectionTest, testExceptio
...[truncated 11308 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest</className><duration>0.007</duration><failedSince>0</failedSince><name>dynamicSort</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:01	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5bf8cc88
2025-03-27 07:14:01	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@67830628 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@1da748f8, testMethod = dynamicSort@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], merg
...[truncated 10409 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest</className><duration>0.007</duration><failedSince>0</failedSince><name>limit</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:01	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7cfeee84
2025-03-27 07:14:01	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@67830628 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@1beb1b8d, testMethod = limit@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedCont
...[truncated 10165 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest</className><duration>0.006</duration><failedSince>0</failedSince><name>slice</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:01	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7ca6dbbd
2025-03-27 07:14:01	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@67830628 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@72c0e83e, testMethod = slice@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedCont
...[truncated 10423 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest</className><duration>0.005</duration><failedSince>0</failedSince><name>slice_withOrder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:01	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3a3c98f1
2025-03-27 07:14:01	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@67830628 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@26105844, testMethod = slice_withOrder@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], 
...[truncated 9462 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest</className><duration>0.012</duration><failedSince>0</failedSince><name>pageable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:01	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6739e16a
2025-03-27 07:14:01	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@67830628 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@f6018ec, testMethod = pageable@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedCo
...[truncated 13621 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><duration>0.152</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest</className><duration>0.038</duration><failedSince>0</failedSince><name>pageable_withOrder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springfra
...[truncated 17983 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest</className><duration>0.017</duration><failedSince>0</failedSince><name>pageable_withCompositeOrder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5dfb30e0
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@67f8e620 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@17fd2db5, testMethod = pageable_withCompositeOrder@AbstractDeriv
...[truncated 10797 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>dynamicSort</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@27a71243
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@67f8e620 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@5440999e, testMethod = dynamicSort@AbstractDerivedQueriesWithout
...[truncated 9906 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>limit</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6c3529ed
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@67f8e620 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@236a23f, testMethod = limit@AbstractDerivedQueriesWithoutMappedC
...[truncated 9395 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest</className><duration>0.012</duration><failedSince>0</failedSince><name>slice</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4c5aa9
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@67f8e620 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@5ec357e4, testMethod = slice@AbstractDerivedQueriesWithoutMappedCo
...[truncated 9919 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>slice_withOrder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@35dfd7f4
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@67f8e620 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@602a6c2e, testMethod = slice_withOrder@AbstractDerivedQueriesWit
...[truncated 8837 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest</className><duration>0.02</duration><failedSince>0</failedSince><name>pageable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@26a1abb8
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@67f8e620 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@79afef54, testMethod = pageable@AbstractDerivedQueriesWithoutMap
...[truncated 13355 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><duration>0.277</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest</className><duration>0.017</duration><failedSince>0</failedSince><name>pageable_withOrder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springfra
...[truncated 17407 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest</className><duration>0.009</duration><failedSince>0</failedSince><name>pageable_withCompositeOrder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6f4a6c56
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@11f5b544 testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@6f5bbb45, testMethod = pageable_withCompositeOrder@AbstractD
...[truncated 10453 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>dynamicSort</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@65ae655b
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@11f5b544 testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@801fe56, testMethod = dynamicSort@AbstractDerivedQueriesWith
...[truncated 9560 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>limit</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@261b4fa
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@11f5b544 testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@3e978fa4, testMethod = limit@AbstractDerivedQueriesWithoutMap
...[truncated 9160 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest</className><duration>0.009</duration><failedSince>0</failedSince><name>slice</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2bbebf64
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@11f5b544 testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@554023e, testMethod = slice@AbstractDerivedQueriesWithoutMap
...[truncated 9575 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>slice_withOrder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@383918c8
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@11f5b544 testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@5699b770, testMethod = slice_withOrder@AbstractDerivedQuerie
...[truncated 8512 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest</className><duration>0.014</duration><failedSince>0</failedSince><name>pageable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3712a0e
2025-03-27 07:14:00	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@11f5b544 testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@6a178850, testMethod = pageable@AbstractDerivedQueriesWithout
...[truncated 12972 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><duration>0.151</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest</className><duration>0.015</duration><failedSince>0</failedSince><name>pageable_withOrder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:00	INFO 	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springfra
...[truncated 17053 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>pageable_withCompositeOrder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:01	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5a00c334
2025-03-27 07:14:01	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@6b600259 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@1bf73503, testMethod = pageable_withCompositeOrder@Abstr
...[truncated 10240 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>dynamicSort</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:01	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@66bdf07e
2025-03-27 07:14:01	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@6b600259 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@331c309b, testMethod = dynamicSort@AbstractDerivedQuerie
...[truncated 9341 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>limit</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:01	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4aa4a9d5
2025-03-27 07:14:01	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@6b600259 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@67c46c9e, testMethod = limit@AbstractDerivedQueriesWitho
...[truncated 9001 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>slice</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:01	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3eca364c
2025-03-27 07:14:01	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@6b600259 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@182d6ad6, testMethod = slice@AbstractDerivedQueriesWitho
...[truncated 9355 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest</className><duration>0.006</duration><failedSince>0</failedSince><name>slice_withOrder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:01	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@220d8c2b
2025-03-27 07:14:01	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@6b600259 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@3a1828f7, testMethod = slice_withOrder@AbstractDerivedQu
...[truncated 8348 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest</className><duration>0.016</duration><failedSince>0</failedSince><name>pageable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:01	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1f4627be
2025-03-27 07:14:01	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@6b600259 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@68b565ae, testMethod = pageable@AbstractDerivedQueriesWi
...[truncated 12647 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><duration>0.152</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest</className><duration>0.009</duration><failedSince>0</failedSince><name>methodHasAMatchingBeanQueryWithAnExplicitRepositoryClass_beanQueryIsExecuted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:01	INFO 	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springfra
...[truncated 16518 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest</className><duration>0.005</duration><failedSince>0</failedSince><name>methodHasAMatchingBeanQuery_beanQueryIsExecuted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:01	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@103a6245
2025-03-27 07:14:01	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@a390b5d testClass = BeanQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest@1c828716, testMethod = methodHasAMatchingBeanQuery_beanQueryIsExecuted@BeanQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfigu
...[truncated 9188 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest</className><duration>0.005</duration><failedSince>0</failedSince><name>methodHasAMatchingBeanName_beanQueryIsExecuted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:14:01	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@716828b4
2025-03-27 07:14:01	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@a390b5d testClass = BeanQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest@dc0829f, testMethod = methodHasAMatchingBeanName_beanQueryIsExecuted@BeanQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfigura
...[truncated 9184 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><duration>0.122</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.bean.BeanQueryLookupStrategyTest$findSQL</className><duration>0.405</duration><failedSince>0</failedSince><name>multipleMatchingBeanQueries_butOneWithRepositoryClass_returnsMatchingBean</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.bean.BeanQueryLookupStrategyTest$findSQL</className><duration>0.001</duration><failedSince>0</failedSince><name>singleMatchingBeanQueryOnBeanName_returnsMatchingBean</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.bean.BeanQueryLookupStrategyTest$findSQL</className><duration>0.002</duration><failedSince>0</failedSince><name>multipleMatchingBeanQueries_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.bean.BeanQueryLookupStrategyTest$findSQL</className><duration>0.0</duration><failedSince>0</failedSince><name>noMatchingBeanQueries_returnsNull</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.bean.BeanQueryLookupStrategyTest$findSQL</className><duration>0.0</duration><failedSince>0</failedSince><name>singleMatchingBeanQueryOnMethodName_returnsMatchingBean</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.413</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.spring.repository.query.bean.BeanQueryLookupStrategyTest$findSQL</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest</className><duration>0.017</duration><failedSince>0</failedSince><name>projection</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springfra
...[truncated 13218 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest</className><duration>0.013</duration><failedSince>0</failedSince><name>projection_byExtraArgument</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5c2fbeda
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@982f64d testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@6f211822, testMethod = projection_byExtraArgument@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration
...[truncated 7837 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest</className><duration>0.011</duration><failedSince>0</failedSince><name>exists</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1b7440c3
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@982f64d testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@343ebd7b, testMethod = exists@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4db6edb3 testClass 
...[truncated 7719 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest</className><duration>0.017</duration><failedSince>0</failedSince><name>twoCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@d583496
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@982f64d testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@6f354cf6, testMethod = twoCriteria@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4db6edb3 testCl
...[truncated 7461 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest</className><duration>0.006</duration><failedSince>0</failedSince><name>equalBoolean</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4e60caa4
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@982f64d testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@5d196acf, testMethod = equalBoolean@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4db6edb3 test
...[truncated 7400 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest</className><duration>0.008</duration><failedSince>0</failedSince><name>in_string</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5bc5098b
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@982f64d testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@3bcfb8a4, testMethod = in_string@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4db6edb3 testCla
...[truncated 7615 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest</className><duration>0.007</duration><failedSince>0</failedSince><name>severalNativeQueries_theOneMatchingDatabaseIsChosen</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2f0f2690
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@982f64d testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@e10be0b, testMethod = severalNativeQueries_theOneMatchingDatabaseIsChosen@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [Me
...[truncated 7697 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest</className><duration>0.007</duration><failedSince>0</failedSince><name>countDistinctByCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1c0e1290
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@982f64d testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@6bb63ed1, testMethod = countDistinctByCriteria@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4d
...[truncated 8625 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest</className><duration>0.007</duration><failedSince>0</failedSince><name>countByCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1878a144
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@982f64d testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@5690126f, testMethod = countByCriteria@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4db6edb3 t
...[truncated 9244 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest</className><duration>0.009</duration><failedSince>0</failedSince><name>in</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@146a81e4
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@982f64d testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@5c65480d, testMethod = in@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4db6edb3 testClass = Na
...[truncated 9157 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest</className><duration>0.006</duration><failedSince>0</failedSince><name>oneToOneCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@514c684d
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@982f64d testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@2fa99830, testMethod = oneToOneCriteria@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4db6edb3 
...[truncated 8101 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest</className><duration>0.006</duration><failedSince>0</failedSince><name>oneResultExpected_severalResults_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@205f33f3
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@982f64d testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@4cc1c39f, testMethod = oneResultExpected_severalResults_throwsException@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [Merg
...[truncated 7479 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest</className><duration>0.008</duration><failedSince>0</failedSince><name>equal</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5dcd0fe
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@982f64d testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@ed6bc2e, testMethod = equal@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4db6edb3 testClass = N
...[truncated 9246 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest</className><duration>0.014</duration><failedSince>0</failedSince><name>delete_manyToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:59	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6a280ef2
2025-03-27 07:13:59	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@982f64d testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@251f9216, testMethod = delete_manyToManyCriteria@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@
...[truncated 10995 chars]...
zerFactory$DisableMetricExportContextCustomizer@509a6095, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@115c946b], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><duration>0.265</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest</className><duration>0.014</duration><failedSince>0</failedSince><name>findSQL_withOneQueryOnMethod(DatabaseSignet, String)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest</className><duration>0.001</duration><failedSince>0</failedSince><name>findSQL_withOneQueryOnMethod(DatabaseSignet, String)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest</className><duration>0.0</duration><failedSince>0</failedSince><name>findSQL_withOneQueryOnMethod(DatabaseSignet, String)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest</className><duration>0.0</duration><failedSince>0</failedSince><name>findSQL_withOneQueryOnMethod(DatabaseSignet, String)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest</className><duration>0.001</duration><failedSince>0</failedSince><name>findSQL_withOneQueryOnMethod_withoutSignet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest</className><duration>0.002</duration><failedSince>0</failedSince><name>findSQL_withSeveralQueriesOnMethod(DatabaseSignet, String)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest</className><duration>0.0</duration><failedSince>0</failedSince><name>findSQL_withSeveralQueriesOnMethod(DatabaseSignet, String)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest</className><duration>0.0</duration><failedSince>0</failedSince><name>findSQL_withSeveralQueriesOnMethod(DatabaseSignet, String)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest</className><duration>0.0</duration><failedSince>0</failedSince><name>findSQL_withSeveralQueriesOnMethod(DatabaseSignet, String)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest</className><duration>0.001</duration><failedSince>0</failedSince><name>findSQL_withSeveralQueriesOnMethod(DatabaseSignet, String)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest</className><duration>0.001</duration><failedSince>0</failedSince><name>findSQL_withSeveralQueriesOnMethod(DatabaseSignet, String)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.05</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$ExecuteInNewTransaction</className><duration>0.209</duration><failedSince>0</failedSince><name>whenOperationFails_rollbackIsInvoked</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:51	DEBUG	BootstrapUtils	Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
2025-03-27 07:13:51	DEBUG	BootstrapUtils	Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
2025-03-27 07:13:51	DEBUG	BootstrapUtils	Instantiating TestContextBootstrapp
...[truncated 65731 chars]...
ContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1859ffda], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$ExecuteInNewTransaction</className><duration>0.022</duration><failedSince>0</failedSince><name>whenOperationSucceeds_commitIsInvoked</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:53	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@6a2d867d testClass = StalactitePlatformTransactionManagerTest, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest@ace257b, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@73bb1337 testClass = StalactitePlatformTransactionManagerTest, locations = '{}', class
...[truncated 36858 chars]...
ContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1859ffda], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].
</stdout></case><duration>1.831</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$ExecuteInNewTransaction</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$GiveConnection</className><duration>0.124</duration><failedSince>0</failedSince><name>noActiveTransaction_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:53	DEBUG	BootstrapUtils	Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
2025-03-27 07:13:53	DEBUG	BootstrapUtils	Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
2025-03-27 07:13:53	DEBUG	BootstrapUtils	Instantiating TestContextBootstrapp
...[truncated 33403 chars]...
ContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1859ffda], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$GiveConnection</className><duration>0.009</duration><failedSince>0</failedSince><name>returnsActiveTransactionConnection</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:53	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@6a2d867d testClass = StalactitePlatformTransactionManagerTest, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest@169ddbb6, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@73bb1337 testClass = StalactitePlatformTransactionManagerTest, locations = '{}', clas
...[truncated 35325 chars]...
ContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1859ffda], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].
</stdout></case><duration>0.153</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$GiveConnection</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$WithPersistenceContext</className><duration>0.021</duration><failedSince>0</failedSince><name>createData</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:53	DEBUG	BootstrapUtils	Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
2025-03-27 07:13:53	DEBUG	BootstrapUtils	Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
2025-03-27 07:13:53	DEBUG	BootstrapUtils	Instantiating TestContextBootstrapp
...[truncated 43663 chars]...
ContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1859ffda], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$WithPersistenceContext</className><duration>0.008</duration><failedSince>0</failedSince><name>createSameDataAgain</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:53	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@6a2d867d testClass = StalactitePlatformTransactionManagerTest, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest@f4c0c33, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@73bb1337 testClass = StalactitePlatformTransactionManagerTest, locations = '{}', class
...[truncated 35642 chars]...
ContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1859ffda], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].
</stdout></case><duration>0.043</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$WithPersistenceContext</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetIteratorDerbyTest</className><duration>1.254</duration><failedSince>0</failedSince><name>next_withoutCallToHasNext_throwsNoSuchElementException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetIteratorDerbyTest</className><duration>0.165</duration><failedSince>0</failedSince><name>hasNext_emptyResultSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetIteratorDerbyTest</className><duration>0.161</duration><failedSince>0</failedSince><name>convert</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetIteratorDerbyTest</className><duration>0.111</duration><failedSince>0</failedSince><name>hasNext_filledResultSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>1.723</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.result.ResultSetIteratorDerbyTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLOperationDerbyTest</className><duration>0.731</duration><failedSince>0</failedSince><name>cancel</name><properties></properties><skipped>false</skipped><status>PASSED</status><stderr>SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
</stderr></case><duration>0.733</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.SQLOperationDerbyTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.195</duration><failedSince>0</failedSince><name>bigDecimalBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.075</duration><failedSince>0</failedSince><name>timestampBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.072</duration><failedSince>0</failedSince><name>integerPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.064</duration><failedSince>0</failedSince><name>floatPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.064</duration><failedSince>0</failedSince><name>dateSqlBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.07</duration><failedSince>0</failedSince><name>integerBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.069</duration><failedSince>0</failedSince><name>localDateTimeBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.068</duration><failedSince>0</failedSince><name>longBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.058</duration><failedSince>0</failedSince><name>bytePrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.057</duration><failedSince>0</failedSince><name>bytePrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.067</duration><failedSince>0</failedSince><name>booleanPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.062</duration><failedSince>0</failedSince><name>blobBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.064</duration><failedSince>0</failedSince><name>bytesBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.061</duration><failedSince>0</failedSince><name>doublePrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.056</duration><failedSince>0</failedSince><name>longPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.055</duration><failedSince>0</failedSince><name>stringBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.058</duration><failedSince>0</failedSince><name>bigIntegerBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.058</duration><failedSince>0</failedSince><name>longPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.059</duration><failedSince>0</failedSince><name>byteBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.054</duration><failedSince>0</failedSince><name>dateBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.057</duration><failedSince>0</failedSince><name>integerPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.064</duration><failedSince>0</failedSince><name>pathBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.167</duration><failedSince>0</failedSince><name>doubleBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.049</duration><failedSince>0</failedSince><name>uuidBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.044</duration><failedSince>0</failedSince><name>doublePrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.049</duration><failedSince>0</failedSince><name>binaryStreamBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.043</duration><failedSince>0</failedSince><name>localDateBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.036</duration><failedSince>0</failedSince><name>booleanPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.041</duration><failedSince>0</failedSince><name>fileBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.043</duration><failedSince>0</failedSince><name>booleanBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.042</duration><failedSince>0</failedSince><name>localTimeBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.047</duration><failedSince>0</failedSince><name>floatBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.036</duration><failedSince>0</failedSince><name>floatPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>2.129</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetIteratorH2Test</className><duration>0.576</duration><failedSince>0</failedSince><name>next_withoutCallToHasNext_throwsNoSuchElementException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetIteratorH2Test</className><duration>0.004</duration><failedSince>0</failedSince><name>hasNext_emptyResultSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetIteratorH2Test</className><duration>0.019</duration><failedSince>0</failedSince><name>convert</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetIteratorH2Test</className><duration>0.005</duration><failedSince>0</failedSince><name>hasNext_filledResultSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.63</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.result.ResultSetIteratorH2Test</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLOperationH2Test</className><duration>0.621</duration><failedSince>0</failedSince><name>cancel</name><properties></properties><skipped>false</skipped><status>PASSED</status><stderr>SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
</stderr></case><duration>0.622</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.SQLOperationH2Test</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.096</duration><failedSince>0</failedSince><name>bigDecimalBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.009</duration><failedSince>0</failedSince><name>timestampBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.006</duration><failedSince>0</failedSince><name>integerPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.005</duration><failedSince>0</failedSince><name>floatPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.005</duration><failedSince>0</failedSince><name>dateSqlBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.004</duration><failedSince>0</failedSince><name>integerBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.005</duration><failedSince>0</failedSince><name>longBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.005</duration><failedSince>0</failedSince><name>bytePrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.004</duration><failedSince>0</failedSince><name>bytePrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.005</duration><failedSince>0</failedSince><name>booleanPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.012</duration><failedSince>0</failedSince><name>blobBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.006</duration><failedSince>0</failedSince><name>bytesBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.003</duration><failedSince>0</failedSince><name>doublePrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.003</duration><failedSince>0</failedSince><name>longPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.004</duration><failedSince>0</failedSince><name>stringBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.004</duration><failedSince>0</failedSince><name>bigIntegerBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.004</duration><failedSince>0</failedSince><name>longPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.004</duration><failedSince>0</failedSince><name>byteBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.006</duration><failedSince>0</failedSince><name>dateBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.004</duration><failedSince>0</failedSince><name>integerPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.004</duration><failedSince>0</failedSince><name>pathBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.004</duration><failedSince>0</failedSince><name>doubleBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.005</duration><failedSince>0</failedSince><name>uuidBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.004</duration><failedSince>0</failedSince><name>doublePrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.005</duration><failedSince>0</failedSince><name>binaryStreamBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.004</duration><failedSince>0</failedSince><name>localDateBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.003</duration><failedSince>0</failedSince><name>booleanPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.004</duration><failedSince>0</failedSince><name>fileBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.004</duration><failedSince>0</failedSince><name>booleanBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.004</duration><failedSince>0</failedSince><name>floatBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.003</duration><failedSince>0</failedSince><name>floatPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.004</duration><failedSince>0</failedSince><name>localDateTimeBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.004</duration><failedSince>0</failedSince><name>localTimeBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.269</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetIteratorHSQLDBTest</className><duration>0.658</duration><failedSince>0</failedSince><name>next_withoutCallToHasNext_throwsNoSuchElementException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stderr>SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
</stderr></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetIteratorHSQLDBTest</className><duration>0.03</duration><failedSince>0</failedSince><name>hasNext_emptyResultSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetIteratorHSQLDBTest</className><duration>0.041</duration><failedSince>0</failedSince><name>convert</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetIteratorHSQLDBTest</className><duration>0.02</duration><failedSince>0</failedSince><name>hasNext_filledResultSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.779</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.result.ResultSetIteratorHSQLDBTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLOperationHSQLDBTest</className><duration>0.625</duration><failedSince>0</failedSince><name>cancel</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.628</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.SQLOperationHSQLDBTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.116</duration><failedSince>0</failedSince><name>bigDecimalBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.024</duration><failedSince>0</failedSince><name>timestampBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.018</duration><failedSince>0</failedSince><name>integerPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.017</duration><failedSince>0</failedSince><name>floatPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.021</duration><failedSince>0</failedSince><name>dateSqlBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.014</duration><failedSince>0</failedSince><name>integerBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.013</duration><failedSince>0</failedSince><name>localDateTimeBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.013</duration><failedSince>0</failedSince><name>longBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.015</duration><failedSince>0</failedSince><name>bytePrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.012</duration><failedSince>0</failedSince><name>bytePrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.014</duration><failedSince>0</failedSince><name>booleanPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.028</duration><failedSince>0</failedSince><name>blobBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.016</duration><failedSince>0</failedSince><name>bytesBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.01</duration><failedSince>0</failedSince><name>doublePrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.013</duration><failedSince>0</failedSince><name>longPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.013</duration><failedSince>0</failedSince><name>stringBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.012</duration><failedSince>0</failedSince><name>bigIntegerBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.013</duration><failedSince>0</failedSince><name>longPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.011</duration><failedSince>0</failedSince><name>byteBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.013</duration><failedSince>0</failedSince><name>dateBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.01</duration><failedSince>0</failedSince><name>integerPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.012</duration><failedSince>0</failedSince><name>pathBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.009</duration><failedSince>0</failedSince><name>doubleBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.01</duration><failedSince>0</failedSince><name>uuidBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.01</duration><failedSince>0</failedSince><name>doublePrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.014</duration><failedSince>0</failedSince><name>binaryStreamBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.01</duration><failedSince>0</failedSince><name>localDateBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.01</duration><failedSince>0</failedSince><name>booleanPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.011</duration><failedSince>0</failedSince><name>fileBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.012</duration><failedSince>0</failedSince><name>booleanBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.012</duration><failedSince>0</failedSince><name>localTimeBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.01</duration><failedSince>0</failedSince><name>floatBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.012</duration><failedSince>0</failedSince><name>floatPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.012</duration><failedSince>0</failedSince><name>offsetDateTimeBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.012</duration><failedSince>0</failedSince><name>zonedDateTimeBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.598</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetIteratorMariaDBTest</className><duration>0.117</duration><failedSince>0</failedSince><name>next_withoutCallToHasNext_throwsNoSuchElementException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stderr>SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
</stderr><stdout>using embedded datasource
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetIteratorMariaDBTest</className><duration>0.019</duration><failedSince>0</failedSince><name>hasNext_emptyResultSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetIteratorMariaDBTest</className><duration>0.034</duration><failedSince>0</failedSince><name>convert</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetIteratorMariaDBTest</className><duration>0.023</duration><failedSince>0</failedSince><name>hasNext_filledResultSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>8.402</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.result.ResultSetIteratorMariaDBTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLOperationMariaDBTest</className><duration>0.231</duration><failedSince>0</failedSince><name>cancel</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
</stdout></case><duration>0.237</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.SQLOperationMariaDBTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.088</duration><failedSince>0</failedSince><name>bigDecimalBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.026</duration><failedSince>0</failedSince><name>timestampBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.019</duration><failedSince>0</failedSince><name>integerPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.033</duration><failedSince>0</failedSince><name>floatPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.028</duration><failedSince>0</failedSince><name>dateSqlBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.024</duration><failedSince>0</failedSince><name>integerBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.026</duration><failedSince>0</failedSince><name>localDateTimeBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.027</duration><failedSince>0</failedSince><name>longBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.02</duration><failedSince>0</failedSince><name>bytePrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.013</duration><failedSince>0</failedSince><name>bytePrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.019</duration><failedSince>0</failedSince><name>booleanPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.028</duration><failedSince>0</failedSince><name>blobBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.027</duration><failedSince>0</failedSince><name>bytesBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.01</duration><failedSince>0</failedSince><name>doublePrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.016</duration><failedSince>0</failedSince><name>longPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.018</duration><failedSince>0</failedSince><name>stringBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.025</duration><failedSince>0</failedSince><name>bigIntegerBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.021</duration><failedSince>0</failedSince><name>longPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.025</duration><failedSince>0</failedSince><name>byteBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.024</duration><failedSince>0</failedSince><name>dateBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.011</duration><failedSince>0</failedSince><name>integerPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.017</duration><failedSince>0</failedSince><name>pathBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.025</duration><failedSince>0</failedSince><name>doubleBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.022</duration><failedSince>0</failedSince><name>uuidBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.019</duration><failedSince>0</failedSince><name>doublePrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.025</duration><failedSince>0</failedSince><name>binaryStreamBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.025</duration><failedSince>0</failedSince><name>localDateBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.012</duration><failedSince>0</failedSince><name>booleanPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.019</duration><failedSince>0</failedSince><name>fileBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.028</duration><failedSince>0</failedSince><name>booleanBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.027</duration><failedSince>0</failedSince><name>localTimeBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.026</duration><failedSince>0</failedSince><name>floatBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.011</duration><failedSince>0</failedSince><name>floatPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.816</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetIteratorMySQLTest</className><duration>0.317</duration><failedSince>0</failedSince><name>next_withoutCallToHasNext_throwsNoSuchElementException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetIteratorMySQLTest</className><duration>0.107</duration><failedSince>0</failedSince><name>hasNext_emptyResultSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetIteratorMySQLTest</className><duration>0.084</duration><failedSince>0</failedSince><name>convert</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetIteratorMySQLTest</className><duration>0.094</duration><failedSince>0</failedSince><name>hasNext_filledResultSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>13.489</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.result.ResultSetIteratorMySQLTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLOperationMySQLTest</className><duration>0.279</duration><failedSince>0</failedSince><name>cancel</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
</stdout></case><duration>0.289</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.SQLOperationMySQLTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</className><duration>0.165</duration><failedSince>0</failedSince><name>bigDecimalBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</className><duration>0.08</duration><failedSince>0</failedSince><name>timestampBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</className><duration>0.064</duration><failedSince>0</failedSince><name>integerPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</className><duration>0.062</duration><failedSince>0</failedSince><name>floatPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</className><duration>0.071</duration><failedSince>0</failedSince><name>dateSqlBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</className><duration>0.077</duration><failedSince>0</failedSince><name>integerBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</className><duration>0.065</duration><failedSince>0</failedSince><name>longBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</className><duration>0.095</duration><failedSince>0</failedSince><name>bytePrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</className><duration>0.033</duration><failedSince>0</failedSince><name>bytePrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</className><duration>0.049</duration><failedSince>0</failedSince><name>booleanPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</className><duration>0.069</duration><failedSince>0</failedSince><name>blobBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</className><duration>0.097</duration><failedSince>0</failedSince><name>bytesBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</className><duration>0.043</duration><failedSince>0</failedSince><name>doublePrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</className><duration>0.013</duration><failedSince>0</failedSince><name>longPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</className><duration>0.068</duration><failedSince>0</failedSince><name>stringBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</className><duration>0.064</duration><failedSince>0</failedSince><name>bigIntegerBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</className><duration>0.073</duration><failedSince>0</failedSince><name>longPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</className><duration>0.062</duration><failedSince>0</failedSince><name>byteBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</className><duration>0.061</duration><failedSince>0</failedSince><name>dateBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</className><duration>0.027</duration><failedSince>0</failedSince><name>integerPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</className><duration>0.048</duration><failedSince>0</failedSince><name>pathBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</className><duration>0.062</duration><failedSince>0</failedSince><name>doubleBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</className><duration>0.06</duration><failedSince>0</failedSince><name>uuidBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</className><duration>0.061</duration><failedSince>0</failedSince><name>doublePrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</className><duration>0.063</duration><failedSince>0</failedSince><name>binaryStreamBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</className><duration>0.063</duration><failedSince>0</failedSince><name>localDateBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</className><duration>0.027</duration><failedSince>0</failedSince><name>booleanPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</className><duration>0.053</duration><failedSince>0</failedSince><name>fileBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</className><duration>0.069</duration><failedSince>0</failedSince><name>booleanBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</className><duration>0.086</duration><failedSince>0</failedSince><name>floatBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</className><duration>0.054</duration><failedSince>0</failedSince><name>floatPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</className><duration>0.073</duration><failedSince>0</failedSince><name>localDateTimeBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</className><duration>0.077</duration><failedSince>0</failedSince><name>localTimeBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>2.167</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetIteratorOracleTest</className><duration>2.243</duration><failedSince>0</failedSince><name>next_withoutCallToHasNext_throwsNoSuchElementException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetIteratorOracleTest</className><duration>0.252</duration><failedSince>0</failedSince><name>hasNext_emptyResultSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetIteratorOracleTest</className><duration>0.125</duration><failedSince>0</failedSince><name>convert</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetIteratorOracleTest</className><duration>0.16</duration><failedSince>0</failedSince><name>hasNext_filledResultSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>21.457</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.result.ResultSetIteratorOracleTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLOperationOracleTest</className><duration>0.791</duration><failedSince>0</failedSince><name>cancel</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
</stdout></case><duration>0.792</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.SQLOperationOracleTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.207</duration><failedSince>0</failedSince><name>bigDecimalBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.122</duration><failedSince>0</failedSince><name>timestampBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.134</duration><failedSince>0</failedSince><name>integerPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.113</duration><failedSince>0</failedSince><name>floatPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.12</duration><failedSince>0</failedSince><name>dateSqlBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.142</duration><failedSince>0</failedSince><name>integerBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.128</duration><failedSince>0</failedSince><name>longBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.119</duration><failedSince>0</failedSince><name>bytePrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.115</duration><failedSince>0</failedSince><name>bytePrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.098</duration><failedSince>0</failedSince><name>booleanPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.417</duration><failedSince>0</failedSince><name>blobBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.251</duration><failedSince>0</failedSince><name>bytesBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.1</duration><failedSince>0</failedSince><name>doublePrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.078</duration><failedSince>0</failedSince><name>longPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.1</duration><failedSince>0</failedSince><name>stringBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.114</duration><failedSince>0</failedSince><name>bigIntegerBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.128</duration><failedSince>0</failedSince><name>longPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.108</duration><failedSince>0</failedSince><name>byteBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.115</duration><failedSince>0</failedSince><name>dateBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.092</duration><failedSince>0</failedSince><name>integerPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.1</duration><failedSince>0</failedSince><name>pathBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.112</duration><failedSince>0</failedSince><name>doubleBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.12</duration><failedSince>0</failedSince><name>uuidBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.109</duration><failedSince>0</failedSince><name>doublePrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.307</duration><failedSince>0</failedSince><name>binaryStreamBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.124</duration><failedSince>0</failedSince><name>localDateBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.09</duration><failedSince>0</failedSince><name>booleanPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.098</duration><failedSince>0</failedSince><name>fileBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.113</duration><failedSince>0</failedSince><name>booleanBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.111</duration><failedSince>0</failedSince><name>floatBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.091</duration><failedSince>0</failedSince><name>floatPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.1</duration><failedSince>0</failedSince><name>localDateTimeBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.118</duration><failedSince>0</failedSince><name>offsetDateTimeBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.111</duration><failedSince>0</failedSince><name>zonedDateTimeBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.113</duration><failedSince>0</failedSince><name>localTimeBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>4.643</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetIteratorPostgreSQLTest</className><duration>0.148</duration><failedSince>0</failedSince><name>next_withoutCallToHasNext_throwsNoSuchElementException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stderr>SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
</stderr><stdout>using embedded datasource
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetIteratorPostgreSQLTest</className><duration>0.021</duration><failedSince>0</failedSince><name>hasNext_emptyResultSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetIteratorPostgreSQLTest</className><duration>0.051</duration><failedSince>0</failedSince><name>convert</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetIteratorPostgreSQLTest</className><duration>0.021</duration><failedSince>0</failedSince><name>hasNext_filledResultSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>3.469</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.result.ResultSetIteratorPostgreSQLTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLOperationPostgreSQLTest</className><duration>0.253</duration><failedSince>0</failedSince><name>cancel</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
</stdout></case><duration>0.27</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.SQLOperationPostgreSQLTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest</className><duration>0.077</duration><failedSince>0</failedSince><name>bigDecimalBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest</className><duration>0.023</duration><failedSince>0</failedSince><name>timestampBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest</className><duration>0.019</duration><failedSince>0</failedSince><name>integerPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest</className><duration>0.032</duration><failedSince>0</failedSince><name>floatPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest</className><duration>0.023</duration><failedSince>0</failedSince><name>dateSqlBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest</className><duration>0.021</duration><failedSince>0</failedSince><name>integerBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest</className><duration>0.022</duration><failedSince>0</failedSince><name>longBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest</className><duration>0.018</duration><failedSince>0</failedSince><name>bytePrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest</className><duration>0.018</duration><failedSince>0</failedSince><name>bytePrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest</className><duration>0.02</duration><failedSince>0</failedSince><name>booleanPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest</className><duration>0.023</duration><failedSince>0</failedSince><name>bytesBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest</className><duration>0.02</duration><failedSince>0</failedSince><name>doublePrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest</className><duration>0.017</duration><failedSince>0</failedSince><name>longPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest</className><duration>0.019</duration><failedSince>0</failedSince><name>stringBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest</className><duration>0.033</duration><failedSince>0</failedSince><name>bigIntegerBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest</className><duration>0.021</duration><failedSince>0</failedSince><name>longPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest</className><duration>0.019</duration><failedSince>0</failedSince><name>byteBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest</className><duration>0.022</duration><failedSince>0</failedSince><name>dateBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest</className><duration>0.02</duration><failedSince>0</failedSince><name>integerPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest</className><duration>0.019</duration><failedSince>0</failedSince><name>pathBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest</className><duration>0.021</duration><failedSince>0</failedSince><name>doubleBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest</className><duration>0.02</duration><failedSince>0</failedSince><name>uuidBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest</className><duration>0.022</duration><failedSince>0</failedSince><name>doublePrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest</className><duration>0.021</duration><failedSince>0</failedSince><name>binaryStreamBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest</className><duration>0.022</duration><failedSince>0</failedSince><name>localDateBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest</className><duration>0.018</duration><failedSince>0</failedSince><name>booleanPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest</className><duration>0.019</duration><failedSince>0</failedSince><name>fileBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest</className><duration>0.021</duration><failedSince>0</failedSince><name>booleanBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest</className><duration>0.021</duration><failedSince>0</failedSince><name>floatBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest</className><duration>0.02</duration><failedSince>0</failedSince><name>floatPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest</className><duration>0.021</duration><failedSince>0</failedSince><name>localDateTimeBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest</className><duration>0.033</duration><failedSince>0</failedSince><name>blobBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest</className><duration>0.018</duration><failedSince>0</failedSince><name>localTimeBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.805</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetIteratorSQLiteTest</className><duration>0.364</duration><failedSince>0</failedSince><name>next_withoutCallToHasNext_throwsNoSuchElementException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stderr>SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
</stderr></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetIteratorSQLiteTest</className><duration>0.002</duration><failedSince>0</failedSince><name>hasNext_emptyResultSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetIteratorSQLiteTest</className><duration>0.018</duration><failedSince>0</failedSince><name>convert</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetIteratorSQLiteTest</className><duration>0.003</duration><failedSince>0</failedSince><name>hasNext_filledResultSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.414</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.result.ResultSetIteratorSQLiteTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLOperationSQLiteTest</className><duration>0.009</duration><failedSince>0</failedSince><name>cancel</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.009</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.SQLOperationSQLiteTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.07</duration><failedSince>0</failedSince><name>bigDecimalBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.006</duration><failedSince>0</failedSince><name>timestampBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.003</duration><failedSince>0</failedSince><name>integerPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.004</duration><failedSince>0</failedSince><name>floatPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.007</duration><failedSince>0</failedSince><name>dateSqlBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.004</duration><failedSince>0</failedSince><name>integerBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.003</duration><failedSince>0</failedSince><name>longBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.003</duration><failedSince>0</failedSince><name>bytePrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.003</duration><failedSince>0</failedSince><name>bytePrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.003</duration><failedSince>0</failedSince><name>booleanPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.005</duration><failedSince>0</failedSince><name>blobBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.003</duration><failedSince>0</failedSince><name>bytesBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.002</duration><failedSince>0</failedSince><name>doublePrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.002</duration><failedSince>0</failedSince><name>longPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.003</duration><failedSince>0</failedSince><name>stringBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.003</duration><failedSince>0</failedSince><name>bigIntegerBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.002</duration><failedSince>0</failedSince><name>longPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.002</duration><failedSince>0</failedSince><name>byteBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.004</duration><failedSince>0</failedSince><name>dateBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.002</duration><failedSince>0</failedSince><name>integerPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.002</duration><failedSince>0</failedSince><name>pathBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.003</duration><failedSince>0</failedSince><name>doubleBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.003</duration><failedSince>0</failedSince><name>uuidBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.003</duration><failedSince>0</failedSince><name>doublePrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.004</duration><failedSince>0</failedSince><name>binaryStreamBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.003</duration><failedSince>0</failedSince><name>localDateBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.002</duration><failedSince>0</failedSince><name>booleanPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.002</duration><failedSince>0</failedSince><name>fileBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.002</duration><failedSince>0</failedSince><name>booleanBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.002</duration><failedSince>0</failedSince><name>floatBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.002</duration><failedSince>0</failedSince><name>floatPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.002</duration><failedSince>0</failedSince><name>localDateTimeBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.002</duration><failedSince>0</failedSince><name>localTimeBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.191</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.ClosedConnectionRetryerProviderTest</className><duration>0.704</duration><failedSince>0</failedSince><name>giveConnection_previousConnectionIsClosed_giveANewOne</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.706</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.ClosedConnectionRetryerProviderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.CurrentThreadConnectionProviderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>giveConnection_connectionAutoCommitIsFalse</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.CurrentThreadConnectionProviderTest</className><duration>0.003</duration><failedSince>0</failedSince><name>giveConnection_2ThreadsAskForAConnection_2DifferentOnesAreGiven</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.CurrentThreadConnectionProviderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>giveConnection_callTwice_returnSameConnection</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.006</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.CurrentThreadConnectionProviderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.TransactionAwareConnectionProviderTest</className><duration>0.012</duration><failedSince>0</failedSince><name>commitIsCalled_commitMethodsAreInvoked</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.TransactionAwareConnectionProviderTest</className><duration>0.008</duration><failedSince>0</failedSince><name>rollbackSavepointIsCalled_rollbackSavepointMethodsAreInvoked</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.TransactionAwareConnectionProviderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>rollbackIsCalled_rollbackMethodsAreInvoked</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.023</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.TransactionAwareConnectionProviderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.TransactionListenerCollectionTest</className><duration>0.223</duration><failedSince>0</failedSince><name>testAfterRolback_temporaryListenersShouldNotBeCalledTwice</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.TransactionListenerCollectionTest</className><duration>0.003</duration><failedSince>0</failedSince><name>testAfterCommit_temporaryListenersShouldNotBeCalledTwice</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.254</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.TransactionListenerCollectionTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.TransactionListenerTest</className><duration>0.029</duration><failedSince>0</failedSince><name>beforeRollback_savepoint</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.TransactionListenerTest</className><duration>0.001</duration><failedSince>0</failedSince><name>beforeCommit</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.TransactionListenerTest</className><duration>0.0</duration><failedSince>0</failedSince><name>afterCommit</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.TransactionListenerTest</className><duration>0.001</duration><failedSince>0</failedSince><name>afterRollback_savepoint</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.TransactionListenerTest</className><duration>0.001</duration><failedSince>0</failedSince><name>afterRollback</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.TransactionListenerTest</className><duration>0.001</duration><failedSince>0</failedSince><name>beforeRollback</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.037</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.TransactionListenerTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest</className><duration>0.002</duration><failedSince>0</failedSince><name>getTypeName_unknownType_returnsNull</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getTypeName(JavaTypeToSqlTypeMapping, Class, Integer, String)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest</className><duration>0.002</duration><failedSince>0</failedSince><name>getTypeName(JavaTypeToSqlTypeMapping, Class, Integer, String)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getTypeName(JavaTypeToSqlTypeMapping, Class, Integer, String)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getTypeName(JavaTypeToSqlTypeMapping, Class, Integer, String)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getTypeName(JavaTypeToSqlTypeMapping, Class, Integer, String)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getTypeName(JavaTypeToSqlTypeMapping, Class, Integer, String)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getTypeName(JavaTypeToSqlTypeMapping, Class, Integer, String)[7]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getTypeName(JavaTypeToSqlTypeMapping, Class, Integer, String)[8]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getTypeName(JavaTypeToSqlTypeMapping, Class, Integer, String)[9]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getTypeName(JavaTypeToSqlTypeMapping, Class, Integer, String)[10]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getTypeName(JavaTypeToSqlTypeMapping, Class, Integer, String)[11]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getTypeName(JavaTypeToSqlTypeMapping, Class, Integer, String)[12]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest</className><duration>0.002</duration><failedSince>0</failedSince><name>getTypeName_withSingleton(JavaTypeToSqlTypeMapping, Class, Integer, String)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getTypeName_withSingleton(JavaTypeToSqlTypeMapping, Class, Integer, String)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.032</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.result.AccumulatorsTest</className><duration>0.017</duration><failedSince>0</failedSince><name>groupingBy_withMapping</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.AccumulatorsTest</className><duration>0.003</duration><failedSince>0</failedSince><name>getFirstUnique</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.AccumulatorsTest</className><duration>0.014</duration><failedSince>0</failedSince><name>toUnmodifiableList</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.AccumulatorsTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toList</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.AccumulatorsTest</className><duration>0.003</duration><failedSince>0</failedSince><name>toSortedSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.AccumulatorsTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toUnmodifiableSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.AccumulatorsTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.AccumulatorsTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toCollection</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.AccumulatorsTest</className><duration>0.001</duration><failedSince>0</failedSince><name>mapping</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.AccumulatorsTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toKeepingOrderSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.AccumulatorsTest</className><duration>0.001</duration><failedSince>0</failedSince><name>groupingBy</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.AccumulatorsTest</className><duration>0.004</duration><failedSince>0</failedSince><name>getFirst</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.057</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.result.AccumulatorsTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.result.BeanRelationFixerTest</className><duration>0.004</duration><failedSince>0</failedSince><name>of_setter_getter_collection</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.BeanRelationFixerTest</className><duration>0.002</duration><failedSince>0</failedSince><name>of_setter_getter_collection_bidirectional</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.BeanRelationFixerTest</className><duration>0.001</duration><failedSince>0</failedSince><name>of_setter_getter</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.BeanRelationFixerTest</className><duration>0.001</duration><failedSince>0</failedSince><name>of_setter</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.BeanRelationFixerTest</className><duration>0.001</duration><failedSince>0</failedSince><name>giveCollectionFactory</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.012</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.result.BeanRelationFixerTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ColumnConsumerTest</className><duration>0.023</duration><failedSince>0</failedSince><name>testAssemble</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ColumnConsumerTest</className><duration>0.003</duration><failedSince>0</failedSince><name>testCopyWithAlias</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.027</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.result.ColumnConsumerTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.result.MultipleColumnsReaderTest</className><duration>0.003</duration><failedSince>0</failedSince><name>read</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.003</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.result.MultipleColumnsReaderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.result.NoopPreparedStatementTest</className><duration>0.004</duration><failedSince>0</failedSince><name>allMethodsReturnDefaultValue</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.005</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.result.NoopPreparedStatementTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.result.NoopResultSetTest</className><duration>0.016</duration><failedSince>0</failedSince><name>allMethodsReturnDefaultValue</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.017</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.result.NoopResultSetTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetRowTransformerTest</className><duration>0.003</duration><failedSince>0</failedSince><name>copyFor_withSupplierAsArg_instanceIsCreatedWithFunction_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetRowTransformerTest</className><duration>0.003</duration><failedSince>0</failedSince><name>transform_basicUseCase_complexConsumer</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetRowTransformerTest</className><duration>0.002</duration><failedSince>0</failedSince><name>exampleWithCollection</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetRowTransformerTest</className><duration>0.001</duration><failedSince>0</failedSince><name>relation</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetRowTransformerTest</className><duration>0.001</duration><failedSince>0</failedSince><name>transform_shareInstanceOverRows</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetRowTransformerTest</className><duration>0.001</duration><failedSince>0</failedSince><name>copyWithAliases</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetRowTransformerTest</className><duration>0.001</duration><failedSince>0</failedSince><name>transform_basicUseCase</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetRowTransformerTest</className><duration>0.001</duration><failedSince>0</failedSince><name>copyFor</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetRowTransformerTest</className><duration>0.001</duration><failedSince>0</failedSince><name>transform_noArgConstructor_basicUseCase</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetRowTransformerTest</className><duration>0.001</duration><failedSince>0</failedSince><name>copyFor_withFunctionAsArg_instanceIsCreatedWithSupplier_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.022</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.result.ResultSetRowTransformerTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.result.RowIteratorTest</className><duration>0.005</duration><failedSince>0</failedSince><name>convert_columnReaderIsNotCompatibleWithColumnContent_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.006</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.result.RowIteratorTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.result.SimpleBeanCacheTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testComputeIfAbsent_ArrayAsKeySafety</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.SimpleBeanCacheTest</className><duration>0.002</duration><failedSince>0</failedSince><name>testComputeIfAbsent</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.004</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.result.SimpleBeanCacheTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.result.WholeResultSetTransformerTest</className><duration>0.013</duration><failedSince>0</failedSince><name>transformAll_withAccumulator_testToRetrieveASingleColumn</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.WholeResultSetTransformerTest</className><duration>0.005</duration><failedSince>0</failedSince><name>transform_withInnerClass</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.WholeResultSetTransformerTest</className><duration>0.008</duration><failedSince>0</failedSince><name>transform_invokedOnEachRow_returnsSameBeanInstanceIfKeyColumnContainsSameValue_asWellAsForRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.WholeResultSetTransformerTest</className><duration>0.0</duration><failedSince>0</failedSince><name>transformAll_withCollector_testToRetrieveASingleColumn</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.WholeResultSetTransformerTest</className><duration>0.004</duration><failedSince>0</failedSince><name>transformAll_withRelationDefiningAssemblyPolicy</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.WholeResultSetTransformerTest</className><duration>0.002</duration><failedSince>0</failedSince><name>transform_invokedOnEachRow_returnsSameBeanInstanceIfKeyColumnContainsSameValue</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.WholeResultSetTransformerTest</className><duration>0.022</duration><failedSince>0</failedSince><name>transform_copyWithAliases(ResultSetRowTransformer)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.WholeResultSetTransformerTest</className><duration>0.003</duration><failedSince>0</failedSince><name>transformAll_withRowAssemblerForACollection</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.WholeResultSetTransformerTest</className><duration>0.005</duration><failedSince>0</failedSince><name>copyFor</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.WholeResultSetTransformerTest</className><duration>0.004</duration><failedSince>0</failedSince><name>transformAll_withCollector_returnsSameBeanInstanceIfKeyColumnContainsSameValue_asWellAsForRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.WholeResultSetTransformerTest</className><duration>0.003</duration><failedSince>0</failedSince><name>transformAll_returnsSameBeanInstanceIfKeyColumnContainsSameValue_asWellAsForRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.102</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.result.WholeResultSetTransformerTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.ExpandableSQLTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testExpandableParameters(List, Map, String, Map)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.ExpandableSQLTest</className><duration>0.0</duration><failedSince>0</failedSince><name>testExpandableParameters(List, Map, String, Map)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.ExpandableSQLTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testExpandableParameters(List, Map, String, Map)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.ExpandableSQLTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testExpandableParameters(List, Map, String, Map)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.ExpandableSQLTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testExpandableParameters(List, Map, String, Map)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.ExpandableSQLTest</className><duration>0.0</duration><failedSince>0</failedSince><name>testExpandableParameters(List, Map, String, Map)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.009</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.ExpandableSQLTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.ExpandableStatementTest</className><duration>0.007</duration><failedSince>0</failedSince><name>testDoApplyValue(String, Map, Map, Map)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.ExpandableStatementTest</className><duration>0.0</duration><failedSince>0</failedSince><name>testDoApplyValue(String, Map, Map, Map)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.ExpandableStatementTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testDoApplyValue(String, Map, Map, Map)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.ExpandableStatementTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testDoApplyValue(String, Map, Map, Map)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.ExpandableStatementTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testDoApplyValue(String, Map, Map, Map)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.ExpandableStatementTest</className><duration>0.0</duration><failedSince>0</failedSince><name>testDoApplyValue(String, Map, Map, Map)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.ExpandableStatementTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testDoApplyValue(String, Map, Map, Map)[7]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.ExpandableStatementTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testDoApplyValue(String, Map, Map, Map)[8]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.ExpandableStatementTest</className><duration>0.0</duration><failedSince>0</failedSince><name>testDoApplyValue(String, Map, Map, Map)[9]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.ExpandableStatementTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testDoApplyValue(String, Map, Map, Map)[10]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.026</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.ExpandableStatementTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.GeneratedKeysReaderTest</className><duration>0.011</duration><failedSince>0</failedSince><name>read_writeOperation</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.GeneratedKeysReaderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>convert</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.014</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.GeneratedKeysReaderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.ReadOperationTest</className><duration>0.182</duration><failedSince>0</failedSince><name>execute_parameterizedSQL</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.ReadOperationTest</className><duration>0.002</duration><failedSince>0</failedSince><name>execute_preparedSQL</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.ReadOperationTest</className><duration>0.002</duration><failedSince>0</failedSince><name>setValue_listenerIsCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.187</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.ReadOperationTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLParameterParserTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testParse(String, ParsedSQL)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLParameterParserTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testParse(String, ParsedSQL)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLParameterParserTest</className><duration>0.0</duration><failedSince>0</failedSince><name>testParse(String, ParsedSQL)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLParameterParserTest</className><duration>0.0</duration><failedSince>0</failedSince><name>testParse(String, ParsedSQL)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLParameterParserTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testParse(String, ParsedSQL)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLParameterParserTest</className><duration>0.0</duration><failedSince>0</failedSince><name>testParse(String, ParsedSQL)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLParameterParserTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testParse_inMatcher(String, boolean)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLParameterParserTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testParse_inMatcher(String, boolean)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLParameterParserTest</className><duration>0.0</duration><failedSince>0</failedSince><name>testParse_inMatcher(String, boolean)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLParameterParserTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testParse_inMatcher(String, boolean)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLParameterParserTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testParse_inMatcher(String, boolean)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLParameterParserTest</className><duration>0.0</duration><failedSince>0</failedSince><name>testParse_inMatcher(String, boolean)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLParameterParserTest</className><duration>0.0</duration><failedSince>0</failedSince><name>testParse_inMatcher(String, boolean)[7]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLParameterParserTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testParse_error_causeEmptyParamName</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLParameterParserTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testParse_in(String, ParsedSQL)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLParameterParserTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testParse_in(String, ParsedSQL)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLParameterParserTest</className><duration>0.0</duration><failedSince>0</failedSince><name>testParse_in(String, ParsedSQL)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.025</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.SQLParameterParserTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLStatementTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testApplyValue_allBindersPresent_doApplyValueIsCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLStatementTest</className><duration>0.003</duration><failedSince>0</failedSince><name>testApplyValue_missingBinder_exceptionIsThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLStatementTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testApplyValue_missingValue_exceptionIsThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.005</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.SQLStatementTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.WriteOperationTest</className><duration>0.006</duration><failedSince>0</failedSince><name>executeBatch_preparedSQL</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.WriteOperationTest</className><duration>0.006</duration><failedSince>0</failedSince><name>execute_sensibleValuesAreNotLogged_batchNamedParameters</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:07	DEBUG	SQLOperation	Batching statement 2 times
2025-03-27 07:13:07	TRACE	SQLOperation	insert into Toto(id, name) values(:id, :name) | {1={name=X-masked value-X, id=2}, 2={name=X-masked value-X, id=3}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.WriteOperationTest</className><duration>0.003</duration><failedSince>0</failedSince><name>executeBatch_parameterizedSQL</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.WriteOperationTest</className><duration>0.004</duration><failedSince>0</failedSince><name>execute_batchLog_namedParameters</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:07	DEBUG	SQLOperation	Batching statement 2 times
2025-03-27 07:13:07	TRACE	SQLOperation	insert into Toto(id, name) values(:id, :name) | {1={name=Tata, id=2}, 2={name=Toto, id=3}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.WriteOperationTest</className><duration>0.002</duration><failedSince>0</failedSince><name>execute_sensibleValuesAreNotLogged</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:07	TRACE	SQLOperation	insert into Toto(id, name) values(?, ?) | {1=1, 2=X-masked value-X}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.WriteOperationTest</className><duration>0.004</duration><failedSince>0</failedSince><name>execute_batchLog_indexedParameters</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-27 07:13:07	DEBUG	SQLOperation	Batching statement 2 times
2025-03-27 07:13:07	TRACE	SQLOperation	insert into Toto(id, name) values(?, ?) | {1={1=1, 2=tata}, 2={1=2, 2=toto}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.WriteOperationTest</className><duration>0.005</duration><failedSince>0</failedSince><name>execute_parameterizedSQL</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.WriteOperationTest</className><duration>0.002</duration><failedSince>0</failedSince><name>execute_preparedSQL</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.WriteOperationTest</className><duration>0.001</duration><failedSince>0</failedSince><name>setValue_listenerIsCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.038</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.WriteOperationTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.InMemoryBlobSupportTest</className><duration>0.001</duration><failedSince>0</failedSince><name>setBinaryStream</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.InMemoryBlobSupportTest</className><duration>0.052</duration><failedSince>0</failedSince><name>getBinaryStream_offsetAndLength</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.InMemoryBlobSupportTest</className><duration>0.002</duration><failedSince>0</failedSince><name>length</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.InMemoryBlobSupportTest</className><duration>0.001</duration><failedSince>0</failedSince><name>free</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.InMemoryBlobSupportTest</className><duration>0.001</duration><failedSince>0</failedSince><name>position</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.InMemoryBlobSupportTest</className><duration>0.0</duration><failedSince>0</failedSince><name>setBytes_offsetAndLength</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.InMemoryBlobSupportTest</className><duration>0.0</duration><failedSince>0</failedSince><name>position_blob</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.InMemoryBlobSupportTest</className><duration>0.0</duration><failedSince>0</failedSince><name>setBytes</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.InMemoryBlobSupportTest</className><duration>0.0</duration><failedSince>0</failedSince><name>getBinaryStream</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.InMemoryBlobSupportTest</className><duration>0.0</duration><failedSince>0</failedSince><name>truncate</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.InMemoryBlobSupportTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getBytes</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.063</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.binder.InMemoryBlobSupportTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.NameEnumParameterBinderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>get</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.NameEnumParameterBinderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>set</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.006</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.binder.NameEnumParameterBinderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.NullSafeguardPreparedStatementWriterTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testSet_nonNullValueIsPassedAsArgument_surrogateIsInvoked</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.NullSafeguardPreparedStatementWriterTest</className><duration>0.001</duration><failedSince>0</failedSince><name>cc</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>void
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.NullSafeguardPreparedStatementWriterTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testSet_nullIsPassedAsArgument_nonNPEIsThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.006</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.binder.NullSafeguardPreparedStatementWriterTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OrdinalEnumParameterBinderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>get</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OrdinalEnumParameterBinderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>set</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.004</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.binder.OrdinalEnumParameterBinderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.ParameterBinderRegistryTest</className><duration>0.007</duration><failedSince>0</failedSince><name>getBinder_findCompliantBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.ParameterBinderRegistryTest</className><duration>0.006</duration><failedSince>0</failedSince><name>getBinder_multipleCompliantBindersFound_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.ParameterBinderRegistryTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getBinder_notFound</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.ParameterBinderRegistryTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getBinder_findCompliantBinder_enum</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.ParameterBinderRegistryTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getBinder_notRegistered_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.018</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.binder.ParameterBinderRegistryTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.ParameterBinderTest</className><duration>0.003</duration><failedSince>0</failedSince><name>wrap_convertAEnumToBoolean</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.ParameterBinderTest</className><duration>0.006</duration><failedSince>0</failedSince><name>wrap_convertAStringToABinaryStream</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.ParameterBinderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>wrap_convertASetToAString</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.013</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.binder.ParameterBinderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.PreparedStatementWriterTest</className><duration>0.005</duration><failedSince>0</failedSince><name>preApply_typeIsConverterOne</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.006</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.binder.PreparedStatementWriterTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.ResultSetReaderTest</className><duration>0.097</duration><failedSince>0</failedSince><name>get_exceptionHandling</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.ResultSetReaderTest</className><duration>0.006</duration><failedSince>0</failedSince><name>thenApply_typeIsConverterOne</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.105</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.binder.ResultSetReaderTest</name><nodeId>25</nodeId><properties></properties></suite></testResult>