<testResult _class='hudson.tasks.junit.TestResult'><duration>179.01501</duration><empty>false</empty><failCount>0</failCount><passCount>1856</passCount><skipCount>3</skipCount><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterDerbyTest</className><duration>0.104</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:10:46	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2024-10-16 21:10:46	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:10:46	DEBUG	SQLOperation	delete from Toto where a = ?
2024-10-16 21:10:46	DEBUG	SQLOperation	delete from Toto where a in (?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterDerbyTest</className><duration>0.094</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:10:46	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2024-10-16 21:10:46	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:10:46	DEBUG	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterDerbyTest</className><duration>0.185</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:10:46	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2024-10-16 21:10:46	DEBUG	SQLOperation	select a, b, c from Toto where a in (?)
2024-10-16 21:10:46	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.113</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:10:46	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2024-10-16 21:10:46	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:10:46	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
2024-10-16 21:10:46	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:10:46	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterDerbyTest</className><duration>0.091</duration><failedSince>0</failedSince><name>persist</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:10:46	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2024-10-16 21:10:46	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:10:46	DEBUG	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?)
2024-10-16 21:10:46	DEBUG	SQLOperation	select a, b, c from Toto where a in (?)
2024-10-16 21:10:46	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:10:46	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
</stdout></case><duration>0.592</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.181</duration><failedSince>0</failedSince><name>insert_generated_pk_real_life</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:10:46	DEBUG	DDLDeployer	create table Toto(a integer GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1), b integer, c integer, primary key (a))
2024-10-16 21:10:46	DEBUG	SQLOperation	Batching statement 3 times
2024-10-16 21:10:46	DEBUG	SQLOperation	insert into Toto(a, b, c) values (default, ?, ?)
2024-10-16 21:10:46	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:10:46	DEBUG	SQLOperation	insert into Toto(a, b, c) values (default, ?, ?)
</stdout></case><duration>0.184</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.516</duration><failedSince>0</failedSince><name>select_columnTypeIsRegisteredInDialect</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:10:45	DEBUG	DDLDeployer	create table Toto(id integer not null, dummyProp varchar(255))
2024-10-16 21:10:45	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
2024-10-16 21:10:45	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.205</duration><failedSince>0</failedSince><name>newQuery_withToOneRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:10:45	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2024-10-16 21:10:45	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId integer not null)
2024-10-16 21:10:45	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.17</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:10:45	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2024-10-16 21:10:45	DEBUG	SQLOperation	select Toto.name from Toto
2024-10-16 21:10:45	DEBUG	SQLOperation	select Toto.id from Toto
2024-10-16 21:10:45	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto
2024-10-16 21:10:45	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto
2024-10-16 21:10:45	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto where Toto.id = 1
2024-10-16 21:10:45	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.114</duration><failedSince>0</failedSince><name>select_columnIsRegisteredInDialect_butNotItsType</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:10:45	DEBUG	DDLDeployer	create table Toto(id integer not null, dummyProp varchar(255))
2024-10-16 21:10:45	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
2024-10-16 21:10:45	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.104</duration><failedSince>0</failedSince><name>newQuery_withToManyRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:10:46	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2024-10-16 21:10:46	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId integer not null)
2024-10-16 21:10:46	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.09</duration><failedSince>0</failedSince><name>newQuery</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:10:46	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2024-10-16 21:10:46	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto
</stdout></case><duration>2.228</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.PersistenceContextDerbyTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>26</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>26</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>26</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.045</duration><failedSince>0</failedSince><name>resolve_10_14</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.046</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.ddl.DerbyDDLTableGeneratorTest</className><duration>0.066</duration><failedSince>0</failedSince><name>generatedSQL_runOnAliveDatabase_doesNotThrowException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:10:47	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))
2024-10-16 21:10:47	DEBUG	DDLDeployer	create table dummyTable2(name varchar(255))
2024-10-16 21:10:47	DEBUG	DDLDeployer	alter table dummyTable1 add constraint dummy_UK unique (name)
2024-10-16 21:10:47	DEBUG	DDLDeployer	create index dummyIDX_1 on dummyTable1(name)
2024-10-16 21:10:47	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.801</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:10:48	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2024-10-16 21:10:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:10:48	DEBUG	SQLOperation	delete from Toto where a = ?
2024-10-16 21:10:49	DEBUG	SQLOperation	delete from Toto where a in (?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterH2Test</className><duration>0.013</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:10:49	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2024-10-16 21:10:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:10:49	DEBUG	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterH2Test</className><duration>0.062</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:10:49	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2024-10-16 21:10:49	DEBUG	SQLOperation	select a, b, c from Toto where a in (?)
2024-10-16 21:10:49	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.019</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:10:49	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2024-10-16 21:10:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:10:49	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
2024-10-16 21:10:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:10:49	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>2024-10-16 21:10:49	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2024-10-16 21:10:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:10:49	DEBUG	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?)
2024-10-16 21:10:49	DEBUG	SQLOperation	select a, b, c from Toto where a in (?)
2024-10-16 21:10:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:10:49	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
</stdout></case><duration>0.938</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.018</duration><failedSince>0</failedSince><name>insert_generated_pk_real_life</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:10:49	DEBUG	DDLDeployer	create table Toto(a integer GENERATED ALWAYS AS IDENTITY, b integer, c integer, unique (a))
2024-10-16 21:10:49	DEBUG	SQLOperation	Batching statement 3 times
2024-10-16 21:10:49	DEBUG	SQLOperation	insert into Toto(a, b, c) values (default, ?, ?)
2024-10-16 21:10:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:10:49	DEBUG	SQLOperation	insert into Toto(a, b, c) values (default, ?, ?)
</stdout></case><duration>0.019</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.111</duration><failedSince>0</failedSince><name>select_columnTypeIsRegisteredInDialect</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:10:49	DEBUG	DDLDeployer	create table Toto(id integer not null, dummyProp varchar(255))
2024-10-16 21:10:49	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
2024-10-16 21:10:49	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.021</duration><failedSince>0</failedSince><name>newQuery_withToOneRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:10:49	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar)
2024-10-16 21:10:49	DEBUG	DDLDeployer	create table Tata(name varchar, totoId integer not null)
2024-10-16 21:10:49	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.033</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:10:49	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar)
2024-10-16 21:10:49	DEBUG	SQLOperation	select Toto.name from Toto
2024-10-16 21:10:49	DEBUG	SQLOperation	select Toto.id from Toto
2024-10-16 21:10:49	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto
2024-10-16 21:10:49	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto
2024-10-16 21:10:49	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto where Toto.id = 1
2024-10-16 21:10:49	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.011</duration><failedSince>0</failedSince><name>select_columnIsRegisteredInDialect_butNotItsType</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:10:49	DEBUG	DDLDeployer	create table Toto(id integer not null, dummyProp varchar(255))
2024-10-16 21:10:49	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
2024-10-16 21:10:49	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.012</duration><failedSince>0</failedSince><name>newQuery_withToManyRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:10:49	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar)
2024-10-16 21:10:49	DEBUG	DDLDeployer	create table Tata(name varchar, totoId integer not null)
2024-10-16 21:10:49	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>2024-10-16 21:10:49	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar)
2024-10-16 21:10:49	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto
</stdout></case><duration>0.201</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>2024-10-16 21:10:49	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
2024-10-16 21:10:49	DEBUG	SQLOperation	select a, b, c from Toto where a in (?)
2024-10-16 21:10:49	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.021</duration><failedSince>0</failedSince><name>select_composedId_idIsItSelf</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:10:49	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a, b))
2024-10-16 21:10:49	DEBUG	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?))
2024-10-16 21:10:49	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>2024-10-16 21:10:49	DEBUG	DDLDeployer	create table Tata(a int, b int, c int, primary key (a, b))
2024-10-16 21:10:49	DEBUG	SQLOperation	select a, b, c from Tata where (a, b) in ((?, ?), (?, ?), (?, ?))
2024-10-16 21:10:49	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.SelectExecutorH2Test</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.H2DialectResolverTest</className><duration>0.011</duration><failedSince>0</failedSince><name>resolve_1_4</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.H2DialectResolverTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.H2DDLTableGeneratorTest</className><duration>0.013</duration><failedSince>0</failedSince><name>generatedSQL_runOnAliveDatabase_doesNotThrowException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:10:49	DEBUG	DDLDeployer	create table dummyTable1(id integer GENERATED ALWAYS AS IDENTITY not null, name varchar, unique (id))
2024-10-16 21:10:49	DEBUG	DDLDeployer	create table dummyTable2(name varchar)
2024-10-16 21:10:49	DEBUG	DDLDeployer	alter table dummyTable1 add constraint dummy_UK unique (name)
2024-10-16 21:10:49	DEBUG	DDLDeployer	create index dummyIDX_1 on dummyTable1(name)
2024-10-16 21:10:49	DEBUG	DDLDeployer	alter table dummyTable2 add constraint dummyTable2_FK foreign key(name) references dummyTable1(name)
</stdout></case><duration>0.017</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.887</duration><failedSince>0</failedSince><name>select_columnTypeIsRegisteredInDialect</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:20	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5b88af70
2024-10-16 21:08:20	DEBUG	DDLDeployer	create table Toto(id integer not null, dummyProp varchar(255))
2024-10-16 21:08:21	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
2024-10-16 21:08: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.058</duration><failedSince>0</failedSince><name>newQuery_withToOneRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:21	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@10df1f34
2024-10-16 21:08:21	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2024-10-16 21:08:21	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId integer not null)
2024-10-16 21:08: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.053</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:21	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6258f9d1
2024-10-16 21:08:21	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2024-10-16 21:08:21	DEBUG	SQLOperation	select Toto.name from Toto
2024-10-16 21:08:21	DEBUG	SQLOperation	select Toto.id from Toto
2024-10-16 21:08:21	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto
2024-10-16 21:08:21	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto
2024-10-16 21:08:21	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto where Toto.id = 1
2024-10-16 21:08: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.026</duration><failedSince>0</failedSince><name>select_columnIsRegisteredInDialect_butNotItsType</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:21	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7388486e
2024-10-16 21:08:21	DEBUG	DDLDeployer	create table Toto(id integer not null, dummyProp varchar(255))
2024-10-16 21:08:21	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
2024-10-16 21:08: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.024</duration><failedSince>0</failedSince><name>newQuery_withToManyRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:21	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2e3b4394
2024-10-16 21:08:21	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2024-10-16 21:08:21	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId integer not null)
2024-10-16 21:08: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.025</duration><failedSince>0</failedSince><name>newQuery</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:21	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@68838767
2024-10-16 21:08:21	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2024-10-16 21:08:21	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto
</stdout></case><duration>1.102</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>2024-10-16 21:08:21	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@25d87313
2024-10-16 21:08:21	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2024-10-16 21:08:21	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:21	DEBUG	SQLOperation	delete from Toto where a = ?
2024-10-16 21:08:21	DEBUG	SQLOperation	delete from Toto where a in (?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterHSQLDBTest</className><duration>0.018</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:21	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2a5c115b
2024-10-16 21:08:21	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2024-10-16 21:08:21	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08: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.027</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:21	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@fe38d1e
2024-10-16 21:08:21	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2024-10-16 21:08:21	DEBUG	SQLOperation	select a, b, c from Toto where a in (?)
2024-10-16 21:08: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.023</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:21	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3c1ef806
2024-10-16 21:08:21	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2024-10-16 21:08:21	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:21	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
2024-10-16 21:08:21	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08: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.019</duration><failedSince>0</failedSince><name>persist</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:21	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2040732f
2024-10-16 21:08:21	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2024-10-16 21:08:21	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:21	DEBUG	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?)
2024-10-16 21:08:21	DEBUG	SQLOperation	select a, b, c from Toto where a in (?)
2024-10-16 21:08:21	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:21	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
</stdout></case><duration>0.125</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.058</duration><failedSince>0</failedSince><name>insert_generated_pk_real_life</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:21	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@729d1428
2024-10-16 21:08:21	DEBUG	DDLDeployer	create table Toto(a integer GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1), b integer, c integer, unique (a))
2024-10-16 21:08:21	DEBUG	SQLOperation	Batching statement 3 times
2024-10-16 21:08:21	DEBUG	SQLOperation	insert into Toto(a, b, c) values (default, ?, ?)
2024-10-16 21:08:21	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:21	DEBUG	SQLOperation	insert into Toto(a, b, c) values (default, ?, ?)
</stdout></case><duration>0.06</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.051</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:21	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1a67bde5
2024-10-16 21:08:21	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
2024-10-16 21:08:21	DEBUG	SQLOperation	select a, b, c from Toto where a in (?)
2024-10-16 21:08: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.028</duration><failedSince>0</failedSince><name>select_composedId_idIsItSelf</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:21	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4d204b30
2024-10-16 21:08:21	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a, b))
2024-10-16 21:08:21	DEBUG	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?))
2024-10-16 21:08: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.016</duration><failedSince>0</failedSince><name>select_composedId_idIsABean</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:21	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@721fc228
2024-10-16 21:08:21	DEBUG	DDLDeployer	create table Tata(a int, b int, c int, primary key (a, b))
2024-10-16 21:08:21	DEBUG	SQLOperation	select a, b, c from Tata where (a, b) in ((?, ?), (?, ?), (?, ?))
2024-10-16 21:08:21	DEBUG	SQLOperation	select a, b, c from Tata where (a, b) in ((?, ?))
</stdout></case><duration>0.099</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.017</duration><failedSince>0</failedSince><name>resolve_2_0</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:21	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1d2ce035
</stdout></case><duration>0.017</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.ddl.HSQLDBDDLTableGeneratorTest</className><duration>0.015</duration><failedSince>0</failedSince><name>generatedSQL_runOnAliveDatabase_doesNotThrowException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:21	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@40612056
2024-10-16 21:08: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))
2024-10-16 21:08:21	DEBUG	DDLDeployer	create table dummyTable2(name varchar(255))
2024-10-16 21:08:21	DEBUG	DDLDeployer	alter table dummyTable1 add constraint dummy_UK unique (name)
2024-10-16 21:08:21	DEBUG	DDLDeployer	create index dummyIDX_1 on dummyTable1(name)
2024-10-16 21:08:21	DEBUG	DDLDeployer	alter table dummyTable2 add constraint dummyTable2_FK foreign key(name) references dummyTable1(name)
</stdout></case><duration>0.021</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.266</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2024-10-16 21:11:06	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>2024-10-16 21:11:06	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.083</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:06	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.035</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:06	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.035</duration><failedSince>0</failedSince><name>persist</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:06	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
</stdout></case><duration>9.005</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.028</duration><failedSince>0</failedSince><name>insert_generated_pk_real_life</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2024-10-16 21:11:06	DEBUG	DDLDeployer	create table Toto(a int auto_increment, b int, c int, primary key (a))
</stdout></case><duration>0.033</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
2024-10-16 21:11:06	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.047</duration><failedSince>0</failedSince><name>newQuery_withToOneRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:07	DEBUG	DDLDeployer	create table Toto(`id` int not null, name varchar(255))
2024-10-16 21:11:07	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.053</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:07	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.038</duration><failedSince>0</failedSince><name>select_columnIsRegisteredInDialect_butNotItsType</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:07	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.049</duration><failedSince>0</failedSince><name>newQuery_withToManyRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:07	DEBUG	DDLDeployer	create table Toto(`id` int not null, name varchar(255))
2024-10-16 21:11:07	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.035</duration><failedSince>0</failedSince><name>newQuery</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:07	DEBUG	DDLDeployer	create table Toto(`id` int not null, name varchar(255))
</stdout></case><duration>0.353</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.044</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2024-10-16 21:11:06	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.045</duration><failedSince>0</failedSince><name>select_composedId_idIsItSelf</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:06	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>2024-10-16 21:11:06	DEBUG	DDLDeployer	create table Tata(a int, b int, c int, primary key (a, b))
</stdout></case><duration>0.144</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.028</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.029</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.ddl.MariaDBDDLTableGeneratorTest</className><duration>0.091</duration><failedSince>0</failedSince><name>generatedSQL_runOnAliveDatabase_doesNotThrowException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2024-10-16 21:11:07	DEBUG	DDLDeployer	create table dummyTable1(`id` int auto_increment not null, name varchar(255), primary key (`id`))
2024-10-16 21:11:07	DEBUG	DDLDeployer	create table dummyTable2(name varchar(255))
2024-10-16 21:11:07	DEBUG	DDLDeployer	alter table dummyTable1 add constraint dummy_UK unique (name)
2024-10-16 21:11:07	DEBUG	DDLDeployer	create index dummyIDX_1 on dummyTable1(name)
2024-10-16 21:11:07	DEBUG	DDLDeployer	alter table dummyTable2 add constraint dummyTable2_FK foreign key(name) references dummyTable1(name)
</stdout></case><duration>0.095</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.524</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2024-10-16 21:11:23	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.096</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:23	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.136</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:23	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.09</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:23	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.088</duration><failedSince>0</failedSince><name>persist</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:23	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
</stdout></case><duration>15.247</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.058</duration><failedSince>0</failedSince><name>insert_generated_pk_real_life</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2024-10-16 21:11:24	DEBUG	DDLDeployer	create table Toto(a int auto_increment, b int, c int, primary key (a))
</stdout></case><duration>0.072</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.152</duration><failedSince>0</failedSince><name>select_columnTypeIsRegisteredInDialect</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2024-10-16 21:11:24	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.197</duration><failedSince>0</failedSince><name>newQuery_withToOneRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:24	DEBUG	DDLDeployer	create table Toto(id int not null, name varchar(255))
2024-10-16 21:11:24	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.123</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:24	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.079</duration><failedSince>0</failedSince><name>select_columnIsRegisteredInDialect_butNotItsType</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:24	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.121</duration><failedSince>0</failedSince><name>newQuery_withToManyRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:24	DEBUG	DDLDeployer	create table Toto(id int not null, name varchar(255))
2024-10-16 21:11:24	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.091</duration><failedSince>0</failedSince><name>newQuery</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:24	DEBUG	DDLDeployer	create table Toto(id int not null, name varchar(255))
</stdout></case><duration>0.797</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.079</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2024-10-16 21:11:23	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.101</duration><failedSince>0</failedSince><name>select_composedId_idIsItSelf</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:23	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.086</duration><failedSince>0</failedSince><name>select_composedId_idIsABean</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:23	DEBUG	DDLDeployer	create table Tata(a int, b int, c int, primary key (a, b))
</stdout></case><duration>0.281</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.03</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.031</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.ddl.MySQLDDLTableGeneratorTest</className><duration>0.208</duration><failedSince>0</failedSince><name>generatedSQL_runOnAliveDatabase_doesNotThrowException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2024-10-16 21:11:24	DEBUG	DDLDeployer	create table dummyTable1(id int auto_increment not null, name varchar(255), primary key (id))
2024-10-16 21:11:25	DEBUG	DDLDeployer	create table dummyTable2(name varchar(255))
2024-10-16 21:11:25	DEBUG	DDLDeployer	alter table dummyTable1 add constraint dummy_UK unique (name)
2024-10-16 21:11:25	DEBUG	DDLDeployer	create index dummyIDX_1 on dummyTable1(name)
2024-10-16 21:11:25	DEBUG	DDLDeployer	alter table dummyTable2 add constraint dummyTable2_FK foreign key(name) references dummyTable1(name)
</stdout></case><duration>0.212</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.287</duration><failedSince>0</failedSince><name>select_columnTypeIsRegisteredInDialect</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextOracleTest</className><duration>0.182</duration><failedSince>0</failedSince><name>newQuery_withToOneRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextOracleTest</className><duration>0.228</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.PersistenceContextOracleTest</className><duration>0.128</duration><failedSince>0</failedSince><name>select_columnIsRegisteredInDialect_butNotItsType</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextOracleTest</className><duration>0.176</duration><failedSince>0</failedSince><name>newQuery_withToManyRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextOracleTest</className><duration>0.17</duration><failedSince>0</failedSince><name>newQuery</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>1.178</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.764</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.PersisterOracleTest</className><duration>0.3</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.PersisterOracleTest</className><duration>0.186</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.PersisterOracleTest</className><duration>0.141</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.PersisterOracleTest</className><duration>0.136</duration><failedSince>0</failedSince><name>persist</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>22.557</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.146</duration><failedSince>0</failedSince><name>insert_generated_pk_real_life</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.147</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></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorOracleTest</className><duration>0.314</duration><failedSince>0</failedSince><name>select_composedId_idIsItSelf</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorOracleTest</className><duration>0.171</duration><failedSince>0</failedSince><name>select_composedId_idIsABean</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.642</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.061</duration><failedSince>0</failedSince><name>resolve_23</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.061</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.ddl.OracleDDLTableGeneratorTest</className><duration>0.236</duration><failedSince>0</failedSince><name>generatedSQL_runOnAliveDatabase_doesNotThrowException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.24</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.309</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2024-10-16 21:11:56	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.056</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:56	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.087</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:56	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.036</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:56	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.028</duration><failedSince>0</failedSince><name>persist</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:56	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
</stdout></case><duration>3.972</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.028</duration><failedSince>0</failedSince><name>insert_generated_pk_real_life</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2024-10-16 21:11:57	DEBUG	DDLDeployer	create table Toto(a  SERIAL, b integer, c integer, primary key (a))
</stdout></case><duration>0.046</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.133</duration><failedSince>0</failedSince><name>select_columnTypeIsRegisteredInDialect</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2024-10-16 21:11:56	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.035</duration><failedSince>0</failedSince><name>newQuery_withToOneRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:56	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar)
2024-10-16 21:11:56	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.049</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:56	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.031</duration><failedSince>0</failedSince><name>select_columnIsRegisteredInDialect_butNotItsType</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:57	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.033</duration><failedSince>0</failedSince><name>newQuery_withToManyRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:57	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar)
2024-10-16 21:11:57	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.026</duration><failedSince>0</failedSince><name>newQuery</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:57	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar)
</stdout></case><duration>0.33</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.035</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2024-10-16 21:11:56	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.033</duration><failedSince>0</failedSince><name>select_composedId_idIsItSelf</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:56	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.037</duration><failedSince>0</failedSince><name>select_composedId_idIsABean</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:56	DEBUG	DDLDeployer	create table Tata(a int, b int, c int, primary key (a, b))
</stdout></case><duration>0.125</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.053</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.054</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.ddl.PostgreSQLDDLTableGeneratorTest</className><duration>0.039</duration><failedSince>0</failedSince><name>generatedSQL_runOnAliveDatabase_doesNotThrowException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2024-10-16 21:11:57	DEBUG	DDLDeployer	create table dummyTable1(id  SERIAL not null, name varchar, primary key (id))
2024-10-16 21:11:57	DEBUG	DDLDeployer	create table dummyTable2(name varchar)
2024-10-16 21:11:57	DEBUG	DDLDeployer	alter table dummyTable1 add constraint dummy_UK unique (name)
2024-10-16 21:11:57	DEBUG	DDLDeployer	create index dummyIDX_1 on dummyTable1(name)
2024-10-16 21:11:57	DEBUG	DDLDeployer	alter table dummyTable2 add constraint dummyTable2_FK foreign key(name) references dummyTable1(name)
</stdout></case><duration>0.065</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.579</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:58	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2024-10-16 21:11:58	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:11:58	DEBUG	SQLOperation	delete from Toto where a = ?
2024-10-16 21:11:58	DEBUG	SQLOperation	delete from Toto where a in (?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterSQLiteTest</className><duration>0.011</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:58	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2024-10-16 21:11:58	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:11:58	DEBUG	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterSQLiteTest</className><duration>0.068</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:58	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2024-10-16 21:11:58	DEBUG	SQLOperation	select a, b, c from Toto where a in (?)
2024-10-16 21:11:59	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.015</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:59	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2024-10-16 21:11:59	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:11:59	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
2024-10-16 21:11:59	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:11:59	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>2024-10-16 21:11:59	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2024-10-16 21:11:59	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:11:59	DEBUG	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?)
2024-10-16 21:11:59	DEBUG	SQLOperation	select a, b, c from Toto where a in (?)
2024-10-16 21:11:59	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:11:59	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
</stdout></case><duration>0.713</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.011</duration><failedSince>0</failedSince><name>insert_generated_pk_real_life</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:59	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2024-10-16 21:11:59	DEBUG	SQLOperation	Batching statement 3 times
2024-10-16 21:11:59	DEBUG	SQLOperation	insert into Toto(b, c) values (?, ?)
2024-10-16 21:11:59	DEBUG	SQLOperation	select last_insert_rowid() as last_id
2024-10-16 21:11:59	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:11:59	DEBUG	SQLOperation	insert into Toto(b, c) values (?, ?)
2024-10-16 21:11:59	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.155</duration><failedSince>0</failedSince><name>select_columnTypeIsRegisteredInDialect</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:59	DEBUG	DDLDeployer	create table Toto(id integer not null, dummyProp varchar(255))
2024-10-16 21:11:59	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
2024-10-16 21:11:59	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.017</duration><failedSince>0</failedSince><name>newQuery_withToOneRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:59	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar)
2024-10-16 21:11:59	DEBUG	DDLDeployer	create table Tata(name varchar, totoId integer not null)
2024-10-16 21:11:59	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.025</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:59	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar)
2024-10-16 21:11:59	DEBUG	SQLOperation	select Toto.name from Toto
2024-10-16 21:11:59	DEBUG	SQLOperation	select Toto.id from Toto
2024-10-16 21:11:59	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto
2024-10-16 21:11:59	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto
2024-10-16 21:11:59	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto where Toto.id = 1
2024-10-16 21:11:59	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.008</duration><failedSince>0</failedSince><name>select_columnIsRegisteredInDialect_butNotItsType</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:59	DEBUG	DDLDeployer	create table Toto(id integer not null, dummyProp varchar(255))
2024-10-16 21:11:59	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
2024-10-16 21:11:59	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>2024-10-16 21:11:59	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar)
2024-10-16 21:11:59	DEBUG	DDLDeployer	create table Tata(name varchar, totoId integer not null)
2024-10-16 21:11:59	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>2024-10-16 21:11:59	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar)
2024-10-16 21:11:59	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto
</stdout></case><duration>0.224</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.019</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:59	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
2024-10-16 21:11:59	DEBUG	SQLOperation	select a, b, c from Toto where a in (?)
2024-10-16 21:11:59	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.016</duration><failedSince>0</failedSince><name>select_composedId_idIsItSelf</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:11:59	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a, b))
2024-10-16 21:11:59	DEBUG	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?))
2024-10-16 21:11:59	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>2024-10-16 21:11:59	DEBUG	DDLDeployer	create table Tata(a int, b int, c int, primary key (a, b))
2024-10-16 21:11:59	DEBUG	SQLOperation	select a, b, c from Tata where (a, b) in ((?, ?), (?, ?), (?, ?))
2024-10-16 21:11:59	DEBUG	SQLOperation	select a, b, c from Tata where (a, b) in ((?, ?))
</stdout></case><duration>0.044</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.006</duration><failedSince>0</failedSince><name>resolve_3_45</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.SQLiteDialectResolverTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.SQLiteDDLTableGeneratorTest</className><duration>0.004</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.004</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.008</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.003</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.003</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.007</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.035</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.PersistenceContextTest</className><duration>0.024</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08: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>2024-10-16 21:08: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>2024-10-16 21:08:14	DEBUG	SQLOperation	update toto set id = ?
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextTest</className><duration>0.002</duration><failedSince>0</failedSince><name>update_withWhere</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:14	DEBUG	SQLOperation	update toto set id = ? where id = ?
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextTest</className><duration>0.01</duration><failedSince>0</failedSince><name>newQuery_singleResult</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:15	DEBUG	SQLOperation	select count(*) as count from Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextTest</className><duration>0.041</duration><failedSince>0</failedSince><name>getPersister</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.091</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.QueryMapperTest</className><duration>0.983</duration><failedSince>0</failedSince><name>queryMapperAPI_withConverter(QueryMapper)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:13	DEBUG	SQLOperation	select id, name from Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.006</duration><failedSince>0</failedSince><name>queryMapperAPI_withConverter(QueryMapper)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:14	DEBUG	SQLOperation	select id, active from Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.006</duration><failedSince>0</failedSince><name>queryMapperAPI_withConverter(QueryMapper)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:14	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>2024-10-16 21:08:14	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)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:14	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)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:14	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)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:14	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)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:14	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>2024-10-16 21:08:14	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)[7]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:14	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)[8]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:14	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)[9]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:14	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>2024-10-16 21:08:14	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)[11]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:14	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>2024-10-16 21:08:14	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)[13]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:14	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)[14]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:14	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)[15]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:14	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)[16]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:14	DEBUG	SQLOperation	never executed statement
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.002</duration><failedSince>0</failedSince><name>queryMapperAPI_basicUsage(QueryMapper, Set)[17]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:14	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)[18]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:14	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>2024-10-16 21:08:14	DEBUG	SQLOperation	never executed statement
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.009</duration><failedSince>0</failedSince><name>execute_instanceHasToOneRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:14	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>2024-10-16 21:08:14	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>2024-10-16 21:08:14	DEBUG	SQLOperation	Whatever SQL ... it is not executed
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.012</duration><failedSince>0</failedSince><name>execute_instanceHasToManyRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:14	DEBUG	SQLOperation	Whatever SQL ... it is not executed
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.026</duration><failedSince>0</failedSince><name>execute_instanceHasParameter</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:14	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.007</duration><failedSince>0</failedSince><name>execute_noGivenKey_oneInstancePerRowIsCreated</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:14	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>2024-10-16 21:08:14	DEBUG	SQLOperation	Whatever SQL ... it is not executed
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest$WithAccumulator</className><duration>0.003</duration><failedSince>0</failedSince><name>execute_emptyResultSet_returnsNull</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:14	DEBUG	SQLOperation	never executed statement
</stdout></case><duration>0.01</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.013</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.01</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.008</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.011</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.013</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.002</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.002</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.012</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.005</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:14	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:14	DEBUG	SQLOperation	delete from Toto where a = ?
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest</className><duration>0.004</duration><failedSince>0</failedSince><name>listenerIsCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:14	DEBUG	SQLOperation	Batching statement 2 times
2024-10-16 21:08:14	DEBUG	SQLOperation	delete from Toto where a = ?
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest</className><duration>0.004</duration><failedSince>0</failedSince><name>delete_multiple</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:14	DEBUG	SQLOperation	Batching statement 3 times
2024-10-16 21:08:14	DEBUG	SQLOperation	delete from Toto where a = ?
2024-10-16 21:08:14	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:14	DEBUG	SQLOperation	delete from Toto where a = ?
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest</className><duration>0.008</duration><failedSince>0</failedSince><name>deleteById_composedId_multiple_lastBlockContainsMultipleValue</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:14	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:14	DEBUG	SQLOperation	delete from Toto where (a, b) in ((?, ?), (?, ?), (?, ?))
2024-10-16 21:08:14	DEBUG	SQLOperation	delete from Toto where (a, b) in ((?, ?), (?, ?))
[1, 3, 5, 2, 4, 6, 1, 3, 2, 4]
[4, 1, 2, 43, 17, 29, 5, 3, 59, 37]
actualValuePairs : [{4, 43}, {1, 17}, {2, 29}, {5, 59}, {3, 37}]
</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>2024-10-16 21:08:14	DEBUG	SQLOperation	Batching statement 2 times
2024-10-16 21:08:14	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>2024-10-16 21:08:14	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:14	DEBUG	SQLOperation	delete from Toto where (a, b) in ((?, ?), (?, ?), (?, ?))
2024-10-16 21:08:14	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_multiple_lastBlockContainsOneValue</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:14	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:14	DEBUG	SQLOperation	delete from Toto where a in (?, ?, ?)
2024-10-16 21:08:14	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>2024-10-16 21:08:14	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:14	DEBUG	SQLOperation	delete from Toto where a in (?, ?, ?)
2024-10-16 21:08:14	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>2024-10-16 21:08:14	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>2024-10-16 21:08:14	DEBUG	SQLOperation	Batching statement 2 times
2024-10-16 21:08:14	DEBUG	SQLOperation	delete from Toto where a in (?, ?, ?)
</stdout></case><duration>0.048</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>2024-10-16 21:08:14	DEBUG	SQLOperation	Batching statement 2 times
2024-10-16 21:08:14	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>2024-10-16 21:08:14	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:14	DEBUG	SQLOperation	insert into toto(id, version) values (?, ?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.InsertExecutorTest</className><duration>0.003</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>2024-10-16 21:08:14	DEBUG	SQLOperation	Batching statement 3 times
2024-10-16 21:08:14	DEBUG	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?)
2024-10-16 21:08:14	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:14	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>2024-10-16 21:08:14	DEBUG	SQLOperation	Batching statement 3 times
2024-10-16 21:08:14	DEBUG	SQLOperation	insert into Toto(a, b, c) values (default, ?, ?)
2024-10-16 21:08:14	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:14	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.158</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.02</duration><failedSince>0</failedSince><name>select_multiple_composedId_lastBlockSizeIsInOperatorSize</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:14	DEBUG	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?))
2024-10-16 21:08:14	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>2024-10-16 21:08:14	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.15</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>2024-10-16 21:08:14	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.014</duration><failedSince>0</failedSince><name>listenerIsCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:14	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>2024-10-16 21:08:14	DEBUG	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?))
2024-10-16 21:08:14	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_multiple_lastBlockSizeIsInOperatorSize</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:14	DEBUG	SQLOperation	select a, b, c from Toto where a in (?, ?, ?)
2024-10-16 21:08:14	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>2024-10-16 21:08:14	DEBUG	SQLOperation	select a, b, c from Toto where a in (?, ?, ?)
2024-10-16 21:08:14	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>2024-10-16 21:08:14	DEBUG	SQLOperation	select a, b, c from Toto where a in (?, ?, ?)
2024-10-16 21:08:14	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>2024-10-16 21:08:14	DEBUG	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?))
2024-10-16 21:08:14	DEBUG	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?))
</stdout></case><duration>0.385</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.017</duration><failedSince>0</failedSince><name>update_diff_allColumns</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:14	DEBUG	SQLOperation	Batching statement 3 times
2024-10-16 21:08:14	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
2024-10-16 21:08:14	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:14	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>2024-10-16 21:08:14	DEBUG	SQLOperation	Batching statement 2 times
2024-10-16 21:08:14	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.002</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>2024-10-16 21:08:14	DEBUG	SQLOperation	Batching statement 3 times
2024-10-16 21:08:14	DEBUG	SQLOperation	update Toto set b = ? 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)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:14	DEBUG	SQLOperation	Batching statement 3 times
2024-10-16 21:08:14	DEBUG	SQLOperation	update Toto set b = ? where a = ?
2024-10-16 21:08:14	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:14	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)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:14	DEBUG	SQLOperation	Batching statement 3 times
2024-10-16 21:08:14	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
2024-10-16 21:08:14	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:14	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.005</duration><failedSince>0</failedSince><name>update_diff(List, List, ExpectedResult_TestUpdate_diff)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:14	DEBUG	SQLOperation	Batching statement 3 times
2024-10-16 21:08:14	DEBUG	SQLOperation	update Toto set b = ? where a = ?
2024-10-16 21:08:14	DEBUG	SQLOperation	Batching statement 3 times
2024-10-16 21:08:14	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>updateById</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:14	DEBUG	SQLOperation	Batching statement 3 times
2024-10-16 21:08:14	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
2024-10-16 21:08:14	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:14	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.004</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.003</duration><failedSince>0</failedSince><name>update_mandatoryColumn</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.077</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.002</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.001</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.001</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.0</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.0</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.0</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.0</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.0</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.0</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.0</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.002</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.001</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.037</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.0</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.001</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.001</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.001</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.001</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.001</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.001</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.001</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.001</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.0</duration><failedSince>0</failedSince><name>transform</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.021</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.0</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.0</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.0</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.001</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.0</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.0</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.0</duration><failedSince>0</failedSince><name>transform</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.018</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.0</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.0</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.009</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.001</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.001</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.0</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.0</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.0</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.0</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.0</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.0</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.0</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.0</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.002</duration><failedSince>0</failedSince><name>getUpdateValues_withModificationOnBeanAnModificationInShadowColumns</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.045</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.001</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.0</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.001</duration><failedSince>0</failedSince><name>testGetFields(Class, List)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.004</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.002</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.004</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.002</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.004</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.001</duration><failedSince>0</failedSince><name>transform</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.012</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.SequencePersisterTest</className><duration>0.003</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.SequencePersisterTest</className><duration>0.004</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.SequencePersisterTest</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.SequencePersisterTest</className><duration>0.002</duration><failedSince>0</failedSince><name>constructorWithoutArgs_usesDefaultStorageOptions</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.012</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.mapping.id.SequencePersisterTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.mapping.id.sequence.PooledHiLoSequenceTest</className><duration>0.151</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.007</duration><failedSince>0</failedSince><name>generateDDL</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.161</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.FromSQLBuilderTest</className><duration>0.002</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.002</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.001</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.001</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.001</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.0</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.001</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.001</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.0</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.001</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.0</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.0</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.0</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.001</duration><failedSince>0</failedSince><name>toSQL_supportsSeveralSameTable</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.043</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.001</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.0</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.006</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.001</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.0</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.001</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.001</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.0</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.0</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.001</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><duration>0.009</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.005</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.001</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.0</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.0</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.0</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.0</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.0</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.001</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.003</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.001</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.0</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.001</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.002</duration><failedSince>0</failedSince><name>toPreparedSQL(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>toPreparedSQL(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>toPreparedSQL(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>toPreparedSQL(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>toPreparedSQL(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>toPreparedSQL(QueryProvider, String, Map)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.094</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest</className><duration>0.002</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.0</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.0</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.001</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.0</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.001</duration><failedSince>0</failedSince><name>toSQL(SelectChain, Map, String)[17]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.02</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.WhereSQLBuilderTest</className><duration>0.0</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.001</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.001</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.001</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.001</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.0</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.0</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.001</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.001</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.002</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.001</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>toPreparedSQL(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>toPreparedSQL(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.001</duration><failedSince>0</failedSince><name>toPreparedSQL(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>toPreparedSQL(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>toPreparedSQL(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.001</duration><failedSince>0</failedSince><name>toPreparedSQL(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.0</duration><failedSince>0</failedSince><name>toPreparedSQL(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>toPreparedSQL(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>toPreparedSQL(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>toPreparedSQL(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>toPreparedSQL(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>toPreparedSQL(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>toPreparedSQL(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>toPreparedSQL(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>toPreparedSQL(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>toPreparedSQL(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.0</duration><failedSince>0</failedSince><name>toPreparedSQL(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>toPreparedSQL(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>toPreparedSQL(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>toPreparedSQL(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>toPreparedSQL(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.001</duration><failedSince>0</failedSince><name>toPreparedSQL(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.001</duration><failedSince>0</failedSince><name>toPreparedSQL(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>toPreparedSQL(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>toPreparedSQL(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>toPreparedSQL(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.001</duration><failedSince>0</failedSince><name>toPreparedSQL(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.0</duration><failedSince>0</failedSince><name>toPreparedSQL(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.0</duration><failedSince>0</failedSince><name>toPreparedSQL(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>toPreparedSQL(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>toPreparedSQL(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>toPreparedSQL(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>toPreparedSQL(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.001</duration><failedSince>0</failedSince><name>toPreparedSQL(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>toPreparedSQL(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.001</duration><failedSince>0</failedSince><name>toPreparedSQL(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>toPreparedSQL(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>toPreparedSQL(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>toPreparedSQL(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>toPreparedSQL(CriteriaChain, Map, String, Map)[40]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.085</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.003</duration><failedSince>0</failedSince><name>giveColumnAliases</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.model.SelectTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.query.model.UnionTest</className><duration>0.003</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.0</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.001</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.0</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.01</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.DialectTest</className><duration>0.005</duration><failedSince>0</failedSince><name>operatorPrintIsOverridden_itIsTakenIntoAccountInDeleteAndQuery</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:15	DEBUG	SQLOperation	select dummyTable.dummyColumn from dummyTable where dummyTable.dummyColumn LIKE 'x'
2024-10-16 21:08:15	DEBUG	SQLOperation	delete from dummyTable where dummyColumn LIKE ?
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.sql.DialectTest</className><duration>0.003</duration><failedSince>0</failedSince><name>userDefinedOperatorCanBeTakenIntoAccountByOperatorSQLBuilderOverride</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:15	DEBUG	SQLOperation	select dummyTable.dummyColumn from dummyTable where dummyTable.dummyColumn myOperator '42'
2024-10-16 21:08:15	DEBUG	SQLOperation	delete from dummyTable where dummyColumn myOperator ?
</stdout></case><duration>0.008</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.DialectTest</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.001</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.001</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>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.0</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.0</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.001</duration><failedSince>0</failedSince><name>addedDDLGeneratorsAreInFinalScript</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.DDLGeneratorTest</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.0</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.0</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.0</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.0</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.0</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.01</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.0</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.003</duration><failedSince>0</failedSince><name>getTypeName_columnWithNullType_exceptionIsThrown</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.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.005</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.0</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.001</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.011</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>toSQL_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.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.DeleteCommandBuilderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>toPreparedSQL</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>testToSQL</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>testToStatement</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_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.002</duration><failedSince>0</failedSince><name>toStatement</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.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.001</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.0</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.0</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.014</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.054</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.004</duration><failedSince>0</failedSince><name>doGetBinder_columnIsNotRegistered_throwsException</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.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.005</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.001</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.015</duration><failedSince>0</failedSince><name>apiUsage</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.FluentEmbeddableMappingConfigurationSupportTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest</className><duration>0.009</duration><failedSince>0</failedSince><name>insert_oneToOne</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, engineModel varchar(255), unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Engine(model varchar(255) not null, unique (model))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_engineModel_Engine_model foreign key(engineModel) references Engine(model)
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	insert 
...[truncated 450 chars]...
ine.model as engine_model from Car left outer join Engine as engine on Car.engineModel = engine.model where Car.id in (?) | {Car.id=42}
2024-10-16 21:08:49	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@10f1006d
2024-10-16 21:08:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@79696aef on object Car{id=42, color=null, model='Renault'}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest</className><duration>0.007</duration><failedSince>0</failedSince><name>multipleInheritance</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.id=42, Car.model=Renault}}
2024-10-16 21:08:49	DEBUG	SQLOperation	select id, model from Car | {}
2024-10-16 21:08:49	DEBUG	SQLOperation	select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=42}
2024-10-16 21:08:49	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@fae7503
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest</className><duration>0.008</duration><failedSince>0</failedSince><name>multipleInheritance_joinedTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Vehicle(id bigint not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table AbstractVehicle(id bigint not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter tab
...[truncated 1051 chars]...
ating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@62f9e228
2024-10-16 21:08:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@7d605a5a on object Car{id=42, color=null, model='Renault'}
2024-10-16 21:08:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@50251f7c on object Car{id=42, color=null, model='Renault'}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest</className><duration>0.006</duration><failedSince>0</failedSince><name>insert_basic</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.id=42, Car.model=Renault}}
2024-10-16 21:08:49	DEBUG	SQLOperation	select id, model from Car | {}
2024-10-16 21:08:49	DEBUG	SQLOperation	select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=42}
2024-10-16 21:08:49	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@22bc109c
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest</className><duration>0.007</duration><failedSince>0</failedSince><name>insert_oneToOne_ownedByReverseSide</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Engine(model varchar(255) not null, carId bigint, unique (model))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Engine add constraint FK_Engine_carId_Car_id foreign key(carId) references Car(id)
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	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}
2024-10-16 21:08:49	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@5cb6b4db
2024-10-16 21:08:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@24cc6e69 on object Car{id=42, color=null, model='Renault'}
</stdout></case><duration>0.038</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>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, engineId bigint, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Engine(model varchar(255), id bigint not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_engineId_Engine_id foreign key(engineId) references Engine(id)
2024-10-16 21:08:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:45	DEBUG	SQLOperation	insert into Engine(m
...[truncated 457 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=2}
2024-10-16 21:08:45	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@1c06d3b6
2024-10-16 21:08:45	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@6d954f5a on object Car{id=2, color=null, model='Renault'}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest</className><duration>0.009</duration><failedSince>0</failedSince><name>multipleInheritance</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2024-10-16 21:08:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:45	DEBUG	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=1}}
2024-10-16 21:08:45	DEBUG	SQLOperation	select id, model from Car | {}
2024-10-16 21:08:45	DEBUG	SQLOperation	select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=1}
2024-10-16 21:08:45	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@351197ca
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest</className><duration>0.011</duration><failedSince>0</failedSince><name>multipleInheritance_joinedTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table AbstractVehicle(id bigint not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Vehicle(id bigint not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2024-10-16 21:08:45	DEBUG	DDLDeployer	alter tab
...[truncated 1044 chars]...
Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@7f45d7d
2024-10-16 21:08:45	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@139f90d4 on object Car{id=1, color=null, model='Renault'}
2024-10-16 21:08:45	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@3625386f on object Car{id=1, color=null, model='Renault'}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest</className><duration>0.01</duration><failedSince>0</failedSince><name>insert_basic</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2024-10-16 21:08:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:45	DEBUG	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=1}}
2024-10-16 21:08:45	DEBUG	SQLOperation	select id, model from Car | {}
2024-10-16 21:08:45	DEBUG	SQLOperation	select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=1}
2024-10-16 21:08:45	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@42b47c3
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest</className><duration>0.012</duration><failedSince>0</failedSince><name>insert_oneToOne_ownedByReverseSide</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Engine(model varchar(255), id bigint not null, carId bigint, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	alter table Engine add constraint FK_Engine_carId_Car_id foreign key(carId) references Car(id)
2024-10-16 21:08:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:45	DEBUG	SQLOperation	insert into Car(model, id) va
...[truncated 442 chars]...
engine_model, engine.id as engine_id from Car left outer join Engine as engine on Car.id = engine.carId where Car.id in (?) | {Car.id=1}
2024-10-16 21:08:45	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@4d74e1e6
2024-10-16 21:08:45	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@6a68159e on object Car{id=1, color=null, model='Renault'}
</stdout></case><duration>0.067</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.019</duration><failedSince>0</failedSince><name>crudEnum</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:35	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2024-10-16 21:08:35	DEBUG	DDLDeployer	create table Toto_possibleStates(id VARCHAR(255), possibleStates integer, unique (id, possibleStates))
2024-10-16 21:08:35	DEBUG	DDLDeployer	alter table Toto_possibleStates add constraint FK_Toto_possibleStates_id_Toto_id foreign key(id) references Toto(id)
2024-10-16 21:08:35	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:35	DEBU
...[truncated 1360 chars]...
larete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$Toto@5925d03a
2024-10-16 21:08:35	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@477a2621
2024-10-16 21:08:35	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@62bffd8e on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$Toto@5925d03a
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest</className><duration>0.02</duration><failedSince>0</failedSince><name>crudComplexType_overrideColumnName</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:35	DEBUG	DDLDeployer	create table toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2024-10-16 21:08:35	DEBUG	DDLDeployer	create table Toto_times(id VARCHAR(255), createdAt timestamp, modificationDate timestamp, unique (id, createdAt, modificationDate))
2024-10-16 21:08:35	DEBUG	DDLDeployer	alter table Toto_times add constraint FK_Toto_times_id_toto_id foreign key(id) references toto(id)
2024-10-16 21:08:35	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21
...[truncated 1476 chars]...
larete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$Toto@76100495
2024-10-16 21:08:35	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@4f6d940e
2024-10-16 21:08:35	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@469011df on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$Toto@76100495
</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>2024-10-16 21:08:35	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:35	DEBUG	DDLDeployer	create table Person_nicknames(id int, nicknames varchar(255), unique (id, nicknames))
2024-10-16 21:08:35	DEBUG	DDLDeployer	alter table Person_nicknames add constraint FK_Person_nicknames_id_Person_id foreign key(id) references Person(id)
2024-10-16 21:08:35	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:35	DEBUG	SQLOperation	insert into
...[truncated 2404 chars]...
 Person_nicknames where nicknames = ? and id = ? | {1={Person_nicknames.nicknames=tintin, Person_nicknames.id=o.c.s.i.PersistedIdentifier@1}, 2={Person_nicknames.nicknames=tonton, Person_nicknames.id=o.c.s.i.PersistedIdentifier@1}}
2024-10-16 21:08:35	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:35	DEBUG	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2024-10-16 21:08:35	DEBUG	SQLOperation	select nickNames from Person_nicknames | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest</className><duration>0.011</duration><failedSince>0</failedSince><name>update_withNewObject</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:35	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:35	DEBUG	DDLDeployer	create table Person_nicknames(id int, nicknames varchar(255), unique (id, nicknames))
2024-10-16 21:08:35	DEBUG	DDLDeployer	alter table Person_nicknames add constraint FK_Person_nicknames_id_Person_id foreign key(id) references Person(id)
2024-10-16 21:08:35	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:35	DEBUG	SQLOperation	insert into
...[truncated 4626 chars]...
runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@736ed2e9 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>2024-10-16 21:08:35	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:35	DEBUG	DDLDeployer	create table Person_nicknames(id int, nicknames varchar(255), unique (id, nicknames))
2024-10-16 21:08:35	DEBUG	DDLDeployer	alter table Person_nicknames add constraint FK_Person_nicknames_id_Person_id foreign key(id) references Person(id)
2024-10-16 21:08:35	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:35	DEBUG	SQLOperation	insert into
...[truncated 959 chars]...
te.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@678ee415 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>2024-10-16 21:08:35	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:35	DEBUG	DDLDeployer	create table Person_nicknames(id int, nicknames varchar(255), unique (id, nicknames))
2024-10-16 21:08:35	DEBUG	DDLDeployer	alter table Person_nicknames add constraint FK_Person_nicknames_id_Person_id foreign key(id) references Person(id)
2024-10-16 21:08:35	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:35	DEBUG	SQLOperation	insert into
...[truncated 3418 chars]...
engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@19388119 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.01</duration><failedSince>0</failedSince><name>crudComplexType</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:35	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2024-10-16 21:08:35	DEBUG	DDLDeployer	create table Toto_times(id VARCHAR(255), creationDate timestamp, modificationDate timestamp, unique (id, creationDate, modificationDate))
2024-10-16 21:08:35	DEBUG	DDLDeployer	alter table Toto_times add constraint FK_Toto_times_id_Toto_id foreign key(id) references Toto(id)
2024-10-16 21:08:35	DEBUG	SQLOperation	Batching statement 1 times
2024-10
...[truncated 1497 chars]...
larete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$Toto@7d72a503
2024-10-16 21:08:35	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@32278335
2024-10-16 21:08:35	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@36e62c40 on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$Toto@7d72a503
</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.009</duration><failedSince>0</failedSince><name>update_objectRemoval</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:35	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:35	DEBUG	DDLDeployer	create table Person_nicknames(id int, nicknames varchar(255), unique (id, nicknames))
2024-10-16 21:08:35	DEBUG	DDLDeployer	alter table Person_nicknames add constraint FK_Person_nicknames_id_Person_id foreign key(id) references Person(id)
2024-10-16 21:08:35	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:35	DEBUG	SQLOperation	insert into
...[truncated 3148 chars]...
te.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@10e8b907 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.014</duration><failedSince>0</failedSince><name>read_deepInTree</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:35	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:35	DEBUG	DDLDeployer	create table Person_nicknames(id int, nicknames varchar(255), unique (id, nicknames))
2024-10-16 21:08:35	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2024-10-16 21:08:35	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, un
...[truncated 15686 chars]...
ntime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@4e1ec8d7 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.139</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.039</duration><failedSince>0</failedSince><name>persist_manyToMany</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	DDLDeployer	create table Pet(name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))
2024-10-16 21:08: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))
2024-10-16 21:08:47	DEBUG	DDLDeployer	create table Person_pets(person_firstName varchar(255), person_lastName varchar(255), person_addr
...[truncated 10827 chars]...
eJoinRowConsumer@2fdbd1eb 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}}]}
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@1ef2e9fe 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.018</duration><failedSince>0</failedSince><name>crud_inheritance_tablePerClass</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08: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))
2024-10-16 21:08: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))
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	SQLOperation	insert into Cat(catBreed, name, race, age
...[truncated 1585 chars]...
nsumer@16f897e
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	SQLOperation	delete from Cat where age = ? and race = ? and name = ? | {1={Cat.age=4, Cat.race=Dog, Cat.name=Pluto}}
2024-10-16 21:08:47	DEBUG	SQLOperation	select catBreed from Cat | {}
2024-10-16 21:08:47	DEBUG	SQLOperation	delete from Cat where (name, race, age) in ((?, ?, ?)) | {Cat.age=4, Cat.race=Dog, Cat.name=Pluto}
2024-10-16 21:08:47	DEBUG	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>2024-10-16 21:08: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))
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	SQLOperation	insert into Person(age, firstName, familyName, address) values (?, ?, ?, ?) | {1={Person.age=35, Person.firstName=John, Person.familyName=Do, Person.address=nowhere}}
2024-10-16 21:08:47	DEBUG	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.firstName=John, Person.familyName=Do, Person.address=nowhere}
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@3356a822
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.025</duration><failedSince>0</failedSince><name>crud_fieldNameOverridden_fieldNameIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08: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))
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	SQLOperation	insert into Person(age, firstName, lastName, address) values (?, ?, ?, ?) | {1={Person.lastName=Do, Person.age=35, Person.address=nowhere, Person.firstName=John}}
2024-10-16 21:08:47	DEBUG	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.lastName=Do, Person.address=nowhere, Person.firstName=John}
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@6de78869
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.014</duration><failedSince>0</failedSince><name>crud_oneToMany_withAssociationTable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08: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))
2024-10-16 21:08: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]...
on_firstName=John, Person_pets.pets_race=Dog, Person_pets.pets_age=4, Person_pets.pets_name=Pluto, Person_pets.person_address=nowhere}}
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	SQLOperation	delete from Person where address = ? and firstName = ? and lastName = ? | {1={Person.address=nowhere, Person.firstName=John, Person.lastName=Do}}
2024-10-16 21:08:47	DEBUG	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.015</duration><failedSince>0</failedSince><name>crud_fieldNameOverriddenAndColumnNameOverridden_columnNameIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08: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))
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	SQLOperation	insert into Person(age, firstName, familyName, address) values (?, ?, ?, ?) | {1={Person.familyName=Do, Person.age=35, Person.address=nowhere, Person.firstName=John}}
2024-10-16 21:08:47	DEBUG	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.address=nowhere, Person.firstName=John}
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@1f7fe2ec
</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>2024-10-16 21:08: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))
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	SQLOperation	insert into Person(age, firstName, lastName, address) values (?, ?, ?, ?) | {1={Person.firstName=John, Person.age=35, Person.lastName=Do, Person.address=nowhere}}
2024-10-16 21:08:47	DEBUG	
...[truncated 650 chars]...
={Person.firstName (W)=John, Person.age (U)=36, Person.lastName (W)=Do, Person.address (W)=nowhere}}
2024-10-16 21:08:47	DEBUG	SQLOperation	select Person.age from Person | {}
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	SQLOperation	delete from Person where firstName = ? and lastName = ? and address = ? | {1={Person.firstName=John, Person.lastName=Do, Person.address=nowhere}}
2024-10-16 21:08:47	DEBUG	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>2024-10-16 21:08:47	DEBUG	DDLDeployer	create table Pet(name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))
2024-10-16 21:08: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))
2024-10-16 21:08:47	DEBUG	DDLDeployer	create table Person_pets(person_firstName varchar(255), person_lastName varchar(255), person_addr
...[truncated 5117 chars]...
_age=4, Person_pets.pets_race=Dog, Person_pets.pets_name=Pluto, Person_pets.person_firstName=John, Person_pets.person_address=nowhere}}
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	SQLOperation	delete from Person where firstName = ? and address = ? and lastName = ? | {1={Person.firstName=John, Person.lastName=Do, Person.address=nowhere}}
2024-10-16 21:08:47	DEBUG	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.011</duration><failedSince>0</failedSince><name>crud_inheritance_singleTable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	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))
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	SQLOperation	insert into Pet(catBreed, name, race, age, DTYPE) values (?, ?, ?, ?, ?) | {1={Pet.race=Dog, Pet.age=4, Pet.catBreed=Persian, Pet.name=Pluto, Pet.DTYPE=Pet}}
2024-10-16 21
...[truncated 1330 chars]...
m Pet where race = ? and age = ? and name = ? | {1={Pet.race=Dog, Pet.age=4, Pet.name=Pluto}}
2024-10-16 21:08:47	DEBUG	SQLOperation	select name from Pet | {}
2024-10-16 21:08:47	DEBUG	SQLOperation	select catBreed from Pet | {}
2024-10-16 21:08:47	DEBUG	SQLOperation	delete from Pet where (name, race, age) in ((?, ?, ?)) | {Pet.race=Dog, Pet.age=4, Pet.name=Pluto}
2024-10-16 21:08:47	DEBUG	SQLOperation	select name from Pet | {}
2024-10-16 21:08:47	DEBUG	SQLOperation	select catBreed from Pet | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.013</duration><failedSince>0</failedSince><name>crud_oneToOne_compositeToCompositeKey_ownedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08: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))
2024-10-16 21:08: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]...
eZipCode (U)=888, Person.houseStreet (U)=Stalactite street, Person.houseCity (U)=CodeFilarete City}}
2024-10-16 21:08:48	DEBUG	SQLOperation	select Person.age from Person | {}
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from Person where lastName = ? and address = ? and firstName = ? | {1={Person.lastName=Do, Person.address=nowhere, Person.firstName=John}}
2024-10-16 21:08:48	DEBUG	SQLOperation	select Person.age from Person | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.014</duration><failedSince>0</failedSince><name>crud_oneToMany_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08: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))
2024-10-16 21:08: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))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table P
...[truncated 3792 chars]...
t.ownerFirstName (U)=null, Pet.age (W)=4, Pet.name (W)=Pluto, Pet.ownerAddress (U)=null, Pet.ownerLastName (U)=null, Pet.race (W)=Dog}}
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from Person where lastName = ? and firstName = ? and address = ? | {1={Person.lastName=Do, Person.firstName=John, Person.address=nowhere}}
2024-10-16 21:08:48	DEBUG	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>2024-10-16 21:08: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))
2024-10-16 21:08: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.zipCode (W)=888, House.number (W)=42, House.city (W)=CodeFilarete City, House.ownerLastName (U)=null, House.ownerAddress (U)=null, House.street (W)=Stalactite street}}
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from Person where firstName = ? and address = ? and lastName = ? | {1={Person.firstName=John, Person.address=nowhere, Person.lastName=Do}}
2024-10-16 21:08:48	DEBUG	SQLOperation	select Person.age 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_joinedTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Pet(name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))
2024-10-16 21:08: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))
2024-10-16 21:08: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 | {}
2024-10-16 21:08:48	DEBUG	SQLOperation	select catBreed from Cat | {}
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from Cat where (name, race, age) in ((?, ?, ?)) | {Cat.race=Dog, Cat.name=Pluto, Cat.age=4}
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from Pet where (name, race, age) in ((?, ?, ?)) | {Pet.race=Dog, Pet.age=4, Pet.name=Pluto}
2024-10-16 21:08:48	DEBUG	SQLOperation	select name from Pet | {}
2024-10-16 21:08:48	DEBUG	SQLOperation	select catBreed from Cat | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.019</duration><failedSince>0</failedSince><name>persist_oneToMany_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08: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))
2024-10-16 21:08: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))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table P
...[truncated 7054 chars]...
age=36, house=null, pets=[]}
2024-10-16 21:08:48	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@3391127e
2024-10-16 21:08:48	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@5e17edb6 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>2024-10-16 21:08: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))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table House(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) referenc
...[truncated 1528 chars]...
erson.houseId (U)=1, Person.address (W)=nowhere, Person.firstName (W)=John, Person.lastName (W)=Do}}
2024-10-16 21:08:48	DEBUG	SQLOperation	select Person.age from Person | {}
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from Person where address = ? and lastName = ? and firstName = ? | {1={Person.address=nowhere, Person.firstName=John, Person.lastName=Do}}
2024-10-16 21:08:48	DEBUG	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>2024-10-16 21:08: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))
2024-10-16 21:08: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))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table House add 
...[truncated 2412 chars]...
stName = ?, ownerAddress = ?, ownerFirstName = ? where id = ? | {1={House.ownerLastName (U)=null, House.id (W)=1, House.ownerAddress (U)=null, House.ownerFirstName (U)=null}}
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from Person where address = ? and firstName = ? and lastName = ? | {1={Person.address=nowhere, Person.firstName=John, Person.lastName=Do}}
2024-10-16 21:08:48	DEBUG	SQLOperation	select Person.age from Person | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$ForeignKeyCreation</className><duration>0.008</duration><failedSince>0</failedSince><name>oneToOne_compositeToCompositeKey_relationOwnedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08: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))
2024-10-16 21:08: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))
2024-10-16 21:08: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.008</duration><failedSince>0</failedSince><name>oneToOne_compositeToCompositeKey_relationOwnedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08: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))
2024-10-16 21:08: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))
2024-10-16 21:08: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.01</duration><failedSince>0</failedSince><name>oneToOne_compositeToSingleKey_relationOwnedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08: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))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table House(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2024-10-16 21:08: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.009</duration><failedSince>0</failedSince><name>oneToOne_compositeToSingleKey_relationOwnedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08: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))
2024-10-16 21:08: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))
2024-10-16 21:08: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.009</duration><failedSince>0</failedSince><name>oneToMany_compositeToCompositeKey_withAssociationTable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08: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))
2024-10-16 21:08: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))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person_pets add constraint FK_104a9067 foreign key(pets_name, pets_race, pets_age) references Pet(name, race, age)
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person_pets add constraint FK_d6e530bc foreign key(person_firstName, person_lastName, person_address) references Person(firstName, lastName, address)
</stdout></case><duration>0.046</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.026</duration><failedSince>0</failedSince><name>insertSelect_sibling</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person_children(person_id int, children_id int, unique (person_id, children_id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person_neighbours(person_id int, neighbours_id int, unique (person_id, neighbours_id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_children_id_Person_id f
...[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;]
2024-10-16 21:08:48	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@396a0b9e 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.014</duration><failedSince>0</failedSince><name>insertSelect_cycleIsDirect_1Parent_2Children</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person_children(person_id int, children_id int, unique (person_id, children_id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_children_id_Person_id foreign key(children_id) references Person(id)
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_c
...[truncated 3297 chars]...
BUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@359025d8
2024-10-16 21:08:48	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@6e5aca9 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.021</duration><failedSince>0</failedSince><name>insertSelect_cycleIsDirect</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person_children(person_id int, children_id int, unique (person_id, children_id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person_neighbours(person_id int, neighbours_id int, unique (person_id, neighbours_id))
2024-10-16 21:08: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;]
2024-10-16 21:08:48	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@5384a3ca 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_1Parent_1Child</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person_children(person_id int, children_id int, unique (person_id, children_id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_person_id_Person_id foreign key(person_id) references Person(id)
2024-10-16 21:08: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@496afe51
2024-10-16 21:08:48	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@6d2d1505 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.072</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$OneToMany</className><duration>0.015</duration><failedSince>0</failedSince><name>insertSelect_cycleIsDirect_withAssociationTable_1Parent_2Children</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person_children(person_id int, children_id int, unique (person_id, children_id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_person_id_Person_id foreign key(person_id) references Person(id)
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_child
...[truncated 3301 chars]...
UG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@28dd35cc
2024-10-16 21:08:48	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@4a3e60ea 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.019</duration><failedSince>0</failedSince><name>insertSelect_cycleIsDirect_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, fatherId int, directNeighborId int, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_fatherId_Person_id foreign key(fatherId) references Person(id)
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_directNeighborId_Person_id foreign key(directNeighborId) references Person(id)
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching sta
...[truncated 8848 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;]
2024-10-16 21:08:48	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@9d55c44 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.016</duration><failedSince>0</failedSince><name>insertSelect_sibling_withAssociationTable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person_children(person_id int, children_id int, unique (person_id, children_id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person_neighbours(person_id int, neighbours_id int, unique (person_id, neighbours_id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_children_id_Person_id f
...[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;]
2024-10-16 21:08:48	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@543ca0a1 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_withAssociationTable_1Parent_1Child</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person_children(person_id int, children_id int, unique (person_id, children_id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_person_id_Person_id foreign key(person_id) references Person(id)
2024-10-16 21:08: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@7206ce4c
2024-10-16 21:08:48	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@37992194 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>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, fatherId int, directNeighborId int, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_directNeighborId_Person_id foreign key(directNeighborId) references Person(id)
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_fatherId_Person_id foreign key(fatherId) references Person(id)
2024-10-16 21:08: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;]
2024-10-16 21:08:48	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@38ca22fa 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_withAssociationTable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person_children(person_id int, children_id int, unique (person_id, children_id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person_neighbours(person_id int, neighbours_id int, unique (person_id, neighbours_id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_children_id_Person_id f
...[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;]
2024-10-16 21:08:48	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@4f191143 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.009</duration><failedSince>0</failedSince><name>insertSelect_cycleIsDirect_ownedByReverseSide_1Parent_2Children</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, fatherId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_fatherId_Person_id foreign key(fatherId) references Person(id)
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	insert into Person(name, id, fatherId) values (?, ?, ?) | {1={Person.name=John Do, Person.fatherId=null, Person.id=o.c.s.i.Persis
...[truncated 2658 chars]...
UG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@222fad7d
2024-10-16 21:08:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@58580600 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.094</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.011</duration><failedSince>0</failedSince><name>crud_2cycles_sibling</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table House(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, houseId int, house1Id int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) references House(id)
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_house1Id_House_id foreign key(house1I
...[truncated 3370 chars]...
s=[],partner=&lt;null&gt;]
2024-10-16 21:08:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@b306f6e 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.025</duration><failedSince>0</failedSince><name>crud_2cycles_sibling_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Person(reversePartnerId int, name varchar(255), id int not null, houseId int, house1Id int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table House(id int not null, addressId int, gardenerId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_reversePartnerId_Person_id forei
...[truncated 21891 chars]...
 id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@888}}
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@456}}
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@999}}
2024-10-16 21:08:49	DEBUG	SQLOperation	select id from Person | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne</className><duration>0.017</duration><failedSince>0</failedSince><name>crud_2cycles_ownedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table House(id int not null, addressId int, gardenerId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, houseId int, partnerId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table House add constraint FK_House_gardenerId_Person_id foreign key(gardenerId) references
...[truncated 11988 chars]...
id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@42}}
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@123}}
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@999}}
2024-10-16 21:08:49	DEBUG	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>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table House(id int not null, addressId int, gardenerId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Person(reversePartnerId int, name varchar(255), id int not null, houseId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table House add constraint FK_House_addressId_Address_id foreign key(addressId) refe
...[truncated 12760 chars]...
id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@42}}
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@123}}
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@999}}
2024-10-16 21:08:49	DEBUG	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>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, partnerId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_partnerId_Person_id foreign key(partnerId) references Person(id)
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	insert into Person(name, id, partnerId) values (?, ?, ?) | {1={Person.partnerId=null, Person.id=o.c.s.i.PersistableIdentifier@
...[truncated 1401 chars]...
G	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@786deb1a
2024-10-16 21:08:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@5d956215 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.034</duration><failedSince>0</failedSince><name>insertSelect_cycleIsDirect_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Person(reversePartnerId int, name varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_reversePartnerId_Person_id foreign key(reversePartnerId) references Person(id)
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	insert into Person(name, id, reversePartnerId) values (?, ?, ?) | {1={Person.name=John Do, Person.reverse
...[truncated 1463 chars]...
G	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@24bcc7d0
2024-10-16 21:08:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@6bf0752b 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.01</duration><failedSince>0</failedSince><name>crud_2cycles_ownedByTarget_entityCycle</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Person(reversePartnerId int, name varchar(255), id int not null, houseId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table House(id int not null, addressId int, gardenerId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_reversePartnerId_Person_id foreign key(reverse
...[truncated 6698 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;]
2024-10-16 21:08:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@359bb6d7 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.013</duration><failedSince>0</failedSince><name>crud_2cycles_ownedBySource_entityCycle</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, houseId int, partnerId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table House(id int not null, addressId int, gardenerId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) references Hous
...[truncated 6312 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;]
2024-10-16 21:08:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@790b0a4b 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_cycleWithIntermediary_ownedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, houseId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table House(id int not null, addressId int, gardenerId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) references House(id)
2024-10-1
...[truncated 7663 chars]...
id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@42}}
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@123}}
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@999}}
2024-10-16 21:08:49	DEBUG	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>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Person(reverseGardenerId int, name varchar(255), id int not null, houseId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table House(id int not null, addressId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) references House(id)
20
...[truncated 7529 chars]...
id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@42}}
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@999}}
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@123}}
2024-10-16 21:08:49	DEBUG	SQLOperation	select id from Person | {}
</stdout></case><duration>0.16</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.011</duration><failedSince>0</failedSince><name>joinedTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, unique (id))
2024-10-16 21:08:47	DEBUG	DDLDeployer	create table car(id int not null, color int, model varchar(255), unique (id))
2024-10-16 21:08:47	DEBUG	DDLDeployer	alter table car add constraint FK_car_id_Vehicle_id foreign key(id) references Vehicle(id)
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1=
...[truncated 644 chars]...
n (?) | {car.id=o.c.s.i.PersistedIdentifier@1}
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@68f0f69b
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@74c1f7be 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>2024-10-16 21:08:47	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	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}}
2024-10-16 21:08:47	DEBUG	SQLOperation	select car.id, car.model, car.color from car | {}
2024-10-16 21:08:47	DEBUG	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}
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@5891afe5
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance</className><duration>0.01</duration><failedSince>0</failedSince><name>multipleInheritance_joinedTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	DDLDeployer	create table Vehicle(id int not null, unique (id))
2024-10-16 21:08:47	DEBUG	DDLDeployer	create table AbstractVehicle(id int not null, unique (id))
2024-10-16 21:08:47	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2024-10-16 21:08:47	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2024-10-16 21:08:47	DEBUG	DDLDeployer	alter t
...[truncated 1466 chars]...
de$MergeJoinRowConsumer@5973b3fb 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;]
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@221488b3 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.008</duration><failedSince>0</failedSince><name>withEmbeddable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	DDLDeployer	create table Car(model varchar(255), rgb integer, id int not null, unique (id))
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	SQLOperation	insert into Car(model, rgb, id) values (?, ?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1, Car.rgb=666}}
2024-10-16 21:08:47	DEBUG	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}
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@3d40d2e5
2024-10-16 21:08:47	DEBUG	SQLOperation	select id, model, rgb from Car | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance</className><duration>0.002</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.008</duration><failedSince>0</failedSince><name>withIdDefinedInSuperClass</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	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}}
2024-10-16 21:08:47	DEBUG	SQLOperation	select car.id, car.color, car.model from car | {}
2024-10-16 21:08:47	DEBUG	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}
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@437c04f9
</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><duration>0.051</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.007</duration><failedSince>0</failedSince><name>simpleCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	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}}
2024-10-16 21:08:47	DEBUG	SQLOperation	select car.id, car.model, car.color from car | {}
2024-10-16 21:08:47	DEBUG	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}
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@30d88e2
</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>2024-10-16 21:08:47	DEBUG	DDLDeployer	create table Car(model_col varchar(255), color_col int, id_col int not null, unique (id_col))
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	SQLOperation	insert into Car(color_col, model_col, id_col) values (?, ?, ?) | {1={Car.id_col=o.c.s.i.PersistableIdentifier@1, Car.model_col=Renault, Car.color_col=Color[rgb=666]}}
2024-10-16 21:08:47	DEBUG	SQLOperation	select id_col, model_col, color_col from Car | {}
2024-10-16 21:08:47	DEBUG	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}
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@597941d2
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$MappedSuperClass</className><duration>0.008</duration><failedSince>0</failedSince><name>columnNamingStrategyChanged_inParent</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	DDLDeployer	create table Car(model_supercol varchar(255), color_supercol int, id_supercol int not null, unique (id_supercol))
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	SQLOperation	insert into Car(color_supercol, model_supercol, id_supercol) values (?, ?, ?) | {1={Car.color_supercol=Color[rgb=666], Car.model_supercol=Renault, Car.id_supercol=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:47	DEBUG	SQLOperation	select id_supercol, model_supercol, color_supercol from Car | {}
2024-10-16 21:08:47	DEBUG	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}
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@1f8014f6
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$MappedSuperClass</className><duration>0.01</duration><failedSince>0</failedSince><name>withEmbeddable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	DDLDeployer	create table Car(model varchar(255), rgb integer, id int not null, unique (id))
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	SQLOperation	insert into Car(model, rgb, id) values (?, ?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1, Car.rgb=666}}
2024-10-16 21:08:47	DEBUG	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}
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@abf2fb3
2024-10-16 21:08:47	DEBUG	SQLOperation	select id, model, rgb from Car | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$MappedSuperClass</className><duration>0.008</duration><failedSince>0</failedSince><name>columnNamingStrategyChanged</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	DDLDeployer	create table Car(model_col varchar(255), color_col int, id_col int not null, unique (id_col))
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	SQLOperation	insert into Car(color_col, model_col, id_col) values (?, ?, ?) | {1={Car.color_col=Color[rgb=666], Car.model_col=Renault, Car.id_col=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:47	DEBUG	SQLOperation	select id_col, model_col, color_col from Car | {}
2024-10-16 21:08:47	DEBUG	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}
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@5f96536e
</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.008</duration><failedSince>0</failedSince><name>simpleCase_withTableDefinedInSuperClass</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	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]}}
2024-10-16 21:08:47	DEBUG	SQLOperation	select car.id, car.model, car.color from car | {}
2024-10-16 21:08:47	DEBUG	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}
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@61667255
</stdout></case><duration>0.053</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.009</duration><failedSince>0</failedSince><name>update_associationTableIsMaintained</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2024-10-16 2
...[truncated 5291 chars]...
nsuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@5e6fd568 on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@5cfb0061
2024-10-16 21:08:46	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@5663d72d on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@5cfb0061
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeAll</className><duration>0.009</duration><failedSince>0</failedSince><name>delete_associationRecordsMustBeDeleted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2024-10-16
...[truncated 1507 chars]...
fier@300}}
2024-10-16 21:08:46	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:46	DEBUG	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistedIdentifier@666}}
2024-10-16 21:08:46	DEBUG	SQLOperation	select count(*) as answerCount from Answer where id = 666 | {}
2024-10-16 21:08:46	DEBUG	SQLOperation	select count(*) as relationCount from Answer_choices where answer_Id = 666 | {}
2024-10-16 21:08:46	DEBUG	SQLOperation	select id from Choice where id = 300 | {}
</stdout></case><duration>0.02</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.01</duration><failedSince>0</failedSince><name>delete_associationRecordsMustBeDeleted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2024-10-16
...[truncated 1928 chars]...
fier@300}}
2024-10-16 21:08:46	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:46	DEBUG	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistedIdentifier@666}}
2024-10-16 21:08:46	DEBUG	SQLOperation	select count(*) as answerCount from Answer where id = 666 | {}
2024-10-16 21:08:46	DEBUG	SQLOperation	select count(*) as relationCount from Answer_choices where answer_Id = 666 | {}
2024-10-16 21:08:46	DEBUG	SQLOperation	select id from Choice where id = 300 | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeAllOrphanRemoval</className><duration>0.009</duration><failedSince>0</failedSince><name>update_removedElementsAreDeleted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2024-10-16
...[truncated 5470 chars]...
onsuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@96733c7 on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@351fa6c4
2024-10-16 21:08:46	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@79f4a9d1 on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@351fa6c4
</stdout></case><duration>0.02</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.014</duration><failedSince>0</failedSince><name>foreignKeysAreCreated</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2024-10-16 21:08: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</className><duration>0.007</duration><failedSince>0</failedSince><name>select_noRecordInAssociationTable_mustReturnEmptyCollection</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2024-10-16
...[truncated 810 chars]...
nsuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@476ec311 on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@6f5d6aaa
2024-10-16 21:08:46	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@2aea2e4f on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@6f5d6aaa
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest</className><duration>0.012</duration><failedSince>0</failedSince><name>crud_relationContainsOneToMany</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2024-10-16 2
...[truncated 3495 chars]...
s
2024-10-16 21:08:46	DEBUG	SQLOperation	delete from Answer_choices where choices_id = ? and answer_id = ? | {1={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@13, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:46	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:46	DEBUG	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:46	DEBUG	SQLOperation	select answer_id from answer_choices | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest</className><duration>0.01</duration><failedSince>0</failedSince><name>select_collectionFactory</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2024-10-16
...[truncated 1511 chars]...
nsuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@5b83698f on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@6683bf84
2024-10-16 21:08:46	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@19cab9ee on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@6683bf84
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest</className><duration>0.008</duration><failedSince>0</failedSince><name>foreignKeysAreCreated_targetTableSpecified</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:46	DEBUG	DDLDeployer	create table MyChoice(label varchar(255), id int not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2024-10-16 21:08: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</className><duration>0.009</duration><failedSince>0</failedSince><name>crud_relationContainsManyToMany_indexed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, myIdx integer not null, unique (answer_id, choices_id, myIdx))
2024-10-16 21:08:46	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) ref
...[truncated 1076 chars]...
rsistableIdentifier@1, Answer_choices.myIdx=2, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@13}, 3={Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@2, Answer_choices.myIdx=1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@13}, 4={Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@2, Answer_choices.myIdx=2, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@17}}
2024-10-16 21:08:46	DEBUG	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.011</duration><failedSince>0</failedSince><name>crud_relationContainsManyToMany</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2024-10-16 2
...[truncated 3786 chars]...
s
2024-10-16 21:08:46	DEBUG	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}}
2024-10-16 21:08:46	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:46	DEBUG	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:46	DEBUG	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>2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2024-10-16
...[truncated 1507 chars]...
fier@300}}
2024-10-16 21:08:46	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:46	DEBUG	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistedIdentifier@666}}
2024-10-16 21:08:46	DEBUG	SQLOperation	select count(*) as answerCount from Answer where id = 666 | {}
2024-10-16 21:08:46	DEBUG	SQLOperation	select count(*) as relationCount from Answer_choices where answer_Id = 666 | {}
2024-10-16 21:08:46	DEBUG	SQLOperation	select id from Choice where id = 300 | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeAssociationOnly</className><duration>0.007</duration><failedSince>0</failedSince><name>insert_associationRecordsMustBeInserted_butNotTargetEntities</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2024-10-16
...[truncated 636 chars]...
hoices.answer_id=o.c.s.i.PersistableIdentifier@42}, 2={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@300, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@666}, 3={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@200, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@42}}
2024-10-16 21:08:46	DEBUG	SQLOperation	select id from Answer where id in (42, 666) | {}
2024-10-16 21:08:46	DEBUG	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.01</duration><failedSince>0</failedSince><name>update_associationRecordsMustBeUpdated_butNotTargetEntities</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Answer(comment varchar(255), id int not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2024-10-16 21:08: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@6c3a9a36 on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@37461162
2024-10-16 21:08:46	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@3c32da85 on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@37461162
2024-10-16 21:08:46	DEBUG	SQLOperation	select label from Choice where id = 100 | {}
</stdout></case><duration>0.029</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.007</duration><failedSince>0</failedSince><name>insert_onlySourceEntitiesArePersisted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2024-10-16 2
...[truncated 92 chars]...
s_id_Choice_id foreign key(choices_id) references Choice(id)
2024-10-16 21:08:46	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:46	DEBUG	SQLOperation	insert into Answer(id) values (?) | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:46	DEBUG	SQLOperation	select id from answer | {}
2024-10-16 21:08:46	DEBUG	SQLOperation	select count(*) as relationCount from answer_choices | {}
2024-10-16 21:08:46	DEBUG	SQLOperation	select count(*) as choiceCount from choice | {}
</stdout></case><duration>0.008</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.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.03</duration><failedSince>0</failedSince><name>crudEnum</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person_addressBook(id int, key integer, value varchar(255), unique (id, key))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person_addressBook add constraint FK_Person_addressBook_id_Person_id foreign key(id) references Person(id)
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	in
...[truncated 5012 chars]...
om Person_addressBook where id = ? and key = ? | {1={Person_addressBook.id=o.c.s.i.PersistedIdentifier@1, Person_addressBook.key=OTHER}, 2={Person_addressBook.id=o.c.s.i.PersistedIdentifier@1, Person_addressBook.key=BILLING_ADDRESS}}
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2024-10-16 21:08:48	DEBUG	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>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person_contracts(id int, key varchar(255), creationDate timestamp, modificationDate timestamp, unique (id, key))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person_contracts add constraint FK_Person_contracts_id_Person_id foreign key(id) references Person(id)
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16
...[truncated 6112 chars]...
Operation	delete from Person_contracts where key = ? and id = ? | {1={Person_contracts.key=Marseille, Person_contracts.id=o.c.s.i.PersistedIdentifier@1}, 2={Person_contracts.key=Lyon, Person_contracts.id=o.c.s.i.PersistedIdentifier@1}}
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2024-10-16 21:08:48	DEBUG	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.007</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person_phoneNumbers(id int, key varchar(255), value varchar(255), unique (id, key))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person_phoneNumbers add constraint FK_Person_phoneNumbers_id_Person_id foreign key(id) references Person(id)
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOper
...[truncated 3580 chars]...
.PersistedIdentifier@1, Person_phoneNumbers.key=mobile}, 2={Person_phoneNumbers.id=o.c.s.i.PersistedIdentifier@1, Person_phoneNumbers.key=home}, 3={Person_phoneNumbers.id=o.c.s.i.PersistedIdentifier@1, Person_phoneNumbers.key=work}}
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2024-10-16 21:08:48	DEBUG	SQLOperation	select 'key' from Person_phoneNumbers | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.006</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person_phoneNumbers(id int, key varchar(255), value varchar(255), unique (id, key))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person_phoneNumbers add constraint FK_Person_phoneNumbers_id_Person_id foreign key(id) references Person(id)
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOper
...[truncated 2879 chars]...
$DefaultRelationJoinRowConsumer@72d1b4f 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.008</duration><failedSince>0</failedSince><name>withCollectionFactory</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person_phoneNumbers(id int, key varchar(255), value varchar(255), unique (id, key))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person_phoneNumbers add constraint FK_Person_phoneNumbers_id_Person_id foreign key(id) references Person(id)
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOper
...[truncated 2882 chars]...
DefaultRelationJoinRowConsumer@308a3f45 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>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.007</duration><failedSince>0</failedSince><name>update_objectRemoval</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person_phoneNumbers(id int, key varchar(255), value varchar(255), unique (id, key))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person_phoneNumbers add constraint FK_Person_phoneNumbers_id_Person_id foreign key(id) references Person(id)
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOper
...[truncated 5059 chars]...
oad.RelationJoinNode$DefaultRelationJoinRowConsumer@75596228 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.014</duration><failedSince>0</failedSince><name>crud_keyIsComplexType</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person_addresses(id int, creationDate timestamp, modificationDate timestamp, value varchar(255), unique (id, creationDate, modificationDate))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person_addresses add constraint FK_Person_addresses_id_Person_id foreign key(id) references Person(id)
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching
...[truncated 6518 chars]...
on_addresses.creationDate=Fri Oct 11 21:08:48 UTC 2024}, 2={Person_addresses.modificationDate=Tue Oct 15 21:08:48 UTC 2024, Person_addresses.id=o.c.s.i.PersistedIdentifier@1, Person_addresses.creationDate=Tue Oct 15 21:08:48 UTC 2024}}
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2024-10-16 21:08:48	DEBUG	SQLOperation	select 'key' from Person_addresses | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.013</duration><failedSince>0</failedSince><name>crud_keyAndValueIsComplexType_overrideColumnName</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates(id int, key_creationDate timestamp, modificationDate timestamp, creationDate timestamp, value_modificationDate timestamp, unique (id, key_creationDate, modificationDate))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates add con
...[truncated 9295 chars]...
Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.id=o.c.s.i.PersistedIdentifier@1, Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.modificationDate=Mon Oct 14 21:08:48 UTC 2024}}
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2024-10-16 21:08:48	DEBUG	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.013</duration><failedSince>0</failedSince><name>crud_keyAndValueIsComplexType</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfComplexTypes(id int, creationDate timestamp, modificationDate timestamp, serialNumber varchar(255), model varchar(255), unique (id, creationDate, modificationDate))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfComplexTypes add constraint FK_Person_mapPropertyMadeOfComplexTypes_id_Person_i
...[truncated 8268 chars]...
deOfComplexTypes.modificationDate=Mon Oct 14 21:08:48 UTC 2024, Person_mapPropertyMadeOfComplexTypes.creationDate=Mon Oct 14 21:08:48 UTC 2024, Person_mapPropertyMadeOfComplexTypes.id=o.c.s.i.PersistedIdentifier@1}}
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2024-10-16 21:08:48	DEBUG	SQLOperation	select 'key' from Person_mapPropertyMadeOfComplexTypes | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.009</duration><failedSince>0</failedSince><name>update_objectAddition</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person_phoneNumbers(id int, key varchar(255), value varchar(255), unique (id, key))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person_phoneNumbers add constraint FK_Person_phoneNumbers_id_Person_id foreign key(id) references Person(id)
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOper
...[truncated 6692 chars]...
@4a099b04 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.004</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.036</duration><failedSince>0</failedSince><name>crud_associationOnly</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKeyAndValue(id int, key int, value int, unique (id, key))
2024-10-16 21
...[truncated 13292 chars]...
tyMadeOfEntityAsKeyAndValue.id=o.c.s.i.PersistedIdentifier@1, Person_mapPropertyMadeOfEntityAsKeyAndValue.key=o.c.s.i.PersistedIdentifier@3}}
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2024-10-16 21:08:48	DEBUG	SQLOperation	select 'key' from Person_mapPropertyMadeOfEntityAsKeyAndValue | {}
2024-10-16 21:08:48	DEBUG	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>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table City(id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Country(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKeyAndValue(id int, key int, value int, unique (id, key))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person_m
...[truncated 13245 chars]...
bject org.codefilarete.stalactite.engine.configurer.map.KeyValueRecord@2b5137e2
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2024-10-16 21:08:48	DEBUG	SQLOperation	select key from Person_mapPropertyMadeOfEntityAsKeyAndValue | {}
2024-10-16 21:08:48	DEBUG	SQLOperation	select id from City | {}
2024-10-16 21:08:48	DEBUG	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</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Country(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKeyAndValue(id int, key int, value int, unique (id, key))
2024-10-16 21:08:48	DEBUG	DDLDeployer	a
...[truncated 11550 chars]...
rson_mapPropertyMadeOfEntityAsKeyAndValue.key=o.c.s.i.PersistedIdentifier@2}}
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2024-10-16 21:08:48	DEBUG	SQLOperation	select 'key' from Person_mapPropertyMadeOfEntityAsKeyAndValue | {}
2024-10-16 21:08:48	DEBUG	SQLOperation	select id from City | {}
2024-10-16 21:08:48	DEBUG	SQLOperation	select id from Country | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyAndValueAreEntities</className><duration>0.01</duration><failedSince>0</failedSince><name>foreignKey_creation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Country(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKeyAndValue(id int, key int, value int, unique (id, key))
2024-10-16 21:08:48	DEBUG	DDLDeployer	a
...[truncated 88 chars]...
rtyMadeOfEntityAsKeyAndValue_id_Person_id foreign key(id) references Person(id)
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKeyAndValue add constraint FK_Person_mapPropertyMadeOfEntityAsKeyAndValue_key_City_id foreign key(key) references City(id)
2024-10-16 21:08: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.017</duration><failedSince>0</failedSince><name>crud_deleteOrphan</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table City(id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Country(id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKeyAndValue(id int, key int, value int, unique (id, key))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEnt
...[truncated 13370 chars]...
o.c.s.i.PersistedIdentifier@3}, 2={Country.id=o.c.s.i.PersistedIdentifier@4}}
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2024-10-16 21:08:48	DEBUG	SQLOperation	select 'key' from Person_mapPropertyMadeOfEntityAsKeyAndValue | {}
2024-10-16 21:08:48	DEBUG	SQLOperation	select id from City | {}
2024-10-16 21:08:48	DEBUG	SQLOperation	select id from Country | {}
</stdout></case><duration>0.098</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.028</duration><failedSince>0</failedSince><name>crud_associationOnly</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKey(id int, key int, value varchar(255), unique (id, key))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKey add constraint FK_Person_mapPro
...[truncated 10036 chars]...
er@3}, 2={Person_mapPropertyMadeOfEntityAsKey.id=o.c.s.i.PersistedIdentifier@1, Person_mapPropertyMadeOfEntityAsKey.key=o.c.s.i.PersistedIdentifier@2}}
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2024-10-16 21:08:48	DEBUG	SQLOperation	select key from Person_mapPropertyMadeOfEntityAsKey | {}
2024-10-16 21:08:48	DEBUG	SQLOperation	select id from Country | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyIsEntity</className><duration>0.019</duration><failedSince>0</failedSince><name>crud_readOnly</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKey(id int, key int, value varchar(255), unique (id, key))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKey add constraint FK_Person_mapPro
...[truncated 10294 chars]...
untime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@ab64f7e on object org.codefilarete.stalactite.engine.configurer.map.KeyValueRecord@30dc1cd3
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2024-10-16 21:08:48	DEBUG	SQLOperation	select key from Person_mapPropertyMadeOfEntityAsKey | {}
2024-10-16 21:08:48	DEBUG	SQLOperation	select id from Country | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyIsEntity</className><duration>0.018</duration><failedSince>0</failedSince><name>crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKey(id int, key int, value varchar(255), unique (id, key))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKey add constraint FK_Person_mapPro
...[truncated 9540 chars]...
@3}, 2={Person_mapPropertyMadeOfEntityAsKey.id=o.c.s.i.PersistedIdentifier@1, Person_mapPropertyMadeOfEntityAsKey.key=o.c.s.i.PersistedIdentifier@2}}
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2024-10-16 21:08:48	DEBUG	SQLOperation	select 'key' from Person_mapPropertyMadeOfEntityAsKey | {}
2024-10-16 21:08:48	DEBUG	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>foreignKey_creation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKey(id int, key int, value varchar(255), unique (id, key))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKey add constraint FK_Person_mapPropertyMadeOfEntityAsKey_id_Person_id foreign key(id) references Person(id)
2024-10-16 21:08: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.018</duration><failedSince>0</failedSince><name>crud_deleteOrphan</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKey(id int, key int, value varchar(255), unique (id, key))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKey add constraint FK_Person_mapPro
...[truncated 10267 chars]...
48	DEBUG	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@2}, 2={Country.id=o.c.s.i.PersistedIdentifier@3}}
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2024-10-16 21:08:48	DEBUG	SQLOperation	select 'key' from Person_mapPropertyMadeOfEntityAsKey | {}
2024-10-16 21:08:48	DEBUG	SQLOperation	select id from Country | {}
</stdout></case><duration>0.101</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.031</duration><failedSince>0</failedSince><name>crud_associationOnly</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsValue(id int, key varchar(255), value int, unique (id, key))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsValue add constraint FK_Person_ma
...[truncated 9345 chars]...
AsValue.key=Marseille}, 2={Person_mapPropertyMadeOfEntityAsValue.id=o.c.s.i.PersistedIdentifier@1, Person_mapPropertyMadeOfEntityAsValue.key=Lyon}}
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2024-10-16 21:08:48	DEBUG	SQLOperation	select value from Person_mapPropertyMadeOfEntityAsValue | {}
2024-10-16 21:08:48	DEBUG	SQLOperation	select id from Country | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$ValueIsEntity</className><duration>0.018</duration><failedSince>0</failedSince><name>crud_readOnly</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsValue(id int, key varchar(255), value int, unique (id, key))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsValue add constraint FK_Person_ma
...[truncated 10450 chars]...
e.load.RelationJoinNode$DefaultRelationJoinRowConsumer@790a2e28 on object org.codefilarete.stalactite.engine.configurer.map.KeyValueRecord@3f656986
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2024-10-16 21:08:48	DEBUG	SQLOperation	select value from Person_mapPropertyMadeOfEntityAsValue | {}
2024-10-16 21:08:48	DEBUG	SQLOperation	select id from Country | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$ValueIsEntity</className><duration>0.015</duration><failedSince>0</failedSince><name>crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsValue(id int, key varchar(255), value int, unique (id, key))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsValue add constraint FK_Person_ma
...[truncated 9813 chars]...
AsValue.key=Lyon}, 2={Person_mapPropertyMadeOfEntityAsValue.id=o.c.s.i.PersistedIdentifier@1, Person_mapPropertyMadeOfEntityAsValue.key=Marseille}}
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2024-10-16 21:08:48	DEBUG	SQLOperation	select 'key' from Person_mapPropertyMadeOfEntityAsValue | {}
2024-10-16 21:08:48	DEBUG	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>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsValue(id int, key varchar(255), value int, unique (id, key))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsValue add constraint FK_Person_mapPropertyMadeOfEntityAsValue_id_Person_id foreign key(id) references Person(id)
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsValue add constraint FK_Person_mapPropertyMadeOfEntityAsValue_value_Country_id foreign key(value) references Country(id)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$ValueIsEntity</className><duration>0.017</duration><failedSince>0</failedSince><name>crud_deleteOrphan</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsValue(id int, key varchar(255), value int, unique (id, key))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsValue add constraint FK_Person_ma
...[truncated 9930 chars]...
	DEBUG	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@2}, 2={Country.id=o.c.s.i.PersistedIdentifier@3}}
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2024-10-16 21:08:48	DEBUG	SQLOperation	select value from Person_mapPropertyMadeOfEntityAsValue | {}
2024-10-16 21:08:48	DEBUG	SQLOperation	select id from Country | {}
</stdout></case><duration>0.098</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.011</duration><failedSince>0</failedSince><name>update_withAssociationTable_associationRecordsMustBeUpdated_butNotTargetEntities_list</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Question_choices(question_id int, choices_id int, unique (question_id, choices_id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Question(label varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Question_choices add constraint FK_Question_choices_question_id_Question_id foreign key(question_
...[truncated 4472 chars]...
ing org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@516fe41c on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Question@7bef0ec1
2024-10-16 21:08:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@76d1ba9b on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Question@7bef0ec1
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Update</className><duration>0.012</duration><failedSince>0</failedSince><name>update_entityRemoval</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	insert
...[truncated 1019 chars]...
bleIdentifier@10, Choice.label (U)=null, Choice.idx (U)=2}, 2={Choice.questionId (U)=o.c.s.i.PersistableIdentifier@1, Choice.id (W)=o.c.s.i.PersistableIdentifier@30, Choice.label (U)=null, Choice.idx (U)=1}}
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	delete from Choice where id = ? | {1={Choice.id=o.c.s.i.PersistableIdentifier@20}}
2024-10-16 21:08:49	DEBUG	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.008</duration><failedSince>0</failedSince><name>update_entitySwapping</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	insert
...[truncated 979 chars]...
.i.PersistableIdentifier@1, Choice.label (U)=null, Choice.id (W)=o.c.s.i.PersistableIdentifier@20}, 2={Choice.idx (U)=2, Choice.questionId (U)=o.c.s.i.PersistableIdentifier@1, Choice.label (U)=null, Choice.id (W)=o.c.s.i.PersistableIdentifier@10}, 3={Choice.idx (U)=3, Choice.questionId (U)=o.c.s.i.PersistableIdentifier@1, Choice.label (U)=null, Choice.id (W)=o.c.s.i.PersistableIdentifier@30}}
2024-10-16 21:08:49	DEBUG	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.007</duration><failedSince>0</failedSince><name>update_entityRemoval_entitiesAreSameObjectReference</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	insert
...[truncated 1019 chars]...
nId (U)=o.c.s.i.PersistableIdentifier@1, Choice.idx (U)=2}, 2={Choice.label (U)=null, Choice.id (W)=o.c.s.i.PersistableIdentifier@30, Choice.questionId (U)=o.c.s.i.PersistableIdentifier@1, Choice.idx (U)=1}}
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	delete from Choice where id = ? | {1={Choice.id=o.c.s.i.PersistableIdentifier@20}}
2024-10-16 21:08:49	DEBUG	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>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	insert
...[truncated 361 chars]...
.PersistableIdentifier@20}, 2={Choice.label=null, Choice.idx=3, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.id=o.c.s.i.PersistableIdentifier@30}, 3={Choice.label=null, Choice.idx=1, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.id=o.c.s.i.PersistableIdentifier@10}}
2024-10-16 21:08:49	DEBUG	SQLOperation	select Choice.id, Choice.idx from Choice order by Choice.id | {}
2024-10-16 21:08:49	DEBUG	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.008</duration><failedSince>0</failedSince><name>update_entityAddition</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	insert
...[truncated 1286 chars]...
hoice.id (W)=o.c.s.i.PersistableIdentifier@30, Choice.idx (U)=1, Choice.label (U)=null}}
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	insert into Choice(label, id, questionId, idx) values (?, ?, ?, ?) | {1={Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.id=o.c.s.i.PersistableIdentifier@40, Choice.idx=2, Choice.label=null}}
2024-10-16 21:08:49	DEBUG	SQLOperation	select Choice.id, Choice.idx from Choice order by Choice.id | {}
</stdout></case><duration>0.057</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.01</duration><failedSince>0</failedSince><name>insert_indexedByColumnName</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, questionId int, myIdx integer, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	insert into Q
...[truncated 260 chars]...
e.id=o.c.s.i.PersistableIdentifier@10, Choice.myIdx=1, Choice.label=null, Choice.questionId=o.c.s.i.PersistableIdentifier@1}, 2={Choice.id=o.c.s.i.PersistableIdentifier@30, Choice.myIdx=3, Choice.label=null, Choice.questionId=o.c.s.i.PersistableIdentifier@1}, 3={Choice.id=o.c.s.i.PersistableIdentifier@20, Choice.myIdx=2, Choice.label=null, Choice.questionId=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:49	DEBUG	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.008</duration><failedSince>0</failedSince><name>insert_cascadeIsTriggered</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	insert
...[truncated 257 chars]...
1={Choice.idx=1, Choice.label=null, Choice.id=o.c.s.i.PersistableIdentifier@10, Choice.questionId=o.c.s.i.PersistableIdentifier@1}, 2={Choice.idx=2, Choice.label=null, Choice.id=o.c.s.i.PersistableIdentifier@20, Choice.questionId=o.c.s.i.PersistableIdentifier@1}, 3={Choice.idx=3, Choice.label=null, Choice.id=o.c.s.i.PersistableIdentifier@30, Choice.questionId=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:49	DEBUG	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>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	insert
...[truncated 1758 chars]...
tityMappingConfigurationSupportOneToManyListTest$Question@2ca83abb
2024-10-16 21:08:49	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@41f9fe25
2024-10-16 21:08:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@ac67b26 on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Question@2ca83abb
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest</className><duration>0.009</duration><failedSince>0</failedSince><name>crud_mappedBy</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer, label varchar(255), questionId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	insert into Que
...[truncated 2205 chars]...
024-10-16 21:08:49	DEBUG	SQLOperation	update Choice set label = ?, questionId = ?, idx = ? where id = ? | {1={Choice.label (U)=Grenoble, Choice.questionId (U)=null, Choice.idx (U)=null, Choice.id (W)=o.c.s.i.PersistableIdentifier@13}}
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	delete from Question where id = ? | {1={Question.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:49	DEBUG	SQLOperation	select questionId from Choice | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest</className><duration>0.011</duration><failedSince>0</failedSince><name>delete_reverseSideIsNotMapped_relationRecordsMustBeDeleted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, idx integer not null, unique (answer_id, choices_id, idx))
2024-10-16 21:08:49	
...[truncated 3320 chars]...
nswer_id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:49	DEBUG	SQLOperation	select count(id) as answerId from Answer | {}
2024-10-16 21:08:49	DEBUG	SQLOperation	select count(*) as relationCount from Answer_Choices | {}
2024-10-16 21:08:49	DEBUG	SQLOperation	select count(id) as choiceCount from Choice | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$WithDuplicates</className><duration>0.012</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, idx integer not null, unique (answer_id, choices_id, idx))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2024-10-16 21:08:49	
...[truncated 11314 chars]...
bleIdentifier@1}, 3={Answer_choices.idx=3, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@30, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:49	DEBUG	SQLOperation	select count(*) as c from Answer_Choices | {}
2024-10-16 21:08:49	DEBUG	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>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, idx integer not null, unique (answer_id, choices_id, idx))
2024-10-16 21:08:49	
...[truncated 2557 chars]...
wer_id=o.c.s.i.PersistableIdentifier@1}, 3={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@20, Answer_choices.idx=2, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1}, 4={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@30, Answer_choices.idx=4, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:49	DEBUG	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>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, idx integer not null, unique (answer_id, choices_id, idx))
2024-10-16 21:08:49	
...[truncated 20014 chars]...
es.answer_id=o.c.s.i.PersistedIdentifier@1}, 2={Answer_choices.idx=2, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@20, Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@1}, 3={Answer_choices.idx=3, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@10, Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@1}}
2024-10-16 21:08:49	DEBUG	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.009</duration><failedSince>0</failedSince><name>select_default</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, idx integer not null, unique (answer_id, choices_id, idx))
2024-10-16 21:08:49	
...[truncated 5684 chars]...
Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@1d256b08 on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer@896936d
2024-10-16 21:08:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@6b11d01f on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer@896936d
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$WithDuplicates</className><duration>0.007</duration><failedSince>0</failedSince><name>select_targets</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, idx integer not null, unique (answer_id, choices_id, idx))
2024-10-16 21:08:49	
...[truncated 2670 chars]...
ityMappingConfigurationSupportOneToManyListTest$Question@59f54fbc
2024-10-16 21:08:49	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@262aec01
2024-10-16 21:08:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@1b79be38 on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Question@59f54fbc
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$WithDuplicates</className><duration>0.01</duration><failedSince>0</failedSince><name>deleteById</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, idx integer not null, unique (answer_id, choices_id, idx))
2024-10-16 21:08:49	
...[truncated 2787 chars]...
tableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@30, Answer_choices.idx=4}}
2024-10-16 21:08:49	DEBUG	SQLOperation	delete from Answer_choices where answer_id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2024-10-16 21:08:49	DEBUG	SQLOperation	delete from Answer where id in (?) | {Answer.id=o.c.s.i.PersistableIdentifier@1}
2024-10-16 21:08:49	DEBUG	SQLOperation	select count(*) as c from Answer_Choices | {}
2024-10-16 21:08:49	DEBUG	SQLOperation	select id from Choice | {}
</stdout></case><duration>0.065</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.022</duration><failedSince>0</failedSince><name>update_multipleTimes</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table State(name varchar(255), id int not null, countryId int, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) ref
...[truncated 14507 chars]...
ntry=org.codefilarete.stalactite.engine.model.Country@38cc8baa,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;,version=0]
2024-10-16 21:08:45	DEBUG	SQLOperation	select id from State where id = 1 | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAll</className><duration>0.019</duration><failedSince>0</failedSince><name>update_noMappedBy_associationTableIsMaintained</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(citi
...[truncated 7052 chars]...
:45	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@658ccbb8 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;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAll</className><duration>0.015</duration><failedSince>0</failedSince><name>delete_mappedRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2024-10-16 21:08:45	DEBUG	SQLOperation	select Country.name as Country_name, Country.description as Co
...[truncated 1554 chars]...
n	Batching statement 2 times
2024-10-16 21:08:45	DEBUG	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.countryId (U)=null, City.name (U)=null, City.id (W)=o.c.s.i.PersistedIdentifier@100}, 2={City.countryId (U)=null, City.name (U)=null, City.id (W)=o.c.s.i.PersistedIdentifier@200}}
2024-10-16 21:08:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:45	DEBUG	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.014</duration><failedSince>0</failedSince><name>update_mappedBy</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2024-10-16 21:08:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:45	DEBUG	SQLOperat
...[truncated 4133 chars]...
rete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@2252dd36 on object Country[ancientCities=[],capital=&lt;null&gt;,cities=[City[country=org.codefilarete.stalactite.engine.model.Country@625b0589,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;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAll</className><duration>0.013</duration><failedSince>0</failedSince><name>update_associationTable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(citi
...[truncated 7056 chars]...
:45	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@70ef4c86 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;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAll</className><duration>0.013</duration><failedSince>0</failedSince><name>delete_withAssociationTable_associationRecordsMustBeDeleted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(
...[truncated 780 chars]...
Identifier@42}}
2024-10-16 21:08:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:45	DEBUG	SQLOperation	delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.country_id=o.c.s.i.PersistedIdentifier@666, Country_cities.cities_id=o.c.s.i.PersistedIdentifier@300}}
2024-10-16 21:08:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:45	DEBUG	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@666}}
</stdout></case><duration>0.101</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.022</duration><failedSince>0</failedSince><name>update_associationTable_removedElementsAreDeleted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(
...[truncated 7239 chars]...
:45	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@777777f2 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;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAllOrphanRemoval</className><duration>0.014</duration><failedSince>0</failedSince><name>delete_mappedBy</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2024-10-16 21:08:45	DEBUG	SQLOperation	select Country.name as Country_name, Country.description as Co
...[truncated 1429 chars]...
ationDate=&lt;null&gt;,name=&lt;null&gt;,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,version=0]
2024-10-16 21:08:45	DEBUG	SQLOperation	Batching statement 2 times
2024-10-16 21:08:45	DEBUG	SQLOperation	delete from City where id = ? | {1={City.id=o.c.s.i.PersistedIdentifier@100}, 2={City.id=o.c.s.i.PersistedIdentifier@200}}
2024-10-16 21:08:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:45	DEBUG	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.016</duration><failedSince>0</failedSince><name>update_mappedBy_removedElementsAreDeleted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2024-10-16 21:08:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:45	DEBUG	SQLOperat
...[truncated 4060 chars]...
rete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@3995d348 on object Country[ancientCities=[],capital=&lt;null&gt;,cities=[City[country=org.codefilarete.stalactite.engine.model.Country@65fbbaf6,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;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAllOrphanRemoval</className><duration>0.012</duration><failedSince>0</failedSince><name>delete_withAssociationTable_associationRecordsMustBeDeleted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(citi
...[truncated 1191 chars]...
= ? | {1={Country_cities.country_id=o.c.s.i.PersistedIdentifier@666, Country_cities.cities_id=o.c.s.i.PersistedIdentifier@300}}
2024-10-16 21:08:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:45	DEBUG	SQLOperation	delete from City where id = ? | {1={City.id=o.c.s.i.PersistedIdentifier@300}}
2024-10-16 21:08:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:45	DEBUG	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@666}}
</stdout></case><duration>0.065</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.006</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.01</duration><failedSince>0</failedSince><name>delete_withAssociationTable_associationRecordsMustBeDeleted_butNotTargetEntities</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(
...[truncated 780 chars]...
Identifier@42}}
2024-10-16 21:08:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:45	DEBUG	SQLOperation	delete from Country_cities where cities_id = ? and country_id = ? | {1={Country_cities.country_id=o.c.s.i.PersistedIdentifier@666, Country_cities.cities_id=o.c.s.i.PersistedIdentifier@300}}
2024-10-16 21:08:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:45	DEBUG	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.016</duration><failedSince>0</failedSince><name>update_withAssociationTable_associationRecordsMustBeUpdated_butNotTargetEntities</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(
...[truncated 5980 chars]...
6 21:08:45	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@4cec1ee8 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;,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>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(citi
...[truncated 596 chars]...
ng statement 3 times
2024-10-16 21:08:45	DEBUG	SQLOperation	insert into Country_cities(country_id, cities_id) values (?, ?) | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@42, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@100}, 2={Country_cities.country_id=o.c.s.i.PersistableIdentifier@42, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@200}, 3={Country_cities.country_id=o.c.s.i.PersistableIdentifier@666, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@300}}
</stdout></case><duration>0.044</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.012</duration><failedSince>0</failedSince><name>insert_onlySourceEntitiesArePersisted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(
...[truncated 204 chars]...
 21:08:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:45	DEBUG	SQLOperation	insert into Country(name, description, id) values (?, ?, ?) | {1={Country.name=France, Country.id=o.c.s.i.PersistableIdentifier@1, Country.description=null}}
2024-10-16 21:08:45	DEBUG	SQLOperation	select id from country | {}
2024-10-16 21:08:45	DEBUG	SQLOperation	select count(*) as relationCount from country_cities | {}
2024-10-16 21:08:45	DEBUG	SQLOperation	select count(*) as cityCount from city | {}
</stdout></case><duration>0.013</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</className><duration>0.009</duration><failedSince>0</failedSince><name>mappedBy_entitiesAreLoaded</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2024-10-16 21:08:45	DEBUG	SQLOperation	select Country.name as Country_name, Country.id as Country_id, City.name as City_name, C
...[truncated 944 chars]...
g.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@1a45689e on object Country[ancientCities=[],capital=&lt;null&gt;,cities=[City[country=org.codefilarete.stalactite.engine.model.Country@1f2fbd9c,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;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest</className><duration>0.012</duration><failedSince>0</failedSince><name>mappedBy_noCascade_defaultCascadeIsAll</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2024-10-16 21:08:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:45	DEBUG	SQLOperat
...[truncated 3569 chars]...
, City.countryId (U)=null, City.name (U)=touched Paris}, 2={City.id (W)=o.c.s.i.PersistedIdentifier@1, City.countryId (U)=null, City.name (U)=Paris}}
2024-10-16 21:08:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:45	DEBUG	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2024-10-16 21:08:45	DEBUG	SQLOperation	select name from Country where id = 42 | {}
2024-10-16 21:08:45	DEBUG	SQLOperation	select name from City where id = 1 | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest</className><duration>0.008</duration><failedSince>0</failedSince><name>mappedBy_foreignKeyIsCreated</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08: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</className><duration>0.013</duration><failedSince>0</failedSince><name>mappedBy_differentWays(ThrowingSupplier, boolean)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2024-10-16 21:08:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:45	DEBUG	SQLOperat
...[truncated 4479 chars]...
g.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@2668d785 on object Country[ancientCities=[],capital=&lt;null&gt;,cities=[City[country=org.codefilarete.stalactite.engine.model.Country@368e1d6,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;,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>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2024-10-16 21:08:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:45	DEBUG	SQLOperat
...[truncated 4478 chars]...
.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@4125fa08 on object Country[ancientCities=[],capital=&lt;null&gt;,cities=[City[country=org.codefilarete.stalactite.engine.model.Country@2e798b8f,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;,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)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table city(countryId int, name varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	alter table city add constraint FK_city_countryId_Country_id foreign key(countryId) references Country(id)
2024-10-16 21:08:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:45	DEBUG	SQLOperat
...[truncated 4378 chars]...
-16 21:08:45	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@2700b7bf 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;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest</className><duration>0.013</duration><failedSince>0</failedSince><name>mappedBy_set_crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country(id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2024-10-16 21:08:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:45	DEBUG	SQLOperation	insert into Country(id) values (?) | {1={
...[truncated 2390 chars]...
DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:45	DEBUG	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistableIdentifier@13, City.countryId (U)=null, City.name (U)=Grenoble}}
2024-10-16 21:08:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:45	DEBUG	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:45	DEBUG	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>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country(id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(country_id) references Country(id)
2024-10-16
...[truncated 4244 chars]...
tatement 1 times
2024-10-16 21:08:45	DEBUG	SQLOperation	delete from Country_cities where cities_id = ? and country_id = ? | {1={Country_cities.cities_id=o.c.s.i.PersistableIdentifier@13, Country_cities.country_id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:45	DEBUG	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:45	DEBUG	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>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country(id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, myIdx integer, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2024-10-16 21:08:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:45	DEBUG	SQLOperation	insert into Country(id) va
...[truncated 2944 chars]...
e, City.countryId (U)=null}}
2024-10-16 21:08:45	DEBUG	SQLOperation	Batching statement 2 times
2024-10-16 21:08:45	DEBUG	SQLOperation	update City set myIdx = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistableIdentifier@17, City.myIdx (U)=2, City.countryId (U)=o.c.s.i.PersistedIdentifier@1}, 2={City.id (W)=o.c.s.i.PersistableIdentifier@23, City.myIdx (U)=1, City.countryId (U)=o.c.s.i.PersistedIdentifier@1}}
2024-10-16 21:08:45	DEBUG	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>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2024-10-16 21:08:45	DEBUG	SQLOperation	select Country.name as Country_name, Country.id as Country_id, City.name as City_name, C
...[truncated 944 chars]...
g.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@7cd1e0c4 on object Country[ancientCities=[],capital=&lt;null&gt;,cities=[City[country=org.codefilarete.stalactite.engine.model.Country@15d84c80,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;,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>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2024-10-16 21:08:45	DEBUG	SQLOperation	select Country.name as Country_name, Country.description as Co
...[truncated 303 chars]...
codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@24ebe346
2024-10-16 21:08:45	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@491987b0 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;,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>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(
...[truncated 1195 chars]...
ionDate=&lt;null&gt;,name=&lt;null&gt;,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,version=0]
2024-10-16 21:08:45	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@4a65fa63 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;,version=0]
</stdout></case><duration>0.021</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.013</duration><failedSince>0</failedSince><name>multiple_oneToOne_partialOrphanRemoval</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Country(description varchar(255), id int not null, presidentId int, capitalId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references
...[truncated 5625 chars]...
ration	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@0}}
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	update City set name = ? where id = ? | {1={City.name (U)=Paris renamed, City.id (W)=o.c.s.i.PersistableIdentifier@0}}
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	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>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Country(description varchar(255), id int not null, presidentId int, capitalId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references
...[truncated 5327 chars]...
erson.id (W)=o.c.s.i.PersistableIdentifier@0, Person.name (U)=French president renamed}}
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	update City set name = ? where id = ? | {1={City.name (U)=Paris renamed, City.id (W)=o.c.s.i.PersistableIdentifier@0}}
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	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.008</duration><failedSince>0</failedSince><name>lightOneToOne_relationIsPersisted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), presidentId int, id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	insert into Country(name, description, presidentId, id) values (?, ?, ?, ?) | {1={Country.description=null, 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,mapP
...[truncated 967 chars]...
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], Country.id (W)=o.c.s.i.PersistedIdentifier@456}}
</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>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table City(countryId int, name varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Country(description varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	insert into Cou
...[truncated 7829 chars]...
10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@0}}
2024-10-16 21:08:49	DEBUG	SQLOperation	select City.name as City_name, City.id as City_id from City where City.id in (?) | {City.id=o.c.s.i.PersistableIdentifier@1}
2024-10-16 21:08:49	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@630643f6
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll</className><duration>0.015</duration><failedSince>0</failedSince><name>ownedByReverseSideGetter</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Country(description varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	insert into Cou
...[truncated 7829 chars]...
10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@0}}
2024-10-16 21:08:49	DEBUG	SQLOperation	select City.name as City_name, City.id as City_id from City where City.id in (?) | {City.id=o.c.s.i.PersistableIdentifier@1}
2024-10-16 21:08:49	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@6ed2b6ac
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll</className><duration>0.015</duration><failedSince>0</failedSince><name>ownedByReverseSideSetter</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Country(description varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	insert into Cou
...[truncated 7823 chars]...
10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@0}}
2024-10-16 21:08:49	DEBUG	SQLOperation	select City.name as City_name, City.id as City_id from City where City.id in (?) | {City.id=o.c.s.i.PersistableIdentifier@1}
2024-10-16 21:08:49	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@407e4ffa
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll</className><duration>0.013</duration><failedSince>0</failedSince><name>ownedBySourceSide</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Country(description varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	insert into Cou
...[truncated 7829 chars]...
10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@0}}
2024-10-16 21:08:49	DEBUG	SQLOperation	select City.name as City_name, City.id as City_id from City where City.id in (?) | {City.id=o.c.s.i.PersistableIdentifier@1}
2024-10-16 21:08:49	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@4c8ce6c7
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Delete</className><duration>0.007</duration><failedSince>0</failedSince><name>targetEntityIsDeleted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Country(description varchar(255), id int not null, presidentId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2024-10-16 21:08:49	DEBUG	SQLOperation	select Country.description as Country_description, Country.id as Coun
...[truncated 491 chars]...
ionJoinNode$DefaultRelationJoinRowConsumer@44c46039 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;,version=0]
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	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.007</duration><failedSince>0</failedSince><name>insertTwice_targetInstanceIsInsertedOnce</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEB
...[truncated 1587 chars]...
codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@41917eb0
2024-10-16 21:08:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@97e813c 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;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Insert</className><duration>0.006</duration><failedSince>0</failedSince><name>mandatory_withNullTarget_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int not null, unique (id))
2024-10-16 21:08: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.009</duration><failedSince>0</failedSince><name>insert_targetInstanceIsUpdated_ownedByReverseSide</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, countryId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_countryId_Country_id foreign key(countryId) references Country(id)
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQL
...[truncated 1884 chars]...
16 21:08:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@2f226423 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;,version=0]
2024-10-16 21:08:49	DEBUG	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>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEB
...[truncated 1896 chars]...
16 21:08:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@1012c079 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;,version=0]
2024-10-16 21:08:49	DEBUG	SQLOperation	select count(*) as countryCount from Country | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Insert</className><duration>0.006</duration><failedSince>0</failedSince><name>insertOnce_targetInstanceIsInserted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEB
...[truncated 928 chars]...
arete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@aca3507
2024-10-16 21:08:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@56838ef2 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;,version=0]
</stdout></case><duration>0.039</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.008</duration><failedSince>0</failedSince><name>relationNullifiedWithOrphanRemoval</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEB
...[truncated 2572 chars]...
elationJoinNode$DefaultRelationJoinRowConsumer@457c0bbe 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;,version=0]
2024-10-16 21:08:49	DEBUG	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>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEB
...[truncated 3981 chars]...
er=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;,version=0]
2024-10-16 21:08:49	DEBUG	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}
2024-10-16 21:08:49	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@64b98ff7
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Update</className><duration>0.012</duration><failedSince>0</failedSince><name>relationChanged_relationIsOwnedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, countryId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_countryId_Country_id foreign key(countryId) references Country(id)
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQL
...[truncated 4287 chars]...
m Person where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@0}
2024-10-16 21:08:49	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@2d368846
2024-10-16 21:08:49	DEBUG	SQLOperation	select countryId from Person where id = :personId | {personId=o.c.s.i.PersistableIdentifier@0}
2024-10-16 21:08:49	DEBUG	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>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:
...[truncated 913 chars]...
.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@192ddaa4
2024-10-16 21:08:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@21f24c11 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;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Update</className><duration>0.007</duration><failedSince>0</failedSince><name>relationNullified_relationIsOwnedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEB
...[truncated 2537 chars]...
er=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;,version=0]
2024-10-16 21:08:49	DEBUG	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}
2024-10-16 21:08:49	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@5d7f1824
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Update</className><duration>0.007</duration><failedSince>0</failedSince><name>relationChanged_relationIsOwnedBySource_withOrphanRemoval</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEB
...[truncated 2831 chars]...
elationJoinNode$DefaultRelationJoinRowConsumer@48531cd8 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;,version=0]
2024-10-16 21:08:49	DEBUG	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.057</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.007</duration><failedSince>0</failedSince><name>notDefined_defaultIsAll_getter</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEB
...[truncated 1786 chars]...
esident_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}
2024-10-16 21:08:49	DEBUG	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}
2024-10-16 21:08:49	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@2c52a78d
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeDeclaration</className><duration>0.013</duration><failedSince>0</failedSince><name>readOnly_getter_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, countryId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_countryId_Country_id foreign key(countryId) references Country(id)
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQL
...[truncated 3685 chars]...
024-10-16 21:08:49	DEBUG	SQLOperation	update Person set countryId = ? where id = ? | {1={}}
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@42}}
2024-10-16 21:08:49	DEBUG	SQLOperation	select name from Country | {}
2024-10-16 21:08:49	DEBUG	SQLOperation	select name from Person | {}
2024-10-16 21:08:49	DEBUG	SQLOperation	select name from Person where id = 2 | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeDeclaration</className><duration>0.006</duration><failedSince>0</failedSince><name>cascade_deleteWithOrphanRemoval</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Country(description varchar(255), id int not null, presidentId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2024-10-16 21:08:49	DEBUG	SQLOperation	select Country.description as Country_description, Country.id as Coun
...[truncated 677 chars]...
sistedIdentifier@100,languages=[],modificationDate=&lt;null&gt;,name=&lt;null&gt;,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,version=0]
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@100}}
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	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.002</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>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEB
...[truncated 1394 chars]...
leIdentifier@42, Country.name (U)=touched France, Country.description (U)=null}}
2024-10-16 21:08:49	DEBUG	SQLOperation	select name from Person where id = 1 | {}
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2024-10-16 21:08:49	DEBUG	SQLOperation	select name from Country | {}
2024-10-16 21:08:49	DEBUG	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>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEB
...[truncated 1394 chars]...
 Country.description (U)=null, Country.id (W)=o.c.s.i.PersistableIdentifier@42}}
2024-10-16 21:08:49	DEBUG	SQLOperation	select name from Person where id = 1 | {}
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2024-10-16 21:08:49	DEBUG	SQLOperation	select name from Country | {}
2024-10-16 21:08:49	DEBUG	SQLOperation	select name from Person where id = 1 | {}
</stdout></case><duration>0.049</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.007</duration><failedSince>0</failedSince><name>relationIsDefinedByColumnOnTargetSideAndReverseMutatorIsUsed_columnOverrideIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table city(state int, name varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08: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.006</duration><failedSince>0</failedSince><name>relationOwnedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, capitalId int, unique (id))
2024-10-16 21:08: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.007</duration><failedSince>0</failedSince><name>relationIsDefinedByColumnOnTargetSide</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table city(state int, name varchar(255), id int not null, unique (id))
2024-10-16 21:08: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>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table city(state int, name varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08: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>relationOwnedByTargetSide</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
</stdout></case><duration>0.036</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.014</duration><failedSince>0</failedSince><name>joinedTables_singleTable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	DDLDeployer	create table AbstractVehicle(id int not null, unique (id))
2024-10-16 21:08:47	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), color int, plug integer, DTYPE varchar(255) not null, unique (id))
2024-10-16 21:08:47	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	SQLOper
...[truncated 3268 chars]...
,id=o.c.s.i.PersistedIdentifier@1,timestamp=&lt;null&gt;]
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:47	DEBUG	SQLOperation	select * from car | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismCompositionTest</className><duration>0.014</duration><failedSince>0</failedSince><name>joinedTables_joinedTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	DDLDeployer	create table AbstractVehicle(id int not null, unique (id))
2024-10-16 21:08:47	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), color int, unique (id))
2024-10-16 21:08:47	DEBUG	DDLDeployer	create table ElectricCar(plug integer, id int not null, unique (id))
2024-10-16 21:08:47	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2024-10-16 21:08:47	DEBUG	DDLDeploy
...[truncated 5159 chars]...
21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:47	DEBUG	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.013</duration><failedSince>0</failedSince><name>singleTable_joinedTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	DDLDeployer	create table AbstractVehicle(id int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2024-10-16 21:08:47	DEBUG	DDLDeployer	create table ElectricCar(plug integer, id int not null, unique (id))
2024-10-16 21:08:47	DEBUG	DDLDeployer	alter table ElectricCar add constraint FK_ElectricCar_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:4
...[truncated 3829 chars]...
ier@1,timestamp=&lt;null&gt;]
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	SQLOperation	delete from ElectricCar where id = ? | {1={ElectricCar.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:47	DEBUG	SQLOperation	select * from abstractVehicle | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismCompositionTest</className><duration>0.003</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.054</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.017</duration><failedSince>0</failedSince><name>twoSubClasses</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table AbstractVehicle(id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), color int, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Truck(id int not null, color int, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter 
...[truncated 6225 chars]...
024-10-16 21:08:48	DEBUG	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@2}}
2024-10-16 21:08:48	DEBUG	SQLOperation	select count(*) as vehicleCount from abstractVehicle where id in (1, 2) | {}
2024-10-16 21:08:48	DEBUG	SQLOperation	select count(*) as carCount from car where id = 1 | {}
2024-10-16 21:08:48	DEBUG	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.011</duration><failedSince>0</failedSince><name>oneSubClass</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table AbstractVehicle(id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), color int, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	insert into AbstractVehicle(id) value
...[truncated 2844 chars]...
21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:48	DEBUG	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>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table AbstractVehicle(id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), color int, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Truck(id int not null, color int, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter 
...[truncated 377 chars]...
6 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	insert into Car(color, id) values (?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.color=Color[rgb=666]}}
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	insert into Truck(color, id) values (?, ?) | {1={Truck.color=Color[rgb=42], Truck.id=o.c.s.i.PersistableIdentifier@2}}
2024-10-16 21:08:48	DEBUG	SQLOperation	select model from Car | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$JoinTable</className><duration>0.012</duration><failedSince>0</failedSince><name>listenersAreNotified</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table AbstractVehicle(id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), color int, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	insert into AbstractVehicle(id) value
...[truncated 2924 chars]...
{Car.id=o.c.s.i.PersistedIdentifier@1}
2024-10-16 21:08:48	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@215a1812
2024-10-16 21:08:48	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@35ae63b6 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>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Truck(id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Truck add constraint FK_Truck
...[truncated 6257 chars]...
ck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 2 times
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2024-10-16 21:08:48	DEBUG	SQLOperation	select count(*) as carCount from Vehicle where id = 1 | {}
2024-10-16 21:08:48	DEBUG	SQLOperation	select count(*) as truckCount from Vehicle where id = 2 | {}
</stdout></case><duration>0.065</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.015</duration><failedSince>0</failedSince><name>twoSubClasses</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table AbstractVehicle(id int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	insert into AbstractVehicle(color, model, id, DTYPE) values (?, ?, ?, ?) | {1={AbstractVehicle.color=Color[rgb=666], AbstractVehicle.model=Renault, AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1, AbstractVehicle.DTYPE=CAR}}
2024-10-16 21:08:48
...[truncated 3377 chars]...
1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:48	DEBUG	SQLOperation	select * from abstractVehicle | {}
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@2}}
2024-10-16 21:08:48	DEBUG	SQLOperation	select * from abstractVehicle | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$SingleTable</className><duration>0.01</duration><failedSince>0</failedSince><name>oneSubClass</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table AbstractVehicle(id int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	insert into AbstractVehicle(color, model, id, DTYPE) values (?, ?, ?, ?) | {1={AbstractVehicle.color=Color[rgb=666], AbstractVehicle.DTYPE=CAR, AbstractVehicle.model=Renault, AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:48
...[truncated 1548 chars]...
cle.id in (?) | {AbstractVehicle.id=o.c.s.i.PersistedIdentifier@1}
2024-10-16 21:08:48	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@563ecf70
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:48	DEBUG	SQLOperation	select * from abstractVehicle | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$SingleTable</className><duration>0.008</duration><failedSince>0</failedSince><name>twoSubClasses_withReadonlyProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table AbstractVehicle(id int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	insert into AbstractVehicle(color, id, DTYPE) values (?, ?, ?) | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1, AbstractVehicle.color=Color[rgb=666], AbstractVehicle.DTYPE=CAR}}
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	insert into AbstractVehicle(color, id, DTYPE) values (?, ?, ?) | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@2, AbstractVehicle.color=Color[rgb=42], AbstractVehicle.DTYPE=TRUCK}}
2024-10-16 21:08:48	DEBUG	SQLOperation	select model from AbstractVehicle | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$SingleTable</className><duration>0.011</duration><failedSince>0</failedSince><name>listenersAreNotified</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table AbstractVehicle(id int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	insert into AbstractVehicle(color, model, id, DTYPE) values (?, ?, ?, ?) | {1={AbstractVehicle.model=Renault, AbstractVehicle.DTYPE=CAR, AbstractVehicle.color=Color[rgb=666], AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:48
...[truncated 1659 chars]...
actVehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2024-10-16 21:08:48	DEBUG	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}
2024-10-16 21:08:48	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@21903f0d
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$SingleTable</className><duration>0.018</duration><failedSince>0</failedSince><name>twoSubClasses_withCommonProperties</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Vehicle(color int, id int, model varchar(255), DTYPE varchar(255) not null, unique (id))
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	insert into Vehicle(color, model, id, DTYPE) values (?, ?, ?, ?) | {1={Vehicle.color=Color[rgb=666], Vehicle.DTYPE=CAR, Vehicle.model=Renault, Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2
...[truncated 3392 chars]...
 21:08:48	DEBUG	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2024-10-16 21:08:48	DEBUG	SQLOperation	select count(*) as carCount from Vehicle where id = 1 | {}
2024-10-16 21:08:48	DEBUG	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>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table AbstractVehicle(id int, model varchar(255), color integer, DTYPE varchar(255) not null, unique (id))
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	insert into AbstractVehicle(color, model, id, DTYPE) values (?, ?, ?, ?) | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1, AbstractVehicle.DTYPE=CAR, AbstractVehicle.model=Renault, AbstractVehicle.color=Color[rgb=666]}}
2024-10-16 21:0
...[truncated 154 chars]...
tVehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2024-10-16 21:08:48	DEBUG	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}
2024-10-16 21:08:48	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@2d087ab9
</stdout></case><duration>0.075</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.004</duration><failedSince>0</failedSince><name>crud(String, EntityPersister, ConnectionProvider)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table AbstractVehicle(id int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table AbstractVehicle(id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Truck(id int not null, color int, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	alter table Ca
...[truncated 4149 chars]...
ating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@741198fb
2024-10-16 21:08:48	DEBUG	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}
2024-10-16 21:08:48	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@6c9e0c6
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest</className><duration>0.005</duration><failedSince>0</failedSince><name>crud(String, EntityPersister, ConnectionProvider)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 2 times
2024-10-16 21:08:48	DEBUG	SQLOperation	insert into AbstractVehicle(id) values (?) | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@2}}
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:48	DEBUG
...[truncated 5450 chars]...
ehicle.id where Truck.id in (?) | {Truck.id=o.c.s.i.PersistedIdentifier@2}
2024-10-16 21:08:48	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@5a3d36d8
2024-10-16 21:08:48	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@53df00ba 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.005</duration><failedSince>0</failedSince><name>crud(String, EntityPersister, ConnectionProvider)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	insert into Truck(color, id) values (?, ?) | {1={Truck.id=o.c.s.i.PersistableIdentifier@2, Truck.color=Color[rgb=42]}}
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 time
...[truncated 2730 chars]...
rsistedIdentifier@1}
2024-10-16 21:08:48	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@17563aea
2024-10-16 21:08:48	DEBUG	SQLOperation	select Truck.color as Truck_color, Truck.id as Truck_id from Truck where Truck.id in (?) | {Truck.id=o.c.s.i.PersistedIdentifier@2}
2024-10-16 21:08:48	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@3f837310
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$TablePerClass</className><duration>0.015</duration><failedSince>0</failedSince><name>twoSubClasses</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Truck(color int, id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	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]}}
2024-10-16 21:08:48	DEBUG	SQLOperation
...[truncated 3192 chars]...
t 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2024-10-16 21:08:48	DEBUG	SQLOperation	select count(*) as carCount from car where id = 1 | {}
2024-10-16 21:08:48	DEBUG	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.01</duration><failedSince>0</failedSince><name>oneSubClass</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	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]}}
2024-10-16 21:08:48	DEBUG	SQLOperation	select * from car | {}
2024-10-16 21:08:48	DEBUG	SQLOperation	(select Car.id as id, 'Car' as Y fr
...[truncated 933 chars]...
el as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=o.c.s.i.PersistedIdentifier@1}
2024-10-16 21:08:48	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@c0e9305
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:48	DEBUG	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>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Truck(color int, id int not null, unique (id))
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	insert into Car(color, id) values (?, ?) | {1={Car.color=Color[rgb=666], Car.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	insert into Truck(color, id) values (?, ?) | {1={Truck.id=o.c.s.i.PersistableIdentifier@2, Truck.color=Color[rgb=42]}}
2024-10-16 21:08:48	DEBUG	SQLOperation	select model from Car | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$TablePerClass</className><duration>0.013</duration><failedSince>0</failedSince><name>listenersAreNotified</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), color int, unique (id))
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	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}}
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from Car where id = ? | 
...[truncated 997 chars]...
.i.PersistedIdentifier@1}}
2024-10-16 21:08:48	DEBUG	SQLOperation	(select Car.id as id, 'Car' as Y from Car where Car.id in (?)) | {1=o.c.s.i.PersistedIdentifier@1}
2024-10-16 21:08:48	DEBUG	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}
2024-10-16 21:08:48	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@78c042a0
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$TablePerClass</className><duration>0.017</duration><failedSince>0</failedSince><name>twoSubClasses_withCommonProperties</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Car(model varchar(255), id int not null, color int, unique (id))
2024-10-16 21:08:48	DEBUG	DDLDeployer	create table Truck(id int not null, color int, unique (id))
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	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]}}
2024-10-16 21:08:48	DEBUG	SQLOperation
...[truncated 3632 chars]...
1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:48	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:48	DEBUG	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2024-10-16 21:08:48	DEBUG	SQLOperation	select count(*) as carCount from car where id = 1 | {}
2024-10-16 21:08:48	DEBUG	SQLOperation	select count(*) as truckCount from truck where id = 2 | {}
</stdout></case><duration>0.065</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>2024-10-16 21:08:33	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2024-10-16 21:08:33	DEBUG	DDLDeployer	create table Vehicle(id int not null, engineId int, unique (id))
2024-10-16 21:08:33	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), color int, unique (id))
2024-10-16 21:08:33	DEBUG	DDLDeployer	create table Truck(id int not null, color int, unique (id))
2024-10-16 21:08:33	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_En
...[truncated 8614 chars]...
ment 1 times
2024-10-16 21:08:33	DEBUG	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@200}}
2024-10-16 21:08:33	DEBUG	SQLOperation	select count(*) as vehicleCount from Vehicle where id in (1, 2) | {}
2024-10-16 21:08:33	DEBUG	SQLOperation	select count(*) as carCount from car where id = 1 | {}
2024-10-16 21:08:33	DEBUG	SQLOperation	select count(*) as truckCount from car where id = 2 | {}
2024-10-16 21:08:33	DEBUG	SQLOperation	select id from Engine | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToJoinedTablesOne</className><duration>0.02</duration><failedSince>0</failedSince><name>oneSubClass</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:33	DEBUG	DDLDeployer	create table Vehicle(id int not null, engineId int, unique (id))
2024-10-16 21:08:33	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2024-10-16 21:08:33	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2024-10-16 21:08:33	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)
2024-10-16 21:08:33	DEBUG	DDLDeployer	alter ta
...[truncated 4218 chars]...
ment 1 times
2024-10-16 21:08:33	DEBUG	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:33	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:33	DEBUG	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@100}}
2024-10-16 21:08:33	DEBUG	SQLOperation	select * from Vehicle left outer join car on Vehicle.id = car.id | {}
2024-10-16 21:08:33	DEBUG	SQLOperation	select id from Engine | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToJoinedTablesOne</className><duration>0.027</duration><failedSince>0</failedSince><name>listenersAreNotified</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:33	DEBUG	DDLDeployer	create table Vehicle(id int not null, engineId int, unique (id))
2024-10-16 21:08:33	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2024-10-16 21:08:33	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2024-10-16 21:08:33	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)
2024-10-16 21:08:33	DEBUG	DDLDeployer	alter ta
...[truncated 4524 chars]...
owConsumer@3805a174 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;]
2024-10-16 21:08:33	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@3a1a08f9 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.036</duration><failedSince>0</failedSince><name>twoSubClasses_withCommonProperties</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:33	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2024-10-16 21:08:33	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, engineId int, unique (id))
2024-10-16 21:08:33	DEBUG	DDLDeployer	create table Car(model varchar(255), id int not null, unique (id))
2024-10-16 21:08:33	DEBUG	DDLDeployer	create table Truck(id int not null, unique (id))
2024-10-16 21:08:33	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id for
...[truncated 9161 chars]...
={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2024-10-16 21:08:33	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:33	DEBUG	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@200}}
2024-10-16 21:08:33	DEBUG	SQLOperation	select count(*) as carCount from Vehicle where id = 1 | {}
2024-10-16 21:08:33	DEBUG	SQLOperation	select count(*) as truckCount from Vehicle where id = 2 | {}
2024-10-16 21:08:33	DEBUG	SQLOperation	select id from Engine | {}
</stdout></case><duration>0.122</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.235</duration><failedSince>0</failedSince><name>crud_polymorphism_subClassHasOneToMany(String, EntityPersister, ConnectionProvider)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:30	DEBUG	DDLDeployer	create table Wheel(model varchar(255), serialNumber varchar(255) not null, unique (serialNumber))
2024-10-16 21:08:30	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2024-10-16 21:08:30	DEBUG	DDLDeployer	create table Vehicle(id int not null, engineId int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2024-10-16 21:08:30	DEBUG	DDLDeployer	create table Vehicle_wheels(vehicle_id int, wheels_serialNumber varchar(255
...[truncated 14458 chars]...
ehicle.id in (?) | {Vehicle.id=o.c.s.i.PersistedIdentifier@2}
2024-10-16 21:08:31	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@155afbd7
2024-10-16 21:08:31	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@3dddef98 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.039</duration><failedSince>0</failedSince><name>crud_polymorphism_subClassHasOneToMany(String, EntityPersister, ConnectionProvider)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:31	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:31	DEBUG	SQLOperation	insert into Vehicle(model, id, engineId, DTYPE) values (?, ?, ?, ?) | {1={Vehicle.model=Renault, Vehicle.engineId=null, Vehicle.id=o.c.s.i.PersistableIdentifier@1, Vehicle.DTYPE=CAR}}
2024-10-16 21:08:31	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:31	DEBUG	SQLOperation	insert into Wheel(model, serialNumber, vehicleId, idx) values (?, ?, ?, ?) | {1={Wheel.serialNumber=XYZ-AB
...[truncated 6765 chars]...
ehicle.id in (?) | {Vehicle.id=o.c.s.i.PersistedIdentifier@2}
2024-10-16 21:08:31	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@36eff8df
2024-10-16 21:08:31	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@560def6c 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.033</duration><failedSince>0</failedSince><name>crud_polymorphism_subClassHasOneToMany(String, EntityPersister, ConnectionProvider)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:31	DEBUG	SQLOperation	Batching statement 2 times
2024-10-16 21:08:31	DEBUG	SQLOperation	insert into Vehicle(id) values (?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2024-10-16 21:08:31	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:31	DEBUG	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault}}
2024-10-16 21:08:31	DEBUG	SQLOperation	Batching s
...[truncated 9073 chars]...
ehicle.id where Truck.id in (?) | {Truck.id=o.c.s.i.PersistedIdentifier@2}
2024-10-16 21:08:31	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@390e513a
2024-10-16 21:08:31	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@143f4d52 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)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:31	DEBUG	SQLOperation	Batching statement 2 times
2024-10-16 21:08:31	DEBUG	SQLOperation	insert into Vehicle(id) values (?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2024-10-16 21:08:31	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:31	DEBUG	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault}}
2024-10-16 21:08:31	DEBUG	SQLOperation	Batching s
...[truncated 7457 chars]...
ehicle.id where Truck.id in (?) | {Truck.id=o.c.s.i.PersistedIdentifier@2}
2024-10-16 21:08:31	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@7d05e595
2024-10-16 21:08:31	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@124856d3 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)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:31	DEBUG	SQLOperation	Batching statement 2 times
2024-10-16 21:08:31	DEBUG	SQLOperation	insert into Vehicle(id) values (?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2024-10-16 21:08:31	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:31	DEBUG	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:31	DEBUG	SQLOperation	Batching s
...[truncated 8603 chars]...
 org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@4be4680b 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;]
2024-10-16 21:08:31	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@e7ecfb9 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.027</duration><failedSince>0</failedSince><name>crud_polymorphism_subClassHasOneToMany(String, EntityPersister, ConnectionProvider)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:31	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:31	DEBUG	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:31	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:31	DEBUG	SQLOperation	insert into Wheel(model, serialNumber) values (?, ?) | {1={Wheel.model=null, Wheel.serialNumber=XYZ-ABC-01}}
2024-10-16 21:08:31	DEBUG	SQLOperation	Batching statement 1 times
2024-10-
...[truncated 6478 chars]...
oinRowConsumer@157eac27 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;]
2024-10-16 21:08:31	DEBUG	SQLOperation	select Truck.color as Truck_color, Truck.id as Truck_id from Truck where Truck.id in (?) | {Truck.id=o.c.s.i.PersistedIdentifier@2}
2024-10-16 21:08:31	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@239678d
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.027</duration><failedSince>0</failedSince><name>crud_polymorphism_subClassHasOneToMany(String, EntityPersister, ConnectionProvider)[7]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:31	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:31	DEBUG	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:31	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:31	DEBUG	SQLOperation	insert into Wheel(model, serialNumber, vehicleId, idx) values (?, ?, ?, ?) | {1={Wheel.vehicleId=o.c.s.i.PersistableIdentifier@1, Wheel.serialNumber=XYZ-ABC-01, Wheel.model=null, Whee
...[truncated 5121 chars]...
inRowConsumer@5f17140d 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;]
2024-10-16 21:08:31	DEBUG	SQLOperation	select Truck.color as Truck_color, Truck.id as Truck_id from Truck where Truck.id in (?) | {Truck.id=o.c.s.i.PersistedIdentifier@2}
2024-10-16 21:08:31	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@651eefb3
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.028</duration><failedSince>0</failedSince><name>crud_polymorphism_subClassHasOneToOne(String, EntityPersister, ConnectionProvider)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:31	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2024-10-16 21:08:31	DEBUG	DDLDeployer	create table Radio(model varchar(255), serialNumber varchar(255) not null, carId int, unique (serialNumber))
2024-10-16 21:08:31	DEBUG	DDLDeployer	create table Vehicle(id int not null, engineId int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2024-10-16 21:08:31	DEBUG	DDLDeployer	alter table Radio add constraint FK_Radio_carId_Vehicle_id forei
...[truncated 8763 chars]...
ehicle.id in (?) | {Vehicle.id=o.c.s.i.PersistedIdentifier@2}
2024-10-16 21:08:31	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@3fb75c24
2024-10-16 21:08:31	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@7d72f5a9 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>2024-10-16 21:08:31	DEBUG	SQLOperation	Batching statement 2 times
2024-10-16 21:08:31	DEBUG	SQLOperation	insert into Vehicle(id) values (?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2024-10-16 21:08:31	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:31	DEBUG	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault}}
2024-10-16 21:08:31	DEBUG	SQLOperation	Batching s
...[truncated 7464 chars]...
ehicle.id where Truck.id in (?) | {Truck.id=o.c.s.i.PersistedIdentifier@2}
2024-10-16 21:08:31	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@6862f883
2024-10-16 21:08:31	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@65d26881 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.019</duration><failedSince>0</failedSince><name>crud_polymorphism_subClassHasOneToOne(String, EntityPersister, ConnectionProvider)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:31	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:31	DEBUG	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:31	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:31	DEBUG	SQLOperation	insert into Radio(model, serialNumber, carId) values (?, ?, ?) | {1={Radio.serialNumber=XYZ-ABC-01, Radio.carId=o.c.s.i.PersistableIdentifier@1, Radio.model=null}}
2024-10-16 21:08:31
...[truncated 4896 chars]...
inRowConsumer@175f1ff5 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;]
2024-10-16 21:08:31	DEBUG	SQLOperation	select Truck.color as Truck_color, Truck.id as Truck_id from Truck where Truck.id in (?) | {Truck.id=o.c.s.i.PersistedIdentifier@2}
2024-10-16 21:08:31	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@6942d9bc
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.119</duration><failedSince>0</failedSince><name>oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:31	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2024-10-16 21:08:31	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2024-10-16 21:08:31	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, barCount integer, discotecCount integer, DTYPE varchar(255) not null, unique (id))
2024-10-16 21:08:31	DEBUG	DDLDeploye
...[truncated 8377 chars]...
4-10-16 21:08:31	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@1baab1b1
2024-10-16 21:08:31	DEBUG	SQLOperation	select City.name as City_name, City.barCount as City_barCount, City.id as City_id from City where City.id in (?) | {City.id=o.c.s.i.PersistedIdentifier@42}
2024-10-16 21:08:31	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@74948d11
</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)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:31	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, barCount integer, discotecCount integer, DTYPE varchar(255) not null, unique (id))
2024-10-16 21:08:31	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2024-10-16 21:08:31	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2024-10-16 21:08:31	DEBUG	DDLDeploye
...[truncated 8157 chars]...
4-10-16 21:08:31	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@39383f9c
2024-10-16 21:08:31	DEBUG	SQLOperation	select City.name as City_name, City.barCount as City_barCount, City.id as City_id from City where City.id in (?) | {City.id=o.c.s.i.PersistedIdentifier@42}
2024-10-16 21:08:31	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@5b7bd551
</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)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08: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))
2024-10-16 21:08:31	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2024-10-16 21:08:31	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2024-
...[truncated 6079 chars]...
24-10-16 21:08:31	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@aea96b0
2024-10-16 21:08:31	DEBUG	SQLOperation	select City.name as City_name, City.barCount as City_barCount, City.id as City_id from City where City.id in (?) | {City.id=o.c.s.i.PersistedIdentifier@42}
2024-10-16 21:08:31	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@72bf66c7
</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)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08: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))
2024-10-16 21:08:31	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2024-10-16 21:08:31	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2024-
...[truncated 5595 chars]...
4-10-16 21:08:31	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@2d3b708a
2024-10-16 21:08:31	DEBUG	SQLOperation	select City.name as City_name, City.barCount as City_barCount, City.id as City_id from City where City.id in (?) | {City.id=o.c.s.i.PersistedIdentifier@42}
2024-10-16 21:08:31	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@62c2a477
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.034</duration><failedSince>0</failedSince><name>oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:31	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:31	DEBUG	DDLDeployer	create table Town(discotecCount integer, id int not null, unique (id))
2024-10-16 21:08:31	DEBUG	DDLDeployer	create table Village(barCount integer, id int not null, unique (id))
2024-10-16 21:08:31	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2024-10-16 21:08:31	DEBUG	DDLDeployer	create table
...[truncated 14423 chars]...
 City.id where Village.id in (?) | {Village.id=o.c.s.i.PersistedIdentifier@42}
2024-10-16 21:08:31	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@14ecd8d5
2024-10-16 21:08:31	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@7ec16640 on object Village[barCount=51,country=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@42,name=&lt;null&gt;,persons=&lt;null&gt;,state=&lt;null&gt;]
</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>2024-10-16 21:08:31	DEBUG	DDLDeployer	create table Village(barCount integer, id int not null, unique (id))
2024-10-16 21:08:31	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2024-10-16 21:08:31	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2024-10-16 21:08:31	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
...[truncated 12484 chars]...
 City.id where Village.id in (?) | {Village.id=o.c.s.i.PersistedIdentifier@42}
2024-10-16 21:08:31	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@7c96249e
2024-10-16 21:08:31	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@3ea4cfe0 on object Village[barCount=51,country=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@42,name=&lt;null&gt;,persons=&lt;null&gt;,state=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.028</duration><failedSince>0</failedSince><name>oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[7]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:31	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-10-16 21:08:31	DEBUG	DDLDeployer	create table Town(discotecCount integer, id int not null, unique (id))
2024-10-16 21:08:31	DEBUG	DDLDeployer	create table Village(barCount integer, id int not null, unique (id))
2024-10-16 21:08:31	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2024
...[truncated 12543 chars]...
 City.id where Village.id in (?) | {Village.id=o.c.s.i.PersistedIdentifier@42}
2024-10-16 21:08:31	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@69a0f018
2024-10-16 21:08:31	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@2ef08ad0 on object Village[barCount=51,country=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@42,name=&lt;null&gt;,persons=&lt;null&gt;,state=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.031</duration><failedSince>0</failedSince><name>oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[8]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:31	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-10-16 21:08:31	DEBUG	DDLDeployer	create table Town(discotecCount integer, id int not null, unique (id))
2024-10-16 21:08:31	DEBUG	DDLDeployer	create table Village(barCount integer, id int not null, unique (id))
2024-10-16 21:08:31	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2024
...[truncated 10280 chars]...
= City.id where Village.id in (?) | {Village.id=o.c.s.i.PersistedIdentifier@42}
2024-10-16 21:08:31	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@32c50b97
2024-10-16 21:08:31	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@8b2f35c on object Village[barCount=51,country=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@42,name=&lt;null&gt;,persons=&lt;null&gt;,state=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.032</duration><failedSince>0</failedSince><name>oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[9]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:31	DEBUG	DDLDeployer	create table Village(barCount integer, id int not null, name varchar(255), unique (id))
2024-10-16 21:08:31	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2024-10-16 21:08:31	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2024-10-16 21:08:31	DEBUG	DDLDeployer	create table Town(discotecCount integer, id int
...[truncated 10529 chars]...
ityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@628cd698
2024-10-16 21:08:31	DEBUG	SQLOperation	select Village.name as Village_name, Village.barCount as Village_barCount, Village.id as Village_id from Village where Village.id in (?) | {Village.id=o.c.s.i.PersistedIdentifier@42}
2024-10-16 21:08:31	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@ab30c56
</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)[10]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Town(discotecCount integer, id int not null, name varchar(255), unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Village(barCount integer, id int not null, name varchar(255), unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDat
...[truncated 12137 chars]...
ityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@61cc39f8
2024-10-16 21:08:32	DEBUG	SQLOperation	select Village.name as Village_name, Village.barCount as Village_barCount, Village.id as Village_id from Village where Village.id in (?) | {Village.id=o.c.s.i.PersistedIdentifier@42}
2024-10-16 21:08:32	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@af88ccf
</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>2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Village(barCount integer, id int not null, name varchar(255), countryId int, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Town(discotecCount integer, id int not null, name varchar(255), countryId int, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	alter table Villag
...[truncated 7774 chars]...
g.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@268f1aeb
2024-10-16 21:08:32	DEBUG	SQLOperation	select Village.name as Village_name, Village.barCount as Village_barCount, Village.countryId as Village_countryId, Village.id as Village_id from Village where Village.id in (?) | {Village.id=o.c.s.i.PersistedIdentifier@42}
2024-10-16 21:08:32	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@3ae47f4f
</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)[12]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Village(barCount integer, id int not null, name varchar(255), countryId int, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Town(discotecCount integer, id int not null, name varchar(255), countryId int, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	alter table Villag
...[truncated 9732 chars]...
g.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@4f6dfd28
2024-10-16 21:08:32	DEBUG	SQLOperation	select Village.name as Village_name, Village.barCount as Village_barCount, Village.countryId as Village_countryId, Village.id as Village_id from Village where Village.id in (?) | {Village.id=o.c.s.i.PersistedIdentifier@42}
2024-10-16 21:08:32	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@3a766cbf
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.035</duration><failedSince>0</failedSince><name>oneToPolymorphicOne_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, DTYPE varchar(255) not null, ownerId int, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_ownerId_Person_id foreign key(ownerId) references Person(id)
2024-10-16 21:08: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}
2024-10-16 21:08:32	DEBUG	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)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, DTYPE varchar(255) not null, ownerId int, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_ownerId_Person_id foreign key(ownerId) references Person(id)
2024-10-16 21:08:32	DEBUG	SQLOperation	Batching statem
...[truncated 9775 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}
2024-10-16 21:08:32	DEBUG	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.027</duration><failedSince>0</failedSince><name>oneToPolymorphicOne_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, DTYPE varchar(255) not null, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, vehicleId int, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)
2024-10-16 21:08:32	DEBUG	SQLOperation	Batching 
...[truncated 11674 chars]...
reationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.DTYPE as Vehicle_DTYPE, Vehicle.id as Vehicle_id 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}
2024-10-16 21:08:32	DEBUG	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.028</duration><failedSince>0</failedSince><name>oneToPolymorphicOne_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, DTYPE varchar(255) not null, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, vehicleId int, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)
2024-10-16 21:08: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}
2024-10-16 21:08:32	DEBUG	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.036</duration><failedSince>0</failedSince><name>oneToPolymorphicOne_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, ownerId int, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Car(id int not null, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Truck(id int not null, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	alter table Vehicl
...[truncated 22457 chars]...
= Vehicle.ownerId left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@1}
2024-10-16 21:08:32	DEBUG	SQLOperation	select Vehicle.id as Vehicle_id, Car.id as Car_id, Truck.id as Truck_id from Vehicle left outer join Car on Vehicle.id = Car.id left outer join Truck on Vehicle.id = Truck.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.031</duration><failedSince>0</failedSince><name>oneToPolymorphicOne_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, ownerId int, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Car(id int not null, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Truck(id int not null, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	alter table Vehicl
...[truncated 15907 chars]...
= Vehicle.ownerId left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@1}
2024-10-16 21:08:32	DEBUG	SQLOperation	select Vehicle.id as Vehicle_id, Car.id as Car_id, Truck.id as Truck_id from Vehicle left outer join Car on Vehicle.id = Car.id left outer join Truck on Vehicle.id = Truck.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.046</duration><failedSince>0</failedSince><name>oneToPolymorphicOne_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[7]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Car(id int not null, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Truck(id int not null, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, vehicleId int, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	alter table Car 
...[truncated 23598 chars]...
leId = Vehicle.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@1}
2024-10-16 21:08:32	DEBUG	SQLOperation	select Vehicle.id as Vehicle_id, Car.id as Car_id, Truck.id as Truck_id from Vehicle left outer join Car on Vehicle.id = Car.id left outer join Truck on Vehicle.id = Truck.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.034</duration><failedSince>0</failedSince><name>oneToPolymorphicOne_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[8]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Car(id int not null, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Truck(id int not null, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, vehicleId int, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	alter table Car 
...[truncated 16884 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}
2024-10-16 21:08:32	DEBUG	SQLOperation	select Vehicle.id as Vehicle_id, Car.id as Car_id, Truck.id as Truck_id from Vehicle left outer join Car on Vehicle.id = Car.id left outer join Truck on Vehicle.id = Truck.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.039</duration><failedSince>0</failedSince><name>oneToPolymorphicOne_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[9]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Car(id int not null, color int, ownerId int, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Truck(id int not null, color int, ownerId int, unique (id))
2024-10-16 21:08:32	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:32	DEBUG	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}
2024-10-16 21:08:32	DEBUG	SQLOperation	(select Car.id as id, 'Car' as Y from Car where Car.id in (?)) union all (select Truck.id as id, 'Truck' as Y from Truck where Truck.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.032</duration><failedSince>0</failedSince><name>oneToPolymorphicOne_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[10]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Car(id int not null, color int, ownerId int, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Truck(id int not null, color int, ownerId int, unique (id))
2024-10-16 21:08:32	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:32	DEBUG	SQLOperation	insert into Pers
...[truncated 15538 chars]...
Vehicle on Person.id = Vehicle.ownerId left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@1}
2024-10-16 21:08:32	DEBUG	SQLOperation	(select Car.id as id, 'Car' as Y from Car where Car.id in (?)) union all (select Truck.id as id, 'Truck' as Y from Truck where Truck.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.01</duration><failedSince>0</failedSince><name>crudPolymorphicOneToOne(String, EntityPersister, ConnectionProvider)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Vehicle(id int not null, engineId int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2024-10-16 21:
...[truncated 6320 chars]...
 Vehicle.id in (?) | {Vehicle.id=o.c.s.i.PersistedIdentifier@2}
2024-10-16 21:08:32	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@2659add8
2024-10-16 21:08:32	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@ec0678 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.012</duration><failedSince>0</failedSince><name>crudPolymorphicOneToOne(String, EntityPersister, ConnectionProvider)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:32	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:32	DEBUG	SQLOperation	insert into Engine(id) values (?) | {1={Engine.id=o.c.s.i.PersistableIdentifier@100}}
2024-10-16 21:08:32	DEBUG	SQLOperation	Batching statement 2 times
2024-10-16 21:08:32	DEBUG	SQLOperation	insert into Vehicle(id, engineId) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1, Vehicle.engineId=o.c.s.i.PersistableIdentifier@100}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2, Vehicl
...[truncated 7473 chars]...
org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@562c23ca 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;]
2024-10-16 21:08:32	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@7a39194f 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.012</duration><failedSince>0</failedSince><name>crudPolymorphicOneToOne(String, EntityPersister, ConnectionProvider)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:32	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:32	DEBUG	SQLOperation	insert into Engine(id) values (?) | {1={Engine.id=o.c.s.i.PersistableIdentifier@100}}
2024-10-16 21:08:32	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:32	DEBUG	SQLOperation	insert into Car(model, id, engineId) values (?, ?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.engineId=o.c.s.i.PersistableIdentifier@100, Car.model=Renault}}
2024-10-16 21:08:32	DEBUG	SQLOperati
...[truncated 4848 chars]...
re Truck.id in (?) | {Truck.id=o.c.s.i.PersistedIdentifier@2}
2024-10-16 21:08:32	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@1fd80ae3
2024-10-16 21:08:32	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@1fdf8aa4 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>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.019</duration><failedSince>0</failedSince><name>crud_polymorphism_subClassHasElementCollection(String, EntityPersister, PersistenceContext, PolymorphismType)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Vehicle(id int not null, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Car_plates(id int, plates varchar(255), unique (id, plates))
2024-10-16 21:08:32	DEBUG	DDLDeployer	alter table Car_plates add constraint FK_Car_plates_id_Vehicle_id foreign key(id) references Vehicle(id)
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Vehicle(id int not null, unique (id))
2024-10
...[truncated 5888 chars]...
5a6a336c 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;]
2024-10-16 21:08:32	DEBUG	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}
2024-10-16 21:08:32	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@579ffb7e
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.014</duration><failedSince>0</failedSince><name>crud_polymorphism_subClassHasElementCollection(String, EntityPersister, PersistenceContext, PolymorphismType)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:32	DEBUG	SQLOperation	Batching statement 2 times
2024-10-16 21:08:32	DEBUG	SQLOperation	insert into Vehicle(id) values (?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2024-10-16 21:08:32	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:32	DEBUG	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:32	DEBUG	SQLOperation	Batching s
...[truncated 6279 chars]...
 Vehicle.id where Truck.id in (?) | {Truck.id=o.c.s.i.PersistedIdentifier@2}
2024-10-16 21:08:32	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@73858ba
2024-10-16 21:08:32	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@844e2fb 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.012</duration><failedSince>0</failedSince><name>crud_polymorphism_subClassHasElementCollection(String, EntityPersister, PersistenceContext, PolymorphismType)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:32	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:32	DEBUG	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault}}
2024-10-16 21:08:32	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:32	DEBUG	SQLOperation	insert into Car_plates(plates, id) values (?, ?) | {1={Car_plates.id=o.c.s.i.PersistableIdentifier@1, Car_plates.plates=XYZ-ABC-01}}
2024-10-16 21:08:32	DEBUG	SQLOperation	Batching st
...[truncated 4303 chars]...
oinRowConsumer@a175266 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;]
2024-10-16 21:08:32	DEBUG	SQLOperation	select Truck.color as Truck_color, Truck.id as Truck_id from Truck where Truck.id in (?) | {Truck.id=o.c.s.i.PersistedIdentifier@2}
2024-10-16 21:08:32	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@1f33e4b5
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.014</duration><failedSince>0</failedSince><name>crud_polymorphism_trunkHasOneToMany(String, EntityPersister)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08: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))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	alter table Country add constraint
...[truncated 9187 chars]...
onDate=&lt;null&gt;,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;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.008</duration><failedSince>0</failedSince><name>crud_polymorphism_trunkHasOneToMany(String, EntityPersister)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:32	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:32	DEBUG	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@0, Person.name=French president}}
2024-10-16 21:08:32	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:32	DEBUG	SQLOperation	insert into Country(name, description, id, presidentId) values (?, ?, ?, ?) | {1={Country.name=France, Country.id=o.c.s.i.PersistableIdentifier@0, Country.presidentId=
...[truncated 10314 chars]...
onDate=&lt;null&gt;,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;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToPolymorphicMany</className><duration>0.034</duration><failedSince>0</failedSince><name>oneToTablePerClass_crud_ownedByReverseSide</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Village(barCount integer, id int not null, name varchar(255), countryId int, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Town(discotecCount integer, id int not null, name varchar(255), countryId int, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	alter table Villag
...[truncated 8666 chars]...
eration	update Village set name = ?, barCount = ?, countryId = ? where id = ? | {1={Village.name (U)=Grenoble, Village.barCount (U)=51, Village.id (W)=o.c.s.i.PersistableIdentifier@42, Village.countryId (U)=null}}
2024-10-16 21:08:32	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:32	DEBUG	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:32	DEBUG	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.023</duration><failedSince>0</failedSince><name>oneToTablePerClass_crud_ownedByReverseSide_foreignKeysAreCreated</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Town(discotecCount integer, id int not null, name varchar(255), countryId int, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Village(barCount integer, id int not null, name varchar(255), countryId int, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	alter table Town add constraint FK_Town_countryId_Country_id foreign key(countryId) references Country(id)
2024-10-16 21:08:32	DEBUG	DDLDeployer	alter table Village add constraint FK_Village_countryId_Country_id foreign key(countryId) references Country(id)
</stdout></case><duration>0.059</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.036</duration><failedSince>0</failedSince><name>oneToSingleTable_crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, vehicleId int, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, DTYPE varchar(255) not null, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)
2024-10-16 21:08: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}
2024-10-16 21:08:32	DEBUG	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.029</duration><failedSince>0</failedSince><name>oneToJoinedTable_crud_ownedByReverseSide</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Vehicle(id int not null, ownerId int, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Car(id int not null, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Truck(id int not null, unique (id))
2024-10-16 21:08:32	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}
2024-10-16 21:08:32	DEBUG	SQLOperation	select Vehicle.id as Vehicle_id, Car.id as Car_id, Truck.id as Truck_id from Vehicle left outer join Car on Vehicle.id = Car.id left outer join Truck on Vehicle.id = Truck.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.036</duration><failedSince>0</failedSince><name>oneToJoinedTable_crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Vehicle(id int not null, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Car(id int not null, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Truck(id int not null, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, vehicleId int, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	alter table Car add constra
...[truncated 16339 chars]...
leId = Vehicle.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@1}
2024-10-16 21:08:32	DEBUG	SQLOperation	select Vehicle.id as Vehicle_id, Car.id as Car_id, Truck.id as Truck_id from Vehicle left outer join Car on Vehicle.id = Car.id left outer join Truck on Vehicle.id = Truck.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.059</duration><failedSince>0</failedSince><name>oneToSingleTable_crud_ownedByReverseSide</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, DTYPE varchar(255) not null, ownerId int, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2024-10-16 21:08:32	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_ownerId_Person_id foreign key(ownerId) references Person(id)
2024-10-16 21:08: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}
2024-10-16 21:08:33	DEBUG	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.163</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.032</duration><failedSince>0</failedSince><name>twoSubClasses</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:33	DEBUG	DDLDeployer	create table Vehicle(id int not null, engineId int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2024-10-16 21:08:33	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2024-10-16 21:08:33	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)
2024-10-16 21:08:33	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:33	DEBUG	SQLOperati
...[truncated 5580 chars]...
 21:08:33	DEBUG	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@100}}
2024-10-16 21:08:33	DEBUG	SQLOperation	select * from Vehicle | {}
2024-10-16 21:08:33	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:33	DEBUG	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2024-10-16 21:08:33	DEBUG	SQLOperation	select * from Vehicle | {}
2024-10-16 21:08:33	DEBUG	SQLOperation	select id from Engine | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToSingleTableOne</className><duration>0.023</duration><failedSince>0</failedSince><name>oneSubClass</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:33	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2024-10-16 21:08:33	DEBUG	DDLDeployer	create table Vehicle(id int, engineId int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2024-10-16 21:08:33	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)
2024-10-16 21:08:33	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:33	DEBUG	SQLOperation	insert
...[truncated 2832 chars]...
 21:08:33	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:33	DEBUG	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:33	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:33	DEBUG	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@100}}
2024-10-16 21:08:33	DEBUG	SQLOperation	select * from Vehicle | {}
2024-10-16 21:08:33	DEBUG	SQLOperation	select id from Engine | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToSingleTableOne</className><duration>0.025</duration><failedSince>0</failedSince><name>listenersAreNotified</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:33	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2024-10-16 21:08:33	DEBUG	DDLDeployer	create table Vehicle(id int not null, engineId int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2024-10-16 21:08:33	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)
2024-10-16 21:08:33	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:33	DEBUG	SQLOperati
...[truncated 3130 chars]...
.i.PersistedIdentifier@1}
2024-10-16 21:08:33	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@743f709a
2024-10-16 21:08:33	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@6c6f19ac 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.029</duration><failedSince>0</failedSince><name>twoSubClasses_withCommonProperties</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:33	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, engineId int, model varchar(255), DTYPE varchar(255) not null, unique (id))
2024-10-16 21:08:33	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2024-10-16 21:08:33	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)
2024-10-16 21:08:33	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:33	DEBUG	SQLOperati
...[truncated 6316 chars]...
={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2024-10-16 21:08:33	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:33	DEBUG	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@200}}
2024-10-16 21:08:33	DEBUG	SQLOperation	select count(*) as carCount from Vehicle where id = 1 | {}
2024-10-16 21:08:33	DEBUG	SQLOperation	select count(*) as truckCount from Vehicle where id = 2 | {}
2024-10-16 21:08:33	DEBUG	SQLOperation	select id from Engine | {}
</stdout></case><duration>0.113</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.048</duration><failedSince>0</failedSince><name>twoSubClasses</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:33	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, engineId int, unique (id))
2024-10-16 21:08:33	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2024-10-16 21:08:33	DEBUG	DDLDeployer	create table Truck(color int, id int not null, engineId int, unique (id))
2024-10-16 21:08:33	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:33	DEBUG	SQLOperation	insert into Engine(id) values (?) | {1={Engine.id=o.c.s.i.Persist
...[truncated 5809 chars]...
d = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2024-10-16 21:08:33	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:33	DEBUG	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@200}}
2024-10-16 21:08:33	DEBUG	SQLOperation	select count(*) as carCount from car where id = 1 | {}
2024-10-16 21:08:33	DEBUG	SQLOperation	select count(*) as truckCount from car where id = 2 | {}
2024-10-16 21:08:33	DEBUG	SQLOperation	select id from Engine | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToTablePerClassOne</className><duration>0.021</duration><failedSince>0</failedSince><name>oneSubClass</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:33	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2024-10-16 21:08:33	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), color int, engineId int, unique (id))
2024-10-16 21:08:33	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:33	DEBUG	SQLOperation	insert into Engine(id) values (?) | {1={Engine.id=o.c.s.i.PersistableIdentifier@100}}
2024-10-16 21:08:33	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:33	DEBUG
...[truncated 2420 chars]...
]
2024-10-16 21:08:33	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:33	DEBUG	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:33	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:33	DEBUG	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@100}}
2024-10-16 21:08:33	DEBUG	SQLOperation	select * from car | {}
2024-10-16 21:08:33	DEBUG	SQLOperation	select id from Engine | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToTablePerClassOne</className><duration>0.637</duration><failedSince>0</failedSince><name>listenersAreNotified</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:33	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, engineId int, unique (id))
2024-10-16 21:08:33	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2024-10-16 21:08:33	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:33	DEBUG	SQLOperation	insert into Engine(id) values (?) | {1={Engine.id=o.c.s.i.PersistableIdentifier@100}}
2024-10-16 21:08:33	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:33	DEBUG
...[truncated 2668 chars]...
.i.PersistedIdentifier@1}
2024-10-16 21:08:33	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@71c90ef3
2024-10-16 21:08:33	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@769ba75d 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.032</duration><failedSince>0</failedSince><name>twoSubClasses_withCommonProperties</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:33	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2024-10-16 21:08:33	DEBUG	DDLDeployer	create table Car(model varchar(255), id int not null, color int, engineId int, unique (id))
2024-10-16 21:08:33	DEBUG	DDLDeployer	create table Truck(id int not null, color int, engineId int, unique (id))
2024-10-16 21:08:33	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:33	DEBUG	SQLOperation	insert into Engine(id) values (?) | {1={Engine.id=o.c.s.i.Persist
...[truncated 6499 chars]...
= ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2024-10-16 21:08:33	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:33	DEBUG	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@200}}
2024-10-16 21:08:33	DEBUG	SQLOperation	select count(*) as carCount from car where id = 1 | {}
2024-10-16 21:08:33	DEBUG	SQLOperation	select count(*) as truckCount from truck where id = 2 | {}
2024-10-16 21:08:33	DEBUG	SQLOperation	select id from Engine | {}
</stdout></case><duration>0.74</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.009</duration><failedSince>0</failedSince><name>insert_oneToOne</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08: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))
2024-10-16 21:08: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))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_engineId_Engine_id foreign key(engineId) references Engine(id)
2024-
...[truncated 565 chars]...
gine_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}
2024-10-16 21:08:49	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@3755f4e
2024-10-16 21:08:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@1a5633a1 on object Car{id=1, color=null, model='Renault'}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest</className><duration>0.006</duration><failedSince>0</failedSince><name>multipleInheritance</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08: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))
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	insert into Car(model, id) values (?, default) | {1={Car.model=Renault}}
2024-10-16 21:08:49	DEBUG	SQLOperation	select id, model from Car | {}
2024-10-16 21:08:49	DEBUG	SQLOperation	select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=1}
2024-10-16 21:08:49	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@338ae6c6
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest</className><duration>0.007</duration><failedSince>0</failedSince><name>multipleInheritance_joinedTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Vehicle(id bigint not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table AbstractVehicle(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2024-10-16 21:08: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@11ad72ee
2024-10-16 21:08:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@64aa9e8e on object Car{id=1, color=null, model='Renault'}
2024-10-16 21:08:49	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@1e6aaaf7 on object Car{id=1, color=null, model='Renault'}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest</className><duration>0.006</duration><failedSince>0</failedSince><name>insert_basic</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08: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))
2024-10-16 21:08:49	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:49	DEBUG	SQLOperation	insert into Car(model, id) values (?, default) | {1={Car.model=Renault}}
2024-10-16 21:08:49	DEBUG	SQLOperation	select id, model from Car | {}
2024-10-16 21:08:49	DEBUG	SQLOperation	select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=1}
2024-10-16 21:08:49	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@7a0c0104
</stdout></case><duration>0.029</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.012</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.005</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.012</duration><failedSince>0</failedSince><name>embed_withReadonlyProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:34	DEBUG	DDLDeployer	create table Toto(creationDate timestamp, modificationDate timestamp, readonlyProperty varchar(255), id varchar(36) not null, unique (id))
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	insert into Toto(creationDate, modificationDate, id) values (?, ?, ?) | {1={Toto.creationDate=Wed Oct 16 21:08:34 UTC 2024, Toto.modificationDate=Wed Oct 16 21:08:34 UTC 2024, Toto.id=o.c.s.i.PersistedIdentifier@c9729d5a-3032-4ed3-93a8-aaa0e3759f89}}
2024-10-16 21:08:34	DEBUG	SQLOperation	select readonlyProperty from Toto | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.016</duration><failedSince>0</failedSince><name>map_withReadConverter_converterIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:34	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, name varchar(255), unique (id))
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	insert into Toto(name, id) values (?, ?) | {1={Toto.name=toto, Toto.id=o.c.s.i.PersistableIdentifier@739ca1d0-9c96-4933-a40c-7901df10001e}}
2024-10-16 21:08:34	DEBUG	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@739ca1d0-9c96-4933-a40c-7901df10001e}
2024-10-16 21:08:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@7e317103
2024-10-16 21:08:34	DEBUG	SQLOperation	select Toto.name from Toto | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.022</duration><failedSince>0</failedSince><name>withEnum_columnMappedWithOrdinal</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:34	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender integer, id int not null, unique (id))
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.name=toto, PersonWithGender.gender=FEMALE, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:34	DEBUG	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.012</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:34	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender VARCHAR(255), id int not null, unique (id))
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.gender=FEMALE, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1, PersonWithGender.name=null}}
2024-10-16 21:08:34	DEBUG	SQLOperation	select PersonWithGender.name as PersonWithGender_name, PersonWithGender.gender as PersonWithGender_gender, PersonWithGender.id as PersonWithGender_id from PersonWithGender where PersonWithGender.id in (?) | {PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}
2024-10-16 21:08:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@64d394e5
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.268</duration><failedSince>0</failedSince><name>innerEmbed_withConflictingEmbeddable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	insert into countryTable(countryCreatedAt, id, name, presidentElectedAt, presidentName) values (?, ?, ?, ?, ?) | {1={countryTable.name=France, countryTable.presidentElectedAt=Tue Jan 01 00:00:00 UTC 2019, countryTable.id=o.c.s.i.PersistableIdentifier@1, countryTable.countryCreatedAt=Mon Jan 01 00:00:00 UTC 2018, countryTable.presidentName=François}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.004</duration><failedSince>0</failedSince><name>map_withColumn_columnIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.014</duration><failedSince>0</failedSince><name>map_withSqlBinderOnEmbeddedProperty_binderIsUsed_writeCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:34	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, creationDate varchar(255), modificationDate timestamp, unique (id))
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	insert into Toto(modificationDate, creationDate, id) values (?, ?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@ff7677bd-8b9b-4b07-a0c1-5e3cc1dcbd85, Toto.modificationDate=Wed Oct 16 21:08:34 UTC 2024, Toto.creationDate=Wed Oct 16 21:08:34 UTC 2024}}
2024-10-16 21:08:34	DEBUG	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@ff7677bd-8b9b-4b07-a0c1-5e3cc1dcbd85}
2024-10-16 21:08:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@c0c430
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.007</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.012</duration><failedSince>0</failedSince><name>withEnum_mappedWithOrdinal</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:34	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender INT, id int not null, unique (id))
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.name=toto, PersonWithGender.gender=FEMALE, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:34	DEBUG	SQLOperation	select * from PersonWithGender | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.011</duration><failedSince>0</failedSince><name>map_mandatory_onMissingValue_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08: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.002</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.011</duration><failedSince>0</failedSince><name>map_withSqlBinder_binderIsUsed_writeCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:34	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, possibleStates varchar(255), unique (id))
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	insert into Toto(possibleStates, id) values (?, ?) | {1={Toto.possibleStates=[IN_PROGRESS, DONE], Toto.id=o.c.s.i.PersistableIdentifier@89111a2f-c512-46b7-8a0d-2deb97a9abb1}}
2024-10-16 21:08:34	DEBUG	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@89111a2f-c512-46b7-8a0d-2deb97a9abb1}
2024-10-16 21:08:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@750f713e
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.01</duration><failedSince>0</failedSince><name>innerEmbed_withSomeExcludedProperties</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	insert into countryTable(id, name, presidentElectedAt, presidentName) values (?, ?, ?, ?) | {1={countryTable.name=France, countryTable.presidentName=François, countryTable.id=o.c.s.i.PersistableIdentifier@1, countryTable.presidentElectedAt=Tue Jan 01 00:00:00 UTC 2019}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.007</duration><failedSince>0</failedSince><name>insert_nullValues</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:34	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender VARCHAR(255), id int not null, unique (id))
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.gender=null, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1, PersonWithGender.name=null}}
2024-10-16 21:08:34	DEBUG	SQLOperation	select PersonWithGender.name as PersonWithGender_name, PersonWithGender.gender as PersonWithGender_gender, PersonWithGender.id as PersonWithGender_id from PersonWithGender where PersonWithGender.id in (?) | {PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}
2024-10-16 21:08:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@73051634
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.008</duration><failedSince>0</failedSince><name>map_definedAsIdentifier_identifierIsStoredAsString</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:34	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, name varchar(255), unique (id))
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	insert into Toto(id) values (?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@2b7fde7c-ea64-4218-9be8-5b5e2069dbda}}
2024-10-16 21:08:34	DEBUG	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>2024-10-16 21:08:34	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender VARCHAR(255), id int not null, unique (id))
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.name=toto, PersonWithGender.gender=FEMALE, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:34	DEBUG	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_withWriteConverter_converterIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:34	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, name varchar(255), unique (id))
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	insert into Toto(name, id) values (?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@0a7024dd-3680-4ad4-b011-e8da1ea29331, Toto.name=TOTO}}
2024-10-16 21:08:34	DEBUG	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.Pe
...[truncated 384 chars]...
sistedIdentifier@0a7024dd-3680-4ad4-b011-e8da1ea29331, Toto.name (U)=TITI}}
2024-10-16 21:08:34	DEBUG	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@0a7024dd-3680-4ad4-b011-e8da1ea29331}
2024-10-16 21:08:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@14e486d7
2024-10-16 21:08:34	DEBUG	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>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.003</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.003</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.003</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.008</duration><failedSince>0</failedSince><name>update_nullValues</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:34	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender VARCHAR(255), id int not null, unique (id))
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.name=toto, PersonWithGender.gender=MALE, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-1
...[truncated 176 chars]...
nder.id (W)=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:34	DEBUG	SQLOperation	select PersonWithGender.name as PersonWithGender_name, PersonWithGender.gender as PersonWithGender_gender, PersonWithGender.id as PersonWithGender_id from PersonWithGender where PersonWithGender.id in (?) | {PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}
2024-10-16 21:08:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@3eed7564
</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.009</duration><failedSince>0</failedSince><name>map_readonly_columnIsNotWrittenToDatabase_CRUD</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:34	DEBUG	DDLDeployer	create table Toto(name varchar(255), firstName varchar(255), id varchar(36) not null, unique (id))
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	insert into Toto(firstName, id) values (?, ?) | {1={Toto.id=o.c.s.i.PersistedIdentifier@cbd717d8-0fbc-4222-8de7-6d3d2b3873ed, Toto.firstName=null}}
2024-10-16 21:08:34	DEBUG	SQLOperation	select firstName from Toto | {}
2024-10-16 21:08:34	DEBUG	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@cbd717d8-0fbc-4222-8de7-6d3d2b3873ed}
2024-10-16 21:08:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@7d9b0c1f
2024-10-16 21:08:34	DEBUG	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.023</duration><failedSince>0</failedSince><name>map_readonly_columnIsNotWrittenToDatabase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:34	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), firstName varchar(255), unique (id))
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	insert into Toto(firstName, id) values (?, ?) | {1={Toto.firstName=null, Toto.id=o.c.s.i.PersistedIdentifier@d808ffcb-2c7c-47d3-be58-07ca95c24768}}
2024-10-16 21:08:34	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto | {}
2024-10-16 21:08:34	DEBUG	SQLOperation	update Toto set name = ? where id = ? | {1=dummyName, 2=o.c.s.i.PersistedIdentifier@d808ffcb-2c7c-47d3-be58-07ca95c24768}
2024-10-16 21:08:34	DEBUG	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.018</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.008</duration><failedSince>0</failedSince><name>map_withSqlBinder_binderIsUsed_readCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:34	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, name varchar(255), unique (id))
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	insert into Toto(name, id) values (?, ?) | {1={Toto.name=toto, Toto.id=o.c.s.i.PersistableIdentifier@1c3dc70a-a97f-43e9-bbf3-28b8a73e0cb3}}
2024-10-16 21:08:34	DEBUG	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@1c3dc70a-a97f-43e9-bbf3-28b8a73e0cb3}
2024-10-16 21:08:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@52997425
</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>2024-10-16 21:08: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.011</duration><failedSince>0</failedSince><name>map_withReadConverter_converterIsUsed_readOnlyProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:34	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, name varchar(255), unique (id))
2024-10-16 21:08:34	DEBUG	SQLOperation	insert into Toto(name, id) values (?, ?) | {1=toto, 2=o.c.s.i.PersistedIdentifier@0b9fc416-aa84-465d-b068-448a02cab69e}
2024-10-16 21:08:34	DEBUG	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@0b9fc416-aa84-465d-b068-448a02cab69e}
2024-10-16 21:08:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@13ad634b
2024-10-16 21:08:34	DEBUG	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.013</duration><failedSince>0</failedSince><name>overrideName_nameIsAlreadyOverridden_nameIsOverwritten</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:34	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, createdAt timestamp, modificationDate timestamp, name varchar(255), unique (id))
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	insert into Toto(createdAt, id, modificationDate, name) values (?, ?, ?, ?) | {1={Toto.name=null, Toto.modificationDate=null, Toto.createdAt=Wed Oct 16 21:08:34 UTC 2024, Toto.id=o.c.s.i.PersistableIdentifier@31662094-4c06-4962-a8de
...[truncated 50 chars]...
tion	select Toto.createdAt, Toto.modificationDate from Toto | {}
2024-10-16 21:08:34	DEBUG	SQLOperation	select Toto.name as Toto_name, Toto.modificationDate as Toto_modificationDate, Toto.createdAt as Toto_createdAt, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@31662094-4c06-4962-a8de-5f353f6dbb9a}
2024-10-16 21:08:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@70fbaa1b
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean</className><duration>0.013</duration><failedSince>0</failedSince><name>simpleCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:34	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, creationDate timestamp, modificationDate timestamp, name varchar(255), unique (id))
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	insert into Toto(creationDate, id, modificationDate, name) values (?, ?, ?, ?) | {1={Toto.name=null, Toto.modificationDate=null, Toto.id=o.c.s.i.PersistableIdentifier@f4937252-bdcf-483c-9cda-251212ac5944, Toto.creationDate=Wed Oc
...[truncated 68 chars]...
ct Toto.creationDate, Toto.modificationDate from Toto | {}
2024-10-16 21:08:34	DEBUG	SQLOperation	select Toto.name as Toto_name, Toto.modificationDate as Toto_modificationDate, Toto.creationDate as Toto_creationDate, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@f4937252-bdcf-483c-9cda-251212ac5944}
2024-10-16 21:08:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@7828b500
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean</className><duration>0.01</duration><failedSince>0</failedSince><name>exclude</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:34	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), modificationDate timestamp, unique (id))
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	insert into Toto(id, modificationDate, name) values (?, ?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@569a5351-7aa7-40a8-b7fe-0eef232b75ac, Toto.modificationDate=null, Toto.name=null}}
2024-10-16 21:08:34	DEBUG	SQLOperation	select Toto.modificationDate as Toto_modificationDate, Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@569a5351-7aa7-40a8-b7fe-0eef232b75ac}
2024-10-16 21:08:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@2d651500
</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>2024-10-16 21:08:34	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, createdAt timestamp, modificationDate timestamp, name varchar(255), unique (id))
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	insert into Toto(createdAt, id, modificationDate, name) values (?, ?, ?, ?) | {1={Toto.modificationDate=null, Toto.name=null, Toto.id=o.c.s.i.PersistableIdentifier@707309e6-6617-46f0-8052-17c99ffaba5a, Toto.createdAt=Wed Oct 16 21:0
...[truncated 50 chars]...
tion	select Toto.createdAt, Toto.modificationDate from Toto | {}
2024-10-16 21:08:34	DEBUG	SQLOperation	select Toto.name as Toto_name, Toto.modificationDate as Toto_modificationDate, Toto.createdAt as Toto_createdAt, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@707309e6-6617-46f0-8052-17c99ffaba5a}
2024-10-16 21:08:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@2a0fb087
</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>2024-10-16 21:08:34	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, createdAt timestamp, modificationDate timestamp, name varchar(255), unique (id))
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	insert into Toto(createdAt, id, modificationDate, name) values (?, ?, ?, ?) | {1={Toto.createdAt=Wed Oct 16 21:08:34 UTC 2024, Toto.id=o.c.s.i.PersistableIdentifier@53931bcc-ca17-4fd7-83c4-b30a31b3158d, Toto.name=null, Toto.modifica
...[truncated 50 chars]...
tion	select Toto.createdAt, Toto.modificationDate from Toto | {}
2024-10-16 21:08:34	DEBUG	SQLOperation	select Toto.name as Toto_name, Toto.modificationDate as Toto_modificationDate, Toto.createdAt as Toto_createdAt, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@53931bcc-ca17-4fd7-83c4-b30a31b3158d}
2024-10-16 21:08:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@4aa0ee7c
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean</className><duration>0.015</duration><failedSince>0</failedSince><name>embed_withMappedSuperClass</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:34	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, creationDate timestamp, modificationDate timestamp, locale VARCHAR(20), name varchar(255), unique (id))
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	insert into Toto(creationDate, id, locale, modificationDate, name) values (?, ?, ?, ?, ?) | {1={Toto.creationDate=Wed Oct 16 21:08:34 UTC 2024, Toto.locale=en_US, Toto.id=o.c.s.i.PersistableIdentifier@874995a2
...[truncated 159 chars]...
te, Toto.locale from Toto | {}
2024-10-16 21:08:34	DEBUG	SQLOperation	select Toto.name as Toto_name, Toto.locale as Toto_locale, Toto.modificationDate as Toto_modificationDate, Toto.creationDate as Toto_creationDate, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@874995a2-c264-4ce5-84c0-7f20fbb75c7b}
2024-10-16 21:08:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@6acb67f0
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean</className><duration>0.011</duration><failedSince>0</failedSince><name>embed_withMappedSuperClassAndOverride</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08: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))
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	insert into Toto(creationDate, id, locale, modificationTime, name) values (?, ?, ?, ?, ?) | {1={Toto.locale=en_US, Toto.creationDate=Wed Oct 16 21:08:34 UTC 2024, Toto.name=null, To
...[truncated 187 chars]...
me, Toto.locale from Toto | {}
2024-10-16 21:08:34	DEBUG	SQLOperation	select Toto.name as Toto_name, Toto.locale as Toto_locale, Toto.modificationTime as Toto_modificationTime, Toto.creationDate as Toto_creationDate, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@febacf4c-9cb8-4bc3-8a95-244b97b533ed}
2024-10-16 21:08:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@466d9a63
</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.099</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.026</duration><failedSince>0</failedSince><name>crud_withConfigurationFromInheritance</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:34	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, unique (id))
2024-10-16 21:08:34	DEBUG	DDLDeployer	create table Tutu(id VARCHAR(255) not null, firstName varchar(255), unique (id))
2024-10-16 21:08:34	DEBUG	DDLDeployer	create table Titi(id VARCHAR(255) not null, prop1 varchar(255), unique (id))
2024-10-16 21:08:34	DEBUG	DDLDeployer	create table Tata(id VARCHAR(255) not null, name varchar(255), unique (id))
2024-10-16 21:08:34	DEBUG	DDLDeployer	alter table Tutu ad
...[truncated 5029 chars]...
SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	delete from Tata where id = ? | {1={Tata.id=o.c.s.i.PersistedIdentifier@48e841a1-5daa-4e34-aecc-f09e53907a6b}}
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistedIdentifier@48e841a1-5daa-4e34-aecc-f09e53907a6b}}
2024-10-16 21:08:34	DEBUG	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.01</duration><failedSince>0</failedSince><name>crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:34	DEBUG	DDLDeployer	create table Toto(identifier VARCHAR(255) not null, unique (identifier))
2024-10-16 21:08:34	DEBUG	DDLDeployer	create table Tata(identifier VARCHAR(255) not null, name varchar(255), unique (identifier))
2024-10-16 21:08:34	DEBUG	DDLDeployer	alter table Tata add constraint FK_Tata_identifier_Toto_identifier foreign key(identifier) references Toto(identifier)
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperati
...[truncated 2225 chars]...
16 21:08:34	DEBUG	SQLOperation	delete from Tata where identifier = ? | {1={Tata.identifier=o.c.s.i.PersistedIdentifier@99b5a158-f4de-4ff2-884b-3f7b566895ae}}
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	delete from Toto where identifier = ? | {1={Toto.identifier=o.c.s.i.PersistedIdentifier@99b5a158-f4de-4ff2-884b-3f7b566895ae}}
2024-10-16 21:08:34	DEBUG	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</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:34	DEBUG	DDLDeployer	create table Toto(identifier VARCHAR(255) not null, unique (identifier))
2024-10-16 21:08:34	DEBUG	DDLDeployer	create table Tata(identifier VARCHAR(255) not null, name varchar(255), unique (identifier))
2024-10-16 21:08: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>2024-10-16 21:08:34	DEBUG	DDLDeployer	create table Toto(identifier VARCHAR(255) not null, unique (identifier))
2024-10-16 21:08:34	DEBUG	DDLDeployer	create table Tutu(identifier VARCHAR(255) not null, firstName varchar(255), unique (identifier))
2024-10-16 21:08:34	DEBUG	DDLDeployer	create table Tata(identifier VARCHAR(255) not null, name varchar(255), unique (identifier))
2024-10-16 21:08:34	DEBUG	DDLDeployer	alter table Tutu add constraint FK_Tutu_identifier_Toto_identifier foreign key(identif
...[truncated 4096 chars]...
16 21:08:34	DEBUG	SQLOperation	delete from Tata where identifier = ? | {1={Tata.identifier=o.c.s.i.PersistedIdentifier@01e43d24-8527-47bc-81f6-e68c0b840ea4}}
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	delete from Toto where identifier = ? | {1={Toto.identifier=o.c.s.i.PersistedIdentifier@01e43d24-8527-47bc-81f6-e68c0b840ea4}}
2024-10-16 21:08:34	DEBUG	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.008</duration><failedSince>0</failedSince><name>tableStructure_columnNameGiven_columnNameIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:34	DEBUG	DDLDeployer	create table Toto(identifier VARCHAR(255) not null, unique (identifier))
2024-10-16 21:08:34	DEBUG	DDLDeployer	create table Tata(identifier VARCHAR(255) not null, dummyName varchar(255), unique (identifier))
2024-10-16 21:08:34	DEBUG	DDLDeployer	alter table Tata add constraint FK_Tata_identifier_Toto_identifier foreign key(identifier) references Toto(identifier)
</stdout></case><duration>0.069</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>2024-10-16 21:08:35	DEBUG	DDLDeployer	create table Toto(name varchar(255), id VARCHAR(255) not null, unique (id))
2024-10-16 21:08:35	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:35	DEBUG	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@8dc8a6a5-3850-4402-a928-378c09a331f5, Toto.name=Tutu}}
2024-10-16 21:08:35	DEBUG	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@8dc8a6a5-3850-4402-a928-378c09a331f5}
2024-10-16 21:08:35	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@73189951
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey</className><duration>0.007</duration><failedSince>0</failedSince><name>usingConstructor_2Args_constructorIsInvoked_setterIsNotCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:35	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2024-10-16 21:08:35	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:35	DEBUG	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@343ce061-e2d7-4092-9404-665fe0174b0a}}
2024-10-16 21:08:35	DEBUG	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@343ce061-e2d7-4092-9404-665fe0174b0a}
2024-10-16 21:08:35	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@4d8b2506
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey</className><duration>0.009</duration><failedSince>0</failedSince><name>usingFactory_constructorIsInvoked_setterIsNotCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:35	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2024-10-16 21:08:35	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:35	DEBUG	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@dd3e3391-56ec-4a40-b056-f763472b3a3d}}
2024-10-16 21:08:35	DEBUG	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@dd3e3391-56ec-4a40-b056-f763472b3a3d}
2024-10-16 21:08:35	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@5d36212a
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey</className><duration>0.009</duration><failedSince>0</failedSince><name>usingConstructor_supplier_supplierIsCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:35	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2024-10-16 21:08:35	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:35	DEBUG	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@e9119089-3cc9-403a-a8e5-fd3662ff901b}}
2024-10-16 21:08:35	DEBUG	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@e9119089-3cc9-403a-a8e5-fd3662ff901b}
2024-10-16 21:08:35	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@5eea1511
</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.008</duration><failedSince>0</failedSince><name>byDefault_defaultConstructorIsInvoked_setterIsCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:35	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2024-10-16 21:08:35	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:35	DEBUG	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@f92f4098-0d83-4c3d-bc9a-2d4b225e8f6c}}
2024-10-16 21:08:35	DEBUG	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@f92f4098-0d83-4c3d-bc9a-2d4b225e8f6c}
2024-10-16 21:08:35	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@4425f2f1
</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>2024-10-16 21:08:35	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2024-10-16 21:08:35	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:35	DEBUG	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@c49aee76-67e3-4623-b156-da6bfc98c12f, Toto.name=Tutu}}
2024-10-16 21:08:35	DEBUG	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@c49aee76-67e3-4623-b156-da6bfc98c12f}
2024-10-16 21:08:35	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@41036071
</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>2024-10-16 21:08:35	DEBUG	DDLDeployer	create table Toto(name varchar(255), myId VARCHAR(255) not null, unique (myId))
2024-10-16 21:08:35	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:35	DEBUG	SQLOperation	insert into Toto(myId, name) values (?, ?) | {1={Toto.myId=o.c.s.i.PersistableIdentifier@211f3c85-5582-453d-ae09-2681718ac9dd, Toto.name=Tutu}}
2024-10-16 21:08:35	DEBUG	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@211f3c85-5582-453d-ae09-2681718ac9dd}
2024-10-16 21:08:35	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@71191d12
</stdout></case><duration>0.064</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.008</duration><failedSince>0</failedSince><name>withConstructorSpecified_constructorIsInvoked_setterIsNotCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:34	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@d66456a4-8841-436f-aee9-b1bbf729b3b9, Toto.name=Tutu}}
2024-10-16 21:08:34	DEBUG	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@d66456a4-8841-436f-aee9-b1bbf729b3b9}
2024-10-16 21:08:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@bef3797
</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>2024-10-16 21:08:34	DEBUG	DDLDeployer	create table Toto(label varchar(255), identifier VARCHAR(255) not null, unique (identifier))
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	insert into Toto(identifier, label) values (?, ?) | {1={Toto.label=null, Toto.identifier=o.c.s.i.PersistableIdentifier@d5cc3fc2-5975-4731-9053-85bb40adaf5e}}
2024-10-16 21:08:34	DEBUG	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@d5cc3fc2-5975-4731-9053-85bb40adaf5e}
2024-10-16 21:08:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@6f32f21e
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$UseConstructor</className><duration>0.008</duration><failedSince>0</failedSince><name>setByConstructor_withSeveralArguments</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:34	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.name=Hello, Toto.id=o.c.s.i.PersistableIdentifier@1d86ab19-c1b6-46aa-b325-d13bd83510b2}}
2024-10-16 21:08:34	DEBUG	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@1d86ab19-c1b6-46aa-b325-d13bd83510b2}
2024-10-16 21:08:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@108eff20
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$UseConstructor</className><duration>0.007</duration><failedSince>0</failedSince><name>byDefault_defaultConstructorIsInvoked_setterIsCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:34	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@03eb7a22-9592-4f8a-ac9f-e0ca8432636b, Toto.name=Tutu}}
2024-10-16 21:08:34	DEBUG	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@03eb7a22-9592-4f8a-ac9f-e0ca8432636b}
2024-10-16 21:08:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@6a502f30
</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>2024-10-16 21:08:34	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@e5a01204-28df-4f0f-8173-e4e76e4a759b, Toto.name=Tutu}}
2024-10-16 21:08:34	DEBUG	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@e5a01204-28df-4f0f-8173-e4e76e4a759b}
2024-10-16 21:08:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@427e3910
</stdout></case><duration>0.041</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.02</duration><failedSince>0</failedSince><name>testCascade_SetSetMix_update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table State(name varchar(255), id int not null, countryId int, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) ref
...[truncated 14507 chars]...
ntry=org.codefilarete.stalactite.engine.model.Country@34e2e1e7,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;,version=0]
2024-10-16 21:08:45	DEBUG	SQLOperation	select id from State where id = 1 | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportToOneAndToManyMixTest</className><duration>0.014</duration><failedSince>0</failedSince><name>testCascade_oneToOneAndOneToMany_CRUD</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country(name varchar(255), id int not null, presidentId int, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeplo
...[truncated 8921 chars]...
onDate=&lt;null&gt;,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;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportToOneAndToManyMixTest</className><duration>0.031</duration><failedSince>0</failedSince><name>testCascade_ListSetMix_listContainsDuplicate_CRUD</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table State(name varchar(255), id int not null, countryId int, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country_ancientCities(country_id int, ancientCities_id int, idx integer not null, unique 
...[truncated 32796 chars]...
tite.engine.model.Country@6893e9c,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;,version=0]
2024-10-16 21:08:45	DEBUG	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>foreignKeyIsCreated</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2024-10-16 21:08:45	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
</stdout></case><duration>0.079</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.029</duration><failedSince>0</failedSince><name>update_versionIsUpgraded_dateVersion</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:34	DEBUG	DDLDeployer	create table Country(modificationDate timestamp, name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	insert into Country(name, description, modificationDate, id) values (?, ?, ?, ?) | {1={Country.name=France, Country.modificationDate=2024-10-16T21:08:34.021, Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@0}}
2024
...[truncated 1220 chars]...
larete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@2d95879c
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	update Country set name = ?, description = ?, modificationDate = ? where id = ? and modificationDate = ? | {1={Country.name (U)=Tutu, Country.modificationDate (U)=2024-10-16T21:08:34.030, Country.modificationDate (W)=2024-10-16T21:08:34.024, Country.description (U)=null, Country.id (W)=o.c.s.i.PersistedIdentifier@0}}
</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.014</duration><failedSince>0</failedSince><name>update_versionIsUpgraded_integerVersion</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:34	DEBUG	DDLDeployer	create table Country(version integer, name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	insert into Country(name, description, version, id) values (?, ?, ?, ?) | {1={Country.version=1, Country.id=o.c.s.i.PersistableIdentifier@0, Country.description=null, Country.name=France}}
2024-10-16 21:08:34	DEBUG	SQLOperation	select Country.n
...[truncated 973 chars]...
}
2024-10-16 21:08:34	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@2ceb0ef3
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	update Country set name = ?, description = ?, version = ? where id = ? and version = ? | {1={Country.version (U)=3, Country.id (W)=o.c.s.i.PersistedIdentifier@0, Country.version (W)=2, Country.description (U)=null, Country.name (U)=Tutu}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportVersioningTest</className><duration>0.078</duration><failedSince>0</failedSince><name>update_entityIsOutOfSync_databaseIsNotUpdated</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:34	DEBUG	DDLDeployer	create table Country(version integer, name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	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}}
2024-10-16 21:08:34	DEBUG	SQLOperation	select Country.n
...[truncated 434 chars]...
-10-16 21:08:34	DEBUG	SQLOperation	update Country set name = ?, description = ?, version = ? where id = ? and version = ? | {1={Country.name (U)=Tata, Country.version (U)=2, Country.version (W)=1, Country.id (W)=o.c.s.i.PersistableIdentifier@0, Country.description (U)=null}}
2024-10-16 21:08:34	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:34	DEBUG	SQLOperation	delete from Country where id = ? and version = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@0, Country.version=1}}
</stdout></case><duration>0.13</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.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.JoinColumnNamingStrategyTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.MapEntryTableNamingStrategyTest</className><duration>0.002</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.002</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.AfterDeleteByIdSupportTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.cascade.AfterDeleteSupportTest</className><duration>0.021</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.013</duration><failedSince>0</failedSince><name>constructorArgsAreInvoked</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.036</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.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.AfterInsertSupportTest</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.AfterInsertSupportTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.cascade.AfterUpdateCollectionCascaderTest</className><duration>0.047</duration><failedSince>0</failedSince><name>testAfterUpdate</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.047</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.009</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.003</duration><failedSince>0</failedSince><name>constructorArgsAreInvoked</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.014</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.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.BeforeDeleteByIdSupportTest</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.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.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.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.002</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.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.012</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.009</duration><failedSince>0</failedSince><name>build_withBeforeInsertIdentifierPolicy_entitiesMustHaveTheirIdSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Element(id bigint not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Part(name varchar(255), id bigint not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Question(label varchar(255), id bigint not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	alter table Part add constraint FK_Part_id_Element_id foreign key(id) references Element(id)
2024-10-16 21:08:46	DEBUG	DDLDeployer	alter table Question add constraint FK_Question_id_Element_id foreign key(id) references Element(id)
2024-10-16 21:08:46	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:46	DEBUG	SQLOperation	insert into Element(id) values (?) | {1={Element.id=1}}
2024-10-16 21:08:46	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:46	DEBUG	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.JoinTablePolymorphismBuilderTest</className><duration>0.008</duration><failedSince>0</failedSince><name>build_withAfterInsertIdentifierPolicy_entitiesMustHaveTheirIdSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Element(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Part(name varchar(255), id bigint not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Question(label varchar(255), id bigint not null, unique (id))
2024-10-16 21:08: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)
2024-10-16 21:08:46	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:46	DEBUG	SQLOperation	insert into Element(id) values (default) | {1={}}
2024-10-16 21:08:46	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:46	DEBUG	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.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.008</duration><failedSince>0</failedSince><name>build_withAlreadyAssignedIdentifierPolicy_entitiesMustHaveTheirIdSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Element(id bigint not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Part(name varchar(255), id bigint not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Question(label varchar(255), id bigint not null, unique (id))
2024-10-16 21:08:46	DEBUG	DDLDeployer	alter table Part add constraint FK_Part_id_Element_id foreign key(id) references Element(id)
2024-10-16 21:08:46	DEBUG	DDLDeployer	alter table Question add constraint FK_Question_id_Element_id foreign key(id) references Element(id)
2024-10-16 21:08:46	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:46	DEBUG	SQLOperation	insert into Element(id) values (?) | {1={Element.id=1}}
2024-10-16 21:08:46	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:46	DEBUG	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><duration>0.03</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.066</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.009</duration><failedSince>0</failedSince><name>tableStructure_relationMappedByReverseSide</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.077</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.017</duration><failedSince>0</failedSince><name>cycling</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.017</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.013</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.004</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.005</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.001</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.001</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.007</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.002</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.091</duration><failedSince>0</failedSince><name>build_withPolymorphismSingleTable_resultAssertsThatPersisterManageGivenEntities</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:46	DEBUG	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>2024-10-16 21:08:46	DEBUG	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.003</duration><failedSince>0</failedSince><name>build_returnsAlreadyExisintgPersister</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.006</duration><failedSince>0</failedSince><name>build_singleTable_singleClass</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:46	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:46	DEBUG	SQLOperation	insert into Car(color, creationDate, id, model, modificationDate) values (?, ?, ?, ?, ?) | {1={Car.color=Color[rgb=123], Car.creationDate=Wed Oct 16 21:08:46 UTC 2024, Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1, Car.modificationDate=Wed Oct 16 21:08:46 UTC 2024}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest$BuildTest</className><duration>0.012</duration><failedSince>0</failedSince><name>build_joinedTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:46	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:46	DEBUG	SQLOperation	insert into AbstractVehicle(creationDate, id, modificationDate) values (?, ?, ?) | {1={AbstractVehicle.creationDate=Wed Oct 16 21:08:46 UTC 2024, AbstractVehicle.modificationDate=Wed Oct 16 21:08:46 UTC 2024, AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-16 21:08:46	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:46	DEBUG	SQLOperation	insert into Vehicle(color, i
...[truncated 906 chars]...
EBUG	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.014</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.008</duration><failedSince>0</failedSince><name>build_withPolymorphismJoinedTables_resultAssertsThatPersisterManageGivenEntities</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:46	DEBUG	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.015</duration><failedSince>0</failedSince><name>build_createsAnInstanceThatDoesntRequireTwoSelectsOnItsUpdateMethod</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:46	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:46	DEBUG	SQLOperation	insert into Car(id, model) values (?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault}}
2024-10-16 21:08:46	DEBUG	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}
2024-10-16 21:08: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}
2024-10-16 21:08:46	DEBUG	SQLOperation	Result found in cache, statement will not be executed
2024-10-16 21:08:46	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@559f6229
2024-10-16 21:08:46	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:46	DEBUG	SQLOperation	update Car set model = ? where id = ? | {1={Car.id (W)=o.c.s.i.PersistedIdentifier@1, Car.model (U)=Peugeot}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest$BuildTest</className><duration>0.005</duration><failedSince>0</failedSince><name>build_singleTable_withInheritance</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:46	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:46	DEBUG	SQLOperation	insert into Car(color, creationDate, id, model, modificationDate) values (?, ?, ?, ?, ?) | {1={Car.color=Color[rgb=123], Car.creationDate=Wed Oct 16 21:08:46 UTC 2024, Car.modificationDate=Wed Oct 16 21:08:46 UTC 2024, Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
</stdout></case><duration>0.162</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.0</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.001</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.0</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.014</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.008</duration><failedSince>0</failedSince><name>build_withBeforeInsertIdentifierPolicy_entitiesMustHaveTheirIdSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Element(id bigint not null, label varchar(255), name varchar(255), DTYPE varchar(255) not null, unique (id))
2024-10-16 21:08:46	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:46	DEBUG	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.009</duration><failedSince>0</failedSince><name>build_withAfterInsertIdentifierPolicy_entitiesMustHaveTheirIdSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08: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))
2024-10-16 21:08:46	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:46	DEBUG	SQLOperation	insert into Element(label, id, DTYPE) values (?, default, ?) | {1={Element.DTYPE=QUESTION, Element.label=What's the answer to Life, the Universe and Everything ?}}
</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.008</duration><failedSince>0</failedSince><name>build_withAlreadyAssignedIdentifierPolicy_entitiesMustHaveTheirIdSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Element(id bigint not null, label varchar(255), name varchar(255), DTYPE varchar(255) not null, unique (id))
2024-10-16 21:08:46	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:46	DEBUG	SQLOperation	insert into Element(label, id, DTYPE) values (?, ?, ?) | {1={Element.label=What's the answer to Life, the Universe and Everything ?, Element.DTYPE=QUESTION, Element.id=1}}
</stdout></case><duration>0.03</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.011</duration><failedSince>0</failedSince><name>build_withBeforeInsertIdentifierPolicy_entitiesMustHaveTheirIdSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Part(name varchar(255), id bigint not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Question(label varchar(255), id bigint not null, unique (id))
2024-10-16 21:08:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:45	DEBUG	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.011</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.009</duration><failedSince>0</failedSince><name>build_withAlreadyAssignedIdentifierPolicy_entitiesMustHaveTheirIdSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Part(name varchar(255), id bigint not null, unique (id))
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table Question(label varchar(255), id bigint not null, unique (id))
2024-10-16 21:08:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:45	DEBUG	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.004</duration><failedSince>0</failedSince><name>build_withAfterInsertIdentifierPolicy_throwsUnsupportedOperationException</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.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.002</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.002</duration><failedSince>0</failedSince><name>getColumnValues_mapEntryKeyIsEntityWithCompositeKey_givesRightValues</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.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.002</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.001</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.0</duration><failedSince>0</failedSince><name>diffSet(Set, Set, Set)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.034</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.005</duration><failedSince>0</failedSince><name>testAsynchronousLoad</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>10.005</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.021</duration><failedSince>0</failedSince><name>giveNewIdentifier</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:45	DEBUG	DDLDeployer	create table sequence_table(sequence_name varchar(255), next_val bigint not null, unique (sequence_name))
2024-10-16 21:08:45	DEBUG	SQLOperation	select next_val, sequence_name from sequence_table where sequence_name in (?) | {sequence_table.sequence_name=Toto}
2024-10-16 21:08:45	DEBUG	SQLOperation	select next_val, sequence_name from sequence_table where sequence_name in (?) | {sequence_table.sequence_name=Toto}
2024-10-16 21:08:45	DEBUG	SQLOperation	Batchin
...[truncated 251 chars]...
sequence_name from sequence_table where sequence_name in (?) | {sequence_table.sequence_name=Toto}
2024-10-16 21:08:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:45	DEBUG	SQLOperation	update sequence_table set next_val = ? where sequence_name = ? | {1={sequence_table.sequence_name (W)=Toto, sequence_table.next_val (U)=20}}
2024-10-16 21:08:45	DEBUG	SQLOperation	select next_val, sequence_name from sequence_table where sequence_name in (?) | {sequence_table.sequence_name=Toto}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.idprovider.PooledSequenceIdentifierProviderTest</className><duration>0.006</duration><failedSince>0</failedSince><name>giveNewIdentifier_persistenceContextDoesntProvideSeparateTransactionExecutor_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:45	DEBUG	SQLOperation	update sequence_table set next_val = ? where sequence_name = ? | {1={sequence_table.sequence_name (W)=Toto, sequence_table.next_val (U)=30}}
2024-10-16 21:08:45	DEBUG	SQLOperation	select next_val, sequence_name from sequence_table where sequence_name in (?) | {sequence_table.sequence_name=Toto}
2024-10-16 21:08:45	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:45	DEBUG	SQLOperation	update sequence_table set next_val = ? where sequence_name = ? | {1={sequence_table.sequence_name (W)=Toto, sequence_table.next_val (U)=40}}
2024-10-16 21:08:45	DEBUG	DDLDeployer	create table sequence_table(sequence_name varchar(255), next_val bigint not null, unique (sequence_name))
2024-10-16 21:08:45	DEBUG	SQLOperation	select next_val, sequence_name from sequence_table where sequence_name in (?) | {sequence_table.sequence_name=Toto}
</stdout></case><duration>0.028</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.007</duration><failedSince>0</failedSince><name>testAssociationRecordInsertionCascader_getTargets</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.AssociationRecordInsertionCascaderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest</className><duration>0.167</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.001</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.001</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.002</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.001</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.002</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.001</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.044</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.002</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.265</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.066</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.004</duration><failedSince>0</failedSince><name>select(Table, List, PairSetList)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:46	DEBUG	SQLOperation	select Toto.id1 as Toto_id1 from Toto where Toto.id1 in (?, ?, ?) | {Toto.id1=[11, 13, 17]}
2024-10-16 21:08:46	DEBUG	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>2024-10-16 21:08:46	DEBUG	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]}
2024-10-16 21:08:46	DEBUG	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.005</duration><failedSince>0</failedSince><name>select(Table, List, PairSetList)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:46	DEBUG	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.id2=[11, 13, 17], Toto.id3=[11, 13, 17], Toto.id1=[11, 13, 17]}
2024-10-16 21:08:46	DEBUG	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.id2=23, Toto.id3=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>2024-10-16 21:08:46	DEBUG	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.008</duration><failedSince>0</failedSince><name>execute_realLife_composedId</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:46	DEBUG	DDLDeployer	create table Toto(id1 bigint not null, id2 bigint not null, name varchar(255), primary key (id1, id2))
2024-10-16 21:08:46	DEBUG	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}
2024-10-16 21:08:46	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@3a90dbf
2024-10-16 21:0
...[truncated 2 chars]...
46	DEBUG	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]}
2024-10-16 21:08:46	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@3a90dbf
2024-10-16 21:08:46	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@3a90dbf
</stdout></case><duration>0.098</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.002</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.003</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.011</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.003</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.017</duration><failedSince>0</failedSince><name>selectWhere_collectionCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	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]}
2024-10-16 21:08:47	DEBUG	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@6b785578 on object TotoB[{id=3, x=null, b=41}]
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@38cc8abd
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@6b785578 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.003</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	SQLOperation	delete from TotoA where id = ? | {1={TotoA.id=o.c.s.i.PersistableIdentifier@7}}
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	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>2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 3 times
2024-10-16 21:08:47	DEBUG	SQLOperation	insert into Toto(x, q, id) values (?, ?, ?) | {1={Toto.x=17, Toto.q=null, Toto.id=o.c.s.i.PersistableIdentifier@1}, 2={Toto.x=29, Toto.q=null, Toto.id=o.c.s.i.PersistableIdentifier@2}, 3={Toto.x=37, Toto.q=null, Toto.id=o.c.s.i.PersistableIdentifier@3}}
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	SQLOperation	insert into Toto(x, q, id) values (?
...[truncated 106 chars]...
SQLOperation	Batching statement 2 times
2024-10-16 21:08:47	DEBUG	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}}
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 2 times
2024-10-16 21:08:47	DEBUG	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>2024-10-16 21:08:47	DEBUG	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}
2024-10-16 21:08:47	DEBUG	SQLOperation	select TotoA.a as TotoA_a, TotoA.id as TotoA_id, Toto.x as Toto_x, Toto.q as Toto_q, Toto
...[truncated 1330 chars]...
G	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@69dadddf on object TotoB[{id=3, x=null, b=41}]
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@331b62b5
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@69dadddf 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.005</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	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}
2024-10-16 21:08:47	DEBUG	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
2024-10-16 21:08:47	DEBUG	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}}
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 2 times
2024-10-16 21:08:47	DEBUG	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>2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 2 times
2024-10-16 21:08:47	DEBUG	SQLOperation	delete from TotoA where id = ? | {1={TotoA.id=o.c.s.i.PersistableIdentifier@1}, 2={TotoA.id=o.c.s.i.PersistableIdentifier@2}}
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 2 times
2024-10-16 21:08:47	DEBUG	SQLOperation	delete from TotoB where id = ? | {1={TotoB.id=o.c.s.i.PersistableIdentifier@3}, 2={TotoB.id=o.c.s.i.PersistableIdentifier@4}}
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 3 times
2024-10-16 21:08:47	DEBUG	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}}
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	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>2024-10-16 21:08:47	DEBUG	SQLOperation	delete from TotoA where id in (?, ?) | {TotoA.id=[o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]}
2024-10-16 21:08:47	DEBUG	SQLOperation	delete from TotoB where id in (?, ?) | {TotoB.id=[o.c.s.i.PersistableIdentifier@3, o.c.s.i.PersistableIdentifier@4]}
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	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]}}
2024-10-16 21:08:47	DEBUG	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>2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 3 times
2024-10-16 21:08:47	DEBUG	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}}
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	SQLOperation	up
...[truncated 180 chars]...
t 2 times
2024-10-16 21:08:47	DEBUG	SQLOperation	update TotoA set a = ? where id = ? | {1={TotoA.id (W)=o.c.s.i.PersistableIdentifier@1, TotoA.a (U)=123}, 2={TotoA.id (W)=o.c.s.i.PersistableIdentifier@2, TotoA.a (U)=131}}
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 2 times
2024-10-16 21:08:47	DEBUG	SQLOperation	update TotoB set b = ? where id = ? | {1={TotoB.b (U)=141, TotoB.id (W)=o.c.s.i.PersistableIdentifier@3}, 2={TotoB.b (U)=153, TotoB.id (W)=o.c.s.i.PersistableIdentifier@4}}
</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>2024-10-16 21:08:47	DEBUG	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}
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinTableRootJoinNode$JoinTablePolymo
...[truncated 835 chars]...
g.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@5505c92e on object TotoB[{id=3, x=37, b=null}]
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer@5f65f1da
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@5505c92e 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.006</duration><failedSince>0</failedSince><name>selectWhere</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	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}
2024-10-16 21:08: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@3ecaecd3 on object TotoB[{id=3, x=37, b=null}]
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer@4e9f877c
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@3ecaecd3 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>2024-10-16 21:08:47	DEBUG	SQLOperation	delete from TotoA where id in (?) | {TotoA.id=o.c.s.i.PersistableIdentifier@7}
2024-10-16 21:08:47	DEBUG	SQLOperation	delete from Toto where id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@7}
</stdout></case><duration>0.067</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.008</duration><failedSince>0</failedSince><name>transformCompositeIdentifierColumnValuesToTupleInValues</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.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.001</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.006</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.0</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>2024-10-16 21:08:47	DEBUG	SQLOperation	Result found in cache, statement will not be executed
</stdout></case><duration>0.012</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.007</duration><failedSince>0</failedSince><name>selectWhere_collectionCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	SQLOperation	select Toto.id as rootId from Toto where Toto.q = ? | {1=[42]}
2024-10-16 21:08:47	DEBUG	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}
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@656376a
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD</className><duration>0.002</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	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.003</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 3 times
2024-10-16 21:08:47	DEBUG	SQLOperation	insert into Toto(id, a, b, q) values (?, ?, ?, ?) | {1={Toto.b=23, Toto.a=17, Toto.q=null, Toto.id=o.c.s.i.PersistableIdentifier@1}, 2={Toto.b=31, Toto.a=29, Toto.q=null, Toto.id=o.c.s.i.PersistableIdentifier@2}, 3={Toto.b=41, Toto.a=37, Toto.q=null, Toto.id=o.c.s.i.PersistableIdentifier@3}}
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	SQLOperation	insert into Toto(id, a, b, q) values (?, ?, ?, ?) | {1={Toto.b=53, Toto.a=43, Toto.q=null, 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.004</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	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]}
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@365a0614
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.code
...[truncated 81 chars]...
4-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@365a0614
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@365a0614
2024-10-16 21:08:47	DEBUG	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>2024-10-16 21:08:47	DEBUG	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]}
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@5525c704
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.code
...[truncated 774 chars]...
oto.b (U)=23, Toto.id (W)=o.c.s.i.PersistedIdentifier@7}, 2={Toto.q (U)=null, Toto.a (U)=29, Toto.b (U)=31, Toto.id (W)=o.c.s.i.PersistedIdentifier@13}, 3={Toto.q (U)=null, Toto.a (U)=37, Toto.b (U)=41, Toto.id (W)=o.c.s.i.PersistedIdentifier@17}}
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	SQLOperation	update Toto set a = ?, b = ?, q = ? where id = ? | {1={Toto.q (U)=null, Toto.a (U)=43, Toto.b (U)=53, Toto.id (W)=o.c.s.i.PersistedIdentifier@23}}
</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>2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 3 times
2024-10-16 21:08:47	DEBUG	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}}
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	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>2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	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]}}
2024-10-16 21:08:47	DEBUG	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.002</duration><failedSince>0</failedSince><name>updateById</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 3 times
2024-10-16 21:08:47	DEBUG	SQLOperation	update Toto set a = ?, b = ?, q = ? where id = ? | {1={Toto.q (U)=null, Toto.a (U)=17, Toto.b (U)=23, Toto.id (W)=o.c.s.i.PersistableIdentifier@1}, 2={Toto.q (U)=null, Toto.a (U)=29, Toto.b (U)=31, Toto.id (W)=o.c.s.i.PersistableIdentifier@2}, 3={Toto.q (U)=null, Toto.a (U)=37, Toto.b (U)=41, Toto.id (W)=o.c.s.i.PersistableIdentifier@3}}
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	SQLOperation	update Toto set a = ?, b = ?, q = ? where id = ? | {1={Toto.q (U)=null, Toto.a (U)=43, Toto.b (U)=53, 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>2024-10-16 21:08:47	DEBUG	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}
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@353d7d9
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>selectWhere</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	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}
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@275bd0e5
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$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.SimpleRelationalEntityPersisterTest$CRUD</className><duration>0.002</duration><failedSince>0</failedSince><name>deleteById</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	SQLOperation	delete from Toto where id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@7}
</stdout></case><duration>0.046</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>2024-10-16 21:08:46	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:46	DEBUG	SQLOperation	delete from Toto2 where id = ? | {1={Toto2.id=o.c.s.i.PersistableIdentifier@7}}
2024-10-16 21:08:46	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:46	DEBUG	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.004</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:46	DEBUG	SQLOperation	Batching statement 3 times
2024-10-16 21:08:46	DEBUG	SQLOperation	insert into Toto(id, a, b, q) values (?, ?, ?, ?) | {1={Toto.b=23, Toto.q=null, Toto.id=o.c.s.i.PersistableIdentifier@1, Toto.a=17}, 2={Toto.b=31, Toto.q=null, Toto.id=o.c.s.i.PersistableIdentifier@2, Toto.a=29}, 3={Toto.b=41, Toto.q=null, Toto.id=o.c.s.i.PersistableIdentifier@3, Toto.a=37}}
2024-10-16 21:08:46	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:46	DEBUG	SQLOperati
...[truncated 298 chars]...
Toto2.z=-117, Toto2.id=o.c.s.i.PersistableIdentifier@1, Toto2.x=117, Toto2.y=123}, 2={Toto2.z=-129, Toto2.id=o.c.s.i.PersistableIdentifier@2, Toto2.x=129, Toto2.y=131}, 3={Toto2.z=-137, Toto2.id=o.c.s.i.PersistableIdentifier@3, Toto2.x=137, Toto2.y=141}}
2024-10-16 21:08:46	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:46	DEBUG	SQLOperation	insert into Toto2(id, x, y, z) values (?, ?, ?, ?) | {1={Toto2.z=-143, Toto2.id=o.c.s.i.PersistableIdentifier@4, Toto2.x=143, Toto2.y=153}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD_WithListener</className><duration>0.005</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	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]}
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engi
...[truncated 1212 chars]...
r	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@7a6322e2 on object Toto[{id=23, a=1, b=2, x=null, y=null, z=null}]
2024-10-16 21:08:47	DEBUG	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.006</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	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]}
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engi
...[truncated 2624 chars]...
7, Toto2.z (U)=-117, Toto2.y (U)=123}, 2={Toto2.id (W)=o.c.s.i.PersistedIdentifier@13, Toto2.x (U)=129, Toto2.z (U)=-129, Toto2.y (U)=131}, 3={Toto2.id (W)=o.c.s.i.PersistedIdentifier@17, Toto2.x (U)=137, Toto2.z (U)=-137, Toto2.y (U)=141}}
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	SQLOperation	update Toto2 set x = ?, y = ?, z = ? where id = ? | {1={Toto2.id (W)=o.c.s.i.PersistedIdentifier@23, Toto2.x (U)=143, Toto2.z (U)=-143, Toto2.y (U)=153}}
</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>2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 3 times
2024-10-16 21:08:47	DEBUG	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}}
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	SQLOperation	delete from Toto2 where id = ? | {1={Toto2.id=o.c.s.i.PersistableIdentifier@4}}
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 3 times
2024-10-16 21:08:47	DEBUG	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}}
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	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.005</duration><failedSince>0</failedSince><name>deleteById_multiple</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	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]}}
2024-10-16 21:08:47	DEBUG	SQLOperation	delete from Toto2 where id in (?) | {Toto2.id=o.c.s.i.PersistableIdentifier@4}
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	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]}}
2024-10-16 21:08:47	DEBUG	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>2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 3 times
2024-10-16 21:08:47	DEBUG	SQLOperation	update Toto set a = ?, b = ?, q = ? where id = ? | {1={Toto.a (U)=17, Toto.q (U)=null, Toto.b (U)=23, Toto.id (W)=o.c.s.i.PersistableIdentifier@1}, 2={Toto.a (U)=29, Toto.q (U)=null, Toto.b (U)=31, Toto.id (W)=o.c.s.i.PersistableIdentifier@2}, 3={Toto.a (U)=37, Toto.q (U)=null, Toto.b (U)=41, Toto.id (W)=o.c.s.i.PersistableIdentifier@3}}
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching stateme
...[truncated 422 chars]...
bleIdentifier@1, Toto2.z (U)=-117}, 2={Toto2.x (U)=129, Toto2.y (U)=131, Toto2.id (W)=o.c.s.i.PersistableIdentifier@2, Toto2.z (U)=-129}, 3={Toto2.x (U)=137, Toto2.y (U)=141, Toto2.id (W)=o.c.s.i.PersistableIdentifier@3, Toto2.z (U)=-137}}
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	SQLOperation	update Toto2 set x = ?, y = ?, z = ? where id = ? | {1={Toto2.x (U)=143, Toto2.y (U)=153, Toto2.id (W)=o.c.s.i.PersistableIdentifier@4, Toto2.z (U)=-143}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD_WithListener</className><duration>0.003</duration><failedSince>0</failedSince><name>deleteById</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	SQLOperation	delete from Toto2 where id in (?) | {Toto2.id=o.c.s.i.PersistableIdentifier@7}
2024-10-16 21:08:47	DEBUG	SQLOperation	delete from Toto where id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@7}
</stdout></case><duration>0.263</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.01</duration><failedSince>0</failedSince><name>checkSQLGeneration</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	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.011</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.013</duration><failedSince>0</failedSince><name>selectProjectionWhere</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	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.042</duration><failedSince>0</failedSince><name>selectWhere_collectionCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	SQLOperation	select Toto.id as Toto_id, Toto.DTYPE as DISCRIMINATOR from Toto where Toto.q = ? | {1=[42]}
2024-10-16 21:08:47	DEBUG	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]}
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowCons
...[truncated 204 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]}
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@3636b09a
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@3636b09a
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SingleTablePolymorphismPersisterTest$CRUD</className><duration>0.004</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	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.003</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 2 times
2024-10-16 21:08:47	DEBUG	SQLOperation	insert into Toto(a, id, x, q, DTYPE) values (?, ?, ?, ?, ?) | {1={Toto.q=null, Toto.DTYPE=100, Toto.id=o.c.s.i.PersistableIdentifier@1, Toto.x=17, Toto.a=23}, 2={Toto.q=null, Toto.DTYPE=100, Toto.id=o.c.s.i.PersistableIdentifier@2, Toto.x=29, Toto.a=31}}
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 2 times
2024-10-16 21:08:47	DEBUG	SQLOperation	insert into Toto(b, id, x, q, DTYPE) values (?, ?, ?, ?, ?) | {1={Toto.q=null, Toto.DTYPE=200, Toto.id=o.c.s.i.PersistableIdentifier@3, Toto.x=37, Toto.b=41}, 2={Toto.q=null, Toto.DTYPE=200, Toto.id=o.c.s.i.PersistableIdentifier@4, Toto.x=43, Toto.b=53}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SingleTablePolymorphismPersisterTest$CRUD</className><duration>0.014</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	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}
2024-10-16 21:08:47	DEBUG	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]}
2024-1
...[truncated 338 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]}
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@376a9970
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@376a9970
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SingleTablePolymorphismPersisterTest$CRUD</className><duration>0.006</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	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}
2024-10-16 21:08:47	DEBUG	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 1040 chars]...
oto.id (W)=o.c.s.i.PersistedIdentifier@1, Toto.x (U)=17}, 2={Toto.a (U)=131, Toto.q (U)=null, Toto.id (W)=o.c.s.i.PersistedIdentifier@2, Toto.x (U)=29}}
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 2 times
2024-10-16 21:08:47	DEBUG	SQLOperation	update Toto set b = ?, x = ?, q = ? where id = ? | {1={Toto.q (U)=null, Toto.id (W)=o.c.s.i.PersistedIdentifier@3, Toto.x (U)=37, Toto.b (U)=141}, 2={Toto.q (U)=null, Toto.id (W)=o.c.s.i.PersistedIdentifier@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.005</duration><failedSince>0</failedSince><name>delete_multiple</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 2 times
2024-10-16 21:08:47	DEBUG	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@1}, 2={Toto.id=o.c.s.i.PersistableIdentifier@2}}
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 2 times
2024-10-16 21:08:47	DEBUG	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.006</duration><failedSince>0</failedSince><name>deleteById_multiple</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	SQLOperation	delete from Toto where id in (?, ?) | {Toto.id=[o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]}
2024-10-16 21:08:47	DEBUG	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>2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 2 times
2024-10-16 21:08:47	DEBUG	SQLOperation	update Toto set a = ?, x = ?, q = ? where id = ? | {1={Toto.id (W)=o.c.s.i.PersistableIdentifier@1, Toto.x (U)=17, Toto.q (U)=null, Toto.a (U)=123}, 2={Toto.id (W)=o.c.s.i.PersistableIdentifier@2, Toto.x (U)=29, Toto.q (U)=null, Toto.a (U)=131}}
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 2 times
2024-10-16 21:08:47	DEBUG	SQLOperation	update Toto set b = ?, x = ?, q = ? where id = ? | {1={Toto.id (W)=o.c.s.i.PersistableIdentifier@3, Toto.x (U)=37, Toto.q (U)=null, Toto.b (U)=141}, 2={Toto.id (W)=o.c.s.i.PersistableIdentifier@4, Toto.x (U)=43, Toto.q (U)=null, Toto.b (U)=153}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SingleTablePolymorphismPersisterTest$CRUD</className><duration>0.011</duration><failedSince>0</failedSince><name>selectWhere_orderByOnNonCollectionProperty_orderByIsAddedToSQL</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	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}
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer@771905c5
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer@771905c5
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer@771905c5
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer@771905c5
</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>2024-10-16 21:08:47	DEBUG	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}
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer@3ebd549b
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer@3ebd549b
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer@3ebd549b
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer@3ebd549b
</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.003</duration><failedSince>0</failedSince><name>deleteById</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	SQLOperation	delete from Toto where id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@7}
</stdout></case><duration>0.116</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.012</duration><failedSince>0</failedSince><name>selectProjectionWhere</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	SQLOperation	select count(id) as count from Toto where Toto.x = ? | {1=77}
</stdout></case><duration>0.013</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>2024-10-16 21:08:47	DEBUG	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]}
2024-10-16 21:08:47	DEBUG	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.PersistedI
...[truncated 398 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]}
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@7358beb7
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@7358beb7
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.TablePerClassPolymorphismPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 1 times
2024-10-16 21:08:47	DEBUG	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>2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 2 times
2024-10-16 21:08:47	DEBUG	SQLOperation	insert into TotoA(a, id, x, q) values (?, ?, ?, ?) | {1={TotoA.id=o.c.s.i.PersistableIdentifier@1, TotoA.q=null, TotoA.x=17, TotoA.a=23}, 2={TotoA.id=o.c.s.i.PersistableIdentifier@2, TotoA.q=null, TotoA.x=29, TotoA.a=31}}
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 2 times
2024-10-16 21:08:47	DEBUG	SQLOperation	insert into TotoB(b, id, x, q) values (?, ?, ?, ?) | {1={TotoB.b=41, TotoB.x=37, TotoB.id=o.c.s.i.PersistableIdentifier@3, TotoB.q=null}, 2={TotoB.b=53, TotoB.x=43, TotoB.id=o.c.s.i.PersistableIdentifier@4, TotoB.q=null}}
</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>2024-10-16 21:08:47	DEBUG	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}
2024-10-16 21:08:47	DEBU
...[truncated 570 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]}
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@11662a77
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@11662a77
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.TablePerClassPolymorphismPersisterTest$CRUD</className><duration>0.005</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	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}
2024-10-
...[truncated 1298 chars]...
.i.PersistedIdentifier@1, TotoA.q (U)=null}, 2={TotoA.a (U)=131, TotoA.x (U)=29, TotoA.id (W)=o.c.s.i.PersistedIdentifier@2, TotoA.q (U)=null}}
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 2 times
2024-10-16 21:08:47	DEBUG	SQLOperation	update TotoB set b = ?, x = ?, q = ? where id = ? | {1={TotoB.q (U)=null, TotoB.b (U)=141, TotoB.x (U)=37, TotoB.id (W)=o.c.s.i.PersistedIdentifier@3}, 2={TotoB.q (U)=null, TotoB.b (U)=153, TotoB.x (U)=43, TotoB.id (W)=o.c.s.i.PersistedIdentifier@4}}
</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>2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 2 times
2024-10-16 21:08:47	DEBUG	SQLOperation	delete from TotoA where id = ? | {1={TotoA.id=o.c.s.i.PersistableIdentifier@1}, 2={TotoA.id=o.c.s.i.PersistableIdentifier@2}}
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 2 times
2024-10-16 21:08:47	DEBUG	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.003</duration><failedSince>0</failedSince><name>deleteById_multiple</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	SQLOperation	delete from TotoA where id in (?, ?) | {TotoA.id=[o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]}
2024-10-16 21:08:47	DEBUG	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.004</duration><failedSince>0</failedSince><name>updateById</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 2 times
2024-10-16 21:08:47	DEBUG	SQLOperation	update TotoA set a = ?, x = ?, q = ? where id = ? | {1={TotoA.x (U)=17, TotoA.q (U)=null, TotoA.a (U)=123, TotoA.id (W)=o.c.s.i.PersistableIdentifier@1}, 2={TotoA.x (U)=29, TotoA.q (U)=null, TotoA.a (U)=131, TotoA.id (W)=o.c.s.i.PersistableIdentifier@2}}
2024-10-16 21:08:47	DEBUG	SQLOperation	Batching statement 2 times
2024-10-16 21:08:47	DEBUG	SQLOperation	update TotoB set b = ?, x = ?, q = ? where id = ? | {1={TotoB.x (U)=37, TotoB.q (U)=null, TotoB.b (U)=141, TotoB.id (W)=o.c.s.i.PersistableIdentifier@3}, 2={TotoB.x (U)=43, TotoB.q (U)=null, TotoB.b (U)=153, TotoB.id (W)=o.c.s.i.PersistableIdentifier@4}}
</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>2024-10-16 21:08:47	DEBUG	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 | {
...[truncated 122 chars]...
JoinRoot$JoinRootRowConsumer@7abcf8c3
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@7abcf8c3
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@7abcf8c3
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@7abcf8c3
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.TablePerClassPolymorphismPersisterTest$CRUD</className><duration>0.008</duration><failedSince>0</failedSince><name>selectWhere</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:47	DEBUG	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}
2024-10-16 21:
...[truncated 102 chars]...
JoinRoot$JoinRootRowConsumer@33f75f1f
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@33f75f1f
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@33f75f1f
2024-10-16 21:08:47	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@33f75f1f
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.TablePerClassPolymorphismPersisterTest$CRUD</className><duration>0.004</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>2024-10-16 21:08:47	DEBUG	SQLOperation	delete from TotoA where id in (?) | {TotoA.id=o.c.s.i.PersistableIdentifier@7}
</stdout></case><duration>0.073</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.042</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.001</duration><failedSince>0</failedSince><name>afterSelect_withSamePersisterAsTrigger_databaseIsATree_doesntFallIntoInfiniteLoop(List)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.045</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.006</duration><failedSince>0</failedSince><name>getTree</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.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.002</duration><failedSince>0</failedSince><name>giveTables</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.014</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.018</duration><failedSince>0</failedSince><name>transform_doesntGoDeeperIfRelatedBeanIdIsNull</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:46	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@1a7b97e1
2024-10-16 21:08:46	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@1b6ed111 on object java.lang.Object@7efb534d
</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.001</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.0</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.001</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.001</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.0</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.001</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.0</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.001</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.0</duration><failedSince>0</failedSince><name>equals_verySameInstance</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.016</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.002</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.001</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.002</duration><failedSince>0</failedSince><name>testInheritance_tablePerClass_3Classes</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.022</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.001</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.query.EntityCriteriaSupportTest</className><duration>0.001</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.query.EntityCriteriaSupportTest</className><duration>0.001</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.query.EntityCriteriaSupportTest</className><duration>0.004</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.query.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.query.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.query.EntityCriteriaSupportTest</className><duration>0.002</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.query.EntityCriteriaSupportTest</className><duration>0.002</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.query.EntityCriteriaSupportTest</className><duration>0.003</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.query.EntityCriteriaSupportTest</className><duration>0.007</duration><failedSince>0</failedSince><name>apiUsage</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.025</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.query.EntityCriteriaSupportTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.query.EntityGraphSelectExecutorTest</className><duration>0.009</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Country(name varchar(255), id bigint not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table City(name varchar(255), id bigint not null, countryId bigint, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2024-10-16 21:08:49	DEBUG	SQLOperation	select Country.id as rootId from Country left outer join City as City on Countr
...[truncated 2008 chars]...
&lt;null&gt;,cities=[City[country=org.codefilarete.stalactite.engine.model.Country@10370135,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@10370135,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;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.query.EntityGraphSelectExecutorTest</className><duration>0.007</duration><failedSince>0</failedSince><name>select_emptyResult</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:49	DEBUG	DDLDeployer	create table Country(name varchar(255), id bigint not null, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	create table City(name varchar(255), id bigint not null, countryId bigint, unique (id))
2024-10-16 21:08:49	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2024-10-16 21:08:49	DEBUG	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.018</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.query.EntityGraphSelectExecutorTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.spring.repository.config.StalactitePlatformTransactionManagerTest$WithPersistenceContext</className><duration>0.031</duration><failedSince>0</failedSince><name>createSameDataAgain</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:54	DEBUG	BootstrapUtils	Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
2024-10-16 21:08:54	DEBUG	BootstrapUtils	Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
2024-10-16 21:08:54	DEBUG	BootstrapUtils	Instantiating TestContextBootstrapp
...[truncated 108263 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.config.StalactitePlatformTransactionManagerTest$WithPersistenceContext</className><duration>0.01</duration><failedSince>0</failedSince><name>createData</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:54	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@1e53dc3b testClass = StalactitePlatformTransactionManagerTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.config.StalactitePlatformTransactionManagerTest@7529827c, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@f3bea57 testClass = StalactitePlatformTransactionManagerTest, locations = '
...[truncated 71692 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.171</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.spring.repository.config.StalactitePlatformTransactionManagerTest$WithPersistenceContext</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.spring.repository.config.StalactitePlatformTransactionManagerTest$WithRepository</className><duration>0.015</duration><failedSince>0</failedSince><name>createSameDataAgain</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:54	DEBUG	BootstrapUtils	Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
2024-10-16 21:08:54	DEBUG	BootstrapUtils	Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
2024-10-16 21:08:54	DEBUG	BootstrapUtils	Instantiating TestContextBootstrapp
...[truncated 83244 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.config.StalactitePlatformTransactionManagerTest$WithRepository</className><duration>0.013</duration><failedSince>0</failedSince><name>createData</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:54	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@1e53dc3b testClass = StalactitePlatformTransactionManagerTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.config.StalactitePlatformTransactionManagerTest@7e7cb19c, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@f3bea57 testClass = StalactitePlatformTransactionManagerTest, locations = '
...[truncated 71821 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.047</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.spring.repository.config.StalactitePlatformTransactionManagerTest$WithRepository</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.spring.repository.config.StalactiteRepositoryConfigExtensionTest</className><duration>0.459</duration><failedSince>0</failedSince><name>crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:52	DEBUG	BootstrapUtils	Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
2024-10-16 21:08:52	DEBUG	BootstrapUtils	Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
2024-10-16 21:08:52	DEBUG	BootstrapUtils	Instantiating TestContextBootstrapp
...[truncated 68114 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.config.StalactiteRepositoryConfigExtensionTest</className><duration>0.013</duration><failedSince>0</failedSince><name>injectionIsDone</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:54	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@19b9f903 testClass = StalactiteRepositoryConfigExtensionTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.config.StalactiteRepositoryConfigExtensionTest@14a3c3f8, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@10e56da9 testClass = StalactiteRepositoryConfigExtensionTest, locations = '{}
...[truncated 39945 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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>2.17</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.spring.repository.config.StalactiteRepositoryConfigExtensionTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.009</duration><failedSince>0</failedSince><name>projection</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	BootstrapUtils	Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
2024-10-16 21:08:57	DEBUG	BootstrapUtils	Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
2024-10-16 21:08:57	DEBUG	BootstrapUtils	Instantiating TestContextBootstrapp
...[truncated 103810 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.01</duration><failedSince>0</failedSince><name>equals_ignoreCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@32cef9b6, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repo
...[truncated 68133 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.006</duration><failedSince>0</failedSince><name>startsWith</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@466a36d7, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repo
...[truncated 56345 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.007</duration><failedSince>0</failedSince><name>projection_byExtraArgument</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@1ca503e8, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repo
...[truncated 61355 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.007</duration><failedSince>0</failedSince><name>before</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@4cfdd607, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repo
...[truncated 60369 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.006</duration><failedSince>0</failedSince><name>exists</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@46e69dba, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repo
...[truncated 54009 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.013</duration><failedSince>0</failedSince><name>orderBy</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@6829b0e6, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repo
...[truncated 100347 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.007</duration><failedSince>0</failedSince><name>isNull</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@7a0b4d2, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repos
...[truncated 60326 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.006</duration><failedSince>0</failedSince><name>orderBy_onDepthProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@55ea1c4b, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repo
...[truncated 65572 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.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>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@513777ed, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repo
...[truncated 58977 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.007</duration><failedSince>0</failedSince><name>lesser</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@3df10807, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repo
...[truncated 60368 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.007</duration><failedSince>0</failedSince><name>embeddedCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@1eff7bdb, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repo
...[truncated 56804 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.005</duration><failedSince>0</failedSince><name>twoCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@49d48ff1, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repo
...[truncated 56163 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.006</duration><failedSince>0</failedSince><name>equalBoolean</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@40bd544, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repos
...[truncated 60083 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.005</duration><failedSince>0</failedSince><name>limit_throwsExceptionBecauseOfCollectionPropertyMapping</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@3948cc7f, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repo
...[truncated 54176 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.005</duration><failedSince>0</failedSince><name>contains</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@16eef58a, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repo
...[truncated 56332 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.009</duration><failedSince>0</failedSince><name>in_string</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@6accbb21, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repo
...[truncated 66702 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.006</duration><failedSince>0</failedSince><name>notIn_string</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@3e3ffea8, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repo
...[truncated 58740 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.006</duration><failedSince>0</failedSince><name>greaterEquals</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@2a9a36d1, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repo
...[truncated 62826 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.007</duration><failedSince>0</failedSince><name>countDistinctByCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@7e709c9, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repos
...[truncated 56689 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.006</duration><failedSince>0</failedSince><name>between</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@a985455, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repos
...[truncated 62816 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.005</duration><failedSince>0</failedSince><name>notContains</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@3f6c14fc, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repo
...[truncated 56307 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.006</duration><failedSince>0</failedSince><name>countByCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@1f0c8e1f, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repo
...[truncated 55579 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.007</duration><failedSince>0</failedSince><name>in</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@2e589efe, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repo
...[truncated 65013 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.006</duration><failedSince>0</failedSince><name>like</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@37652627, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repo
...[truncated 58819 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.009</duration><failedSince>0</failedSince><name>oneToOneCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@4c13fb61, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repo
...[truncated 68284 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.005</duration><failedSince>0</failedSince><name>oneResultExpected_severalResults_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@1620633d, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repo
...[truncated 58760 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.005</duration><failedSince>0</failedSince><name>after</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@20c2da14, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repo
...[truncated 60361 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.006</duration><failedSince>0</failedSince><name>equal</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@3e231755, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repo
...[truncated 60319 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.005</duration><failedSince>0</failedSince><name>notIn</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@63d14180, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repo
...[truncated 56098 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.007</duration><failedSince>0</failedSince><name>greater</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@2bba8eeb, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repo
...[truncated 60376 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.014</duration><failedSince>0</failedSince><name>oneToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@758f7aab, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repo
...[truncated 108410 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.005</duration><failedSince>0</failedSince><name>notLike_ignoreCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:58	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@54d3fb75, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repo
...[truncated 58990 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.012</duration><failedSince>0</failedSince><name>orderBy_dynamic</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:58	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@679bc4ea, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repo
...[truncated 100403 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.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>2024-10-16 21:08:58	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@c335f37, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repos
...[truncated 80461 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.008</duration><failedSince>0</failedSince><name>delete_manyToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:58	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@17a8651f, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repo
...[truncated 78063 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.007</duration><failedSince>0</failedSince><name>equals_ignoreCase_dynamic</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:58	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@253596e8, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repo
...[truncated 70319 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.006</duration><failedSince>0</failedSince><name>lesserEquals</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:58	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@6e746639, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repo
...[truncated 62817 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.006</duration><failedSince>0</failedSince><name>isNotNull</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:58	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@531a08c3, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repo
...[truncated 60347 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.006</duration><failedSince>0</failedSince><name>notEqual</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:58	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@384d4551, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repo
...[truncated 55879 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.005</duration><failedSince>0</failedSince><name>endsWith</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:58	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@62921d00, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repo
...[truncated 56276 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.009</duration><failedSince>0</failedSince><name>manyToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:58	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@49951c5f, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repo
...[truncated 90431 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesTest</className><duration>0.004</duration><failedSince>0</failedSince><name>notLike</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:58	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@11cc72c0 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest@4991c0f7, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bfff74 testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.sql.spring.repo
...[truncated 56279 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.432</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.015</duration><failedSince>0</failedSince><name>projection</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	BootstrapUtils	Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
2024-10-16 21:08:56	DEBUG	BootstrapUtils	Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
2024-10-16 21:08:56	DEBUG	BootstrapUtils	Instantiating TestContextBootstrapp
...[truncated 106999 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.016</duration><failedSince>0</failedSince><name>equals_ignoreCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@300151e9, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, loca
...[truncated 72109 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>startsWith</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@5c38ce9a, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, loca
...[truncated 58578 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>projection_byExtraArgument</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@2d471a7d, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, loca
...[truncated 64845 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.013</duration><failedSince>0</failedSince><name>before</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@9c5853e, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, locat
...[truncated 63803 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>exists</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@742218ee, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, loca
...[truncated 55597 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.014</duration><failedSince>0</failedSince><name>orderBy</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@158f4c22, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, loca
...[truncated 110170 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>isNull</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@1848ec86, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, loca
...[truncated 63776 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>orderBy_onDepthProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@7faa2af0, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, loca
...[truncated 70063 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.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>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@6f309e47, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, loca
...[truncated 61785 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.009</duration><failedSince>0</failedSince><name>lesser</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@2172104e, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, loca
...[truncated 63812 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>embeddedCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@6cc86309, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, loca
...[truncated 59118 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.006</duration><failedSince>0</failedSince><name>twoCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@2abbc5e, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, locat
...[truncated 58353 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>equalBoolean</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@109eb6d3, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, loca
...[truncated 62885 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.006</duration><failedSince>0</failedSince><name>limit_throwsExceptionBecauseOfCollectionPropertyMapping</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@287e719, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, locat
...[truncated 55775 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.005</duration><failedSince>0</failedSince><name>contains</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@54523220, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, loca
...[truncated 58564 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.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>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@5ac214, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, locati
...[truncated 70611 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.005</duration><failedSince>0</failedSince><name>notIn_string</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@704a50aa, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, loca
...[truncated 61472 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>greaterEquals</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@55e397e3, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, loca
...[truncated 66743 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.009</duration><failedSince>0</failedSince><name>countDistinctByCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@7493a0e9, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, loca
...[truncated 58275 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>between</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@264651eb, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, loca
...[truncated 66746 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>notContains</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@57fe2cb4, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, loca
...[truncated 58528 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>countByCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@e8cc2e8, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, locat
...[truncated 57159 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.009</duration><failedSince>0</failedSince><name>in</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@4ed6c9c9, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, loca
...[truncated 68746 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.006</duration><failedSince>0</failedSince><name>like</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@71efc549, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, loca
...[truncated 61543 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>oneToOneCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@464337cb, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, loca
...[truncated 73365 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.006</duration><failedSince>0</failedSince><name>oneResultExpected_severalResults_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@294f4553, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, loca
...[truncated 61430 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.009</duration><failedSince>0</failedSince><name>after</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@48b193f0, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, loca
...[truncated 63801 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>equal</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@848dda3, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, locat
...[truncated 63754 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>notIn</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@55621e8, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, locat
...[truncated 58278 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>greater</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@3f0ea21d, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, loca
...[truncated 63822 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.018</duration><failedSince>0</failedSince><name>oneToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@1d7ef7ca, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, loca
...[truncated 119845 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>notLike_ignoreCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@578294b2, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, loca
...[truncated 61796 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.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>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@582d866b, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, loca
...[truncated 110192 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.009</duration><failedSince>0</failedSince><name>orderBy_criteriaOnCollection_onDepthProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@3fd6b82, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, locat
...[truncated 86580 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>delete_manyToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@7d7c5c5, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, locat
...[truncated 83994 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>equals_ignoreCase_dynamic</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@d814247, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, locat
...[truncated 75131 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>lesserEquals</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@7c1c416d, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, loca
...[truncated 66738 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>isNotNull</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@67520476, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, loca
...[truncated 63790 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.004</duration><failedSince>0</failedSince><name>notEqual</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@4c80c87e, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, loca
...[truncated 58009 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.005</duration><failedSince>0</failedSince><name>endsWith</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@1ccb535f, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, loca
...[truncated 58503 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>manyToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@6079f9f, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, locat
...[truncated 98902 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.005</duration><failedSince>0</failedSince><name>notLike</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@54eb7a1e testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@4415a8e, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ae56cb testClass = DerivedQueriesWithJoinTablePolymorphismTest, locat
...[truncated 58495 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.543</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.093</duration><failedSince>0</failedSince><name>projection</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:54	DEBUG	BootstrapUtils	Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
2024-10-16 21:08:54	DEBUG	BootstrapUtils	Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
2024-10-16 21:08:54	DEBUG	BootstrapUtils	Instantiating TestContextBootstrapp
...[truncated 105828 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.031</duration><failedSince>0</failedSince><name>equals_ignoreCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:54	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@9dffb0a, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest, 
...[truncated 70153 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.027</duration><failedSince>0</failedSince><name>startsWith</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:54	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@698e4e6c, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest,
...[truncated 57965 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.025</duration><failedSince>0</failedSince><name>projection_byExtraArgument</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:54	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@31f656e6, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest,
...[truncated 63013 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.023</duration><failedSince>0</failedSince><name>before</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:54	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@4c0ef1e8, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest,
...[truncated 62213 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.018</duration><failedSince>0</failedSince><name>exists</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:54	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@bef3ffc, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest, 
...[truncated 55465 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.047</duration><failedSince>0</failedSince><name>orderBy</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@44423240, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest,
...[truncated 101939 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.017</duration><failedSince>0</failedSince><name>isNull</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@653e4e4b, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest,
...[truncated 62173 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.018</duration><failedSince>0</failedSince><name>orderBy_onDepthProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@3b2ff8b6, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest,
...[truncated 67348 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.012</duration><failedSince>0</failedSince><name>like_ignoreCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@2218535d, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest,
...[truncated 60708 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.015</duration><failedSince>0</failedSince><name>lesser</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@40487b38, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest,
...[truncated 62213 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.02</duration><failedSince>0</failedSince><name>embeddedCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@1b4f57d6, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest,
...[truncated 58423 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>twoCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@2b7c877a, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest,
...[truncated 57779 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.015</duration><failedSince>0</failedSince><name>equalBoolean</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@13879c47, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest,
...[truncated 61845 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.021</duration><failedSince>0</failedSince><name>limit_throwsExceptionBecauseOfCollectionPropertyMapping</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@5ac59c34, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest,
...[truncated 55652 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.012</duration><failedSince>0</failedSince><name>contains</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@1c067ae4, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest,
...[truncated 57952 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.02</duration><failedSince>0</failedSince><name>in_string</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@7cf8fb4b, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest,
...[truncated 68679 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>notIn_string</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@6988cc01, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest,
...[truncated 60438 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.012</duration><failedSince>0</failedSince><name>greaterEquals</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@32ca93bd, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest,
...[truncated 64700 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.022</duration><failedSince>0</failedSince><name>countDistinctByCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@6879ec37, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest,
...[truncated 58150 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.014</duration><failedSince>0</failedSince><name>between</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@318fd928, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest,
...[truncated 64708 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.016</duration><failedSince>0</failedSince><name>notContains</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@2c984bb6, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest,
...[truncated 57926 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>countByCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@385c3093, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest,
...[truncated 57041 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.012</duration><failedSince>0</failedSince><name>in</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@757047a9, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest,
...[truncated 66844 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>like</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@2ef32703, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest,
...[truncated 60475 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.014</duration><failedSince>0</failedSince><name>oneToOneCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@6a59c0fd, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest,
...[truncated 70183 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.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>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@128d0580, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest,
...[truncated 60413 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>after</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@5b0e558a, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest,
...[truncated 62207 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>equal</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@45fe22ef, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest,
...[truncated 62160 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>notIn</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@589b08df, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest,
...[truncated 57711 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>greater</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@a1cd5c0, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest, 
...[truncated 62213 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.025</duration><failedSince>0</failedSince><name>oneToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@5f86521c, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest,
...[truncated 110014 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>notLike_ignoreCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@2def6a91, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest,
...[truncated 60725 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.027</duration><failedSince>0</failedSince><name>orderBy_dynamic</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@626fd424, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest,
...[truncated 101996 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.022</duration><failedSince>0</failedSince><name>orderBy_criteriaOnCollection_onDepthProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@55326912, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest,
...[truncated 82082 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.023</duration><failedSince>0</failedSince><name>delete_manyToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@1407f0dc, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest,
...[truncated 79592 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.016</duration><failedSince>0</failedSince><name>equals_ignoreCase_dynamic</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@56a0b769, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest,
...[truncated 72296 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.013</duration><failedSince>0</failedSince><name>lesserEquals</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@76033d9, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest, 
...[truncated 64689 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.012</duration><failedSince>0</failedSince><name>isNotNull</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@6f8f5d72, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest,
...[truncated 62192 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>notEqual</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@130787b2, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest,
...[truncated 57458 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>endsWith</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@b8293d6, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest, 
...[truncated 57892 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.017</duration><failedSince>0</failedSince><name>manyToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@11ed8d43, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest,
...[truncated 92030 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>notLike</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@466aee52 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@71320e97, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@9993258 testClass = DerivedQueriesWithSingleTablePolymorphismTest,
...[truncated 57899 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.297</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.022</duration><failedSince>0</failedSince><name>projection</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	BootstrapUtils	Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
2024-10-16 21:08:55	DEBUG	BootstrapUtils	Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
2024-10-16 21:08:55	DEBUG	BootstrapUtils	Instantiating TestContextBootstrapp
...[truncated 105732 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.018</duration><failedSince>0</failedSince><name>equals_ignoreCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@4831ad43, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphi
...[truncated 71466 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.012</duration><failedSince>0</failedSince><name>startsWith</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@d434ffe, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphis
...[truncated 58347 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.014</duration><failedSince>0</failedSince><name>projection_byExtraArgument</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@439ed77c, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphi
...[truncated 63363 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.019</duration><failedSince>0</failedSince><name>before</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@b62776b, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphis
...[truncated 62587 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>exists</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@5da0292e, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphi
...[truncated 56203 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.019</duration><failedSince>0</failedSince><name>orderBy</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@ba255d4, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphis
...[truncated 102571 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>isNull</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@15a75f79, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphi
...[truncated 62558 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>orderBy_onDepthProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@707993c6, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphi
...[truncated 67626 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>like_ignoreCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@2cb7d48d, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphi
...[truncated 61035 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>lesser</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@3a084fc7, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphi
...[truncated 62593 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>embeddedCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@b8ef941, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphis
...[truncated 58804 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>twoCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@27dc80ff, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphi
...[truncated 58170 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>equalBoolean</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@736e0bf8, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphi
...[truncated 62545 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.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>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@3500ab03, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphi
...[truncated 55741 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>contains</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@382b74ad, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphi
...[truncated 58339 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.012</duration><failedSince>0</failedSince><name>in_string</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@3f8ddadb, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphi
...[truncated 69624 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>notIn_string</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@65a61862, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphi
...[truncated 60768 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>greaterEquals</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@daadcfc, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphis
...[truncated 65043 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.012</duration><failedSince>0</failedSince><name>countDistinctByCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@1badd75d, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphi
...[truncated 59212 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>between</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@514df93c, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphi
...[truncated 65053 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>notContains</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@40194e4e, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphi
...[truncated 58316 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>countByCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@3124e9b9, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphi
...[truncated 57777 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.009</duration><failedSince>0</failedSince><name>in</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@6c525925, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphi
...[truncated 67459 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.012</duration><failedSince>0</failedSince><name>like</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@42889d4e, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphi
...[truncated 60825 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.027</duration><failedSince>0</failedSince><name>oneToOneCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@38807c9d, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphi
...[truncated 71184 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>oneResultExpected_severalResults_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@1d9d6273, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphi
...[truncated 60777 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.012</duration><failedSince>0</failedSince><name>after</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@378c7bc9, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphi
...[truncated 62598 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.013</duration><failedSince>0</failedSince><name>equal</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@6caca8ed, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphi
...[truncated 62555 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>notIn</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@2eedf598, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphi
...[truncated 58118 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.012</duration><failedSince>0</failedSince><name>greater</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@70bf2dea, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphi
...[truncated 62613 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.02</duration><failedSince>0</failedSince><name>oneToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@fc98772, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphis
...[truncated 110655 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.006</duration><failedSince>0</failedSince><name>notLike_ignoreCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@1944391c, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphi
...[truncated 61062 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.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>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@1108694, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphis
...[truncated 102642 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>orderBy_criteriaOnCollection_onDepthProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@3041795b, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphi
...[truncated 82420 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>delete_manyToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@4fda9aa4, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphi
...[truncated 79967 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>equals_ignoreCase_dynamic</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@236b02de, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphi
...[truncated 72810 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>lesserEquals</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@57ee4fe7, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphi
...[truncated 65055 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>isNotNull</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@5029fafc, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphi
...[truncated 62585 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.006</duration><failedSince>0</failedSince><name>notEqual</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@529d2e69, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphi
...[truncated 57876 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.005</duration><failedSince>0</failedSince><name>endsWith</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@2dd464ff, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphi
...[truncated 58302 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.012</duration><failedSince>0</failedSince><name>manyToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@1ba6d195, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphi
...[truncated 92680 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>notLike</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:56	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@77530cf7 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@71b6ccab, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3f730e66 testClass = DerivedQueriesWithTablePerClassPolymorphi
...[truncated 58298 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.687</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest</className><duration>0.03</duration><failedSince>0</failedSince><name>pageable_withOrder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	BootstrapUtils	Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
2024-10-16 21:08:57	DEBUG	BootstrapUtils	Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
2024-10-16 21:08:57	DEBUG	BootstrapUtils	Instantiating TestContextBootstrapp
...[truncated 155215 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest</className><duration>0.011</duration><failedSince>0</failedSince><name>pageable_withCompositeOrder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@1de614f7 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@81b2f0e, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@60b6702e testClass = DerivedQueriesWithoutMappedCollectionTest, locations =
...[truncated 76021 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest</className><duration>0.009</duration><failedSince>0</failedSince><name>dynamicSort</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@1de614f7 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@4a8d2aa9, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@60b6702e testClass = DerivedQueriesWithoutMappedCollectionTest, locations 
...[truncated 79286 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest</className><duration>0.008</duration><failedSince>0</failedSince><name>limit</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@1de614f7 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@1a72c155, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@60b6702e testClass = DerivedQueriesWithoutMappedCollectionTest, locations 
...[truncated 77706 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest</className><duration>0.007</duration><failedSince>0</failedSince><name>slice</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@1de614f7 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@24111a03, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@60b6702e testClass = DerivedQueriesWithoutMappedCollectionTest, locations 
...[truncated 76249 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest</className><duration>0.006</duration><failedSince>0</failedSince><name>slice_withOrder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@1de614f7 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@56fcc9fd, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@60b6702e testClass = DerivedQueriesWithoutMappedCollectionTest, locations 
...[truncated 74730 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest</className><duration>0.013</duration><failedSince>0</failedSince><name>pageable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@1de614f7 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@6f6e3748, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@60b6702e testClass = DerivedQueriesWithoutMappedCollectionTest, locations 
...[truncated 81283 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.188</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest</className><duration>0.033</duration><failedSince>0</failedSince><name>pageable_withOrder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	BootstrapUtils	Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
2024-10-16 21:08:55	DEBUG	BootstrapUtils	Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
2024-10-16 21:08:55	DEBUG	BootstrapUtils	Instantiating TestContextBootstrapp
...[truncated 117244 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest</className><duration>0.015</duration><failedSince>0</failedSince><name>pageable_withCompositeOrder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@1172652b testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@15915959, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1f38aa91 testClass = Der
...[truncated 63964 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest</className><duration>0.015</duration><failedSince>0</failedSince><name>dynamicSort</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@1172652b testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@3ad7f7f1, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1f38aa91 testClass = Der
...[truncated 70532 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest</className><duration>0.014</duration><failedSince>0</failedSince><name>limit</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@1172652b testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@2deb0e44, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1f38aa91 testClass = Der
...[truncated 66662 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest</className><duration>0.015</duration><failedSince>0</failedSince><name>slice</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@1172652b testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@6b261c08, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1f38aa91 testClass = Der
...[truncated 65137 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest</className><duration>0.009</duration><failedSince>0</failedSince><name>slice_withOrder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@1172652b testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@6538c136, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1f38aa91 testClass = Der
...[truncated 63019 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest</className><duration>0.021</duration><failedSince>0</failedSince><name>pageable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:55	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@1172652b testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@3e8fb5cb, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1f38aa91 testClass = Der
...[truncated 71823 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.238</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest</className><duration>0.022</duration><failedSince>0</failedSince><name>pageable_withOrder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	BootstrapUtils	Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
2024-10-16 21:08:57	DEBUG	BootstrapUtils	Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
2024-10-16 21:08:57	DEBUG	BootstrapUtils	Instantiating TestContextBootstrapp
...[truncated 113729 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>pageable_withCompositeOrder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@751bb6ff testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@7d3d47f3, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@573f0b25 testClass =
...[truncated 62830 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>dynamicSort</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@751bb6ff testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@272193ee, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@573f0b25 testClass =
...[truncated 66362 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>limit</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@751bb6ff testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@77d7c5e2, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@573f0b25 testClass =
...[truncated 64397 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>slice</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@751bb6ff testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@544e6803, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@573f0b25 testClass =
...[truncated 63134 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.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>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@751bb6ff testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@2256f14, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@573f0b25 testClass = 
...[truncated 61464 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest</className><duration>0.017</duration><failedSince>0</failedSince><name>pageable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@751bb6ff testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@54962710, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@573f0b25 testClass =
...[truncated 68476 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.167</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest</className><duration>0.024</duration><failedSince>0</failedSince><name>pageable_withOrder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	BootstrapUtils	Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
2024-10-16 21:08:57	DEBUG	BootstrapUtils	Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
2024-10-16 21:08:57	DEBUG	BootstrapUtils	Instantiating TestContextBootstrapp
...[truncated 115657 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest</className><duration>0.014</duration><failedSince>0</failedSince><name>pageable_withCompositeOrder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@610c4933 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@633b98b6, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1bb758fc testCla
...[truncated 64098 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>dynamicSort</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@610c4933 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@53e43e3a, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1bb758fc testCla
...[truncated 66717 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>limit</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@610c4933 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@5879efdb, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1bb758fc testCla
...[truncated 65037 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>slice</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@610c4933 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@4f69405c, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1bb758fc testCla
...[truncated 63674 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>slice_withOrder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@610c4933 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@69a9487, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1bb758fc testClas
...[truncated 61702 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest</className><duration>0.022</duration><failedSince>0</failedSince><name>pageable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:57	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@610c4933 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@1fd35b41, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1bb758fc testCla
...[truncated 70567 chars]...
gContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7dbae40], 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.194</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.spring.transaction.DataSourceConnectionProviderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>giveConnection_givenDataSourceTransactionManager_itsDataSourceIsCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.002</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.spring.transaction.DataSourceConnectionProviderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.spring.transaction.Hibernate5ConnectionProviderTest</className><duration>0.432</duration><failedSince>0</failedSince><name>giveConnection_givenDataSourceTransactionManager_itsDataSourceIsCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.433</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.spring.transaction.Hibernate5ConnectionProviderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.spring.transaction.JpaConnectionProviderTest</className><duration>0.003</duration><failedSince>0</failedSince><name>giveConnection_givenDataSourceTransactionManager_itsDataSourceIsCalled</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.spring.transaction.JpaConnectionProviderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.spring.transaction.PlatformTransactionManagerConnectionProviderTest</className><duration>0.054</duration><failedSince>0</failedSince><name>executeInNewTransaction_whenOperationSucceeds_commitIsInvoked</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.spring.transaction.PlatformTransactionManagerConnectionProviderTest</className><duration>0.067</duration><failedSince>0</failedSince><name>giveConnection_transactionIsNoMoreActive_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.spring.transaction.PlatformTransactionManagerConnectionProviderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>giveConnection_noActiveTransaction_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.spring.transaction.PlatformTransactionManagerConnectionProviderTest</className><duration>0.008</duration><failedSince>0</failedSince><name>executeInNewTransaction_whenOperationFails_rollbackIsInvoked</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:58	DEBUG	TransactionTemplate	Initiating transaction rollback on application exception
java.lang.RuntimeException
	at org.codefilarete.stalactite.sql.spring.transaction.PlatformTransactionManagerConnectionProvider$1.doInTransactionWithoutResult(PlatformTransactionManagerConnectionProvider.java:57)
	at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36)
	at org.springframework.transaction.support.Transa
...[truncated 7776 chars]...
nitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.sql.spring.transaction.PlatformTransactionManagerConnectionProviderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>giveConnection_returnsActiveTransactionConnection</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.132</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.spring.transaction.PlatformTransactionManagerConnectionProviderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetIteratorDerbyTest</className><duration>1.298</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.15</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.144</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.093</duration><failedSince>0</failedSince><name>hasNext_filledResultSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>1.718</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.719</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.722</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.193</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.07</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.073</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.059</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.06</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.059</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.059</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.062</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.064</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.055</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.074</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.079</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.051</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.047</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.047</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.06</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.053</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.045</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.053</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.043</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.043</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.05</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.048</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.056</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.073</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.051</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.046</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.037</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.04</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.041</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.045</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.038</duration><failedSince>0</failedSince><name>floatPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>1.945</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.651</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.017</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.004</duration><failedSince>0</failedSince><name>hasNext_filledResultSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.705</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.625</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.626</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.092</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.008</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.005</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.007</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.006</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.005</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.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.H2ParameterBindersTest</className><duration>0.004</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.005</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.005</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.003</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.006</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.005</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.267</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.601</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.033</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.045</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.018</duration><failedSince>0</failedSince><name>hasNext_filledResultSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.725</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.624</duration><failedSince>0</failedSince><name>cancel</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.626</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.1</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.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.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.022</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.013</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.012</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.012</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.011</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.01</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.011</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.024</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.009</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.009</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.011</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.009</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.009</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.01</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.012</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.008</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.009</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.01</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.009</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.013</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.009</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.009</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.011</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.01</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.008</duration><failedSince>0</failedSince><name>floatPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.515</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.122</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.02</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.564</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.236</duration><failedSince>0</failedSince><name>cancel</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
</stdout></case><duration>0.241</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.095</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.027</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.021</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.038</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.024</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.024</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.015</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.018</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.024</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.009</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.015</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.024</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.02</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.022</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.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.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.023</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.02</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.026</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.035</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.011</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.018</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.027</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.025</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.01</duration><failedSince>0</failedSince><name>floatPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.813</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.328</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.096</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.104</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.067</duration><failedSince>0</failedSince><name>hasNext_filledResultSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>13.561</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.281</duration><failedSince>0</failedSince><name>cancel</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
</stdout></case><duration>0.292</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.159</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.082</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.069</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.067</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.072</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.097</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.047</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.05</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.135</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.092</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.028</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.05</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.067</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.075</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.068</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.068</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.03</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.065</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.065</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.063</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.069</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.054</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.073</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.11</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.064</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.029</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.046</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.062</duration><failedSince>0</failedSince><name>localTimeBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>2.248</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.44</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.255</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.131</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.115</duration><failedSince>0</failedSince><name>hasNext_filledResultSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>46.219</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.795</duration><failedSince>0</failedSince><name>cancel</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
</stdout></case><duration>0.797</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.208</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.12</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.127</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.114</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.122</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.131</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.115</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.115</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.104</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.102</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.419</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.271</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.103</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.077</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.103</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.115</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.118</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.115</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.116</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.094</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.099</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.116</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.122</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.113</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.313</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.121</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.092</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.1</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.116</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.131</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.096</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.116</duration><failedSince>0</failedSince><name>localTimeBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>4.447</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.167</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.024</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.048</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.034</duration><failedSince>0</failedSince><name>hasNext_filledResultSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>3.878</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.286</duration><failedSince>0</failedSince><name>cancel</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
</stdout></case><duration>0.315</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.097</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.038</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.035</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.045</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.04</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.034</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.034</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.034</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.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.PostgreSQLParameterBindersTest</className><duration>0.033</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.038</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.033</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.031</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.034</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.049</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.033</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.033</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.036</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.032</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.036</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.035</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.032</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.032</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.033</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.033</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.032</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.033</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.031</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.033</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.031</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.036</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.049</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.033</duration><failedSince>0</failedSince><name>localTimeBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>1.278</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.324</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.015</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.002</duration><failedSince>0</failedSince><name>hasNext_filledResultSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.369</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.011</duration><failedSince>0</failedSince><name>cancel</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.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.061</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.005</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.003</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.006</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.002</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.002</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.002</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.002</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.004</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.004</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.002</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.002</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.001</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.002</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.002</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.002</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.003</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.002</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.001</duration><failedSince>0</failedSince><name>localTimeBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.167</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.CurrentThreadConnectionProviderTest</className><duration>0.014</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.002</duration><failedSince>0</failedSince><name>giveConnection_2ThreadsAskForAConnection_2DifferentOneAreGiven</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.CurrentThreadConnectionProviderTest</className><duration>0.045</duration><failedSince>0</failedSince><name>giveConnection_previousConnectionIsClosed_giveANewOne</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.065</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.009</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.002</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.175</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.002</duration><failedSince>0</failedSince><name>testAfterCommit_temporaryListenersShouldNotBeCalledTwice</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.2</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.027</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.001</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.0</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.034</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.003</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.002</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.002</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.002</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.002</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.002</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.002</duration><failedSince>0</failedSince><name>getTypeName_withSingleton(JavaTypeToSqlTypeMapping, Class, Integer, String)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.054</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.023</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.004</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.015</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.004</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.002</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.001</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.0</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.005</duration><failedSince>0</failedSince><name>getFirst</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.result.AccumulatorsTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.result.BeanRelationFixerTest</className><duration>0.005</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.004</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.003</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.002</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.02</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.025</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.002</duration><failedSince>0</failedSince><name>testCopyWithAlias</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.03</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.004</duration><failedSince>0</failedSince><name>read</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.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.022</duration><failedSince>0</failedSince><name>allMethodsReturnDefaultValue</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.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.002</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.003</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.002</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.002</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.002</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.002</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.002</duration><failedSince>0</failedSince><name>copyFor_withFunctionAsArg_instanceIsCreatedWithSupplier_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.024</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.007</duration><failedSince>0</failedSince><name>convert_columnReaderIsNotCompatibleWithColumnContent_throwsException</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.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.001</duration><failedSince>0</failedSince><name>testComputeIfAbsent</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.SimpleBeanCacheTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.result.WholeResultSetTransformerTest</className><duration>0.016</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.006</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.001</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.003</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.024</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.003</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.106</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.0</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.001</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.01</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.01</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.0</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.001</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.0</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.001</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.028</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.01</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.001</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.89</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.895</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.001</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.001</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.0</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.0</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.0</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.027</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.007</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>2024-10-16 21:08:08	DEBUG	SQLOperation	Batching statement 2 times
2024-10-16 21:08:08	DEBUG	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.004</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.003</duration><failedSince>0</failedSince><name>execute_batchLog_namedParameters</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-16 21:08:08	DEBUG	SQLOperation	Batching statement 2 times
2024-10-16 21:08:08	DEBUG	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>2024-10-16 21:08:08	DEBUG	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>2024-10-16 21:08:08	DEBUG	SQLOperation	Batching statement 2 times
2024-10-16 21:08:08	DEBUG	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.004</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.002</duration><failedSince>0</failedSince><name>setValue_listenerIsCalled</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.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.002</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.004</duration><failedSince>0</failedSince><name>getBytes</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.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.004</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.003</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.008</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.005</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.002</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.005</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.003</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.004</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.1</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.005</duration><failedSince>0</failedSince><name>thenApply_typeIsConverterOne</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.107</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.binder.ResultSetReaderTest</name><nodeId>25</nodeId><properties></properties></suite></testResult>