<testResult _class='hudson.tasks.junit.TestResult'><duration>161.611</duration><empty>false</empty><failCount>0</failCount><passCount>1988</passCount><skipCount>3</skipCount><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterDerbyTest</className><duration>0.112</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:37	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2025-06-26 04:33:37	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:33:37	TRACE	SQLOperation	delete from Toto where a = ? | {1={Toto.a=1}}
2025-06-26 04:33:37	TRACE	SQLOperation	delete from Toto where a in (?) | {Toto.a=1}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterDerbyTest</className><duration>0.177</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:37	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2025-06-26 04:33:37	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:33:37	TRACE	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?) | {1={Toto.a=1, Toto.c=100, Toto.b=10}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterDerbyTest</className><duration>0.121</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:38	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2025-06-26 04:33:38	TRACE	SQLOperation	select a, b, c from Toto where a in (?) | {Toto.a=1}
2025-06-26 04:33:38	TRACE	SQLOperation	select a, b, c from Toto where a in (?, ?, ?) | {Toto.a=[2, 3, 4]}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterDerbyTest</className><duration>0.101</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:38	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2025-06-26 04:33:38	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:33:38	TRACE	SQLOperation	update Toto set b = ?, c = ? where a = ? | {1={Toto.b (U)=11, Toto.c (U)=111, Toto.a (W)=1}}
2025-06-26 04:33:38	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:33:38	TRACE	SQLOperation	update Toto set b = ?, c = ? where a = ? | {1={Toto.b (U)=12, Toto.c (U)=122, Toto.a (W)=1}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterDerbyTest</className><duration>0.09</duration><failedSince>0</failedSince><name>persist</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:38	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2025-06-26 04:33:38	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:33:38	TRACE	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?) | {1={Toto.c=200, Toto.b=20, Toto.a=2}}
2025-06-26 04:33:38	TRACE	SQLOperation	select a, b, c from Toto where a in (?) | {Toto.a=1}
2025-06-26 04:33:38	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:33:38	TRACE	SQLOperation	update Toto set b = ?, c = ? where a = ? | {1={Toto.c (U)=111, Toto.b (U)=11, Toto.a (W)=1}}
</stdout></case><duration>0.606</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.147</duration><failedSince>0</failedSince><name>insert_generated_pk_real_life</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:37	DEBUG	DDLDeployer	create table Toto(a integer GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1), b integer, c integer, primary key (a))
2025-06-26 04:33:37	DEBUG	SQLOperation	Batching statement 3 times
2025-06-26 04:33:37	TRACE	SQLOperation	insert into Toto(a, b, c) values (default, ?, ?) | {1={Toto.b=17, Toto.c=23}, 2={Toto.b=29, Toto.c=31}, 3={Toto.b=37, Toto.c=41}}
2025-06-26 04:33:37	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:33:37	TRACE	SQLOperation	insert into Toto(a, b, c) values (default, ?, ?) | {1={Toto.b=43, Toto.c=53}}
</stdout></case><duration>0.15</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.585</duration><failedSince>0</failedSince><name>select_columnTypeIsRegisteredInDialect</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:36	DEBUG	DDLDeployer	create table Toto(id integer not null, dummyProp varchar(255))
2025-06-26 04:33:36	TRACE	SQLOperation	select Toto.id, Toto.dummyProp from Toto | {}
2025-06-26 04:33:36	TRACE	SQLOperation	select Toto.id, Toto.dummyProp from Toto | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextDerbyTest</className><duration>0.2</duration><failedSince>0</failedSince><name>newQuery_withToOneRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:36	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2025-06-26 04:33:36	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId integer not null)
2025-06-26 04:33:37	TRACE	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.169</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:37	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2025-06-26 04:33:37	TRACE	SQLOperation	select Toto.name from Toto | {}
2025-06-26 04:33:37	TRACE	SQLOperation	select Toto.id from Toto | {}
2025-06-26 04:33:37	TRACE	SQLOperation	select Toto.id, Toto.name from Toto | {}
2025-06-26 04:33:37	TRACE	SQLOperation	select Toto.id, Toto.name from Toto | {}
2025-06-26 04:33:37	TRACE	SQLOperation	select Toto.id, Toto.name from Toto where Toto.id = 1 | {}
2025-06-26 04:33:37	TRACE	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.11</duration><failedSince>0</failedSince><name>select_columnIsRegisteredInDialect_butNotItsType</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:37	DEBUG	DDLDeployer	create table Toto(id integer not null, dummyProp varchar(255))
2025-06-26 04:33:37	TRACE	SQLOperation	select Toto.id, Toto.dummyProp from Toto | {}
2025-06-26 04:33:37	TRACE	SQLOperation	select Toto.id, Toto.dummyProp from Toto | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextDerbyTest</className><duration>0.116</duration><failedSince>0</failedSince><name>newQuery_withToManyRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:37	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2025-06-26 04:33:37	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId integer not null)
2025-06-26 04:33:37	TRACE	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.094</duration><failedSince>0</failedSince><name>newQuery</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:37	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2025-06-26 04:33:37	TRACE	SQLOperation	select Toto.id, Toto.name from Toto | {}
</stdout></case><duration>2.305</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.PersistenceContextDerbyTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>59</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>59</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>59</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.049</duration><failedSince>0</failedSince><name>resolve_10_14</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.051</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.DerbyDialectResolverTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.DerbySequenceSelectBuilderTest</className><duration>0.051</duration><failedSince>0</failedSince><name>sqlIsValid</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:38	DEBUG	DDLDeployer	create sequence my_sequence
2025-06-26 04:33:38	TRACE	SQLOperation	values next value for my_sequence | {}
</stdout></case><duration>0.052</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.DerbySequenceSelectBuilderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DerbyDDLTableGeneratorTest</className><duration>0.071</duration><failedSince>0</failedSince><name>generatedSQL_runOnAliveDatabase_doesNotThrowException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:38	DEBUG	DDLDeployer	create table dummyTable1(id integer GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, name varchar(255), primary key (id))
2025-06-26 04:33:38	DEBUG	DDLDeployer	create table dummyTable2(name varchar(255))
2025-06-26 04:33:38	DEBUG	DDLDeployer	alter table dummyTable1 add constraint dummy_UK unique (name)
2025-06-26 04:33:38	DEBUG	DDLDeployer	create index dummyIDX_1 on dummyTable1(name)
2025-06-26 04:33:38	DEBUG	DDLDeployer	alter table dummyTable2 add constraint dummyTable2_FK foreign key(name) references dummyTable1(name)
</stdout></case><duration>0.076</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.856</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:40	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2025-06-26 04:33:40	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:33:40	TRACE	SQLOperation	delete from Toto where a = ? | {1={Toto.a=1}}
2025-06-26 04:33:40	TRACE	SQLOperation	delete from Toto where a in (?) | {Toto.a=1}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterH2Test</className><duration>0.014</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:40	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2025-06-26 04:33:40	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:33:40	TRACE	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?) | {1={Toto.b=10, Toto.a=1, Toto.c=100}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterH2Test</className><duration>0.065</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:40	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2025-06-26 04:33:40	TRACE	SQLOperation	select a, b, c from Toto where a in (?) | {Toto.a=1}
2025-06-26 04:33:40	TRACE	SQLOperation	select a, b, c from Toto where a in (?, ?, ?) | {Toto.a=[2, 3, 4]}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterH2Test</className><duration>0.021</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:40	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2025-06-26 04:33:40	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:33:40	TRACE	SQLOperation	update Toto set b = ?, c = ? where a = ? | {1={Toto.b (U)=11, Toto.a (W)=1, Toto.c (U)=111}}
2025-06-26 04:33:40	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:33:40	TRACE	SQLOperation	update Toto set b = ?, c = ? where a = ? | {1={Toto.b (U)=12, Toto.a (W)=1, Toto.c (U)=122}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterH2Test</className><duration>0.013</duration><failedSince>0</failedSince><name>persist</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:40	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2025-06-26 04:33:40	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:33:40	TRACE	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?) | {1={Toto.b=20, Toto.a=2, Toto.c=200}}
2025-06-26 04:33:40	TRACE	SQLOperation	select a, b, c from Toto where a in (?) | {Toto.a=1}
2025-06-26 04:33:40	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:33:40	TRACE	SQLOperation	update Toto set b = ?, c = ? where a = ? | {1={Toto.b (U)=11, Toto.a (W)=1, Toto.c (U)=111}}
</stdout></case><duration>1.002</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.017</duration><failedSince>0</failedSince><name>insert_generated_pk_real_life</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:40	DEBUG	DDLDeployer	create table Toto(a integer GENERATED ALWAYS AS IDENTITY, b integer, c integer, unique (a))
2025-06-26 04:33:40	DEBUG	SQLOperation	Batching statement 3 times
2025-06-26 04:33:40	TRACE	SQLOperation	insert into Toto(a, b, c) values (default, ?, ?) | {1={Toto.b=17, Toto.c=23}, 2={Toto.b=29, Toto.c=31}, 3={Toto.b=37, Toto.c=41}}
2025-06-26 04:33:40	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:33:40	TRACE	SQLOperation	insert into Toto(a, b, c) values (default, ?, ?) | {1={Toto.b=43, Toto.c=53}}
</stdout></case><duration>0.018</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysH2Test</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextH2Test</className><duration>0.115</duration><failedSince>0</failedSince><name>select_columnTypeIsRegisteredInDialect</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:40	DEBUG	DDLDeployer	create table Toto(id integer not null, dummyProp varchar(255))
2025-06-26 04:33:40	TRACE	SQLOperation	select Toto.id, Toto.dummyProp from Toto | {}
2025-06-26 04:33:40	TRACE	SQLOperation	select Toto.id, Toto.dummyProp from Toto | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextH2Test</className><duration>0.022</duration><failedSince>0</failedSince><name>newQuery_withToOneRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:40	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar)
2025-06-26 04:33:40	DEBUG	DDLDeployer	create table Tata(name varchar, totoId integer not null)
2025-06-26 04:33:40	TRACE	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.034</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:40	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar)
2025-06-26 04:33:40	TRACE	SQLOperation	select Toto.name from Toto | {}
2025-06-26 04:33:40	TRACE	SQLOperation	select Toto.id from Toto | {}
2025-06-26 04:33:40	TRACE	SQLOperation	select Toto.id, Toto.name from Toto | {}
2025-06-26 04:33:40	TRACE	SQLOperation	select Toto.id, Toto.name from Toto | {}
2025-06-26 04:33:40	TRACE	SQLOperation	select Toto.id, Toto.name from Toto where Toto.id = 1 | {}
2025-06-26 04:33:40	TRACE	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.012</duration><failedSince>0</failedSince><name>select_columnIsRegisteredInDialect_butNotItsType</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:40	DEBUG	DDLDeployer	create table Toto(id integer not null, dummyProp varchar(255))
2025-06-26 04:33:40	TRACE	SQLOperation	select Toto.id, Toto.dummyProp from Toto | {}
2025-06-26 04:33:40	TRACE	SQLOperation	select Toto.id, Toto.dummyProp from Toto | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextH2Test</className><duration>0.013</duration><failedSince>0</failedSince><name>newQuery_withToManyRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:40	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar)
2025-06-26 04:33:40	DEBUG	DDLDeployer	create table Tata(name varchar, totoId integer not null)
2025-06-26 04:33:40	TRACE	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.007</duration><failedSince>0</failedSince><name>newQuery</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:40	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar)
2025-06-26 04:33:40	TRACE	SQLOperation	select Toto.id, Toto.name from Toto | {}
</stdout></case><duration>0.205</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.PersistenceContextH2Test</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorH2Test</className><duration>0.02</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:40	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
2025-06-26 04:33:40	TRACE	SQLOperation	select a, b, c from Toto where a in (?) | {Toto.a=1}
2025-06-26 04:33:40	TRACE	SQLOperation	select a, b, c from Toto where a in (?, ?, ?) | {Toto.a=[2, 3, 4]}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorH2Test</className><duration>0.02</duration><failedSince>0</failedSince><name>select_composedId_idIsItSelf</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:40	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a, b))
2025-06-26 04:33:40	TRACE	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?)) | {Toto.b=[10, 20, 30], Toto.a=[1, 2, 3]}
2025-06-26 04:33:40	TRACE	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?)) | {Toto.b=40, Toto.a=4}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorH2Test</className><duration>0.01</duration><failedSince>0</failedSince><name>select_composedId_idIsABean</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:40	DEBUG	DDLDeployer	create table Tata(a int, b int, c int, primary key (a, b))
2025-06-26 04:33:40	TRACE	SQLOperation	select a, b, c from Tata where (a, b) in ((?, ?), (?, ?), (?, ?)) | {Tata.b=[10, 20, 30], Tata.a=[1, 2, 3]}
2025-06-26 04:33:40	TRACE	SQLOperation	select a, b, c from Tata where (a, b) in ((?, ?)) | {Tata.b=40, Tata.a=4}
</stdout></case><duration>0.054</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.015</duration><failedSince>0</failedSince><name>resolve_1_4</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.016</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.H2DialectResolverTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.H2SequenceSelectBuilderTest</className><duration>0.01</duration><failedSince>0</failedSince><name>sqlIsValid</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:40	DEBUG	DDLDeployer	create sequence my_sequence
2025-06-26 04:33:40	TRACE	SQLOperation	select next value for my_sequence | {}
</stdout></case><duration>0.011</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.H2SequenceSelectBuilderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.H2DDLTableGeneratorTest</className><duration>0.014</duration><failedSince>0</failedSince><name>generatedSQL_runOnAliveDatabase_doesNotThrowException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:40	DEBUG	DDLDeployer	create table dummyTable1(id integer GENERATED ALWAYS AS IDENTITY not null, name varchar, unique (id))
2025-06-26 04:33:40	DEBUG	DDLDeployer	create table dummyTable2(name varchar)
2025-06-26 04:33:40	DEBUG	DDLDeployer	alter table dummyTable1 add constraint dummy_UK unique (name)
2025-06-26 04:33:40	DEBUG	DDLDeployer	create index dummyIDX_1 on dummyTable1(name)
2025-06-26 04:33:40	DEBUG	DDLDeployer	alter table dummyTable2 add constraint dummyTable2_FK foreign key(name) references dummyTable1(name)
</stdout></case><duration>0.018</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.912</duration><failedSince>0</failedSince><name>select_columnTypeIsRegisteredInDialect</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:26	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4a5066f5
2025-06-26 04:31:26	DEBUG	DDLDeployer	create table Toto(id integer not null, dummyProp varchar(255))
2025-06-26 04:31:27	TRACE	SQLOperation	select Toto.id, Toto.dummyProp from Toto | {}
2025-06-26 04:31:27	TRACE	SQLOperation	select Toto.id, Toto.dummyProp from Toto | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextHSQLDBTest</className><duration>0.06</duration><failedSince>0</failedSince><name>newQuery_withToOneRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:27	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@c555e1e
2025-06-26 04:31:27	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2025-06-26 04:31:27	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId integer not null)
2025-06-26 04:31:27	TRACE	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.057</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:27	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@136690b1
2025-06-26 04:31:27	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2025-06-26 04:31:27	TRACE	SQLOperation	select Toto.name from Toto | {}
2025-06-26 04:31:27	TRACE	SQLOperation	select Toto.id from Toto | {}
2025-06-26 04:31:27	TRACE	SQLOperation	select Toto.id, Toto.name from Toto | {}
2025-06-26 04:31:27	TRACE	SQLOperation	select Toto.id, Toto.name from Toto | {}
2025-06-26 04:31:27	TRACE	SQLOperation	select Toto.id, Toto.name from Toto where Toto.id = 1 | {}
2025-06-26 04:31:27	TRACE	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>2025-06-26 04:31:27	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5aa5b3af
2025-06-26 04:31:27	DEBUG	DDLDeployer	create table Toto(id integer not null, dummyProp varchar(255))
2025-06-26 04:31:27	TRACE	SQLOperation	select Toto.id, Toto.dummyProp from Toto | {}
2025-06-26 04:31:27	TRACE	SQLOperation	select Toto.id, Toto.dummyProp from Toto | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextHSQLDBTest</className><duration>0.027</duration><failedSince>0</failedSince><name>newQuery_withToManyRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:27	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1fd77205
2025-06-26 04:31:27	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2025-06-26 04:31:27	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId integer not null)
2025-06-26 04:31:27	TRACE	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.023</duration><failedSince>0</failedSince><name>newQuery</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:27	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@496004e3
2025-06-26 04:31:27	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2025-06-26 04:31:27	TRACE	SQLOperation	select Toto.id, Toto.name from Toto | {}
</stdout></case><duration>1.134</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.04</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:27	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@110f66e3
2025-06-26 04:31:27	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2025-06-26 04:31:27	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:27	TRACE	SQLOperation	delete from Toto where a = ? | {1={Toto.a=1}}
2025-06-26 04:31:27	TRACE	SQLOperation	delete from Toto where a in (?) | {Toto.a=1}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterHSQLDBTest</className><duration>0.017</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:27	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4c90fc3b
2025-06-26 04:31:27	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2025-06-26 04:31:27	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:27	TRACE	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?) | {1={Toto.c=100, Toto.a=1, Toto.b=10}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterHSQLDBTest</className><duration>0.036</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:27	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@48cebb78
2025-06-26 04:31:27	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2025-06-26 04:31:27	TRACE	SQLOperation	select a, b, c from Toto where a in (?) | {Toto.a=1}
2025-06-26 04:31:27	TRACE	SQLOperation	select a, b, c from Toto where a in (?, ?, ?) | {Toto.a=[2, 3, 4]}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterHSQLDBTest</className><duration>0.029</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:27	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@726d0482
2025-06-26 04:31:27	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2025-06-26 04:31:27	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:27	TRACE	SQLOperation	update Toto set b = ?, c = ? where a = ? | {1={Toto.c (U)=111, Toto.b (U)=11, Toto.a (W)=1}}
2025-06-26 04:31:27	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:27	TRACE	SQLOperation	update Toto set b = ?, c = ? where a = ? | {1={Toto.c (U)=122, Toto.b (U)=12, Toto.a (W)=1}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterHSQLDBTest</className><duration>0.017</duration><failedSince>0</failedSince><name>persist</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:27	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@73b034ca
2025-06-26 04:31:27	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2025-06-26 04:31:27	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:27	TRACE	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?) | {1={Toto.b=20, Toto.c=200, Toto.a=2}}
2025-06-26 04:31:27	TRACE	SQLOperation	select a, b, c from Toto where a in (?) | {Toto.a=1}
2025-06-26 04:31:27	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:27	TRACE	SQLOperation	update Toto set b = ?, c = ? where a = ? | {1={Toto.b (U)=11, Toto.c (U)=111, Toto.a (W)=1}}
</stdout></case><duration>0.143</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.065</duration><failedSince>0</failedSince><name>insert_generated_pk_real_life</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:27	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@c76762
2025-06-26 04:31:27	DEBUG	DDLDeployer	create table Toto(a integer GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1), b integer, c integer, unique (a))
2025-06-26 04:31:27	DEBUG	SQLOperation	Batching statement 3 times
2025-06-26 04:31:27	TRACE	SQLOperation	insert into Toto(a, b, c) values (default, ?, ?) | {1={Toto.b=17, Toto.c=23}, 2={Toto.b=29, Toto.c=31}, 3={Toto.b=37, Toto.c=41}}
2025-06-26 04:31:27	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:27	TRACE	SQLOperation	insert into Toto(a, b, c) values (default, ?, ?) | {1={Toto.b=43, Toto.c=53}}
</stdout></case><duration>0.067</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.061</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:27	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@28705150
2025-06-26 04:31:27	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
2025-06-26 04:31:27	TRACE	SQLOperation	select a, b, c from Toto where a in (?) | {Toto.a=1}
2025-06-26 04:31:27	TRACE	SQLOperation	select a, b, c from Toto where a in (?, ?, ?) | {Toto.a=[2, 3, 4]}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorHSQLDBTest</className><duration>0.043</duration><failedSince>0</failedSince><name>select_composedId_idIsItSelf</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:27	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@978475b
2025-06-26 04:31:27	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a, b))
2025-06-26 04:31:27	TRACE	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?)) | {Toto.a=[1, 2, 3], Toto.b=[10, 20, 30]}
2025-06-26 04:31:27	TRACE	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?)) | {Toto.a=4, Toto.b=40}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorHSQLDBTest</className><duration>0.023</duration><failedSince>0</failedSince><name>select_composedId_idIsABean</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:27	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4df8443f
2025-06-26 04:31:27	DEBUG	DDLDeployer	create table Tata(a int, b int, c int, primary key (a, b))
2025-06-26 04:31:27	TRACE	SQLOperation	select a, b, c from Tata where (a, b) in ((?, ?), (?, ?), (?, ?)) | {Tata.b=[10, 20, 30], Tata.a=[1, 2, 3]}
2025-06-26 04:31:27	TRACE	SQLOperation	select a, b, c from Tata where (a, b) in ((?, ?)) | {Tata.a=4, Tata.b=40}
</stdout></case><duration>0.134</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.029</duration><failedSince>0</failedSince><name>resolve_2_7</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:27	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@951053f
2025-06-26 04:31:27	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4fe687b5
</stdout></case><duration>0.031</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.HSQLDBDialectResolverTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.HSQLDBSequenceSelectBuilderTest</className><duration>0.018</duration><failedSince>0</failedSince><name>sqlIsValid</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:27	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1b1d1558
2025-06-26 04:31:27	DEBUG	DDLDeployer	create sequence my_sequence
2025-06-26 04:31:27	TRACE	SQLOperation	CALL NEXT VALUE FOR my_sequence | {}
</stdout></case><duration>0.019</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.HSQLDBSequenceSelectBuilderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.HSQLDBDDLTableGeneratorTest</className><duration>0.015</duration><failedSince>0</failedSince><name>generatedSQL_runOnAliveDatabase_doesNotThrowException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:27	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@740530b
2025-06-26 04:31:27	DEBUG	DDLDeployer	create table dummyTable1(id integer GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, name varchar(255), unique (id))
2025-06-26 04:31:27	DEBUG	DDLDeployer	create table dummyTable2(name varchar(255))
2025-06-26 04:31:27	DEBUG	DDLDeployer	alter table dummyTable1 add constraint dummy_UK unique (name)
2025-06-26 04:31:27	DEBUG	DDLDeployer	create index dummyIDX_1 on dummyTable1(name)
2025-06-26 04:31:27	DEBUG	DDLDeployer	alter table dummyTable2 add constraint dummyTable2_FK foreign key(name) references dummyTable1(name)
</stdout></case><duration>0.019</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.ddl.HSQLDBDDLTableGeneratorTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterMariaDBTest</className><duration>0.278</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2025-06-26 04:33:57	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterMariaDBTest</className><duration>0.032</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:57	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.08</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:58	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.038</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:58	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.034</duration><failedSince>0</failedSince><name>persist</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:58	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
</stdout></case><duration>8.825</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.025</duration><failedSince>0</failedSince><name>insert_generated_pk_real_life</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2025-06-26 04:33:58	DEBUG	DDLDeployer	create table Toto(a int auto_increment, b int, c int, primary key (a))
</stdout></case><duration>0.03</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.128</duration><failedSince>0</failedSince><name>select_columnTypeIsRegisteredInDialect</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2025-06-26 04:33:58	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.053</duration><failedSince>0</failedSince><name>newQuery_withToOneRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:58	DEBUG	DDLDeployer	create table Toto(id int not null, name varchar(255))
2025-06-26 04:33:58	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId int not null)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextMariaDBTest</className><duration>0.054</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:58	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.046</duration><failedSince>0</failedSince><name>select_columnIsRegisteredInDialect_butNotItsType</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:58	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.042</duration><failedSince>0</failedSince><name>newQuery_withToManyRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:58	DEBUG	DDLDeployer	create table Toto(id int not null, name varchar(255))
2025-06-26 04:33:58	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId int not null)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextMariaDBTest</className><duration>0.032</duration><failedSince>0</failedSince><name>newQuery</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:58	DEBUG	DDLDeployer	create table Toto(id int not null, name varchar(255))
</stdout></case><duration>0.366</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.039</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2025-06-26 04:33:58	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.044</duration><failedSince>0</failedSince><name>select_composedId_idIsItSelf</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:58	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.037</duration><failedSince>0</failedSince><name>select_composedId_idIsABean</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:58	DEBUG	DDLDeployer	create table Tata(a int, b int, c int, primary key (a, b))
</stdout></case><duration>0.131</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.017</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.018</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.MariaDBDialectResolverTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.MariaDBSequenceSelectBuilderTest</className><duration>0.049</duration><failedSince>0</failedSince><name>sqlIsValid</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:33:58	DEBUG	DDLDeployer	create sequence my_sequence
</stdout></case><duration>0.05</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.MariaDBSequenceSelectBuilderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.MariaDBDDLTableGeneratorTest</className><duration>0.071</duration><failedSince>0</failedSince><name>generatedSQL_runOnAliveDatabase_doesNotThrowException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2025-06-26 04:33:58	DEBUG	DDLDeployer	create table dummyTable1(id int auto_increment not null, name varchar(255), primary key (id))
2025-06-26 04:33:58	DEBUG	DDLDeployer	create table dummyTable2(name varchar(255))
2025-06-26 04:33:58	DEBUG	DDLDeployer	alter table dummyTable1 add constraint dummy_UK unique (name)
2025-06-26 04:33:58	DEBUG	DDLDeployer	create index dummyIDX_1 on dummyTable1(name)
2025-06-26 04:33:58	DEBUG	DDLDeployer	alter table dummyTable2 add constraint dummyTable2_FK foreign key(name) references dummyTable1(name)
</stdout></case><duration>0.075</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.509</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2025-06-26 04:34:13	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.098</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:13	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.133</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:13	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.087</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:13	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.082</duration><failedSince>0</failedSince><name>persist</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:13	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
</stdout></case><duration>13.807</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.06</duration><failedSince>0</failedSince><name>insert_generated_pk_real_life</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2025-06-26 04:34:14	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.15</duration><failedSince>0</failedSince><name>select_columnTypeIsRegisteredInDialect</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2025-06-26 04:34:14	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.16</duration><failedSince>0</failedSince><name>newQuery_withToOneRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:14	DEBUG	DDLDeployer	create table Toto(id int not null, name varchar(255))
2025-06-26 04:34:14	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.134</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:14	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.077</duration><failedSince>0</failedSince><name>select_columnIsRegisteredInDialect_butNotItsType</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:14	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.116</duration><failedSince>0</failedSince><name>newQuery_withToManyRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:14	DEBUG	DDLDeployer	create table Toto(id int not null, name varchar(255))
2025-06-26 04:34:14	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.089</duration><failedSince>0</failedSince><name>newQuery</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:14	DEBUG	DDLDeployer	create table Toto(id int not null, name varchar(255))
</stdout></case><duration>0.747</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.077</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2025-06-26 04:34:13	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.095</duration><failedSince>0</failedSince><name>select_composedId_idIsItSelf</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:13	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a, b))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorMySQLTest</className><duration>0.079</duration><failedSince>0</failedSince><name>select_composedId_idIsABean</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:13	DEBUG	DDLDeployer	create table Tata(a int, b int, c int, primary key (a, b))
</stdout></case><duration>0.268</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.054</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.056</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.MySQLDialectResolverTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.MySQLSequenceSelectBuilderTest</className><duration>0.063</duration><failedSince>0</failedSince><name>sqlIsValid</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:14	DEBUG	DDLDeployer	create table my_sequence(nextVal bigint not null, primary key (nextVal))
</stdout></case><duration>0.065</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.MySQLSequenceSelectBuilderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.MySQLDDLTableGeneratorTest</className><duration>0.191</duration><failedSince>0</failedSince><name>generatedSQL_runOnAliveDatabase_doesNotThrowException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2025-06-26 04:34:14	DEBUG	DDLDeployer	create table dummyTable1(id int auto_increment not null, name varchar(255), primary key (id))
2025-06-26 04:34:15	DEBUG	DDLDeployer	create table dummyTable2(name varchar(255))
2025-06-26 04:34:15	DEBUG	DDLDeployer	alter table dummyTable1 add constraint dummy_UK unique (name)
2025-06-26 04:34:15	DEBUG	DDLDeployer	create index dummyIDX_1 on dummyTable1(name)
2025-06-26 04:34:15	DEBUG	DDLDeployer	alter table dummyTable2 add constraint dummyTable2_FK foreign key(name) references dummyTable1(name)
</stdout></case><duration>0.195</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.246</duration><failedSince>0</failedSince><name>select_columnTypeIsRegisteredInDialect</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:39	DEBUG	DDLDeployer	create table Toto(id integer not null, dummyProp varchar(255))
2025-06-26 04:34:39	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
2025-06-26 04:34:39	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextOracleTest</className><duration>0.176</duration><failedSince>0</failedSince><name>newQuery_withToOneRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:39	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2025-06-26 04:34:39	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId integer not null)
2025-06-26 04:34:39	DEBUG	SQLOperation	select Toto.id, Toto.name, Tata.name as tataName from Toto inner join Tata on Toto.id = Tata.totoId
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextOracleTest</className><duration>0.216</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:39	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2025-06-26 04:34:39	DEBUG	SQLOperation	select Toto.name from Toto
2025-06-26 04:34:39	DEBUG	SQLOperation	select Toto.id from Toto
2025-06-26 04:34:39	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto
2025-06-26 04:34:39	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto
2025-06-26 04:34:39	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto where Toto.id = 1
2025-06-26 04:34:39	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto where Toto.id = 2
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextOracleTest</className><duration>0.125</duration><failedSince>0</failedSince><name>select_columnIsRegisteredInDialect_butNotItsType</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:39	DEBUG	DDLDeployer	create table Toto(id integer not null, dummyProp varchar(255))
2025-06-26 04:34:39	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
2025-06-26 04:34:39	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextOracleTest</className><duration>0.169</duration><failedSince>0</failedSince><name>newQuery_withToManyRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:39	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2025-06-26 04:34:39	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId integer not null)
2025-06-26 04:34:39	DEBUG	SQLOperation	select Toto.id, Toto.name, Tata.name as tataName from Toto left outer join Tata on Toto.id = Tata.totoId
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextOracleTest</className><duration>0.194</duration><failedSince>0</failedSince><name>newQuery</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:40	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar(255))
2025-06-26 04:34:40	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto
</stdout></case><duration>1.133</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.139</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:36	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2025-06-26 04:34:37	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:34:37	DEBUG	SQLOperation	delete from Toto where a = ?
2025-06-26 04:34:37	DEBUG	SQLOperation	delete from Toto where a in (?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterOracleTest</className><duration>0.304</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:37	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2025-06-26 04:34:37	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:34:37	DEBUG	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterOracleTest</className><duration>0.184</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:37	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2025-06-26 04:34:37	DEBUG	SQLOperation	select a, b, c from Toto where a in (?)
2025-06-26 04:34:37	DEBUG	SQLOperation	select a, b, c from Toto where a in (?, ?, ?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterOracleTest</className><duration>0.146</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:38	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2025-06-26 04:34:38	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:34:38	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
2025-06-26 04:34:38	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:34:38	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterOracleTest</className><duration>0.174</duration><failedSince>0</failedSince><name>persist</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:38	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2025-06-26 04:34:38	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:34:38	DEBUG	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?)
2025-06-26 04:34:38	DEBUG	SQLOperation	select a, b, c from Toto where a in (?)
2025-06-26 04:34:38	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:34:38	DEBUG	SQLOperation	update Toto set b = ?, c = ? where a = ?
</stdout></case><duration>21.978</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.156</duration><failedSince>0</failedSince><name>insert_generated_pk_real_life</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:38	DEBUG	DDLDeployer	create table Toto(a integer GENERATED BY DEFAULT ON NULL AS IDENTITY, b integer, c integer, primary key (a))
2025-06-26 04:34:38	DEBUG	SQLOperation	Batching statement 3 times
2025-06-26 04:34:38	DEBUG	SQLOperation	insert into Toto(a, b, c) values (default, ?, ?)
2025-06-26 04:34:38	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:34:38	DEBUG	SQLOperation	insert into Toto(a, b, c) values (default, ?, ?)
</stdout></case><duration>0.158</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.175</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:38	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
2025-06-26 04:34:38	DEBUG	SQLOperation	select a, b, c from Toto where a in (?)
2025-06-26 04:34:38	DEBUG	SQLOperation	select a, b, c from Toto where a in (?, ?, ?)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorOracleTest</className><duration>0.308</duration><failedSince>0</failedSince><name>select_composedId_idIsItSelf</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:38	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a, b))
2025-06-26 04:34:38	DEBUG	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?))
2025-06-26 04:34:38	DEBUG	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorOracleTest</className><duration>0.17</duration><failedSince>0</failedSince><name>select_composedId_idIsABean</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:38	DEBUG	DDLDeployer	create table Tata(a int, b int, c int, primary key (a, b))
2025-06-26 04:34:39	DEBUG	SQLOperation	select a, b, c from Tata where (a, b) in ((?, ?), (?, ?), (?, ?))
2025-06-26 04:34:39	DEBUG	SQLOperation	select a, b, c from Tata where (a, b) in ((?, ?))
</stdout></case><duration>0.66</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.124</duration><failedSince>0</failedSince><name>resolve_23_0</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.126</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.OracleDialectResolverTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.OracleSequenceSelectBuilderTest</className><duration>0.076</duration><failedSince>0</failedSince><name>sqlIsValid</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:40	DEBUG	DDLDeployer	create sequence my_sequence
2025-06-26 04:34:40	DEBUG	SQLOperation	select my_sequence.nextval from dual
</stdout></case><duration>0.077</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.OracleSequenceSelectBuilderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.OracleDDLTableGeneratorTest</className><duration>0.246</duration><failedSince>0</failedSince><name>generatedSQL_runOnAliveDatabase_doesNotThrowException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:40	DEBUG	DDLDeployer	create table dummyTable1(id integer GENERATED BY DEFAULT ON NULL AS IDENTITY not null, name varchar(255), version integer not null, primary key (id))
2025-06-26 04:34:40	DEBUG	DDLDeployer	create table dummyTable2(name varchar(255))
2025-06-26 04:34:40	DEBUG	DDLDeployer	alter table dummyTable1 add constraint dummy_UK unique (name)
2025-06-26 04:34:40	DEBUG	DDLDeployer	alter table dummyTable2 add constraint dummy_UK2 unique (name)
2025-06-26 04:34:40	DEBUG	DDLDeployer	create index dummyIDX_1 on dummyTable1(version)
2025-06-26 04:34:40	DEBUG	DDLDeployer	alter table dummyTable2 add constraint dummyTable2_FK foreign key(name) references dummyTable1(name)
</stdout></case><duration>0.25</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.318</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2025-06-26 04:34:45	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.042</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:45	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.09</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:45	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.051</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:45	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.043</duration><failedSince>0</failedSince><name>persist</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:45	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
</stdout></case><duration>3.801</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.PersisterPostgreSQLTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysPostgreSQLTest</className><duration>0.039</duration><failedSince>0</failedSince><name>insert_generated_pk_real_life</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2025-06-26 04:34:46	DEBUG	DDLDeployer	create table Toto(a  SERIAL, b integer, c integer, primary key (a))
</stdout></case><duration>0.069</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.145</duration><failedSince>0</failedSince><name>select_columnTypeIsRegisteredInDialect</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2025-06-26 04:34:46	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.049</duration><failedSince>0</failedSince><name>newQuery_withToOneRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:46	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar)
2025-06-26 04:34:46	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.062</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:46	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.059</duration><failedSince>0</failedSince><name>select_columnIsRegisteredInDialect_butNotItsType</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:46	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.044</duration><failedSince>0</failedSince><name>newQuery_withToManyRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:46	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar)
2025-06-26 04:34:46	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.068</duration><failedSince>0</failedSince><name>newQuery</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:46	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar)
</stdout></case><duration>0.46</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.053</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2025-06-26 04:34:46	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.051</duration><failedSince>0</failedSince><name>select_composedId_idIsItSelf</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:46	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.053</duration><failedSince>0</failedSince><name>select_composedId_idIsABean</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:46	DEBUG	DDLDeployer	create table Tata(a int, b int, c int, primary key (a, b))
</stdout></case><duration>0.193</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.092</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.094</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.PostgreSQLDialectResolverTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.PostgreSQLSequenceSelectBuilderTest</className><duration>1.575</duration><failedSince>0</failedSince><name>sqlIsValid</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:48	DEBUG	DDLDeployer	create sequence my_sequence
</stdout></case><duration>1.576</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.PostgreSQLSequenceSelectBuilderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.PostgreSQLDDLTableGeneratorTest</className><duration>0.066</duration><failedSince>0</failedSince><name>generatedSQL_runOnAliveDatabase_doesNotThrowException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
2025-06-26 04:34:48	DEBUG	DDLDeployer	create table dummyTable1(id  SERIAL not null, name varchar, primary key (id))
2025-06-26 04:34:48	DEBUG	DDLDeployer	create table dummyTable2(name varchar)
2025-06-26 04:34:48	DEBUG	DDLDeployer	alter table dummyTable1 add constraint dummy_UK unique (name)
2025-06-26 04:34:48	DEBUG	DDLDeployer	create index dummyIDX_1 on dummyTable1(name)
2025-06-26 04:34:48	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.PostgreSQLDDLTableGeneratorTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterSQLiteTest</className><duration>0.52</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:50	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2025-06-26 04:34:50	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:34:50	TRACE	SQLOperation	delete from Toto where a = ? | {1={Toto.a=1}}
2025-06-26 04:34:50	TRACE	SQLOperation	delete from Toto where a in (?) | {Toto.a=1}
</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>2025-06-26 04:34:50	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2025-06-26 04:34:50	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:34:50	TRACE	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?) | {1={Toto.c=100, Toto.a=1, Toto.b=10}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterSQLiteTest</className><duration>0.059</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:50	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2025-06-26 04:34:50	TRACE	SQLOperation	select a, b, c from Toto where a in (?) | {Toto.a=1}
2025-06-26 04:34:50	TRACE	SQLOperation	select a, b, c from Toto where a in (?, ?, ?) | {Toto.a=[2, 3, 4]}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterSQLiteTest</className><duration>0.013</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:50	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2025-06-26 04:34:50	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:34:50	TRACE	SQLOperation	update Toto set b = ?, c = ? where a = ? | {1={Toto.c (U)=111, Toto.b (U)=11, Toto.a (W)=1}}
2025-06-26 04:34:50	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:34:50	TRACE	SQLOperation	update Toto set b = ?, c = ? where a = ? | {1={Toto.c (U)=122, Toto.b (U)=12, Toto.a (W)=1}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterSQLiteTest</className><duration>0.008</duration><failedSince>0</failedSince><name>persist</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:50	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2025-06-26 04:34:50	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:34:50	TRACE	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?) | {1={Toto.a=2, Toto.b=20, Toto.c=200}}
2025-06-26 04:34:50	TRACE	SQLOperation	select a, b, c from Toto where a in (?) | {Toto.a=1}
2025-06-26 04:34:50	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:34:50	TRACE	SQLOperation	update Toto set b = ?, c = ? where a = ? | {1={Toto.b (U)=11, Toto.a (W)=1, Toto.c (U)=111}}
</stdout></case><duration>0.644</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.PersisterSQLiteTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysSQLiteTest</className><duration>0.01</duration><failedSince>0</failedSince><name>insert_generated_pk_real_life</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:50	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2025-06-26 04:34:50	DEBUG	SQLOperation	Batching statement 3 times
2025-06-26 04:34:50	TRACE	SQLOperation	insert into Toto(b, c) values (?, ?) | {1={Toto.b=17, Toto.c=23}, 2={Toto.b=29, Toto.c=31}, 3={Toto.b=37, Toto.c=41}}
2025-06-26 04:34:50	TRACE	SQLOperation	select last_insert_rowid() as last_id | {}
2025-06-26 04:34:50	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:34:50	TRACE	SQLOperation	insert into Toto(b, c) values (?, ?) | {1={Toto.b=43, Toto.c=53}}
2025-06-26 04:34:50	TRACE	SQLOperation	select last_insert_rowid() as last_id | {}
</stdout></case><duration>0.011</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.136</duration><failedSince>0</failedSince><name>select_columnTypeIsRegisteredInDialect</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:50	DEBUG	DDLDeployer	create table Toto(id integer not null, dummyProp varchar(255))
2025-06-26 04:34:50	TRACE	SQLOperation	select Toto.id, Toto.dummyProp from Toto | {}
2025-06-26 04:34:50	TRACE	SQLOperation	select Toto.id, Toto.dummyProp from Toto | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextSQLiteTest</className><duration>0.016</duration><failedSince>0</failedSince><name>newQuery_withToOneRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:50	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar)
2025-06-26 04:34:50	DEBUG	DDLDeployer	create table Tata(name varchar, totoId integer not null)
2025-06-26 04:34:50	TRACE	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.031</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:50	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar)
2025-06-26 04:34:50	TRACE	SQLOperation	select Toto.name from Toto | {}
2025-06-26 04:34:50	TRACE	SQLOperation	select Toto.id from Toto | {}
2025-06-26 04:34:50	TRACE	SQLOperation	select Toto.id, Toto.name from Toto | {}
2025-06-26 04:34:50	TRACE	SQLOperation	select Toto.id, Toto.name from Toto | {}
2025-06-26 04:34:50	TRACE	SQLOperation	select Toto.id, Toto.name from Toto where Toto.id = 1 | {}
2025-06-26 04:34:50	TRACE	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.01</duration><failedSince>0</failedSince><name>select_columnIsRegisteredInDialect_butNotItsType</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:50	DEBUG	DDLDeployer	create table Toto(id integer not null, dummyProp varchar(255))
2025-06-26 04:34:50	TRACE	SQLOperation	select Toto.id, Toto.dummyProp from Toto | {}
2025-06-26 04:34:50	TRACE	SQLOperation	select Toto.id, Toto.dummyProp from Toto | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.PersistenceContextSQLiteTest</className><duration>0.011</duration><failedSince>0</failedSince><name>newQuery_withToManyRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:50	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar)
2025-06-26 04:34:50	DEBUG	DDLDeployer	create table Tata(name varchar, totoId integer not null)
2025-06-26 04:34:50	TRACE	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.006</duration><failedSince>0</failedSince><name>newQuery</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:50	DEBUG	DDLDeployer	create table Toto(id integer not null, name varchar)
2025-06-26 04:34:50	TRACE	SQLOperation	select Toto.id, Toto.name from Toto | {}
</stdout></case><duration>0.213</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.018</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:50	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
2025-06-26 04:34:50	TRACE	SQLOperation	select a, b, c from Toto where a in (?) | {Toto.a=1}
2025-06-26 04:34:50	TRACE	SQLOperation	select a, b, c from Toto where a in (?, ?, ?) | {Toto.a=[2, 3, 4]}
</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>2025-06-26 04:34:50	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a, b))
2025-06-26 04:34:50	TRACE	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?)) | {Toto.a=[1, 2, 3], Toto.b=[10, 20, 30]}
2025-06-26 04:34:50	TRACE	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?)) | {Toto.a=4, Toto.b=40}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorSQLiteTest</className><duration>0.006</duration><failedSince>0</failedSince><name>select_composedId_idIsABean</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:50	DEBUG	DDLDeployer	create table Tata(a int, b int, c int, primary key (a, b))
2025-06-26 04:34:50	TRACE	SQLOperation	select a, b, c from Tata where (a, b) in ((?, ?), (?, ?), (?, ?)) | {Tata.a=[1, 2, 3], Tata.b=[10, 20, 30]}
2025-06-26 04:34:50	TRACE	SQLOperation	select a, b, c from Tata where (a, b) in ((?, ?)) | {Tata.a=4, Tata.b=40}
</stdout></case><duration>0.045</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.013</duration><failedSince>0</failedSince><name>resolve_3_45</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.SQLiteDialectResolverTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.SQLiteSequenceSelectBuilderTest</className><duration>0.007</duration><failedSince>0</failedSince><name>sqlIsValid</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:34:50	DEBUG	DDLDeployer	create table my_sequence(nextVal bigint not null, primary key (nextVal))
2025-06-26 04:34:50	TRACE	SQLOperation	select nextVal from my_sequence | {}
2025-06-26 04:34:50	TRACE	SQLOperation	insert into my_sequence(nextVal) values (?) | {1=2}
2025-06-26 04:34:50	TRACE	SQLOperation	select nextVal from my_sequence | {}
2025-06-26 04:34:50	TRACE	SQLOperation	update my_sequence set nextVal = ? | {1=3}
</stdout></case><duration>0.007</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.SQLiteSequenceSelectBuilderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.SQLiteDDLTableGeneratorTest</className><duration>0.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.013</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.006</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.001</duration><failedSince>0</failedSince><name>constructor_mustIncludeIdMappingListener</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.BeanPersisterTest</className><duration>0.002</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.BeanPersisterTest</className><duration>0.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.003</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.042</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.BeanPersisterTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.DialectBuilderTest$BuildWithOptions</className><duration>0.021</duration><failedSince>0</failedSince><name>withNewTypeBinding_bindingIsApplied</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.DialectBuilderTest$BuildWithOptions</className><duration>0.062</duration><failedSince>0</failedSince><name>operatorPrintIsOverridden_itIsTakenIntoAccountInDeleteAndQuery</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	TRACE	SQLOperation	select dummyTable.dummyColumn from dummyTable where dummyTable.dummyColumn LIKE 'x' | {}
2025-06-26 04:31:22	TRACE	SQLOperation	delete from dummyTable where dummyColumn LIKE ? | {1=x}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.DialectBuilderTest$BuildWithOptions</className><duration>0.004</duration><failedSince>0</failedSince><name>userDefinedOperatorCanBeTakenIntoAccountByOperatorSQLBuilderOverride</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	TRACE	SQLOperation	select dummyTable.dummyColumn from dummyTable where dummyTable.dummyColumn myOperator '42' | {}
2025-06-26 04:31:22	TRACE	SQLOperation	delete from dummyTable where dummyColumn myOperator ? | {1=42}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.DialectBuilderTest$BuildWithOptions</className><duration>0.004</duration><failedSince>0</failedSince><name>quoteSQLIdentifiers_sqlIdentifiersAreQuoted</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.093</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.DialectBuilderTest$BuildWithOptions</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.DialectBuilderTest$Keywords</className><duration>0.001</duration><failedSince>0</failedSince><name>keywordsCanBeChanged</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.DialectBuilderTest$Keywords</className><duration>0.001</duration><failedSince>0</failedSince><name>keywordsAreEscaped</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.004</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.DialectBuilderTest$Keywords</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextConfigurationBuilderTest</className><duration>0.004</duration><failedSince>0</failedSince><name>quoteKeyWords</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextConfigurationBuilderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>fetchSize</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextConfigurationBuilderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>inOperatorMaxSize</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.009</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.PersistenceContextConfigurationBuilderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextTest</className><duration>0.004</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:23	TRACE	SQLOperation	delete from toto where id = ? and name = ? | {1=42, 2=Hello world !}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextTest</className><duration>0.004</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:23	TRACE	SQLOperation	insert into toto(id, name) values (?, ?) | {toto.id=1, toto.name=Hello world !}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextTest</className><duration>0.007</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:23	TRACE	SQLOperation	update toto set id = ? | {1=1}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextTest</className><duration>0.45</duration><failedSince>0</failedSince><name>update_batch</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:23	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@460306ab
2025-06-26 04:31:23	DEBUG	DDLDeployer	create table toto(id bigint not null, name varchar, primary key (id))
2025-06-26 04:31:23	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@789f27e5
2025-06-26 04:31:23	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@38617f1c
2025-06-26 04:31:23	DEBUG	SQLOperation	Batching statement 2 times
...[truncated 1226 chars]...
nection@7e667bfb
2025-06-26 04:31:23	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:23	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@dc1fbbc
2025-06-26 04:31:23	TRACE	SQLOperation	update toto set name = ? where id = ? | {1={1=Hello Jane !, 2=2}, 2={1=Hello Jane !, 2=2}}
2025-06-26 04:31:23	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1124fd8
2025-06-26 04:31:23	TRACE	SQLOperation	select toto.name from toto | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextTest</className><duration>0.042</duration><failedSince>0</failedSince><name>delete_batch</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:23	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5a4700ba
2025-06-26 04:31:23	DEBUG	DDLDeployer	create table toto(id bigint not null, name varchar, primary key (id))
2025-06-26 04:31:23	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5d55e5bb
2025-06-26 04:31:23	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@18b0bbc3
2025-06-26 04:31:23	INFO 	HSQLDBInMemoryDataSource	giving connect
...[truncated 1183 chars]...
nnection org.hsqldb.jdbc.JDBCConnection@1f0b2ffb
2025-06-26 04:31:23	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:23	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1205d231
2025-06-26 04:31:23	TRACE	SQLOperation	delete from toto where name = ? | {1={1=Hello everyone !}}
2025-06-26 04:31:23	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@630f24a5
2025-06-26 04:31:23	TRACE	SQLOperation	select toto.id from toto | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextTest</className><duration>0.003</duration><failedSince>0</failedSince><name>update_withWhere</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:23	TRACE	SQLOperation	update toto set id = ? where id = ? | {1=42, 2=666}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextTest</className><duration>0.004</duration><failedSince>0</failedSince><name>newQuery_singleResult</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:23	TRACE	SQLOperation	select count(*) as count from Toto | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.PersistenceContextTest</className><duration>0.027</duration><failedSince>0</failedSince><name>insert_batch</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:23	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@418e1cd6
2025-06-26 04:31:23	DEBUG	DDLDeployer	create table toto(id bigint not null, name varchar, primary key (id))
2025-06-26 04:31:23	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@21e00efb
2025-06-26 04:31:23	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@65450878
2025-06-26 04:31:23	DEBUG	SQLOperation	Batching statement 2 times
...[truncated 692 chars]...
	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:23	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@22cc2ae5
2025-06-26 04:31:23	TRACE	SQLOperation	insert into toto(id, name) values (?, ?) | {1={toto.id=3, toto.name=Hello world !}, 2={toto.id=4, toto.name=Hello everybody !}}
2025-06-26 04:31:23	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@21f0508
2025-06-26 04:31:23	TRACE	SQLOperation	select toto.id from toto | {}
</stdout></case><duration>0.543</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.PersistenceContextTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.PersisterRegistryTest</className><duration>0.037</duration><failedSince>0</failedSince><name>getPersister</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.038</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.PersisterRegistryTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.939</duration><failedSince>0</failedSince><name>queryMapperAPI_withConverter(QueryMapper)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:21	TRACE	SQLOperation	select id, name from Toto | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.009</duration><failedSince>0</failedSince><name>queryMapperAPI_withConverter(QueryMapper)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:21	TRACE	SQLOperation	select id, active from Toto | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.008</duration><failedSince>0</failedSince><name>queryMapperAPI_withConverter(QueryMapper)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	TRACE	SQLOperation	select id, name from Toto | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.007</duration><failedSince>0</failedSince><name>queryMapperAPI_basicUsage(QueryMapper, Set)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	TRACE	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)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	TRACE	SQLOperation	never executed statement | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.005</duration><failedSince>0</failedSince><name>queryMapperAPI_basicUsage(QueryMapper, Set)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	TRACE	SQLOperation	never executed statement | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.005</duration><failedSince>0</failedSince><name>queryMapperAPI_basicUsage(QueryMapper, Set)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	TRACE	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)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	TRACE	SQLOperation	never executed statement | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.005</duration><failedSince>0</failedSince><name>queryMapperAPI_basicUsage(QueryMapper, Set)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	TRACE	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>2025-06-26 04:31:22	TRACE	SQLOperation	never executed statement | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.004</duration><failedSince>0</failedSince><name>queryMapperAPI_basicUsage(QueryMapper, Set)[8]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	TRACE	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)[9]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	TRACE	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)[10]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	TRACE	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>2025-06-26 04:31:22	TRACE	SQLOperation	never executed statement | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.004</duration><failedSince>0</failedSince><name>queryMapperAPI_basicUsage(QueryMapper, Set)[12]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	TRACE	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>2025-06-26 04:31:22	TRACE	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>2025-06-26 04:31:22	TRACE	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>2025-06-26 04:31:22	TRACE	SQLOperation	never executed statement | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.005</duration><failedSince>0</failedSince><name>queryMapperAPI_basicUsage(QueryMapper, Set)[16]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	TRACE	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)[17]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	TRACE	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)[18]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	TRACE	SQLOperation	never executed statement | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.003</duration><failedSince>0</failedSince><name>execute_emptyResultSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	TRACE	SQLOperation	never executed statement | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.01</duration><failedSince>0</failedSince><name>execute_instanceHasToOneRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	TRACE	SQLOperation	Whatever SQL ... it is not executed | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.005</duration><failedSince>0</failedSince><name>execute_instanceHasAssembler_thatRunOnce</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	TRACE	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</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	TRACE	SQLOperation	Whatever SQL ... it is not executed | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.011</duration><failedSince>0</failedSince><name>execute_instanceHasToManyRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	TRACE	SQLOperation	Whatever SQL ... it is not executed | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.025</duration><failedSince>0</failedSince><name>execute_instanceHasParameter</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	TRACE	SQLOperation	select id, name from Toto where id in (:id) | {id=[1, 2]}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest</className><duration>0.008</duration><failedSince>0</failedSince><name>execute_noGivenKey_oneInstancePerRowIsCreated</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	TRACE	SQLOperation	never executed statement | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.QueryMapperTest$WithAccumulator</className><duration>0.004</duration><failedSince>0</failedSince><name>execute_first_retrievedFirstBean</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	TRACE	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>2025-06-26 04:31:22	TRACE	SQLOperation	never executed statement | {}
</stdout></case><duration>0.009</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.QueryMapperTest$WithAccumulator</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest</className><duration>0.015</duration><failedSince>0</failedSince><name>doWithDeleteByIdListener_onError</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest</className><duration>0.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.009</duration><failedSince>0</failedSince><name>doWithSelectListener</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest</className><duration>0.01</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.001</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.014</duration><failedSince>0</failedSince><name>moveTo</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest</className><duration>0.001</duration><failedSince>0</failedSince><name>doWithDeleteListener</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest</className><duration>0.001</duration><failedSince>0</failedSince><name>doWithSelectListener_onError</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest</className><duration>0.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.01</duration><failedSince>0</failedSince><name>doWithPersistListener_onError</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest</className><duration>0.002</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.002</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.093</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>2025-06-26 04:31:22	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:22	TRACE	SQLOperation	delete from Toto where a = ? | {1={Toto.a=7}}
</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>2025-06-26 04:31:22	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:22	TRACE	SQLOperation	delete from Toto where a = ? | {1={Toto.a=1}, 2={Toto.a=2}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest</className><duration>0.003</duration><failedSince>0</failedSince><name>delete_multiple</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	DEBUG	SQLOperation	Batching statement 3 times
2025-06-26 04:31:22	TRACE	SQLOperation	delete from Toto where a = ? | {1={Toto.a=1}, 2={Toto.a=2}, 3={Toto.a=3}}
2025-06-26 04:31:22	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:22	TRACE	SQLOperation	delete from Toto where a = ? | {1={Toto.a=4}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest</className><duration>0.006</duration><failedSince>0</failedSince><name>deleteById_composedId_multiple_lastBlockContainsMultipleValue</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:22	TRACE	SQLOperation	delete from Toto where (a, b) in ((?, ?), (?, ?), (?, ?)) | {1={Toto.b=[43, 17, 29], Toto.a=[4, 1, 2]}}
2025-06-26 04:31:22	TRACE	SQLOperation	delete from Toto where (a, b) in ((?, ?), (?, ?)) | {Toto.b=[59, 37], Toto.a=[5, 3]}
[2, 4, 6, 1, 3, 5, 2, 4, 1, 3]
[43, 17, 29, 4, 1, 2, 59, 37, 5, 3]
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.004</duration><failedSince>0</failedSince><name>deleteById_composedId_multiple_lastBlockSizeIsInOperatorSize</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:22	TRACE	SQLOperation	delete from Toto where (a, b) in ((?, ?), (?, ?), (?, ?)) | {1={Toto.b=[43, 67, 37], Toto.a=[4, 6, 3]}, 2={Toto.b=[43, 67, 37], Toto.a=[4, 6, 3]}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest</className><duration>0.004</duration><failedSince>0</failedSince><name>deleteById_composedId_multiple_lastBlockContainsOneValue</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:22	TRACE	SQLOperation	delete from Toto where (a, b) in ((?, ?), (?, ?), (?, ?)) | {1={Toto.b=[29, 43, 37], Toto.a=[2, 4, 3]}}
2025-06-26 04:31:22	TRACE	SQLOperation	delete from Toto where (a, b) in ((?, ?)) | {Toto.b=17, Toto.a=1}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest</className><duration>0.004</duration><failedSince>0</failedSince><name>deleteById_multiple_lastBlockContainsOneValue</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:22	TRACE	SQLOperation	delete from Toto where a in (?, ?, ?) | {1={Toto.a=[1, 2, 3]}}
2025-06-26 04:31:22	TRACE	SQLOperation	delete from Toto where a in (?) | {Toto.a=4}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest</className><duration>0.003</duration><failedSince>0</failedSince><name>deleteById_multiple_lastBlockContainsMultipleValue</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:22	TRACE	SQLOperation	delete from Toto where a in (?, ?, ?) | {1={Toto.a=[1, 2, 3]}}
2025-06-26 04:31:22	TRACE	SQLOperation	delete from Toto where a in (?, ?) | {Toto.a=[4, 5]}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest</className><duration>0.002</duration><failedSince>0</failedSince><name>deleteById</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	TRACE	SQLOperation	delete from Toto where a in (?) | {Toto.a=7}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest</className><duration>0.003</duration><failedSince>0</failedSince><name>deleteById_multiple_lastBlockSizeIsInOperatorSize</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:22	TRACE	SQLOperation	delete from Toto where a in (?, ?, ?) | {1={Toto.a=[4, 5, 6]}, 2={Toto.a=[4, 5, 6]}}
</stdout></case><duration>0.047</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.008</duration><failedSince>0</failedSince><name>insert_listenerIsCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:22	TRACE	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?) | {1={Toto.b=17, Toto.c=23, Toto.a=1}, 2={Toto.b=29, Toto.c=31, Toto.a=2}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.InsertExecutorTest</className><duration>0.016</duration><failedSince>0</failedSince><name>insert_withVersioningStrategy</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:22	TRACE	SQLOperation	insert into toto(id, version) values (?, ?) | {1={toto.version=1, toto.id=42}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.InsertExecutorTest</className><duration>0.002</duration><failedSince>0</failedSince><name>insert_mandatoryColumn</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.InsertExecutorTest</className><duration>0.003</duration><failedSince>0</failedSince><name>insert_simpleCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	DEBUG	SQLOperation	Batching statement 3 times
2025-06-26 04:31:22	TRACE	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?) | {1={Toto.a=1, Toto.c=23, Toto.b=17}, 2={Toto.a=2, Toto.c=31, Toto.b=29}, 3={Toto.a=3, Toto.c=41, Toto.b=37}}
2025-06-26 04:31:22	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:22	TRACE	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?) | {1={Toto.a=4, Toto.c=53, Toto.b=43}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.InsertExecutorTest$InsertExecutorTest_autoGenerateKeys</className><duration>0.009</duration><failedSince>0</failedSince><name>insert_generatedPK</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	DEBUG	SQLOperation	Batching statement 3 times
2025-06-26 04:31:22	TRACE	SQLOperation	insert into Toto(a, b, c) values (default, ?, ?) | {1={Toto.c=23, Toto.b=17}, 2={Toto.c=31, Toto.b=29}, 3={Toto.c=41, Toto.b=37}}
2025-06-26 04:31:22	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:22	TRACE	SQLOperation	insert into Toto(a, b, c) values (default, ?, ?) | {1={Toto.c=53, Toto.b=43}}
</stdout></case><duration>0.01</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.153</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.019</duration><failedSince>0</failedSince><name>select_multiple_composedId_lastBlockSizeIsInOperatorSize</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	TRACE	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?)) | {Toto.b=[11, 13, 17], Toto.a=[1, 2, 3]}
2025-06-26 04:31:22	TRACE	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?)) | {Toto.b=[23, 29, 31], Toto.a=[4, 5, 6]}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorTest</className><duration>0.003</duration><failedSince>0</failedSince><name>select_one</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	TRACE	SQLOperation	select a, b, c from Toto where a in (?) | {Toto.a=7}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorTest</className><duration>0.151</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.005</duration><failedSince>0</failedSince><name>select_multiple_argumentWithOneBlock</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	TRACE	SQLOperation	select a, b, c from Toto where a in (?, ?) | {Toto.a=[11, 13]}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorTest</className><duration>0.016</duration><failedSince>0</failedSince><name>listenerIsCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	TRACE	SQLOperation	select a, b, c from Toto where a in (?, ?) | {Toto.a=[1, 2]}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorTest</className><duration>0.005</duration><failedSince>0</failedSince><name>select_multiple_composedId_lastBlockContainsMultipleValue</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	TRACE	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?)) | {Toto.b=[11, 13, 17], Toto.a=[1, 2, 3]}
2025-06-26 04:31:22	TRACE	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?), (?, ?)) | {Toto.b=[23, 29], Toto.a=[4, 5]}
</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>2025-06-26 04:31:22	TRACE	SQLOperation	select a, b, c from Toto where a in (?, ?, ?) | {Toto.a=[11, 13, 17]}
2025-06-26 04:31:22	TRACE	SQLOperation	select a, b, c from Toto where a in (?, ?, ?) | {Toto.a=[23, 29, 31]}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorTest</className><duration>0.004</duration><failedSince>0</failedSince><name>select_multiple_lastBlockContainsMultipleValue</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	TRACE	SQLOperation	select a, b, c from Toto where a in (?, ?, ?) | {Toto.a=[11, 13, 17]}
2025-06-26 04:31:22	TRACE	SQLOperation	select a, b, c from Toto where a in (?, ?) | {Toto.a=[23, 29]}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorTest</className><duration>0.004</duration><failedSince>0</failedSince><name>select_multiple_lastBlockContainsOneValue</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	TRACE	SQLOperation	select a, b, c from Toto where a in (?, ?, ?) | {Toto.a=[11, 13, 17]}
2025-06-26 04:31:22	TRACE	SQLOperation	select a, b, c from Toto where a in (?) | {Toto.a=23}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SelectExecutorTest</className><duration>0.006</duration><failedSince>0</failedSince><name>select_multiple_composedId_lastBlockContainsOneValue</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	TRACE	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?)) | {Toto.b=[11, 13, 17], Toto.a=[1, 2, 3]}
2025-06-26 04:31:22	TRACE	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?)) | {Toto.b=23, Toto.a=4}
</stdout></case><duration>0.392</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.SelectExecutorTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.UpdateExecutorTest</className><duration>0.015</duration><failedSince>0</failedSince><name>update_diff_allColumns</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	DEBUG	SQLOperation	Batching statement 3 times
2025-06-26 04:31:22	TRACE	SQLOperation	update Toto set b = ?, c = ? where a = ? | {1={Toto.c (U)=123, Toto.b (U)=17, Toto.a (W)=1}, 2={Toto.b (U)=129, Toto.c (U)=31, Toto.a (W)=2}, 3={Toto.b (U)=137, Toto.c (U)=141, Toto.a (W)=3}}
2025-06-26 04:31:22	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:22	TRACE	SQLOperation	update Toto set b = ?, c = ? where a = ? | {1={Toto.b (U)=143, Toto.c (U)=153, Toto.a (W)=4}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.UpdateExecutorTest</className><duration>0.005</duration><failedSince>0</failedSince><name>listenerIsCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:22	TRACE	SQLOperation	update Toto set b = ?, c = ? where a = ? | {1={Toto.a (W)=1, Toto.b (U)=17, Toto.c (U)=23}, 2={Toto.a (W)=2, Toto.b (U)=29, Toto.c (U)=31}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.UpdateExecutorTest</className><duration>0.003</duration><failedSince>0</failedSince><name>update_diff(List, List, ExpectedResult_TestUpdate_diff)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.UpdateExecutorTest</className><duration>0.005</duration><failedSince>0</failedSince><name>update_diff(List, List, ExpectedResult_TestUpdate_diff)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:22	DEBUG	SQLOperation	Batching statement 3 times
2025-06-26 04:31:22	TRACE	SQLOperation	update Toto set b = ? where a = ? | {1={Toto.b (U)=2, Toto.a (W)=1}, 2={Toto.b (U)=3, Toto.a (W)=2}, 3={Toto.b (U)=4, Toto.a (W)=3}}
</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>2025-06-26 04:31:22	DEBUG	SQLOperation	Batching statement 3 times
2025-06-26 04:31:22	TRACE	SQLOperation	update Toto set b = ? where a = ? | {1={Toto.a (W)=1, Toto.b (U)=2}, 2={Toto.a (W)=2, Toto.b (U)=3}, 3={Toto.a (W)=3, Toto.b (U)=4}}
2025-06-26 04:31:22	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:22	TRACE	SQLOperation	update Toto set b = ? where a = ? | {1={Toto.a (W)=4, Toto.b (U)=5}}
</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>2025-06-26 04:31:22	DEBUG	SQLOperation	Batching statement 3 times
2025-06-26 04:31:22	TRACE	SQLOperation	update Toto set b = ?, c = ? where a = ? | {1={Toto.c (U)=11, Toto.a (W)=1, Toto.b (U)=11}, 2={Toto.c (U)=22, Toto.a (W)=2, Toto.b (U)=22}, 3={Toto.c (U)=33, Toto.a (W)=3, Toto.b (U)=33}}
2025-06-26 04:31:22	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:22	TRACE	SQLOperation	update Toto set b = ?, c = ? where a = ? | {1={Toto.c (U)=44, Toto.a (W)=4, Toto.b (U)=44}}
</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>2025-06-26 04:31:22	DEBUG	SQLOperation	Batching statement 3 times
2025-06-26 04:31:22	TRACE	SQLOperation	update Toto set b = ? where a = ? | {1={Toto.b (U)=11, Toto.a (W)=1}, 2={Toto.b (U)=22, Toto.a (W)=2}, 3={Toto.b (U)=33, Toto.a (W)=3}}
2025-06-26 04:31:22	DEBUG	SQLOperation	Batching statement 3 times
2025-06-26 04:31:22	TRACE	SQLOperation	update Toto set b = ?, c = ? where a = ? | {1={Toto.b (U)=44, Toto.c (U)=444, Toto.a (W)=4}, 2={Toto.b (U)=55, Toto.c (U)=555, Toto.a (W)=5}, 3={Toto.b (U)=66, Toto.c (U)=666, Toto.a (W)=6}}
</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>2025-06-26 04:31:22	DEBUG	SQLOperation	Batching statement 3 times
2025-06-26 04:31:22	TRACE	SQLOperation	update Toto set b = ?, c = ? where a = ? | {1={Toto.c (U)=23, Toto.a (W)=1, Toto.b (U)=17}, 2={Toto.c (U)=31, Toto.a (W)=2, Toto.b (U)=29}, 3={Toto.c (U)=41, Toto.a (W)=3, Toto.b (U)=37}}
2025-06-26 04:31:22	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:22	TRACE	SQLOperation	update Toto set b = ?, c = ? where a = ? | {1={Toto.c (U)=53, Toto.a (W)=4, Toto.b (U)=43}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.UpdateExecutorTest</className><duration>0.012</duration><failedSince>0</failedSince><name>updateById_noColumnToUpdate</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.UpdateExecutorTest</className><duration>0.003</duration><failedSince>0</failedSince><name>update_noColumnToUpdate</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.UpdateExecutorTest</className><duration>0.002</duration><failedSince>0</failedSince><name>update_mandatoryColumn</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.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.0</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.0</duration><failedSince>0</failedSince><name>testGetInsertValues(Toto, Map)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>beanKeyIsPresent</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_diffOnly(Toto, Toto, Map)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_diffOnly(Toto, Toto, Map)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ClassMappingTest</className><duration>0.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.001</duration><failedSince>0</failedSince><name>getUpdateValues_diffOnly(Toto, Toto, Map)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ClassMappingTest</className><duration>0.0</duration><failedSince>0</failedSince><name>getUpdateValues_diffOnly(Toto, Toto, Map)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ClassMappingTest</className><duration>0.0</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.0</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.001</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(Toto, Toto, Map)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ClassMappingTest</className><duration>0.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.0</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(Toto, Toto, Map)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ClassMappingTest</className><duration>0.0</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(Toto, Toto, Map)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ClassMappingTest</className><duration>0.0</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.03</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.mapping.ClassMappingTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getInsertValues(List, ChainingMap)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getInsertValues(List, ChainingMap)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest</className><duration>0.0</duration><failedSince>0</failedSince><name>getInsertValues(List, ChainingMap)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testGetUpdateValues_diffOnly(List, List, Map)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testGetUpdateValues_diffOnly(List, List, Map)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest</className><duration>0.0</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.0</duration><failedSince>0</failedSince><name>testGetUpdateValues_diffOnly(List, List, Map)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest</className><duration>0.0</duration><failedSince>0</failedSince><name>testGetUpdateValues_diffOnly(List, List, Map)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(List, List, Map)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest</className><duration>0.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.0</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(List, List, Map)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest</className><duration>0.0</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(List, List, Map)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest</className><duration>0.0</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(List, List, Map)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest</className><duration>0.0</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(List, List, Map)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest</className><duration>0.0</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.016</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedMapMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getInsertValues(ChainingMap, ChainingMap)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedMapMappingTest</className><duration>0.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.0</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.001</duration><failedSince>0</failedSince><name>getUpdateValues_diffOnly(HashMap, HashMap, Map)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedMapMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_diffOnly(HashMap, HashMap, Map)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedMapMappingTest</className><duration>0.0</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.001</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.0</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(HashMap, HashMap, Map)[7]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.ColumnedMapMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>transform</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.015</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.001</duration><failedSince>0</failedSince><name>getInsertValues(Toto, Map)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.001</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.007</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.001</duration><failedSince>0</failedSince><name>getUpdateValues_withNoModificationOnBeanAnModificationInShadowColumns</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.002</duration><failedSince>0</failedSince><name>transform_withNullValueInRow_returnsNotNull</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.0</duration><failedSince>0</failedSince><name>getUpdateValues_onlyNecessaryColumns(Toto, Toto, Map)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.0</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.0</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.0</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.0</duration><failedSince>0</failedSince><name>getUpdateValues_onlyNecessaryColumns(Toto, Toto, Map)[7]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_onlyNecessaryColumns(Toto, Toto, Map)[8]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.0</duration><failedSince>0</failedSince><name>getUpdateValues_onlyNecessaryColumns(Toto, Toto, Map)[9]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_onlyNecessaryColumns(Toto, Toto, Map)[10]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_onlyNecessaryColumns(Toto, Toto, Map)[11]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_withModificationOnBeanAnNoModificationInShadowColumns</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.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.001</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(Toto, Toto, Map)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_allColumns(Toto, Toto, Map)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.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.0</duration><failedSince>0</failedSince><name>transform</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>constructor_columnFiltering</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getUpdateValues_withModificationOnBeanAnModificationInShadowColumns</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.036</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.mapping.PersistentFieldHarvesterTest</className><duration>0.0</duration><failedSince>0</failedSince><name>testGetFields(Class, List)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.PersistentFieldHarvesterTest</className><duration>0.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.0</duration><failedSince>0</failedSince><name>transform</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.01</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.mapping.ZonedDateTimeMappingTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.mapping.id.PooledHiLoSequencePersisterTest</className><duration>0.01</duration><failedSince>0</failedSince><name>constructorWithOptions</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.id.PooledHiLoSequencePersisterTest</className><duration>0.002</duration><failedSince>0</failedSince><name>reservePool_emptyDatabase</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.id.PooledHiLoSequencePersisterTest</className><duration>0.001</duration><failedSince>0</failedSince><name>reservePool_notEmptyDatabase</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.id.PooledHiLoSequencePersisterTest</className><duration>0.002</duration><failedSince>0</failedSince><name>constructorWithoutArgs_usesDefaultStorageOptions</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.017</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.mapping.id.PooledHiLoSequencePersisterTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.mapping.id.sequence.DatabaseSequenceSelectorTest</className><duration>0.503</duration><failedSince>0</failedSince><name>next_withPoolSize_multiThread</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.id.sequence.DatabaseSequenceSelectorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>next_basic</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.id.sequence.DatabaseSequenceSelectorTest</className><duration>0.0</duration><failedSince>0</failedSince><name>next_withPoolSize</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.506</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.mapping.id.sequence.DatabaseSequenceSelectorTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.mapping.id.sequence.PooledHiLoSequenceTest</className><duration>0.104</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.0</duration><failedSince>0</failedSince><name>next_noExistingValueInDatabase</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.mapping.id.sequence.PooledHiLoSequenceTest</className><duration>0.0</duration><failedSince>0</failedSince><name>generateDDL</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.106</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.mapping.id.sequence.PooledHiLoSequenceTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.query.builder.ExpandableSQLAppenderTest</className><duration>0.003</duration><failedSince>0</failedSince><name>newSubPart</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.ExpandableSQLAppenderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>catValue</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.ExpandableSQLAppenderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparedSQL_severalTimeSameVariable</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.ExpandableSQLAppenderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>toPreparedSQL</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.009</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.query.builder.ExpandableSQLAppenderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>toSQL_withJoinAndQuotingDMLNameProvider</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.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.001</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.001</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.001</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.001</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.001</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.001</duration><failedSince>0</failedSince><name>toSQL(From, String)[11]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.001</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.0</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.0</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.0</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.0</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.0</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.001</duration><failedSince>0</failedSince><name>toSQL(From, String)[31]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(From, String)[32]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(From, String)[33]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FromSQLBuilderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>toSQL_supportsSeveralSameTable</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.039</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.001</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.0</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.001</duration><failedSince>0</failedSince><name>combining_functions</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FunctionSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>catCast</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.FunctionSQLBuilderTest</className><duration>0.0</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.0</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.001</duration><failedSince>0</failedSince><name>catLower</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>catIn</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>cat_nullValue_isTransformedToIsNull</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>catBetween</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>catEquals_withFunction</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>catLike_withFunction</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest</className><duration>0.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.001</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.001</duration><failedSince>0</failedSince><name>catIsNull</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>catIn_tupled</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>catEquals_column</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest$LikePatternAppenderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>newSubPart</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest$LikePatternAppenderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>likePattern</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.003</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest$LikePatternAppenderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.query.builder.PreparedSQLAppenderTest</className><duration>0.003</duration><failedSince>0</failedSince><name>newSubPart</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.003</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.query.builder.PreparedSQLAppenderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[7]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[8]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[9]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[10]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[11]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[12]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[13]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[14]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[15]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[16]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[17]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[18]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[19]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.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.0</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[21]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[22]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.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.0</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.001</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.0</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[29]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[30]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[31]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[32]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[33]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[34]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(QueryProvider, String)[35]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(QueryProvider, String, Map)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toPreparableSQL(QueryProvider, String, Map)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(QueryProvider, String, Map)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(QueryProvider, String, Map)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toPreparableSQL(QueryProvider, String, Map)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(QueryProvider, String, Map)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest$UnionSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(Union, String)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest$UnionSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(Union, String)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.005</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest$UnionSQLBuilderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(SelectChain, Map, String)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(SelectChain, Map, String)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(SelectChain, Map, String)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(SelectChain, Map, String)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest</className><duration>0.0</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.0</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.0</duration><failedSince>0</failedSince><name>toSQL(SelectChain, Map, String)[7]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(SelectChain, Map, String)[8]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest</className><duration>0.001</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.001</duration><failedSince>0</failedSince><name>toSQL(SelectChain, Map, String)[10]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(SelectChain, Map, String)[11]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest</className><duration>0.0</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.0</duration><failedSince>0</failedSince><name>toSQL(SelectChain, Map, String)[13]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(SelectChain, Map, String)[14]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(SelectChain, Map, String)[15]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(SelectChain, Map, String)[16]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL(SelectChain, Map, String)[17]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.019</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.query.builder.StringSQLAppenderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>newSubPart</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.002</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.query.builder.StringSQLAppenderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(CriteriaChain, Map, String)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(CriteriaChain, Map, String)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.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.0</duration><failedSince>0</failedSince><name>toSQL(CriteriaChain, Map, String)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>toSQL(CriteriaChain, Map, String)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.0</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.001</duration><failedSince>0</failedSince><name>toSQL(CriteriaChain, Map, String)[10]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(CriteriaChain, Map, String)[11]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.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.0</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.001</duration><failedSince>0</failedSince><name>toSQL(CriteriaChain, Map, String)[16]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(CriteriaChain, Map, String)[17]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.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.0</duration><failedSince>0</failedSince><name>toSQL(CriteriaChain, Map, String)[19]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL(CriteriaChain, Map, String)[20]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[7]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[8]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[9]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[10]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[11]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[12]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[13]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[14]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[15]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[16]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[17]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[18]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[19]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[20]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[21]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[22]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[23]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[24]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[25]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[26]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[27]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[28]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[29]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[30]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[31]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[32]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[33]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[34]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[35]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[36]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[37]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[38]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[39]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toPreparableSQL(CriteriaChain, Map, String, Map)[40]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.095</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.004</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.query.model.SelectTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.query.model.UnionTest</className><duration>0.0</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.0</duration><failedSince>0</failedSince><name>mapsColumnOnName</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.query.model.UnionTest</className><duration>0.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.001</duration><failedSince>0</failedSince><name>registerColumn_columnAlreadyExistsButRegisteredOnHasAlias_doesntRegisterColumn</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.008</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.query.model.UnionTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.query.model.operator.TupleInTest</className><duration>0.01</duration><failedSince>0</failedSince><name>transformCompositeIdentifierColumnValuesToTupleInValues</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.011</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.query.model.operator.TupleInTest</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.001</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.012</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.001</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.001</duration><failedSince>0</failedSince><name>overriddenColumnTypeIsTakenIntoAccount</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>addedDDLProvidersAreInFinalScript</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>uniqueConstraintsAreInFinalScript</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLGeneratorTest</className><duration>0.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>sequencesAreInFinalScript</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.008</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.ddl.DDLGeneratorTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLSequenceGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>generateCreateSequence_sequenceHasSchema</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLSequenceGeneratorTest</className><duration>0.0</duration><failedSince>0</failedSince><name>generateCreateSequence_sequenceHasNullValues</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLSequenceGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>sequenceScript_nameIsEscapedIfKeyword</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLSequenceGeneratorTest</className><duration>0.0</duration><failedSince>0</failedSince><name>generateCreateSequence_sequenceHasBatchSizeOnly</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLSequenceGeneratorTest</className><duration>0.0</duration><failedSince>0</failedSince><name>generateCreateSequence_sequenceHasInitialValueOnly</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.004</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.ddl.DDLSequenceGeneratorTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLTableGeneratorTest</className><duration>0.002</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>columnSizeIsTakenIntoAccount</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLTableGeneratorTest</className><duration>0.002</duration><failedSince>0</failedSince><name>generateCreateIndex</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLTableGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>generateCreateTable</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLTableGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>generateDropColumn</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLTableGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>generateCreateForeignKey</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLTableGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>generateDropForeignKey</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLTableGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>generateDropTableIfExists</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLTableGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>generateDropIndex</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.DDLTableGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>generateDropTable</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.014</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.001</duration><failedSince>0</failedSince><name>getTypeName_column(SqlTypeRegistry, Column, String)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.SqlTypeRegistryTest</className><duration>0.002</duration><failedSince>0</failedSince><name>getTypeName_columnWithNullType_exceptionIsThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.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.0</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.001</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.013</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.002</duration><failedSince>0</failedSince><name>appendDeleteStatement_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>appendDeleteStatement_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>toPreparableSQL</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.order.DeleteCommandBuilderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.order.InsertCommandBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toSQL_keywordsAreEscaped</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.order.InsertCommandBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.order.InsertCommandBuilderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>toStatement</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.005</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.001</duration><failedSince>0</failedSince><name>toSQL_keywordsAreEscaped</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.order.UpdateCommandBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL_multiTable</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.order.UpdateCommandBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toStatement_givenPlaceholderNameDoesntMatchAnyExistingOne_throwsException</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_placeholderValueIsNotSet_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.order.UpdateCommandBuilderTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSQL_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_withPlaceHolderInCriteria</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><case><age>0</age><className>org.codefilarete.stalactite.sql.order.UpdateCommandBuilderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toStatement_columnParameterBinderIsOverridden_columnParameterBinderIsUsed</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.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.0</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.001</duration><failedSince>0</failedSince><name>buildDelete_dmlNameProviderUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.DMLGeneratorTest</className><duration>0.001</duration><failedSince>0</failedSince><name>buildDelete</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.DMLGeneratorTest</className><duration>0.0</duration><failedSince>0</failedSince><name>buildInsert</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.015</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.056</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.06</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.003</duration><failedSince>0</failedSince><name>get</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.ComplexTypeBinderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>set</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.006</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.binder.ComplexTypeBinderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.AssociationTableNamingStrategyTest</className><duration>0.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.002</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.004</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.0</duration><failedSince>0</failedSince><name>defaultGiveName</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.001</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.ColumnNamingStrategyTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.ElementCollectionTableNamingStrategyTest</className><duration>0.0</duration><failedSince>0</failedSince><name>giveName</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.0</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.012</duration><failedSince>0</failedSince><name>apiUsage</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.013</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEmbeddableMappingConfigurationSupportTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest</className><duration>0.011</duration><failedSince>0</failedSince><name>insert_oneToOne</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, engineModel varchar(255), unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Engine(model varchar(255) not null, unique (model))
2025-06-26 04:31:56	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_engineModel_Engine_model foreign key(engineModel) references Engine(model)
2025-06-26 04:31:56	DEBUG	SimpleRelationalEntityPersister	selecting entities [XFE45K-TRE]
2025-06-26 04:31:56	DE
...[truncated 943 chars]...
e.model as engine_model from Car left outer join Engine as engine on Car.engineModel = engine.model where Car.id in (?) | {Car.id=42}
2025-06-26 04:31:56	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest$Car
2025-06-26 04:31:56	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer 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>2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2025-06-26 04:31:56	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:56	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.id=42, Car.model=Renault}}
2025-06-26 04:31:56	TRACE	SQLOperation	select id, model from Car | {}
2025-06-26 04:31:56	DEBUG	SimpleRelationalEntityPersister	selecting entities [42]
2025-06-26 04:31:56	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:56	TRACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=42}
2025-06-26 04:31:56	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest$Car
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest</className><duration>0.007</duration><failedSince>0</failedSince><name>multipleInheritance_joinedTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:56	DEBUG	DDLDeployer	create table AbstractVehicle(id bigint not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Vehicle(id bigint not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2025-06-26 04:31:56	DEBUG	DDLDeployer	alter tab
...[truncated 1179 chars]...
06-26 04:31:56	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest$Car
2025-06-26 04:31:56	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Car{id=42, color=null, model='Renault'}
2025-06-26 04:31:56	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer 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>insert_basic</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2025-06-26 04:31:56	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:56	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=42}}
2025-06-26 04:31:56	TRACE	SQLOperation	select id, model from Car | {}
2025-06-26 04:31:56	DEBUG	SimpleRelationalEntityPersister	selecting entities [42]
2025-06-26 04:31:56	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:56	TRACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=42}
2025-06-26 04:31:56	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest$Car
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest</className><duration>0.009</duration><failedSince>0</failedSince><name>insert_oneToOne_ownedByReverseSide</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Engine(model varchar(255) not null, carId bigint, unique (model))
2025-06-26 04:31:56	DEBUG	DDLDeployer	alter table Engine add constraint FK_Engine_carId_Car_id foreign key(carId) references Car(id)
2025-06-26 04:31:56	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:56	TRACE	SQLOperation	insert into Car(model, id) values (?,
...[truncated 887 chars]...
id, engine.model as engine_model from Car left outer join Engine as engine on Car.id = engine.carId where Car.id in (?) | {Car.id=42}
2025-06-26 04:31:56	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest$Car
2025-06-26 04:31:56	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Car{id=42, color=null, model='Renault'}
</stdout></case><duration>0.043</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.023</duration><failedSince>0</failedSince><name>insert_oneToOne</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:51	TRACE	SQLOperation	select sequence_name, next_val from sequence_table where sequence_name in (?) | {sequence_table.sequence_name=Toto}
2025-06-26 04:31:51	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:51	TRACE	SQLOperation	update sequence_table set next_val = ? where sequence_name = ? | {1={sequence_table.sequence_name (W)=Toto, sequence_table.next_val (U)=40}}
2025-06-26 04:31:51	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, engi
...[truncated 1232 chars]...
ere Car.id in (?) | {Car.id=2}
2025-06-26 04:31:51	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest$Car
2025-06-26 04:31:51	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest.Car[model=Renault,color=&lt;null&gt;,engine=&lt;null&gt;,name=&lt;null&gt;,id=2,timestamp=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest</className><duration>0.011</duration><failedSince>0</failedSince><name>multipleInheritance</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:51	DEBUG	DDLDeployer	create table Car(model varchar(255), name varchar(255), id bigint not null, unique (id))
2025-06-26 04:31:51	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:51	TRACE	SQLOperation	insert into Car(model, name, id) values (?, ?, ?) | {1={Car.id=1, Car.model=Renault, Car.name=Toto}}
2025-06-26 04:31:51	TRACE	SQLOperation	select id, model, name from Car | {}
2025-06-26 04:31:51	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2025-06-26 04:31:51	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:51	TRACE	SQLOperation	select Car.model as Car_model, Car.name as Car_name, Car.id as Car_id from Car where Car.id in (?) | {Car.id=1}
2025-06-26 04:31:51	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest$Car
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest</className><duration>0.012</duration><failedSince>0</failedSince><name>multipleInheritance_joinedTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:51	DEBUG	DDLDeployer	create table AbstractVehicle(id bigint not null, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	create table Vehicle(id bigint not null, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2025-06-26 04:31:51	DEBUG	DDLDeployer	alter tab
...[truncated 1383 chars]...
:51	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest.Car[model=Renault,color=&lt;null&gt;,engine=&lt;null&gt;,name=&lt;null&gt;,id=1,timestamp=&lt;null&gt;]
2025-06-26 04:31:51	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest.Car[model=Renault,color=&lt;null&gt;,engine=&lt;null&gt;,name=&lt;null&gt;,id=1,timestamp=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest</className><duration>0.014</duration><failedSince>0</failedSince><name>insert_basic_withDatabaseSequence</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:51	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	create sequence CAR_SEQUENCE start with 1 increment by 1
2025-06-26 04:31:51	TRACE	SQLOperation	CALL NEXT VALUE FOR CAR_SEQUENCE | {}
2025-06-26 04:31:51	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:51	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=1}}
2025-06-26 04:31:51	TRACE	SQLOperation
...[truncated 29 chars]...
{}
2025-06-26 04:31:51	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2025-06-26 04:31:51	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:51	TRACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=1}
2025-06-26 04:31:51	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest$Car
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest</className><duration>0.009</duration><failedSince>0</failedSince><name>insert_basic</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:51	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2025-06-26 04:31:51	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:51	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.id=1, Car.model=Renault}}
2025-06-26 04:31:51	TRACE	SQLOperation	select id, model from Car | {}
2025-06-26 04:31:51	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2025-06-26 04:31:51	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:51	TRACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=1}
2025-06-26 04:31:51	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest$Car
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest</className><duration>0.013</duration><failedSince>0</failedSince><name>insert_oneToOne_ownedByReverseSide</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:51	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	create table Engine(model varchar(255), id bigint not null, carId bigint, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	alter table Engine add constraint FK_Engine_carId_Car_id foreign key(carId) references Car(id)
2025-06-26 04:31:51	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:51	TRACE	SQLOperation	insert into Car(model, id) va
...[truncated 813 chars]...
ere Car.id in (?) | {Car.id=1}
2025-06-26 04:31:51	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest$Car
2025-06-26 04:31:51	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest.Car[model=Renault,color=&lt;null&gt;,engine=&lt;null&gt;,name=&lt;null&gt;,id=1,timestamp=&lt;null&gt;]
</stdout></case><duration>0.086</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.018</duration><failedSince>0</failedSince><name>crudEnum</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Toto_possibleStates(id VARCHAR(255), possibleStates integer, unique (id, possibleStates))
2025-06-26 04:31:41	DEBUG	DDLDeployer	alter table Toto_possibleStates add constraint FK_Toto_possibleStates_id_Toto_id foreign key(id) references Toto(id)
2025-06-26 04:31:41	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:41	TRAC
...[truncated 2141 chars]...
r on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$Toto@2f3d1700
2025-06-26 04:31:41	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2025-06-26 04:31:41	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$Toto@2f3d1700
</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>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Toto_times(id VARCHAR(255), createdAt timestamp, modificationDate timestamp, unique (id, createdAt, modificationDate))
2025-06-26 04:31:41	DEBUG	DDLDeployer	alter table Toto_times add constraint FK_Toto_times_id_toto_id foreign key(id) references toto(id)
2025-06-26 04:31:41	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04
...[truncated 2382 chars]...
r on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$Toto@13324cee
2025-06-26 04:31:41	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2025-06-26 04:31:41	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$Toto@13324cee
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest</className><duration>0.004</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.04</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Person_nicknames(id int, nicknames varchar(255), unique (id, nicknames))
2025-06-26 04:31:41	DEBUG	DDLDeployer	alter table Person_nicknames add constraint FK_Person_nicknames_id_Person_id foreign key(id) references Person(id)
2025-06-26 04:31:41	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:41	TRACE	SQLOperation	insert into
...[truncated 2950 chars]...
 Person_nicknames where id = ? and nicknames = ? | {1={Person_nicknames.id=o.c.s.i.PersistedIdentifier@1, Person_nicknames.nicknames=tonton}, 2={Person_nicknames.id=o.c.s.i.PersistedIdentifier@1, Person_nicknames.nicknames=tintin}}
2025-06-26 04:31:41	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:41	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-06-26 04:31:41	TRACE	SQLOperation	select nickNames from Person_nicknames | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest</className><duration>0.012</duration><failedSince>0</failedSince><name>update_withNewObject</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Person_nicknames(id int, nicknames varchar(255), unique (id, nicknames))
2025-06-26 04:31:41	DEBUG	DDLDeployer	alter table Person_nicknames add constraint FK_Person_nicknames_id_Person_id foreign key(id) references Person(id)
2025-06-26 04:31:41	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:41	TRACE	SQLOperation	insert into
...[truncated 5186 chars]...
Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer 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.009</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Person_nicknames(id int, nicknames varchar(255), unique (id, nicknames))
2025-06-26 04:31:41	DEBUG	DDLDeployer	alter table Person_nicknames add constraint FK_Person_nicknames_id_Person_id foreign key(id) references Person(id)
2025-06-26 04:31:41	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:41	TRACE	SQLOperation	insert into
...[truncated 1515 chars]...
eInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Person[addressBook=&lt;null&gt;,addresses=&lt;null&gt;,contracts=&lt;null&gt;,country=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@1,mapPropertyMadeOfComplexTypes=&lt;null&gt;,mapPropertyMadeOfComplexTypesWithColumnDuplicates=&lt;null&gt;,mapPropertyMadeOfEntityAsKey=&lt;null&gt;,mapPropertyMadeOfEntityAsKeyAndValue=&lt;null&gt;,mapPropertyMadeOfEntityAsValue=&lt;null&gt;,name=toto,nicknames=&lt;null&gt;,phoneNumbers=&lt;null&gt;,timestamp=&lt;null&gt;,vehicle=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest</className><duration>0.004</duration><failedSince>0</failedSince><name>withTableName</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest</className><duration>0.01</duration><failedSince>0</failedSince><name>withCollectionFactory</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Person_nicknames(id int, nicknames varchar(255), unique (id, nicknames))
2025-06-26 04:31:41	DEBUG	DDLDeployer	alter table Person_nicknames add constraint FK_Person_nicknames_id_Person_id foreign key(id) references Person(id)
2025-06-26 04:31:41	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:41	TRACE	SQLOperation	insert into
...[truncated 3918 chars]...
flater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Person[addressBook=&lt;null&gt;,addresses=&lt;null&gt;,contracts=&lt;null&gt;,country=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@1,mapPropertyMadeOfComplexTypes=&lt;null&gt;,mapPropertyMadeOfComplexTypesWithColumnDuplicates=&lt;null&gt;,mapPropertyMadeOfEntityAsKey=&lt;null&gt;,mapPropertyMadeOfEntityAsKeyAndValue=&lt;null&gt;,mapPropertyMadeOfEntityAsValue=&lt;null&gt;,name=toto,nicknames=[c, b, a],phoneNumbers=&lt;null&gt;,timestamp=&lt;null&gt;,vehicle=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest</className><duration>0.011</duration><failedSince>0</failedSince><name>crudComplexType</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Toto_times(id VARCHAR(255), creationDate timestamp, modificationDate timestamp, unique (id, creationDate, modificationDate))
2025-06-26 04:31:41	DEBUG	DDLDeployer	alter table Toto_times add constraint FK_Toto_times_id_Toto_id foreign key(id) references Toto(id)
2025-06-26 04:31:41	DEBUG	SQLOperation	Batching statement 1 times
2025-06
...[truncated 2415 chars]...
r on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$Toto@4f08e42d
2025-06-26 04:31:41	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2025-06-26 04:31:41	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$Toto@4f08e42d
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest</className><duration>0.004</duration><failedSince>0</failedSince><name>foreignKeyIsPresent</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest</className><duration>0.004</duration><failedSince>0</failedSince><name>mappedBy</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest</className><duration>0.01</duration><failedSince>0</failedSince><name>update_objectRemoval</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Person_nicknames(id int, nicknames varchar(255), unique (id, nicknames))
2025-06-26 04:31:41	DEBUG	DDLDeployer	alter table Person_nicknames add constraint FK_Person_nicknames_id_Person_id foreign key(id) references Person(id)
2025-06-26 04:31:41	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:41	TRACE	SQLOperation	insert into
...[truncated 3832 chars]...
eInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer 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>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.017</duration><failedSince>0</failedSince><name>read_deepInTree</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2025-06-26 04:31:41	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-06-
...[truncated 17084 chars]...
nsuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer 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.178</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.027</duration><failedSince>0</failedSince><name>crud_columnNameOverridden_columnNameIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, familyName varchar(255) not null, address varchar(255) not null, unique (firstName, familyName, address))
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	insert into Person(age, firstName, familyName, address) values (?, ?, ?, ?) | {1={Person.familyName=Do, Person.age=35, Person.firstName=John, Person.address=nowhere}}
2025-06-26 04:31:5
...[truncated 192 chars]...
tities in 1 chunks
2025-06-26 04:31:54	TRACE	SQLOperation	select Person.age as Person_age, Person.firstName as Person_firstName, Person.familyName as Person_familyName, Person.address as Person_address from Person where (Person.firstName, Person.familyName, Person.address) in ((?, ?, ?)) | {Person.familyName=Do, Person.firstName=John, Person.address=nowhere}
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.021</duration><failedSince>0</failedSince><name>crud_fieldNameOverridden_fieldNameIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	insert into Person(age, firstName, lastName, address) values (?, ?, ?, ?) | {1={Person.firstName=John, Person.lastName=Do, Person.address=nowhere, Person.age=35}}
2025-06-26 04:31:54	DEBUG	
...[truncated 176 chars]...
cting entities in 1 chunks
2025-06-26 04:31:54	TRACE	SQLOperation	select Person.age as Person_age, Person.firstName as Person_firstName, Person.lastName as Person_lastName, Person.address as Person_address from Person where (Person.firstName, Person.lastName, Person.address) in ((?, ?, ?)) | {Person.firstName=John, Person.lastName=Do, Person.address=nowhere}
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.019</duration><failedSince>0</failedSince><name>crud_oneToMany_withAssociationTable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2025-06-26 04:31:54	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 5904 chars]...
e=4, Person_pets.person_firstName=John, Person_pets.pets_race=Dog, Person_pets.person_address=nowhere, Person_pets.person_lastName=Do}}
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	delete from Person where address = ? and firstName = ? and lastName = ? | {1={Person.firstName=John, Person.address=nowhere, Person.lastName=Do}}
2025-06-26 04:31:54	TRACE	SQLOperation	select Person.firstName, Person.lastName, Person.address from Person | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.016</duration><failedSince>0</failedSince><name>crud_fieldNameOverriddenAndColumnNameOverridden_columnNameIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, familyName varchar(255) not null, address varchar(255) not null, unique (firstName, familyName, address))
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	insert into Person(age, firstName, familyName, address) values (?, ?, ?, ?) | {1={Person.address=nowhere, Person.familyName=Do, Person.firstName=John, Person.age=35}}
2025-06-26 04:31:5
...[truncated 192 chars]...
tities in 1 chunks
2025-06-26 04:31:54	TRACE	SQLOperation	select Person.age as Person_age, Person.firstName as Person_firstName, Person.familyName as Person_familyName, Person.address as Person_address from Person where (Person.firstName, Person.familyName, Person.address) in ((?, ?, ?)) | {Person.address=nowhere, Person.familyName=Do, Person.firstName=John}
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.009</duration><failedSince>0</failedSince><name>crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	insert into Person(age, firstName, lastName, address) values (?, ?, ?, ?) | {1={Person.lastName=Do, Person.address=nowhere, Person.firstName=John, Person.age=35}}
2025-06-26 04:31:54	DEBUG	
...[truncated 864 chars]...
={Person.lastName (W)=Do, Person.address (W)=nowhere, Person.firstName (W)=John, Person.age (U)=36}}
2025-06-26 04:31:54	TRACE	SQLOperation	select Person.age from Person | {}
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	delete from Person where lastName = ? and address = ? and firstName = ? | {1={Person.lastName=Do, Person.address=nowhere, Person.firstName=John}}
2025-06-26 04:31:54	TRACE	SQLOperation	select Person.age from Person | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.015</duration><failedSince>0</failedSince><name>crud_manyToMany</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2025-06-26 04:31:54	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 5904 chars]...
g, Person_pets.person_lastName=Do, Person_pets.person_address=nowhere, Person_pets.person_firstName=John, Person_pets.pets_name=Pluto}}
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	delete from Person where lastName = ? and address = ? and firstName = ? | {1={Person.lastName=Do, Person.firstName=John, Person.address=nowhere}}
2025-06-26 04:31:54	TRACE	SQLOperation	select Person.firstName, Person.lastName, Person.address from Person | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.012</duration><failedSince>0</failedSince><name>persist_polymorphic(String, EntityPersister)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Pet(name varchar(255) not null, race varchar(255) not null, age integer not null, catBreed integer, dogBreed integer, DTYPE varchar(255) not null, unique (name, race, age))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Pet(name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Cat(catBreed integer, name varchar(255) not null, race varchar(255
...[truncated 3727 chars]...
y.model.operator.TupleIn@f5341c6]], hasCollectionCriteria=false, parent=null
2025-06-26 04:31:54	TRACE	SQLOperation	select Pet.name as Pet_name, Pet.race as Pet_race, Pet.age as Pet_age, Pet.catBreed as Pet_catBreed, Pet.dogBreed as Pet_dogBreed, Pet.DTYPE as Pet_DTYPE from Pet where (Pet.age, Pet.name, Pet.race) in ((?, ?, ?)) | {1=4, 2=Pluto, 3=Dog}
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.01</duration><failedSince>0</failedSince><name>persist_polymorphic(String, EntityPersister)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	JoinTablePolymorphismPersister	selecting entities [PetId{name='Pluto', race='Dog', age=4}]
2025-06-26 04:31:54	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND [org.codefilarete.stalactite.query.model.operator.TupleIn@467e45a4]], hasCollectionCriteria=false, parent=null
2025-06-26 04:31:54	TRACE	SQLOperation	select Pet.name as Pet_name, Pet.race as Pet_race, Pet.age as Pet_age, Cat.catB
...[truncated 4719 chars]...
, 2=4, 3=Dog}
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2025-06-26 04:31:54	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.compositekey.Pet$Cat
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object 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>persist_polymorphic(String, EntityPersister)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	TablePerClassPolymorphismPersister	selecting entities [PetId{name='Pluto', race='Dog', age=4}]
2025-06-26 04:31:54	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND [org.codefilarete.stalactite.query.model.operator.TupleIn@30661356]], hasCollectionCriteria=false, parent=null
2025-06-26 04:31:54	TRACE	SQLOperation	select Pet.name as Pet_name, Pet.race as Pet_race, Pet.age as Pet_age, 
...[truncated 4965 chars]...
d Pet.age = Cat.age left outer join Dog as Dog on Pet.name = Dog.name and Pet.race = Dog.race and Pet.age = Dog.age where (Pet.age, Pet.race, Pet.name) in ((?, ?, ?)) | {1=4, 2=Dog, 3=Pluto}
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Pet{id=PetId{name='Pluto', race='Dog', age=4}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.014</duration><failedSince>0</failedSince><name>crud_oneToOne_compositeToCompositeKey_ownedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, houseNumber integer, houseStreet varchar(255), houseZipCode varchar(255), houseCity varchar(255), unique (firstName, lastName, address))
2025-06-26 04:31:54	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 3172 chars]...
CodeFilarete City, Person.address (W)=nowhere, Person.lastName (W)=Do, Person.houseZipCode (U)=888}}
2025-06-26 04:31:54	TRACE	SQLOperation	select Person.age from Person | {}
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	delete from Person where firstName = ? and address = ? and lastName = ? | {1={Person.firstName=John, Person.address=nowhere, Person.lastName=Do}}
2025-06-26 04:31:54	TRACE	SQLOperation	select Person.age from Person | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.015</duration><failedSince>0</failedSince><name>crud_oneToMany_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Pet(name varchar(255) not null, race varchar(255) not null, age integer not null, ownerFirstName varchar(255), ownerLastName varchar(255), ownerAddress varchar(255), unique (name, race, age))
2025-06-26 04:31:54	DEBUG	DDLDeployer	alter table P
...[truncated 4148 chars]...
t.ownerAddress (U)=null, Pet.race (W)=Dog, Pet.age (W)=4, Pet.ownerLastName (U)=null, Pet.name (W)=Pluto, Pet.ownerFirstName (U)=null}}
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	delete from Person where lastName = ? and address = ? and firstName = ? | {1={Person.firstName=John, Person.lastName=Do, Person.address=nowhere}}
2025-06-26 04:31:54	TRACE	SQLOperation	select Person.firstName, Person.lastName, Person.address from Person | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.014</duration><failedSince>0</failedSince><name>crud_oneToOne_compositeToCompositeKey_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2025-06-26 04:31:54	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 3771 chars]...
House.ownerAddress (U)=null, House.ownerFirstName (U)=null, House.zipCode (W)=888, House.city (W)=CodeFilarete City, House.street (W)=Stalactite street, House.number (W)=42}}
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	delete from Person where firstName = ? and lastName = ? and address = ? | {1={Person.firstName=John, Person.lastName=Do, Person.address=nowhere}}
2025-06-26 04:31:54	TRACE	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_oneToOne_compositeToSingleKey_ownedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, houseId bigint, unique (firstName, lastName, address))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table House(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2025-06-26 04:31:54	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) referenc
...[truncated 1697 chars]...
Do, Person.address (W)=nowhere, Person.age (U)=36, Person.houseId (U)=1, Person.firstName (W)=John}}
2025-06-26 04:31:54	TRACE	SQLOperation	select Person.age from Person | {}
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	delete from Person where firstName = ? and lastName = ? and address = ? | {1={Person.lastName=Do, Person.address=nowhere, Person.firstName=John}}
2025-06-26 04:31:54	TRACE	SQLOperation	select Person.age from Person | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.013</duration><failedSince>0</failedSince><name>crud_oneToOne_compositeToSingleKey_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table House(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, ownerFirstName varchar(255), ownerLastName varchar(255), ownerAddress varchar(255), unique (id))
2025-06-26 04:31:54	DEBUG	DDLDeployer	alter table House add 
...[truncated 2583 chars]...
rstName = ?, ownerAddress = ?, ownerLastName = ? where id = ? | {1={House.ownerFirstName (U)=null, House.ownerAddress (U)=null, House.id (W)=1, House.ownerLastName (U)=null}}
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	delete from Person where firstName = ? and lastName = ? and address = ? | {1={Person.firstName=John, Person.lastName=Do, Person.address=nowhere}}
2025-06-26 04:31:54	TRACE	SQLOperation	select Person.age from Person | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$CRUD_Polymorphism</className><duration>0.014</duration><failedSince>0</failedSince><name>singleTable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Pet(name varchar(255) not null, race varchar(255) not null, age integer not null, catBreed integer, dogBreed integer, DTYPE varchar(255) not null, unique (name, race, age))
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	insert into Pet(catBreed, name, race, age, DTYPE) values (?, ?, ?, ?, ?) | {1={Pet.race=Dog, Pet.name=Pluto, Pet.DTYPE=Pet, Pet.catBreed=Persian, Pet.age=4}}
2025-06-26 04
...[truncated 1720 chars]...
m Pet where race = ? and name = ? and age = ? | {1={Pet.race=Dog, Pet.name=Pluto, Pet.age=4}}
2025-06-26 04:31:54	TRACE	SQLOperation	select name from Pet | {}
2025-06-26 04:31:54	TRACE	SQLOperation	select catBreed from Pet | {}
2025-06-26 04:31:54	TRACE	SQLOperation	delete from Pet where (name, race, age) in ((?, ?, ?)) | {Pet.race=Dog, Pet.name=Pluto, Pet.age=4}
2025-06-26 04:31:54	TRACE	SQLOperation	select name from Pet | {}
2025-06-26 04:31:54	TRACE	SQLOperation	select catBreed from Pet | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$CRUD_Polymorphism</className><duration>0.013</duration><failedSince>0</failedSince><name>tablePerClass</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Cat(catBreed integer, name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Dog(dogBreed integer, name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	insert into Cat(catBreed, name, race, age
...[truncated 3095 chars]...
'Dog', age=4}}
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	delete from Cat where name = ? and age = ? and race = ? | {1={Cat.name=Pluto, Cat.age=4, Cat.race=Dog}}
2025-06-26 04:31:54	TRACE	SQLOperation	select catBreed from Cat | {}
2025-06-26 04:31:54	TRACE	SQLOperation	delete from Cat where (name, race, age) in ((?, ?, ?)) | {Cat.name=Pluto, Cat.age=4, Cat.race=Dog}
2025-06-26 04:31:54	TRACE	SQLOperation	select catBreed from Cat | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$CRUD_Polymorphism</className><duration>0.015</duration><failedSince>0</failedSince><name>joinedTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Pet(name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Cat(catBreed integer, name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Dog(dogBreed integer, name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name,
...[truncated 4081 chars]...
t name from Pet | {}
2025-06-26 04:31:54	TRACE	SQLOperation	select catBreed from Cat | {}
2025-06-26 04:31:54	TRACE	SQLOperation	delete from Cat where (name, race, age) in ((?, ?, ?)) | {Cat.age=4, Cat.race=Dog, Cat.name=Pluto}
2025-06-26 04:31:54	TRACE	SQLOperation	delete from Pet where (name, race, age) in ((?, ?, ?)) | {Pet.race=Dog, Pet.age=4, Pet.name=Pluto}
2025-06-26 04:31:54	TRACE	SQLOperation	select name from Pet | {}
2025-06-26 04:31:54	TRACE	SQLOperation	select catBreed from Cat | {}
</stdout></case><duration>0.044</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$CRUD_Polymorphism</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$ForeignKeyCreation</className><duration>0.011</duration><failedSince>0</failedSince><name>oneToOne_compositeToCompositeKey_relationOwnedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Person(firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, houseNumber integer, houseStreet varchar(255), houseZipCode varchar(255), houseCity varchar(255), unique (firstName, lastName, address))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table House(number integer not null, street varchar(255) not null, zipCode varchar(255) not null, city varchar(255) not null, unique (number, street, zipCode, city))
2025-06-26 04:31:54	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>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Person(firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table House(number integer not null, street varchar(255) not null, zipCode varchar(255) not null, city varchar(255) not null, ownerFirstName varchar(255), ownerLastName varchar(255), ownerAddress varchar(255), unique (number, street, zipCode, city))
2025-06-26 04:31:54	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.007</duration><failedSince>0</failedSince><name>oneToOne_compositeToSingleKey_relationOwnedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Person(firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, houseId bigint, unique (firstName, lastName, address))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table House(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2025-06-26 04:31:54	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) references House(id)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$ForeignKeyCreation</className><duration>0.008</duration><failedSince>0</failedSince><name>oneToOne_compositeToSingleKey_relationOwnedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Person(firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table House(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, ownerFirstName varchar(255), ownerLastName varchar(255), ownerAddress varchar(255), unique (id))
2025-06-26 04:31:54	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>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Person_pets(person_firstName varchar(255), person_lastName varchar(255), person_address varchar(255), pets_name varchar(255), pets_race varchar(255), pets_age integer not null, unique (person_firstName, person_lastName, person_address, pets_na
...[truncated 50 chars]...
G	DDLDeployer	create table Pet(name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))
2025-06-26 04:31:54	DEBUG	DDLDeployer	alter table Person_pets add constraint FK_d6e530bc foreign key(person_firstName, person_lastName, person_address) references Person(firstName, lastName, address)
2025-06-26 04:31:54	DEBUG	DDLDeployer	alter table Person_pets add constraint FK_104a9067 foreign key(pets_name, pets_race, pets_age) references Pet(name, race, age)
</stdout></case><duration>0.045</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$ForeignKeyCreation</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$Persist</className><duration>0.022</duration><failedSince>0</failedSince><name>oneToMany_manyTypeIsCompositeKeyAndPolymorphic</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Cat(name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Person_pets(person_firstName varchar(255), person_lastName varchar(255), person_addr
...[truncated 16055 chars]...
luffy', race='Cat', age=3}}]}
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object Person{id=PersonId{firstName='John', lastName='Do', address='nowhere'}, age=36, house=null, pets=[Pet{id=PetId{name='Fluffy', race='Cat', age=3}}]}
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object Pet{id=PetId{name='Schrodinger', race='Cat', age=-42}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$Persist</className><duration>0.02</duration><failedSince>0</failedSince><name>oneToMany_manyTypeIsCompositeKeyAndPolymorphic_realLife</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Cat(name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Person_pets(person_firstName varchar(255), person_lastName varchar(255), person_addr
...[truncated 16055 chars]...
luffy', race='Cat', age=3}}]}
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object Person{id=PersonId{firstName='John', lastName='Do', address='nowhere'}, age=36, house=null, pets=[Pet{id=PetId{name='Fluffy', race='Cat', age=3}}]}
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object Pet{id=PetId{name='Schrodinger', race='Cat', age=-42}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$Persist</className><duration>0.015</duration><failedSince>0</failedSince><name>oneToMany</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Pet(name varchar(255) not null, race varchar(255) not null, age integer not null, ownerFirstName varchar(255), ownerLastName varchar(255), ownerAddress varchar(255), unique (name, race, age))
2025-06-26 04:31:54	DEBUG	DDLDeployer	alter table P
...[truncated 8067 chars]...
rsonId{firstName='John', lastName='Do', address='nowhere'}, age=36, house=null, pets=[]}
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer 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$Persist</className><duration>0.017</duration><failedSince>0</failedSince><name>manyToMany</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2025-06-26 04:31:54	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 12096 chars]...
eInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object Person{id=PersonId{firstName='John', lastName='Do', address='nowhere'}, age=36, house=null, pets=[Pet{id=PetId{name='Pluto', race='Dog', age=4}}]}
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer 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><duration>0.076</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$Persist</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$ManyToMany</className><duration>0.02</duration><failedSince>0</failedSince><name>insertSelect_sibling</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person_children(person_id int, children_id int, unique (person_id, children_id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person_neighbours(person_id int, neighbours_id int, unique (person_id, neighbours_id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_person_id_Person_id for
...[truncated 12230 chars]...
SupportCycleTest.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;]
2025-06-26 04:31:55	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer 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.007</duration><failedSince>0</failedSince><name>insertSelect_cycleIsDirect_1Parent_2Children</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person_children(person_id int, children_id int, unique (person_id, children_id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_person_id_Person_id foreign key(person_id) references Person(id)
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_child
...[truncated 4622 chars]...
26 04:31:55	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2025-06-26 04:31:55	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer 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.012</duration><failedSince>0</failedSince><name>insertSelect_cycleIsDirect</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person_children(person_id int, children_id int, unique (person_id, children_id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person_neighbours(person_id int, neighbours_id int, unique (person_id, neighbours_id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_person_id_Person_id for
...[truncated 12230 chars]...
SupportCycleTest.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;]
2025-06-26 04:31:55	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer 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.007</duration><failedSince>0</failedSince><name>insertSelect_cycleIsDirect_1Parent_1Child</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person_children(person_id int, children_id int, unique (person_id, children_id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_children_id_Person_id foreign key(children_id) references Person(id)
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_c
...[truncated 3183 chars]...
6 04:31:55	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2025-06-26 04:31:55	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer 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.049</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$ManyToMany</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$ManyToManyBidirectional</className><duration>0.012</duration><failedSince>0</failedSince><name>simulatedBy_one2ManyAndASelectListener</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Book(isbn varchar(255), price double, title varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Book_authors(book_id bigint, authors_id bigint, unique (book_id, authors_id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Author(name varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
...[truncated 3985 chars]...
c
2025-06-26 04:31:55	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.Book
2025-06-26 04:31:55	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object org.codefilarete.stalactite.engine.model.book.Book@1c320505
2025-06-26 04:31:55	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object org.codefilarete.stalactite.engine.model.book.Book@1c320505
</stdout></case><duration>0.014</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$ManyToManyBidirectional</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToMany</className><duration>0.014</duration><failedSince>0</failedSince><name>insertSelect_cycleIsDirect_withAssociationTable_1Parent_2Children</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person_children(person_id int, children_id int, unique (person_id, children_id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_children_id_Person_id foreign key(children_id) references Person(id)
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_c
...[truncated 4622 chars]...
26 04:31:55	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2025-06-26 04:31:55	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer 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.017</duration><failedSince>0</failedSince><name>insertSelect_cycleIsDirect_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, fatherId int, directNeighborId int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_fatherId_Person_id foreign key(fatherId) references Person(id)
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_directNeighborId_Person_id foreign key(directNeighborId) references Person(id)
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching sta
...[truncated 10316 chars]...
SupportCycleTest.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;]
2025-06-26 04:31:55	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer 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.014</duration><failedSince>0</failedSince><name>insertSelect_sibling_withAssociationTable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person_children(person_id int, children_id int, unique (person_id, children_id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person_neighbours(person_id int, neighbours_id int, unique (person_id, neighbours_id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_person_id_Person_id for
...[truncated 12230 chars]...
SupportCycleTest.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;]
2025-06-26 04:31:55	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer 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.007</duration><failedSince>0</failedSince><name>insertSelect_cycleIsDirect_withAssociationTable_1Parent_1Child</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person_children(person_id int, children_id int, unique (person_id, children_id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_person_id_Person_id foreign key(person_id) references Person(id)
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_child
...[truncated 3183 chars]...
6 04:31:55	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2025-06-26 04:31:55	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=&lt;null&gt;,father=&lt;null&gt;,house=&lt;null&gt;,house1=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@666,name=Saca Do,neighbours=[],partner=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToMany</className><duration>0.011</duration><failedSince>0</failedSince><name>insertSelect_sibling_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, fatherId int, directNeighborId int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_fatherId_Person_id foreign key(fatherId) references Person(id)
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_directNeighborId_Person_id foreign key(directNeighborId) references Person(id)
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching sta
...[truncated 10316 chars]...
SupportCycleTest.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;]
2025-06-26 04:31:55	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer 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.011</duration><failedSince>0</failedSince><name>insertSelect_cycleIsDirect_withAssociationTable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person_children(person_id int, children_id int, unique (person_id, children_id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person_neighbours(person_id int, neighbours_id int, unique (person_id, neighbours_id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_person_id_Person_id for
...[truncated 12230 chars]...
SupportCycleTest.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;]
2025-06-26 04:31:55	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=&lt;null&gt;,father=&lt;null&gt;,house=&lt;null&gt;,house1=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@888,name=Ban Do,neighbours=[],partner=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToMany</className><duration>0.008</duration><failedSince>0</failedSince><name>insertSelect_cycleIsDirect_ownedByReverseSide_1Parent_2Children</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, fatherId int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_fatherId_Person_id foreign key(fatherId) references Person(id)
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	insert into Person(name, id, fatherId) values (?, ?, ?) | {1={Person.name=John Do, Person.id=o.c.s.i.PersistableIdentifier@42, Pe
...[truncated 3611 chars]...
26 04:31:55	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2025-06-26 04:31:55	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer 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.086</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.012</duration><failedSince>0</failedSince><name>crud_2cycles_sibling</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, houseId int, house1Id int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table House(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) references House(id)
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_house1Id_House_id foreign key(house1I
...[truncated 4402 chars]...
ersistedIdentifier@42,name=John Do,neighbours=[],partner=&lt;null&gt;]
2025-06-26 04:31:55	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer 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>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(reversePartnerId int, name varchar(255), id int not null, houseId int, house1Id int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table House(id int not null, addressId int, gardenerId int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_house1Id_House_id foreign key(ho
...[truncated 27290 chars]...
 id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@888}}
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@456}}
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@999}}
2025-06-26 04:31:55	TRACE	SQLOperation	select id from Person | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne</className><duration>0.015</duration><failedSince>0</failedSince><name>crud_2cycles_ownedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, houseId int, partnerId int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table House(id int not null, addressId int, gardenerId int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_partnerId_Person_id foreign key(partnerId) references
...[truncated 14976 chars]...
id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@42}}
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@123}}
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@999}}
2025-06-26 04:31:55	TRACE	SQLOperation	select id from Person | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne</className><duration>0.016</duration><failedSince>0</failedSince><name>crud_2cycles_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(reversePartnerId int, name varchar(255), id int not null, houseId int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table House(id int not null, addressId int, gardenerId int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) referenc
...[truncated 15762 chars]...
id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@42}}
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@123}}
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@999}}
2025-06-26 04:31:55	TRACE	SQLOperation	select id from Person | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne</className><duration>0.009</duration><failedSince>0</failedSince><name>insertSelect_cycleIsDirect_ownedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, partnerId int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_partnerId_Person_id foreign key(partnerId) references Person(id)
2025-06-26 04:31:55	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@666]
2025-06-26 04:31:55	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:55	TRACE	SQL
...[truncated 2245 chars]...
6 04:31:55	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2025-06-26 04:31:55	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=&lt;null&gt;,father=&lt;null&gt;,house=&lt;null&gt;,house1=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@666,name=Saca Do,neighbours=[],partner=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne</className><duration>0.008</duration><failedSince>0</failedSince><name>insertSelect_cycleIsDirect_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(reversePartnerId int, name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_reversePartnerId_Person_id foreign key(reversePartnerId) references Person(id)
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	insert into Person(name, id, reversePartnerId) values (?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdenti
...[truncated 2314 chars]...
6 04:31:55	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2025-06-26 04:31:55	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer 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>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(reversePartnerId int, name varchar(255), id int not null, houseId int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table House(id int not null, addressId int, gardenerId int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_reversePartnerId_Person_id foreign key(reverse
...[truncated 8856 chars]...
eTest.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;]
2025-06-26 04:31:55	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer 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_ownedBySource_entityCycle</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, houseId int, partnerId int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table House(id int not null, addressId int, gardenerId int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) references Hous
...[truncated 8462 chars]...
eTest.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;]
2025-06-26 04:31:55	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer 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>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, houseId int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table House(id int not null, addressId int, gardenerId int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) references House(id)
2025-06-2
...[truncated 9947 chars]...
id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@42}}
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@123}}
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@999}}
2025-06-26 04:31:55	TRACE	SQLOperation	select id from Person | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne</className><duration>0.012</duration><failedSince>0</failedSince><name>crud_cycleWithIntermediary_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(reverseGardenerId int, name varchar(255), id int not null, houseId int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table House(id int not null, addressId int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_reverseGardenerId_House_id foreign key(reverseGardenerId) ref
...[truncated 9831 chars]...
id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@42}}
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@999}}
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@123}}
2025-06-26 04:31:55	TRACE	SQLOperation	select id from Person | {}
</stdout></case><duration>0.133</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance</className><duration>0.01</duration><failedSince>0</failedSince><name>joinedTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, unique (id))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table car(id int not null, color int, model varchar(255), unique (id))
2025-06-26 04:31:54	DEBUG	DDLDeployer	alter table car add constraint FK_car_id_Vehicle_id foreign key(id) references Vehicle(id)
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1=
...[truncated 777 chars]...
ner join Vehicle as Vehicle on car.id = Vehicle.id where car.id in (?) | {car.id=o.c.s.i.PersistedIdentifier@1}
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer 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.01</duration><failedSince>0</failedSince><name>multipleInheritance</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	insert into Car(color, model, id) values (?, ?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.color=Color[rgb=666], Car.model=Renault}}
2025-06-26 04:31:54	TRACE	SQLOperation	select car.id, car.model, car.color from car | {}
2025-06-26 04:31:54	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2025-06-26 04:31:54	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:54	TRACE	SQLOperation	select Car.color as Car_color, Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=o.c.s.i.PersistedIdentifier@1}
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car
</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>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table AbstractVehicle(id int not null, unique (id))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Vehicle(id int not null, unique (id))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2025-06-26 04:31:54	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2025-06-26 04:31:54	DEBUG	DDLDeployer	alter t
...[truncated 1554 chars]...
G	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Car[model=Renault,plates=[],radio=&lt;null&gt;,color=Color[rgb=666],engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=&lt;null&gt;]
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Car[model=Renault,plates=[],radio=&lt;null&gt;,color=Color[rgb=666],engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance</className><duration>0.009</duration><failedSince>0</failedSince><name>withEmbeddable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Car(model varchar(255), rgb integer, id int not null, unique (id))
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	insert into Car(model, rgb, id) values (?, ?, ?) | {1={Car.model=Renault, Car.rgb=666, Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:54	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2025-06-26 04:31:54	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:54	TRACE	SQLOperation	select Car.model as Car_model, Car.rgb as Car_rgb, Car.id as Car_id from Car where Car.id in (?) | {Car.id=o.c.s.i.PersistedIdentifier@1}
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car
2025-06-26 04:31:54	TRACE	SQLOperation	select id, model, rgb from Car | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance</className><duration>0.001</duration><failedSince>0</failedSince><name>mappedSuperClass_and_entityInheritance_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance</className><duration>0.02</duration><failedSince>0</failedSince><name>withIdDefinedInSuperClass</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	insert into Car(color, model, id) values (?, ?, ?) | {1={Car.color=Color[rgb=666], Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault}}
2025-06-26 04:31:54	TRACE	SQLOperation	select car.id, car.model, car.color from car | {}
2025-06-26 04:31:54	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2025-06-26 04:31:54	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:54	TRACE	SQLOperation	select Car.color as Car_color, Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=o.c.s.i.PersistedIdentifier@1}
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance</className><duration>0.001</duration><failedSince>0</failedSince><name>identifierIsRedefined_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance</className><duration>0.004</duration><failedSince>0</failedSince><name>withIdDefinedInSuperClass_severalTimes</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.067</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.009</duration><failedSince>0</failedSince><name>simpleCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	insert into Car(color, model, id) values (?, ?, ?) | {1={Car.model=Renault, Car.color=Color[rgb=666], Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:54	TRACE	SQLOperation	select car.id, car.color, car.model from car | {}
2025-06-26 04:31:54	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2025-06-26 04:31:54	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:54	TRACE	SQLOperation	select Car.color as Car_color, Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=o.c.s.i.PersistedIdentifier@1}
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$MappedSuperClass</className><duration>0.007</duration><failedSince>0</failedSince><name>columnNamingStrategyChanged_inBoth_lowestTakesPriority</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Car(model_col varchar(255), color_col int, id_col int not null, unique (id_col))
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	insert into Car(color_col, model_col, id_col) values (?, ?, ?) | {1={Car.model_col=Renault, Car.color_col=Color[rgb=666], Car.id_col=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:54	TRACE	SQLOperation	select id_col, model_col, color_col from Car | {}
2025-06
...[truncated 38 chars]...
ityPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2025-06-26 04:31:54	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:54	TRACE	SQLOperation	select Car.color_col as Car_color_col, Car.model_col as Car_model_col, Car.id_col as Car_id_col from Car where Car.id_col in (?) | {Car.id_col=o.c.s.i.PersistedIdentifier@1}
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car
</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>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Car(model_supercol varchar(255), color_supercol int, id_supercol int not null, unique (id_supercol))
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	insert into Car(color_supercol, model_supercol, id_supercol) values (?, ?, ?) | {1={Car.id_supercol=o.c.s.i.PersistableIdentifier@1, Car.model_supercol=Renault, Car.color_supercol=Color[rgb=666]}}
2025-06-26 04:31:54	TRACE	SQLOperation	select 
...[truncated 143 chars]...
.PersistedIdentifier@1]
2025-06-26 04:31:54	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:54	TRACE	SQLOperation	select Car.color_supercol as Car_color_supercol, Car.model_supercol as Car_model_supercol, Car.id_supercol as Car_id_supercol from Car where Car.id_supercol in (?) | {Car.id_supercol=o.c.s.i.PersistedIdentifier@1}
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$MappedSuperClass</className><duration>0.009</duration><failedSince>0</failedSince><name>withEmbeddable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Car(model varchar(255), rgb integer, id int not null, unique (id))
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	insert into Car(model, rgb, id) values (?, ?, ?) | {1={Car.rgb=666, Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:54	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2025-06-26 04:31:54	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:54	TRACE	SQLOperation	select Car.model as Car_model, Car.rgb as Car_rgb, Car.id as Car_id from Car where Car.id in (?) | {Car.id=o.c.s.i.PersistedIdentifier@1}
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car
2025-06-26 04:31:54	TRACE	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>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Car(model_col varchar(255), color_col int, id_col int not null, unique (id_col))
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	insert into Car(color_col, model_col, id_col) values (?, ?, ?) | {1={Car.id_col=o.c.s.i.PersistableIdentifier@1, Car.color_col=Color[rgb=666], Car.model_col=Renault}}
2025-06-26 04:31:54	TRACE	SQLOperation	select id_col, model_col, color_col from Car | {}
2025-06
...[truncated 38 chars]...
ityPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2025-06-26 04:31:54	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:54	TRACE	SQLOperation	select Car.color_col as Car_color_col, Car.model_col as Car_model_col, Car.id_col as Car_id_col from Car where Car.id_col in (?) | {Car.id_col=o.c.s.i.PersistedIdentifier@1}
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$MappedSuperClass</className><duration>0.001</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.009</duration><failedSince>0</failedSince><name>simpleCase_withTableDefinedInSuperClass</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	insert into Car(color, model, id) values (?, ?, ?) | {1={Car.color=Color[rgb=666], Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:54	TRACE	SQLOperation	select car.id, car.model, car.color from car | {}
2025-06-26 04:31:54	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2025-06-26 04:31:54	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:54	TRACE	SQLOperation	select Car.color as Car_color, Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=o.c.s.i.PersistedIdentifier@1}
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car
</stdout></case><duration>0.051</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.013</duration><failedSince>0</failedSince><name>update_associationTableIsMaintained</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2025-06-26
...[truncated 6642 chars]...
nfigurationSupportManyToManySetTest$Answer
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@50430cb2
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@50430cb2
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeAll</className><duration>0.012</duration><failedSince>0</failedSince><name>delete_associationRecordsMustBeDeleted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2025-06-26
...[truncated 1507 chars]...
fier@666}}
2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:53	TRACE	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistedIdentifier@666}}
2025-06-26 04:31:53	TRACE	SQLOperation	select count(*) as answerCount from Answer where id = 666 | {}
2025-06-26 04:31:53	TRACE	SQLOperation	select count(*) as relationCount from Answer_choices where answer_Id = 666 | {}
2025-06-26 04:31:53	TRACE	SQLOperation	select id from Choice where id = 300 | {}
</stdout></case><duration>0.025</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.011</duration><failedSince>0</failedSince><name>delete_associationRecordsMustBeDeleted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2025-06-26
...[truncated 1928 chars]...
fier@300}}
2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:53	TRACE	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistedIdentifier@666}}
2025-06-26 04:31:53	TRACE	SQLOperation	select count(*) as answerCount from Answer where id = 666 | {}
2025-06-26 04:31:53	TRACE	SQLOperation	select count(*) as relationCount from Answer_choices where answer_Id = 666 | {}
2025-06-26 04:31:53	TRACE	SQLOperation	select id from Choice where id = 300 | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeAllOrphanRemoval</className><duration>0.011</duration><failedSince>0</failedSince><name>update_removedElementsAreDeleted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2025-06-26
...[truncated 6829 chars]...
nfigurationSupportManyToManySetTest$Answer
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@57b4c351
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@57b4c351
</stdout></case><duration>0.023</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.212</duration><failedSince>0</failedSince><name>select_noRecordInAssociationTable_mustReturnEmptyCollection</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2025-06-26
...[truncated 957 chars]...
nfigurationSupportManyToManySetTest$Answer
2025-06-26 04:31:52	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@25127ffd
2025-06-26 04:31:52	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@25127ffd
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest</className><duration>0.015</duration><failedSince>0</failedSince><name>crud_relationContainsOneToMany</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2025-06-26 0
...[truncated 4376 chars]...
s
2025-06-26 04:31:53	TRACE	SQLOperation	delete from Answer_choices where answer_id = ? and choices_id = ? | {1={Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@13}}
2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:53	TRACE	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:53	TRACE	SQLOperation	select answer_id from answer_choices | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest</className><duration>0.008</duration><failedSince>0</failedSince><name>select_collectionFactory</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2025-06-26
...[truncated 1602 chars]...
ConfigurationSupportManyToManySetTest$Answer
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@2aac14c
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@2aac14c
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest</className><duration>0.015</duration><failedSince>0</failedSince><name>bidirectionality_reverseCollection</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Book(isbn varchar(255), price double, title varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Book_authors(book_id bigint, authors_id bigint, unique (book_id, authors_id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Author(name varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
...[truncated 4142 chars]...
9
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.Book
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object org.codefilarete.stalactite.engine.model.book.Book@6fdbe339
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object org.codefilarete.stalactite.engine.model.book.Book@6fdbe339
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest</className><duration>0.014</duration><failedSince>0</failedSince><name>bidirectionality_reverselySetBy</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Book(isbn varchar(255), price double, title varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Book_authors(book_id bigint, authors_id bigint, unique (book_id, authors_id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Author(name varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
...[truncated 4142 chars]...
a
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.Book
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object org.codefilarete.stalactite.engine.model.book.Book@13dba07a
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object org.codefilarete.stalactite.engine.model.book.Book@13dba07a
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest</className><duration>0.012</duration><failedSince>0</failedSince><name>bidirectionality_reverseInitializedWith</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Book(isbn varchar(255), price double, title varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Book_authors(book_id bigint, authors_id bigint, unique (book_id, authors_id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Author(name varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
...[truncated 4142 chars]...
a
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.Book
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object org.codefilarete.stalactite.engine.model.book.Book@4360d2ea
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object org.codefilarete.stalactite.engine.model.book.Book@4360d2ea
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest</className><duration>0.011</duration><failedSince>0</failedSince><name>crud_relationContainsManyToMany_indexed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, myIdx integer not null, unique (answer_id, choices_id, myIdx))
2025-06-26 04:31:53	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) r
...[truncated 2072 chars]...
ces.choices_id=o.c.s.i.PersistableIdentifier@17, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1}, 3={Answer_choices.myIdx=2, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@17, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@2}, 4={Answer_choices.myIdx=2, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@13, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:53	TRACE	SQLOperation	select answer_id, choices_id, myIdx from answer_choices | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest</className><duration>0.012</duration><failedSince>0</failedSince><name>crud_relationContainsManyToMany</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2025-06-26 0
...[truncated 4817 chars]...
s
2025-06-26 04:31:53	TRACE	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}}
2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:53	TRACE	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:53	TRACE	SQLOperation	select answer_id from answer_choices | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeAssociationOnly</className><duration>0.016</duration><failedSince>0</failedSince><name>delete_associationRecordsMustBeDeleted_butNotTargetEntities</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2025-06-26 0
...[truncated 1507 chars]...
fier@666}}
2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:53	TRACE	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistedIdentifier@666}}
2025-06-26 04:31:53	TRACE	SQLOperation	select count(*) as answerCount from Answer where id = 666 | {}
2025-06-26 04:31:53	TRACE	SQLOperation	select count(*) as relationCount from Answer_choices where answer_Id = 666 | {}
2025-06-26 04:31:53	TRACE	SQLOperation	select id from Choice where id = 300 | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeAssociationOnly</className><duration>0.01</duration><failedSince>0</failedSince><name>insert_associationRecordsMustBeInserted_butNotTargetEntities</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2025-06-26
...[truncated 1048 chars]...
hoices.answer_id=o.c.s.i.PersistableIdentifier@666}, 2={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@200, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@42}, 3={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@100, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@42}}
2025-06-26 04:31:53	TRACE	SQLOperation	select id from Answer where id in (42, 666) | {}
2025-06-26 04:31:53	TRACE	SQLOperation	select choices_Id from Answer_choices where answer_id in (42, 666) | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeAssociationOnly</className><duration>0.011</duration><failedSince>0</failedSince><name>update_associationRecordsMustBeUpdated_butNotTargetEntities</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Answer(comment varchar(255), id int not null, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references A
...[truncated 4888 chars]...
ter	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@6b297d6f
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@6b297d6f
2025-06-26 04:31:53	TRACE	SQLOperation	select label from Choice where id = 100 | {}
</stdout></case><duration>0.037</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.011</duration><failedSince>0</failedSince><name>insert_onlySourceEntitiesArePersisted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2025-06-26
...[truncated 92 chars]...
er_id_Answer_id foreign key(answer_id) references Answer(id)
2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:53	TRACE	SQLOperation	insert into Answer(id) values (?) | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:53	TRACE	SQLOperation	select id from answer | {}
2025-06-26 04:31:53	TRACE	SQLOperation	select count(*) as relationCount from answer_choices | {}
2025-06-26 04:31:53	TRACE	SQLOperation	select count(*) as choiceCount from choice | {}
</stdout></case><duration>0.012</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeReadOnly</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$ForeignKeyCreation</className><duration>0.009</duration><failedSince>0</failedSince><name>foreignKeysAreCreated</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2025-06-26 04:31:53	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$ForeignKeyCreation</className><duration>0.012</duration><failedSince>0</failedSince><name>withTargetTableSetByTargetEntity_tableSetByTargetEntityIsUSed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table PossibleChoices(label varchar(255), id int not null, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2025-06-26 04:31:53	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_PossibleChoices_id foreign key(choices_id) references PossibleChoices(id)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$ForeignKeyCreation</className><duration>0.012</duration><failedSince>0</failedSince><name>withTargetTable_targetTableIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table MyChoice(label varchar(255), id int not null, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_MyChoice_id foreign key(choices_id) references MyChoice(id)
2025-06-26 04:31:53	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$ForeignKeyCreation</className><duration>0.013</duration><failedSince>0</failedSince><name>withTargetTableAndTableSetByTargetEntity_targetTableIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table MyChoice(label varchar(255), id int not null, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_MyChoice_id foreign key(choices_id) references MyChoice(id)
2025-06-26 04:31:53	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
</stdout></case><duration>0.047</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$ForeignKeyCreation</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.031</duration><failedSince>0</failedSince><name>crudEnum</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person_addressBook(id int, key integer, value varchar(255), unique (id, key))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person_addressBook add constraint FK_Person_addressBook_id_Person_id foreign key(id) references Person(id)
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	in
...[truncated 5905 chars]...
om Person_addressBook where id = ? and key = ? | {1={Person_addressBook.key=OTHER, Person_addressBook.id=o.c.s.i.PersistedIdentifier@1}, 2={Person_addressBook.key=BILLING_ADDRESS, Person_addressBook.id=o.c.s.i.PersistedIdentifier@1}}
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-06-26 04:31:55	TRACE	SQLOperation	select 'key' from Person_addressBook | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.013</duration><failedSince>0</failedSince><name>crud_valueIsComplexType</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person_contracts(id int, key varchar(255), creationDate timestamp, modificationDate timestamp, unique (id, key))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person_contracts add constraint FK_Person_contracts_id_Person_id foreign key(id) references Person(id)
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26
...[truncated 7060 chars]...
Operation	delete from Person_contracts where key = ? and id = ? | {1={Person_contracts.id=o.c.s.i.PersistedIdentifier@1, Person_contracts.key=Marseille}, 2={Person_contracts.id=o.c.s.i.PersistedIdentifier@1, Person_contracts.key=Lyon}}
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-06-26 04:31:55	TRACE	SQLOperation	select 'key' from Person_contracts | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.003</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.01</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person_phoneNumbers(id int, key varchar(255), value varchar(255), unique (id, key))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person_phoneNumbers add constraint FK_Person_phoneNumbers_id_Person_id foreign key(id) references Person(id)
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOper
...[truncated 4449 chars]...
.PersistedIdentifier@1, Person_phoneNumbers.key=work}, 2={Person_phoneNumbers.id=o.c.s.i.PersistedIdentifier@1, Person_phoneNumbers.key=mobile}, 3={Person_phoneNumbers.id=o.c.s.i.PersistedIdentifier@1, Person_phoneNumbers.key=home}}
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-06-26 04:31:55	TRACE	SQLOperation	select 'key' from Person_phoneNumbers | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.009</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person_phoneNumbers(id int, key varchar(255), value varchar(255), unique (id, key))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person_phoneNumbers add constraint FK_Person_phoneNumbers_id_Person_id foreign key(id) references Person(id)
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOper
...[truncated 3751 chars]...
JoinNode$DefaultRelationJoinRowConsumer 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.012</duration><failedSince>0</failedSince><name>withCollectionFactory</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person_phoneNumbers(id int, key varchar(255), value varchar(255), unique (id, key))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person_phoneNumbers add constraint FK_Person_phoneNumbers_id_Person_id foreign key(id) references Person(id)
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOper
...[truncated 3751 chars]...
JoinNode$DefaultRelationJoinRowConsumer 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.002</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.01</duration><failedSince>0</failedSince><name>update_objectRemoval</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person_phoneNumbers(id int, key varchar(255), value varchar(255), unique (id, key))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person_phoneNumbers add constraint FK_Person_phoneNumbers_id_Person_id foreign key(id) references Person(id)
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOper
...[truncated 6004 chars]...
 o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer 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>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person_addresses(id int, creationDate timestamp, modificationDate timestamp, value varchar(255), unique (id, creationDate, modificationDate))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person_addresses add constraint FK_Person_addresses_id_Person_id foreign key(id) references Person(id)
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching
...[truncated 7675 chars]...
ddresses.modificationDate=Sat Jun 21 04:31:55 UTC 2025}, 2={Person_addresses.creationDate=Wed Jun 25 04:31:55 UTC 2025, Person_addresses.id=o.c.s.i.PersistedIdentifier@1, Person_addresses.modificationDate=Wed Jun 25 04:31:55 UTC 2025}}
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-06-26 04:31:55	TRACE	SQLOperation	select 'key' from Person_addresses | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.041</duration><failedSince>0</failedSince><name>crud_keyAndValueIsComplexType_overrideColumnName</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates(id int, key_creationDate timestamp, modificationDate timestamp, creationDate timestamp, value_modificationDate timestamp, unique (id, key_creationDate, modificationDate))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates add con
...[truncated 11246 chars]...
Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.id=o.c.s.i.PersistedIdentifier@1, Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.modificationDate=Mon Jun 23 04:31:55 UTC 2025}}
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-06-26 04:31:55	TRACE	SQLOperation	select 'key' from Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.003</duration><failedSince>0</failedSince><name>withTable</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.016</duration><failedSince>0</failedSince><name>crud_keyAndValueIsComplexType</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfComplexTypes(id int, creationDate timestamp, modificationDate timestamp, serialNumber varchar(255), model varchar(255), unique (id, creationDate, modificationDate))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfComplexTypes add constraint FK_Person_mapPropertyMadeOfComplexTypes_id_Person_i
...[truncated 9825 chars]...
deOfComplexTypes.creationDate=Tue Jun 24 04:31:55 UTC 2025, Person_mapPropertyMadeOfComplexTypes.modificationDate=Tue Jun 24 04:31:55 UTC 2025, Person_mapPropertyMadeOfComplexTypes.id=o.c.s.i.PersistedIdentifier@1}}
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-06-26 04:31:55	TRACE	SQLOperation	select 'key' from Person_mapPropertyMadeOfComplexTypes | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest</className><duration>0.01</duration><failedSince>0</failedSince><name>update_objectAddition</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person_phoneNumbers(id int, key varchar(255), value varchar(255), unique (id, key))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person_phoneNumbers add constraint FK_Person_phoneNumbers_id_Person_id foreign key(id) references Person(id)
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOper
...[truncated 7513 chars]...
wConsumer 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.04</duration><failedSince>0</failedSince><name>crud_associationOnly</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKeyAndValue(id int, key int, value int, unique (id, key))
2025-06-26 04
...[truncated 16109 chars]...
tyMadeOfEntityAsKeyAndValue.key=o.c.s.i.PersistedIdentifier@2, Person_mapPropertyMadeOfEntityAsKeyAndValue.id=o.c.s.i.PersistedIdentifier@1}}
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-06-26 04:31:55	TRACE	SQLOperation	select 'key' from Person_mapPropertyMadeOfEntityAsKeyAndValue | {}
2025-06-26 04:31:55	TRACE	SQLOperation	select id from Country | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyAndValueAreEntities</className><duration>0.016</duration><failedSince>0</failedSince><name>crud_readOnly</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table City(id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKeyAndValue(id int, key int, value int, unique (id, key))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person_m
...[truncated 13211 chars]...
bject org.codefilarete.stalactite.engine.configurer.map.KeyValueRecord@599c9ab7
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-06-26 04:31:55	TRACE	SQLOperation	select key from Person_mapPropertyMadeOfEntityAsKeyAndValue | {}
2025-06-26 04:31:55	TRACE	SQLOperation	select id from City | {}
2025-06-26 04:31:55	TRACE	SQLOperation	select id from Country | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyAndValueAreEntities</className><duration>0.014</duration><failedSince>0</failedSince><name>crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKeyAndValue(id int, key int, value int, unique (id, key))
2025-06-26 04:31:55	DEBUG	DDLDeployer	a
...[truncated 14768 chars]...
erson_mapPropertyMadeOfEntityAsKeyAndValue.id=o.c.s.i.PersistedIdentifier@1}}
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-06-26 04:31:55	TRACE	SQLOperation	select 'key' from Person_mapPropertyMadeOfEntityAsKeyAndValue | {}
2025-06-26 04:31:55	TRACE	SQLOperation	select id from City | {}
2025-06-26 04:31:55	TRACE	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>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKeyAndValue(id int, key int, value int, unique (id, key))
2025-06-26 04:31:55	DEBUG	DDLDeployer	a
...[truncated 88 chars]...
rtyMadeOfEntityAsKeyAndValue_key_City_id foreign key(key) references City(id)
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKeyAndValue add constraint FK_Person_mapPropertyMadeOfEntityAsKeyAndValue_value_Country_id foreign key(value) references Country(id)
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKeyAndValue add constraint FK_Person_mapPropertyMadeOfEntityAsKeyAndValue_id_Person_id foreign key(id) references Person(id)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyAndValueAreEntities</className><duration>0.016</duration><failedSince>0</failedSince><name>crud_deleteOrphan</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table City(id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKeyAndValue(id int, key int, value int, unique (id, key))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEnt
...[truncated 15763 chars]...
o.c.s.i.PersistedIdentifier@3}, 2={Country.id=o.c.s.i.PersistedIdentifier@4}}
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-06-26 04:31:55	TRACE	SQLOperation	select 'key' from Person_mapPropertyMadeOfEntityAsKeyAndValue | {}
2025-06-26 04:31:55	TRACE	SQLOperation	select id from City | {}
2025-06-26 04:31:55	TRACE	SQLOperation	select id from Country | {}
</stdout></case><duration>0.099</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.019</duration><failedSince>0</failedSince><name>crud_associationOnly</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKey(id int, key int, value varchar(255), unique (id, key))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKey add constraint FK_Person_mapPro
...[truncated 11548 chars]...
er@3}, 2={Person_mapPropertyMadeOfEntityAsKey.id=o.c.s.i.PersistedIdentifier@1, Person_mapPropertyMadeOfEntityAsKey.key=o.c.s.i.PersistedIdentifier@2}}
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-06-26 04:31:55	TRACE	SQLOperation	select key from Person_mapPropertyMadeOfEntityAsKey | {}
2025-06-26 04:31:55	TRACE	SQLOperation	select id from Country | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyIsEntity</className><duration>0.013</duration><failedSince>0</failedSince><name>crud_readOnly</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKey(id int, key int, value varchar(255), unique (id, key))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKey add constraint FK_Person_mapPro
...[truncated 10493 chars]...
nsuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object org.codefilarete.stalactite.engine.configurer.map.KeyValueRecord@2022aade
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-06-26 04:31:55	TRACE	SQLOperation	select key from Person_mapPropertyMadeOfEntityAsKey | {}
2025-06-26 04:31:55	TRACE	SQLOperation	select id from Country | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyIsEntity</className><duration>0.011</duration><failedSince>0</failedSince><name>crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKey(id int, key int, value varchar(255), unique (id, key))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKey add constraint FK_Person_mapPro
...[truncated 11773 chars]...
@1}, 2={Person_mapPropertyMadeOfEntityAsKey.key=o.c.s.i.PersistedIdentifier@2, Person_mapPropertyMadeOfEntityAsKey.id=o.c.s.i.PersistedIdentifier@1}}
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-06-26 04:31:55	TRACE	SQLOperation	select 'key' from Person_mapPropertyMadeOfEntityAsKey | {}
2025-06-26 04:31:55	TRACE	SQLOperation	select id from Country | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyIsEntity</className><duration>0.009</duration><failedSince>0</failedSince><name>foreignKey_creation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKey(id int, key int, value varchar(255), unique (id, key))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKey add constraint FK_Person_mapPropertyMadeOfEntityAsKey_id_Person_id foreign key(id) references Person(id)
2025-06-26 04:31:55	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.013</duration><failedSince>0</failedSince><name>crud_deleteOrphan</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKey(id int, key int, value varchar(255), unique (id, key))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKey add constraint FK_Person_mapPro
...[truncated 11987 chars]...
55	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@2}, 2={Country.id=o.c.s.i.PersistedIdentifier@3}}
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-06-26 04:31:55	TRACE	SQLOperation	select 'key' from Person_mapPropertyMadeOfEntityAsKey | {}
2025-06-26 04:31:55	TRACE	SQLOperation	select id from Country | {}
</stdout></case><duration>0.068</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.024</duration><failedSince>0</failedSince><name>crud_associationOnly</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsValue(id int, key varchar(255), value int, unique (id, key))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsValue add constraint FK_Person_ma
...[truncated 11453 chars]...
AsValue.key=Marseille}, 2={Person_mapPropertyMadeOfEntityAsValue.id=o.c.s.i.PersistedIdentifier@1, Person_mapPropertyMadeOfEntityAsValue.key=Lyon}}
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-06-26 04:31:55	TRACE	SQLOperation	select value from Person_mapPropertyMadeOfEntityAsValue | {}
2025-06-26 04:31:55	TRACE	SQLOperation	select id from Country | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$ValueIsEntity</className><duration>0.012</duration><failedSince>0</failedSince><name>crud_readOnly</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsValue(id int, key varchar(255), value int, unique (id, key))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsValue add constraint FK_Person_ma
...[truncated 10650 chars]...
ing o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object org.codefilarete.stalactite.engine.configurer.map.KeyValueRecord@2faab951
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-06-26 04:31:55	TRACE	SQLOperation	select value from Person_mapPropertyMadeOfEntityAsValue | {}
2025-06-26 04:31:55	TRACE	SQLOperation	select id from Country | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$ValueIsEntity</className><duration>0.013</duration><failedSince>0</failedSince><name>crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsValue(id int, key varchar(255), value int, unique (id, key))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsValue add constraint FK_Person_ma
...[truncated 12129 chars]...
stedIdentifier@1}, 2={Person_mapPropertyMadeOfEntityAsValue.key=Marseille, Person_mapPropertyMadeOfEntityAsValue.id=o.c.s.i.PersistedIdentifier@1}}
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-06-26 04:31:55	TRACE	SQLOperation	select 'key' from Person_mapPropertyMadeOfEntityAsValue | {}
2025-06-26 04:31:55	TRACE	SQLOperation	select id from Country | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$ValueIsEntity</className><duration>0.008</duration><failedSince>0</failedSince><name>foreignKey_creation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsValue(id int, key varchar(255), value int, unique (id, key))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsValue add constraint FK_Person_mapPropertyMadeOfEntityAsValue_id_Person_id foreign key(id) references Person(id)
2025-06-26 04:31:55	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.014</duration><failedSince>0</failedSince><name>crud_deleteOrphan</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsValue(id int, key varchar(255), value int, unique (id, key))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsValue add constraint FK_Person_ma
...[truncated 11624 chars]...
RACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@2}, 2={Country.id=o.c.s.i.PersistedIdentifier@3}}
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2025-06-26 04:31:55	TRACE	SQLOperation	select 'value' from Person_mapPropertyMadeOfEntityAsValue | {}
2025-06-26 04:31:55	TRACE	SQLOperation	select id from Country | {}
</stdout></case><duration>0.072</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.014</duration><failedSince>0</failedSince><name>update_withAssociationTable_associationRecordsMustBeUpdated_butNotTargetEntities_list</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Question_choices(question_id int, choices_id int, unique (question_id, choices_id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Question(label varchar(255), id int not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	alter table Question_choices add constraint FK_Question_choices_choices_id_Choice_id foreign key(choices_id) 
...[truncated 5020 chars]...
ationSupportOneToManyListTest$Question
2025-06-26 04:31:56	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Question@10d3ff78
2025-06-26 04:31:56	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Question@10d3ff78
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Update</className><duration>0.051</duration><failedSince>0</failedSince><name>update_entityRemoval</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2025-06-26 04:31:56	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:56	TRACE	SQLOperation	insert
...[truncated 1545 chars]...
)=o.c.s.i.PersistableIdentifier@10, Choice.label (U)=null}, 2={Choice.idx (U)=1, Choice.questionId (U)=o.c.s.i.PersistableIdentifier@1, Choice.id (W)=o.c.s.i.PersistableIdentifier@30, Choice.label (U)=null}}
2025-06-26 04:31:56	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:56	TRACE	SQLOperation	delete from Choice where id = ? | {1={Choice.id=o.c.s.i.PersistableIdentifier@20}}
2025-06-26 04:31:56	TRACE	SQLOperation	select Choice.id, Choice.idx from Choice order by Choice.id | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Update</className><duration>0.009</duration><failedSince>0</failedSince><name>update_entitySwapping</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2025-06-26 04:31:56	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:56	TRACE	SQLOperation	insert
...[truncated 1505 chars]...
stableIdentifier@20, Choice.label (U)=null, Choice.questionId (U)=o.c.s.i.PersistableIdentifier@1}, 2={Choice.idx (U)=2, Choice.id (W)=o.c.s.i.PersistableIdentifier@10, Choice.label (U)=null, Choice.questionId (U)=o.c.s.i.PersistableIdentifier@1}, 3={Choice.idx (U)=3, Choice.id (W)=o.c.s.i.PersistableIdentifier@30, Choice.label (U)=null, Choice.questionId (U)=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:56	TRACE	SQLOperation	select Choice.id, Choice.idx from Choice order by Choice.id | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Update</className><duration>0.009</duration><failedSince>0</failedSince><name>update_entityRemoval_entitiesAreSameObjectReference</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2025-06-26 04:31:56	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:56	TRACE	SQLOperation	insert
...[truncated 1545 chars]...
bleIdentifier@10, Choice.idx (U)=2, Choice.label (U)=null}, 2={Choice.questionId (U)=o.c.s.i.PersistableIdentifier@1, Choice.id (W)=o.c.s.i.PersistableIdentifier@30, Choice.idx (U)=1, Choice.label (U)=null}}
2025-06-26 04:31:56	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:56	TRACE	SQLOperation	delete from Choice where id = ? | {1={Choice.id=o.c.s.i.PersistableIdentifier@20}}
2025-06-26 04:31:56	TRACE	SQLOperation	select Choice.id, Choice.idx from Choice order by Choice.id | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Update</className><duration>0.009</duration><failedSince>0</failedSince><name>update_noChange</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2025-06-26 04:31:56	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:56	TRACE	SQLOperation	insert
...[truncated 887 chars]...
ier@20, Choice.label=null}, 2={Choice.idx=1, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.id=o.c.s.i.PersistableIdentifier@10, Choice.label=null}, 3={Choice.idx=3, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.id=o.c.s.i.PersistableIdentifier@30, Choice.label=null}}
2025-06-26 04:31:56	TRACE	SQLOperation	select Choice.id, Choice.idx from Choice order by Choice.id | {}
2025-06-26 04:31:56	TRACE	SQLOperation	select Choice.id, Choice.idx from Choice order by Choice.id | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Update</className><duration>0.009</duration><failedSince>0</failedSince><name>update_entityAddition</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2025-06-26 04:31:56	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:56	TRACE	SQLOperation	insert
...[truncated 2194 chars]...
ice_id from Choice where Choice.id in (?) | {Choice.id=o.c.s.i.PersistableIdentifier@40}
2025-06-26 04:31:56	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:56	TRACE	SQLOperation	insert into Choice(label, id, questionId, idx) values (?, ?, ?, ?) | {1={Choice.id=o.c.s.i.PersistableIdentifier@40, Choice.label=null, Choice.idx=2, Choice.questionId=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:56	TRACE	SQLOperation	select Choice.id, Choice.idx from Choice order by Choice.id | {}
</stdout></case><duration>0.102</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.013</duration><failedSince>0</failedSince><name>insert_indexedByColumnName</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, questionId int, myIdx integer, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2025-06-26 04:31:56	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:56	TRACE	SQLOperation	insert into Q
...[truncated 786 chars]...
e.myIdx=1, Choice.id=o.c.s.i.PersistableIdentifier@10, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.label=null}, 2={Choice.myIdx=3, Choice.id=o.c.s.i.PersistableIdentifier@30, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.label=null}, 3={Choice.myIdx=2, Choice.id=o.c.s.i.PersistableIdentifier@20, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.label=null}}
2025-06-26 04:31:56	TRACE	SQLOperation	select Choice.id, Choice.myIdx from Choice order by Choice.id | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest</className><duration>0.013</duration><failedSince>0</failedSince><name>insert_cascadeIsTriggered</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2025-06-26 04:31:56	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:56	TRACE	SQLOperation	insert
...[truncated 783 chars]...
1={Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.label=null, Choice.idx=1, Choice.id=o.c.s.i.PersistableIdentifier@10}, 2={Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.label=null, Choice.idx=3, Choice.id=o.c.s.i.PersistableIdentifier@30}, 3={Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.label=null, Choice.idx=2, Choice.id=o.c.s.i.PersistableIdentifier@20}}
2025-06-26 04:31:56	TRACE	SQLOperation	select Choice.id, Choice.idx from Choice order by Choice.id | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest</className><duration>0.011</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2025-06-26 04:31:56	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:56	TRACE	SQLOperation	insert
...[truncated 2470 chars]...
ntEntityMappingConfigurationSupportOneToManyListTest$Question@5860a150
2025-06-26 04:31:56	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question
2025-06-26 04:31:56	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Question@5860a150
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest</className><duration>0.014</duration><failedSince>0</failedSince><name>crud_mappedBy</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer, label varchar(255), questionId int, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2025-06-26 04:31:56	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:56	TRACE	SQLOperation	insert into Que
...[truncated 2850 chars]...
025-06-26 04:31:56	TRACE	SQLOperation	update Choice set label = ?, questionId = ?, idx = ? where id = ? | {1={Choice.label (U)=Grenoble, Choice.idx (U)=null, Choice.id (W)=o.c.s.i.PersistableIdentifier@13, Choice.questionId (U)=null}}
2025-06-26 04:31:56	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:56	TRACE	SQLOperation	delete from Question where id = ? | {1={Question.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:56	TRACE	SQLOperation	select questionId from Choice | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest</className><duration>0.019</duration><failedSince>0</failedSince><name>delete_reverseSideIsNotMapped_relationRecordsMustBeDeleted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, idx integer not null, unique (answer_id, choices_id, idx))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2025-06-26 04:31:56	
...[truncated 5400 chars]...
ices_id=o.c.s.i.PersistableIdentifier@30}}
2025-06-26 04:31:56	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:56	TRACE	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:56	TRACE	SQLOperation	select count(id) as answerId from Answer | {}
2025-06-26 04:31:56	TRACE	SQLOperation	select count(*) as relationCount from Answer_Choices | {}
2025-06-26 04:31:56	TRACE	SQLOperation	select count(id) as choiceCount from Choice | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$WithDuplicates</className><duration>0.019</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, idx integer not null, unique (answer_id, choices_id, idx))
2025-06-26 04:31:56	
...[truncated 13153 chars]...
bleIdentifier@1}, 3={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@30, Answer_choices.idx=3, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:56	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:56	TRACE	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:56	TRACE	SQLOperation	select count(*) as c from Answer_Choices | {}
2025-06-26 04:31:56	TRACE	SQLOperation	select id from Choice | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$WithDuplicates</className><duration>0.016</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, idx integer not null, unique (answer_id, choices_id, idx))
2025-06-26 04:31:56	
...[truncated 3941 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}}
2025-06-26 04:31:56	TRACE	SQLOperation	select Answer_Choices.answer_Id, Answer_Choices.idx, Answer_Choices.choices_Id from Answer_Choices order by Answer_Choices.idx | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$WithDuplicates</className><duration>0.021</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, idx integer not null, unique (answer_id, choices_id, idx))
2025-06-26 04:31:56	
...[truncated 22746 chars]...
es.answer_id=o.c.s.i.PersistedIdentifier@1}, 2={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@20, Answer_choices.idx=2, Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@1}, 3={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@10, Answer_choices.idx=3, Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@1}}
2025-06-26 04:31:56	TRACE	SQLOperation	select Answer_Choices.answer_Id, Answer_Choices.idx, Answer_Choices.choices_Id from Answer_Choices order by Answer_Choices.idx | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$WithDuplicates</className><duration>0.016</duration><failedSince>0</failedSince><name>select_default</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, idx integer not null, unique (answer_id, choices_id, idx))
2025-06-26 04:31:56	
...[truncated 7065 chars]...
nfigurationSupportOneToManyListTest$Answer
2025-06-26 04:31:56	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer@6edb6aac
2025-06-26 04:31:56	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer@6edb6aac
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$WithDuplicates</className><duration>0.012</duration><failedSince>0</failedSince><name>select_targets</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, idx integer not null, unique (answer_id, choices_id, idx))
2025-06-26 04:31:56	
...[truncated 3132 chars]...
ntEntityMappingConfigurationSupportOneToManyListTest$Question@4df57a3e
2025-06-26 04:31:56	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question
2025-06-26 04:31:56	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Question@4df57a3e
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$WithDuplicates</className><duration>0.016</duration><failedSince>0</failedSince><name>deleteById</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, idx integer not null, unique (answer_id, choices_id, idx))
2025-06-26 04:31:56	
...[truncated 4168 chars]...
swer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@20}}
2025-06-26 04:31:56	TRACE	SQLOperation	delete from Answer_choices where answer_id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2025-06-26 04:31:56	TRACE	SQLOperation	delete from Answer where id in (?) | {Answer.id=o.c.s.i.PersistableIdentifier@1}
2025-06-26 04:31:56	TRACE	SQLOperation	select count(*) as c from Answer_Choices | {}
2025-06-26 04:31:56	TRACE	SQLOperation	select id from Choice | {}
</stdout></case><duration>0.102</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$WithDuplicates</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAll</className><duration>0.019</duration><failedSince>0</failedSince><name>update_multipleTimes</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table State(name varchar(255), id int not null, countryId int, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) ref
...[truncated 15879 chars]...
filarete.stalactite.engine.model.Country@734252d4,id=o.c.s.i.PersistedIdentifier@2,name=Grenoble,persons=&lt;null&gt;,state=&lt;null&gt;]],description=Smelly cheese !,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[State{id=o.c.s.i.PersistedIdentifier@0}, State{id=o.c.s.i.PersistedIdentifier@2}],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
2025-06-26 04:31:52	TRACE	SQLOperation	select id from State where id = 1 | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAll</className><duration>0.012</duration><failedSince>0</failedSince><name>update_noMappedBy_associationTableIsMaintained</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(
...[truncated 8263 chars]...
ull&gt;,version=0]
2025-06-26 04:31:52	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=&lt;null&gt;,cities=[City[country=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@1,name=changed,persons=&lt;null&gt;,state=&lt;null&gt;]],description=Smelly cheese !,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAll</className><duration>0.01</duration><failedSince>0</failedSince><name>delete_mappedRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-06-26 04:31:52	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdenti
...[truncated 1656 chars]...
n	Batching statement 2 times
2025-06-26 04:31:52	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistedIdentifier@100, City.countryId (U)=null, City.name (U)=null}, 2={City.id (W)=o.c.s.i.PersistedIdentifier@200, City.countryId (U)=null, City.name (U)=null}}
2025-06-26 04:31:52	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:52	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAll</className><duration>0.011</duration><failedSince>0</failedSince><name>update_mappedBy</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-06-26 04:31:52	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:52	TRACE	SQLOperat
...[truncated 5140 chars]...
eeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=&lt;null&gt;,cities=[City[country=org.codefilarete.stalactite.engine.model.Country@e9a6b7b,id=o.c.s.i.PersistedIdentifier@1,name=changed,persons=&lt;null&gt;,state=&lt;null&gt;]],description=Smelly cheese !,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAll</className><duration>0.014</duration><failedSince>0</failedSince><name>update_associationTable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(citi
...[truncated 8263 chars]...
ull&gt;,version=0]
2025-06-26 04:31:52	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=&lt;null&gt;,cities=[City[country=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@1,name=changed,persons=&lt;null&gt;,state=&lt;null&gt;]],description=Smelly cheese !,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAll</className><duration>0.013</duration><failedSince>0</failedSince><name>delete_withAssociationTable_associationRecordsMustBeDeleted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(citi
...[truncated 780 chars]...
Identifier@42}}
2025-06-26 04:31:52	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:52	TRACE	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}}
2025-06-26 04:31:52	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:52	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@666}}
</stdout></case><duration>0.082</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.014</duration><failedSince>0</failedSince><name>update_associationTable_removedElementsAreDeleted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:51	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(citi
...[truncated 8446 chars]...
ull&gt;,version=0]
2025-06-26 04:31:51	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=&lt;null&gt;,cities=[City[country=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@1,name=changed,persons=&lt;null&gt;,state=&lt;null&gt;]],description=Smelly cheese !,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAllOrphanRemoval</className><duration>0.01</duration><failedSince>0</failedSince><name>delete_mappedBy</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:51	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-06-26 04:31:51	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdenti
...[truncated 1536 chars]...
ll&gt;,name=&lt;null&gt;,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
2025-06-26 04:31:51	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:51	TRACE	SQLOperation	delete from City where id = ? | {1={City.id=o.c.s.i.PersistedIdentifier@100}, 2={City.id=o.c.s.i.PersistedIdentifier@200}}
2025-06-26 04:31:51	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:51	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAllOrphanRemoval</className><duration>0.014</duration><failedSince>0</failedSince><name>update_mappedBy_removedElementsAreDeleted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:51	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-06-26 04:31:51	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:51	TRACE	SQLOperat
...[truncated 5067 chars]...
eInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=&lt;null&gt;,cities=[City[country=org.codefilarete.stalactite.engine.model.Country@2a2a3fbb,id=o.c.s.i.PersistedIdentifier@1,name=changed,persons=&lt;null&gt;,state=&lt;null&gt;]],description=Smelly cheese !,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAllOrphanRemoval</className><duration>0.009</duration><failedSince>0</failedSince><name>delete_withAssociationTable_associationRecordsMustBeDeleted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:52	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}}
2025-06-26 04:31:52	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:52	TRACE	SQLOperation	delete from City where id = ? | {1={City.id=o.c.s.i.PersistedIdentifier@300}}
2025-06-26 04:31:52	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:52	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@666}}
</stdout></case><duration>0.049</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAllOrphanRemoval</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAssociationOnly</className><duration>0.004</duration><failedSince>0</failedSince><name>withoutAssociationTable_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAssociationOnly</className><duration>0.01</duration><failedSince>0</failedSince><name>delete_withAssociationTable_associationRecordsMustBeDeleted_butNotTargetEntities</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:51	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(citi
...[truncated 780 chars]...
Identifier@42}}
2025-06-26 04:31:51	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:51	TRACE	SQLOperation	delete from Country_cities where cities_id = ? and country_id = ? | {1={Country_cities.cities_id=o.c.s.i.PersistedIdentifier@300, Country_cities.country_id=o.c.s.i.PersistedIdentifier@666}}
2025-06-26 04:31:51	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:51	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@666}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAssociationOnly</className><duration>0.016</duration><failedSince>0</failedSince><name>update_withAssociationTable_associationRecordsMustBeUpdated_butNotTargetEntities</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:51	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(
...[truncated 6396 chars]...
owns=&lt;null&gt;,version=0]
2025-06-26 04:31:51	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=&lt;null&gt;,cities=[City[country=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@100,name=&lt;null&gt;,persons=&lt;null&gt;,state=&lt;null&gt;]],description=&lt;null&gt;,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@42,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAssociationOnly</className><duration>0.01</duration><failedSince>0</failedSince><name>insert_withAssociationTable_associationRecordsMustBeInserted_butNotTargetEntities</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:51	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(
...[truncated 1008 chars]...
ng statement 3 times
2025-06-26 04:31:51	TRACE	SQLOperation	insert into Country_cities(country_id, cities_id) values (?, ?) | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@666, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@300}, 2={Country_cities.country_id=o.c.s.i.PersistableIdentifier@42, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@200}, 3={Country_cities.country_id=o.c.s.i.PersistableIdentifier@42, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@100}}
</stdout></case><duration>0.043</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAssociationOnly</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeReadOnly</className><duration>0.009</duration><failedSince>0</failedSince><name>insert_onlySourceEntitiesArePersisted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(citi
...[truncated 204 chars]...
 04:31:52	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:52	TRACE	SQLOperation	insert into Country(name, description, id) values (?, ?, ?) | {1={Country.name=France, Country.id=o.c.s.i.PersistableIdentifier@1, Country.description=null}}
2025-06-26 04:31:52	TRACE	SQLOperation	select id from country | {}
2025-06-26 04:31:52	TRACE	SQLOperation	select count(*) as relationCount from country_cities | {}
2025-06-26 04:31:52	TRACE	SQLOperation	select count(*) as cityCount from city | {}
</stdout></case><duration>0.009</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeReadOnly</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SchemaCreation</className><duration>0.009</duration><failedSince>0</failedSince><name>mappedBy_foreignKeyIsCreated</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SchemaCreation</className><duration>0.014</duration><failedSince>0</failedSince><name>withTargetTableSetByTargetEntity_tableSetByTargetEntityIsUSed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Town(name varchar(255), id int not null, countryId int, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	alter table Town add constraint FK_Town_countryId_Country_id foreign key(countryId) references Country(id)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SchemaCreation</className><duration>0.01</duration><failedSince>0</failedSince><name>withTargetTable_targetTableIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Town(name varchar(255), id int not null, countryId int, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	alter table Town add constraint FK_Town_countryId_Country_id foreign key(countryId) references Country(id)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SchemaCreation</className><duration>0.011</duration><failedSince>0</failedSince><name>withTargetTableAndTableSetByTargetEntity_targetTableIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Township(name varchar(255), id int not null, countryId int, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	alter table Township add constraint FK_Township_countryId_Country_id foreign key(countryId) references Country(id)
</stdout></case><duration>0.046</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SchemaCreation</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest</className><duration>0.012</duration><failedSince>0</failedSince><name>mappedBy_entitiesAreLoaded</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:51	DEBUG	DDLDeployer	create table Country(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-06-26 04:31:51	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2025-06-26 04:31:
...[truncated 1047 chars]...
	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=&lt;null&gt;,cities=[City[country=org.codefilarete.stalactite.engine.model.Country@6df3efab,id=o.c.s.i.PersistedIdentifier@1,name=Paris,persons=&lt;null&gt;,state=&lt;null&gt;]],description=&lt;null&gt;,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@42,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest</className><duration>0.017</duration><failedSince>0</failedSince><name>mappedBy_noCascade_defaultCascadeIsAll</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:51	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-06-26 04:31:51	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:51	TRACE	SQLOperat
...[truncated 4215 chars]...
o.c.s.i.PersistedIdentifier@0, City.countryId (U)=null}, 2={City.name (U)=Paris, City.id (W)=o.c.s.i.PersistedIdentifier@1, City.countryId (U)=null}}
2025-06-26 04:31:51	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:51	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2025-06-26 04:31:51	TRACE	SQLOperation	select name from Country where id = 42 | {}
2025-06-26 04:31:51	TRACE	SQLOperation	select name from City where id = 1 | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest</className><duration>0.016</duration><failedSince>0</failedSince><name>withPolymorphicTarget_crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:51	DEBUG	DDLDeployer	create table Country(id int not null, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	create table Town(id int not null, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-06-26 04:31:51	DEBUG	DDLDeployer	alter table Town add c
...[truncated 5193 chars]...
DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:51	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.name (U)=Grenoble, City.countryId (U)=null, City.id (W)=o.c.s.i.PersistableIdentifier@13}}
2025-06-26 04:31:51	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:51	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:51	TRACE	SQLOperation	select countryId from city | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest</className><duration>0.014</duration><failedSince>0</failedSince><name>mappedBy_differentWays(ThrowingSupplier, boolean)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:51	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-06-26 04:31:51	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:51	TRACE	SQLOperat
...[truncated 5317 chars]...
	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=&lt;null&gt;,cities=[City[country=org.codefilarete.stalactite.engine.model.Country@d864eae,id=o.c.s.i.PersistedIdentifier@0,name=Paris,persons=&lt;null&gt;,state=&lt;null&gt;]],description=&lt;null&gt;,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@1,languages=[],modificationDate=&lt;null&gt;,name=France 2,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest</className><duration>0.012</duration><failedSince>0</failedSince><name>mappedBy_differentWays(ThrowingSupplier, boolean)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:51	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-06-26 04:31:51	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:51	TRACE	SQLOperat
...[truncated 5317 chars]...
EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=&lt;null&gt;,cities=[City[country=org.codefilarete.stalactite.engine.model.Country@51ebe1be,id=o.c.s.i.PersistedIdentifier@0,name=Paris,persons=&lt;null&gt;,state=&lt;null&gt;]],description=&lt;null&gt;,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@1,languages=[],modificationDate=&lt;null&gt;,name=France 2,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest</className><duration>0.012</duration><failedSince>0</failedSince><name>mappedBy_differentWays(ThrowingSupplier, boolean)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:51	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	create table city(countryId int, name varchar(255), id int not null, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	alter table city add constraint FK_city_countryId_Country_id foreign key(countryId) references Country(id)
2025-06-26 04:31:51	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:51	TRACE	SQLOperat
...[truncated 5215 chars]...
tyType=o.c.s.e.m.Country
2025-06-26 04:31:51	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=&lt;null&gt;,cities=[City[country=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@0,name=Paris,persons=&lt;null&gt;,state=&lt;null&gt;]],description=&lt;null&gt;,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@1,languages=[],modificationDate=&lt;null&gt;,name=France 2,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest</className><duration>0.014</duration><failedSince>0</failedSince><name>mappedBy_set_crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:51	DEBUG	DDLDeployer	create table Country(id int not null, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-06-26 04:31:51	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:51	TRACE	SQLOperation	insert into Country(id) values (?) | {1={
...[truncated 2936 chars]...
DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:51	TRACE	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}}
2025-06-26 04:31:51	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:51	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:51	TRACE	SQLOperation	select countryId from city | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest</className><duration>0.015</duration><failedSince>0</failedSince><name>associationTable_set_crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:51	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	create table Country(id int not null, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(cities_id) references City(id)
2025-06-26 04:31:5
...[truncated 5053 chars]...
tatement 1 times
2025-06-26 04:31:51	TRACE	SQLOperation	delete from Country_cities where cities_id = ? and country_id = ? | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@1, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@13}}
2025-06-26 04:31:51	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:51	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:51	TRACE	SQLOperation	select id from city | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest</className><duration>0.018</duration><failedSince>0</failedSince><name>mappedBy_set_ordered_crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:51	DEBUG	DDLDeployer	create table Country(id int not null, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, myIdx integer, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-06-26 04:31:51	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:51	TRACE	SQLOperation	insert into Country(id) va
...[truncated 3510 chars]...
13, City.name (U)=Grenoble}}
2025-06-26 04:31:51	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:51	TRACE	SQLOperation	update City set countryId = ?, myIdx = ? where id = ? | {1={City.countryId (U)=o.c.s.i.PersistedIdentifier@1, City.myIdx (U)=2, City.id (W)=o.c.s.i.PersistableIdentifier@17}, 2={City.countryId (U)=o.c.s.i.PersistedIdentifier@1, City.myIdx (U)=1, City.id (W)=o.c.s.i.PersistableIdentifier@23}}
2025-06-26 04:31:51	TRACE	SQLOperation	select name, myIdx from city | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest</className><duration>0.013</duration><failedSince>0</failedSince><name>mappedBy_collectionFactory</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:51	DEBUG	DDLDeployer	create table Country(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-06-26 04:31:51	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2025-06-26 04:31:
...[truncated 1047 chars]...
	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=&lt;null&gt;,cities=[City[country=org.codefilarete.stalactite.engine.model.Country@1f36969b,id=o.c.s.i.PersistedIdentifier@1,name=Paris,persons=&lt;null&gt;,state=&lt;null&gt;]],description=&lt;null&gt;,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@42,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SelectWithEmptyRelationMustReturnEmptyCollection</className><duration>0.009</duration><failedSince>0</failedSince><name>noAssociationTable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:51	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-06-26 04:31:51	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdenti
...[truncated 454 chars]...
G	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2025-06-26 04:31:51	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=&lt;null&gt;,cities=&lt;null&gt;,description=&lt;null&gt;,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@42,languages=[],modificationDate=&lt;null&gt;,name=&lt;null&gt;,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SelectWithEmptyRelationMustReturnEmptyCollection</className><duration>0.008</duration><failedSince>0</failedSince><name>withAssociationTable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:51	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:51	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(citi
...[truncated 1314 chars]...
guages=[],modificationDate=&lt;null&gt;,name=&lt;null&gt;,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
2025-06-26 04:31:51	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=&lt;null&gt;,cities=&lt;null&gt;,description=&lt;null&gt;,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@42,languages=[],modificationDate=&lt;null&gt;,name=&lt;null&gt;,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><duration>0.019</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SelectWithEmptyRelationMustReturnEmptyCollection</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest</className><duration>0.014</duration><failedSince>0</failedSince><name>multiple_oneToOne_partialOrphanRemoval</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(description varchar(255), id int not null, presidentId int, capitalId int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_capitalId_City_id foreign key(capitalId) references City(
...[truncated 6973 chars]...
ration	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@0}}
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	update City set name = ? where id = ? | {1={City.name (U)=Paris renamed, City.id (W)=o.c.s.i.PersistableIdentifier@0}}
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@1}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest</className><duration>0.01</duration><failedSince>0</failedSince><name>multiple_oneToOne</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(description varchar(255), id int not null, presidentId int, capitalId int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_capitalId_City_id foreign key(capitalId) references City(
...[truncated 6675 chars]...
erson.name (U)=French president renamed, Person.id (W)=o.c.s.i.PersistableIdentifier@0}}
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	update City set name = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistableIdentifier@0, City.name (U)=Paris renamed}}
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@0}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest</className><duration>0.009</duration><failedSince>0</failedSince><name>lightOneToOne_relationIsPersisted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), presidentId int, id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	insert into Country(name, description, presidentId, id) values (?, ?, ?, ?) | {1={Country.presidentId=Person[addressBook=&lt;null&gt;,addresses=&lt;null&gt;,contracts=&lt;null&gt;,country=&lt;null&gt;,id=o.c.s.i.PersistableIdentifier@123,mapPropertyMadeOfComplexTypes=
...[truncated 1153 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.013</duration><failedSince>0</failedSince><name>ownedByReverseSideColumn</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(description varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table City(countryId int, name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	insert into Cou
...[truncated 8354 chars]...
6 04:31:55	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.countryId (U)=null, City.name (U)=Lyon renamed, City.id (W)=o.c.s.i.PersistedIdentifier@1}}
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2025-06-26 04:31:55	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll</className><duration>0.012</duration><failedSince>0</failedSince><name>ownedByReverseSideGetter</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(description varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	insert into Cou
...[truncated 8354 chars]...
6 04:31:55	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.countryId (U)=null, City.id (W)=o.c.s.i.PersistedIdentifier@1, City.name (U)=Lyon renamed}}
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2025-06-26 04:31:55	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll</className><duration>0.013</duration><failedSince>0</failedSince><name>ownedByReverseSideSetter</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(description varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	insert into Cou
...[truncated 8354 chars]...
6 04:31:55	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.name (U)=Lyon renamed, City.id (W)=o.c.s.i.PersistedIdentifier@1, City.countryId (U)=null}}
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2025-06-26 04:31:55	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll</className><duration>0.013</duration><failedSince>0</failedSince><name>ownedBySourceSide</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(description varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	insert into Cou
...[truncated 8354 chars]...
6 04:31:55	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.name (U)=Lyon renamed, City.countryId (U)=null, City.id (W)=o.c.s.i.PersistedIdentifier@1}}
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2025-06-26 04:31:55	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Delete</className><duration>0.008</duration><failedSince>0</failedSince><name>targetEntityIsDeleted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(description varchar(255), id int not null, presidentId int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2025-06-26 04:31:55	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@10
...[truncated 643 chars]...
oinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=&lt;null&gt;,cities=&lt;null&gt;,description=&lt;null&gt;,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@100,languages=[],modificationDate=&lt;null&gt;,name=&lt;null&gt;,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@100}}
</stdout></case><duration>0.008</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Delete</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Insert</className><duration>0.008</duration><failedSince>0</failedSince><name>insertTwice_targetInstanceIsInsertedOnce</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2025-06-26 04:31:55	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.Per
...[truncated 2301 chars]...
	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2025-06-26 04:31:55	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=&lt;null&gt;,cities=&lt;null&gt;,description=&lt;null&gt;,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@1,languages=[],modificationDate=&lt;null&gt;,name=France 2,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Insert</className><duration>0.007</duration><failedSince>0</failedSince><name>mandatory_withNullTarget_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int not null, unique (id))
2025-06-26 04:31:55	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>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, countryId int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_countryId_Country_id foreign key(countryId) references Country(id)
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQL
...[truncated 2597 chars]...
yType=o.c.s.e.m.Country
2025-06-26 04:31:55	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=&lt;null&gt;,cities=&lt;null&gt;,description=&lt;null&gt;,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@1,languages=[],modificationDate=&lt;null&gt;,name=France 2,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
2025-06-26 04:31:55	TRACE	SQLOperation	select count(*) as countryCount from Country | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Insert</className><duration>0.009</duration><failedSince>0</failedSince><name>insert_targetInstanceIsUpdated</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2025-06-26 04:31:55	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.Per
...[truncated 2610 chars]...
yType=o.c.s.e.m.Country
2025-06-26 04:31:55	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=&lt;null&gt;,cities=&lt;null&gt;,description=&lt;null&gt;,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@1,languages=[],modificationDate=&lt;null&gt;,name=France 2,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
2025-06-26 04:31:55	TRACE	SQLOperation	select count(*) as countryCount from Country | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Insert</className><duration>0.007</duration><failedSince>0</failedSince><name>insertOnce_targetInstanceIsInserted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2025-06-26 04:31:55	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.Per
...[truncated 1459 chars]...
TreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2025-06-26 04:31:55	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=&lt;null&gt;,cities=&lt;null&gt;,description=Smelly cheese !,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><duration>0.043</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.012</duration><failedSince>0</failedSince><name>relationNullifiedWithOrphanRemoval</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2025-06-26 04:31:55	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.Per
...[truncated 3454 chars]...
er@0,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
2025-06-26 04:31:55	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2025-06-26 04:31:55	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:55	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@0}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Update</className><duration>0.011</duration><failedSince>0</failedSince><name>relationChanged_relationIsOwnedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2025-06-26 04:31:55	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.Per
...[truncated 5001 chars]...
1:55	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2025-06-26 04:31:55	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:55	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@0}
2025-06-26 04:31:55	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Update</className><duration>0.011</duration><failedSince>0</failedSince><name>relationChanged_relationIsOwnedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, countryId int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_countryId_Country_id foreign key(countryId) references Country(id)
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQL
...[truncated 5304 chars]...
 as Person_id from Person where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@0}
2025-06-26 04:31:55	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2025-06-26 04:31:55	TRACE	SQLOperation	select countryId from Person where id = :personId | {personId=o.c.s.i.PersistableIdentifier@0}
2025-06-26 04:31:55	TRACE	SQLOperation	select countryId from Person where id = :personId | {personId=o.c.s.i.PersistableIdentifier@1}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Update</className><duration>0.009</duration><failedSince>0</failedSince><name>mandatory_withNullTarget_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2025-06-26 04:31:55	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.
...[truncated 1443 chars]...
UG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2025-06-26 04:31:55	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=&lt;null&gt;,cities=&lt;null&gt;,description=&lt;null&gt;,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Update</className><duration>0.009</duration><failedSince>0</failedSince><name>relationNullified_relationIsOwnedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2025-06-26 04:31:55	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.Per
...[truncated 3404 chars]...
1:55	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2025-06-26 04:31:55	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:55	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@0}
2025-06-26 04:31:55	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Update</className><duration>0.009</duration><failedSince>0</failedSince><name>relationChanged_relationIsOwnedBySource_withOrphanRemoval</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2025-06-26 04:31:55	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.Per
...[truncated 3713 chars]...
er@0,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
2025-06-26 04:31:55	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2025-06-26 04:31:55	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:55	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@0}
</stdout></case><duration>0.063</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Update</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeDeclaration</className><duration>0.009</duration><failedSince>0</failedSince><name>notDefined_defaultIsAll_getter</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2025-06-26 04:31:56	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.Per
...[truncated 2701 chars]...
1:56	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@666]
2025-06-26 04:31:56	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:56	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {Person.id=o.c.s.i.PersistedIdentifier@666}
2025-06-26 04:31:56	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeDeclaration</className><duration>0.014</duration><failedSince>0</failedSince><name>readOnly_getter_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, countryId int, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_countryId_Country_id foreign key(countryId) references Country(id)
2025-06-26 04:31:56	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:56	TRACE	SQL
...[truncated 3987 chars]...
025-06-26 04:31:56	TRACE	SQLOperation	update Person set countryId = ? where id = ? | {1={}}
2025-06-26 04:31:56	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:56	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@42}}
2025-06-26 04:31:56	TRACE	SQLOperation	select name from Country | {}
2025-06-26 04:31:56	TRACE	SQLOperation	select name from Person | {}
2025-06-26 04:31:56	TRACE	SQLOperation	select name from Person where id = 2 | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeDeclaration</className><duration>0.007</duration><failedSince>0</failedSince><name>cascade_deleteWithOrphanRemoval</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Country(description varchar(255), id int not null, presidentId int, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2025-06-26 04:31:56	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@10
...[truncated 829 chars]...
ier@100,languages=[],modificationDate=&lt;null&gt;,name=&lt;null&gt;,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
2025-06-26 04:31:56	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:56	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@100}}
2025-06-26 04:31:56	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:56	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@42}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeDeclaration</className><duration>0.003</duration><failedSince>0</failedSince><name>associationOnly_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeDeclaration</className><duration>0.011</duration><failedSince>0</failedSince><name>readOnly_getter</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2025-06-26 04:31:56	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:56	TRA
...[truncated 1545 chars]...
untry.name (U)=touched France, Country.id (W)=o.c.s.i.PersistableIdentifier@42}}
2025-06-26 04:31:56	TRACE	SQLOperation	select name from Person where id = 1 | {}
2025-06-26 04:31:56	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:56	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2025-06-26 04:31:56	TRACE	SQLOperation	select name from Country | {}
2025-06-26 04:31:56	TRACE	SQLOperation	select name from Person where id = 1 | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeDeclaration</className><duration>0.01</duration><failedSince>0</failedSince><name>readOnly_setter</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2025-06-26 04:31:56	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:56	TRA
...[truncated 1545 chars]...
untry.id (W)=o.c.s.i.PersistableIdentifier@42, Country.name (U)=touched France}}
2025-06-26 04:31:56	TRACE	SQLOperation	select name from Person where id = 1 | {}
2025-06-26 04:31:56	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:56	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2025-06-26 04:31:56	TRACE	SQLOperation	select name from Country | {}
2025-06-26 04:31:56	TRACE	SQLOperation	select name from Person where id = 1 | {}
</stdout></case><duration>0.059</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeDeclaration</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$ForeignKeyCreation</className><duration>0.008</duration><failedSince>0</failedSince><name>relationIsDefinedByColumnOnTargetSideAndReverseMutatorIsUsed_columnOverrideIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table city(state int, name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table city add constraint FK_city_state_Country_id foreign key(state) references Country(id)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$ForeignKeyCreation</className><duration>0.007</duration><failedSince>0</failedSince><name>relationOwnedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, capitalId int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	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.009</duration><failedSince>0</failedSince><name>withTargetTableSetByTargetEntity_tableSetByTargetEntityIsUSed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Town(name varchar(255), id int not null, countryId int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Town add constraint FK_Town_countryId_Country_id foreign key(countryId) references Country(id)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$ForeignKeyCreation</className><duration>0.009</duration><failedSince>0</failedSince><name>withTargetTable_targetTableIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Township(name varchar(255), id int not null, countryId int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Township add constraint FK_Township_countryId_Country_id foreign key(countryId) references Country(id)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$ForeignKeyCreation</className><duration>0.01</duration><failedSince>0</failedSince><name>withTargetTableAndTableSetByTargetEntity_targetTableIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Township(name varchar(255), id int not null, countryId int, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table Township add constraint FK_Township_countryId_Country_id foreign key(countryId) references Country(id)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$ForeignKeyCreation</className><duration>0.008</duration><failedSince>0</failedSince><name>relationIsDefinedByColumnOnTargetSide</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	create table city(state int, name varchar(255), id int not null, unique (id))
2025-06-26 04:31:55	DEBUG	DDLDeployer	alter table city add constraint FK_city_state_Country_id foreign key(state) references Country(id)
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$ForeignKeyCreation</className><duration>0.007</duration><failedSince>0</failedSince><name>relationIsDefinedByColumnOnTargetSideAndReverseAccessorIsUsed_columnOverrideIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table city(state int, name varchar(255), id int not null, unique (id))
2025-06-26 04:31:56	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>2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
</stdout></case><duration>0.067</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>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table AbstractVehicle(id int not null, unique (id))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), color int, plug integer, DTYPE varchar(255) not null, unique (id))
2025-06-26 04:31:54	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOper
...[truncated 3720 chars]...
tJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:54	TRACE	SQLOperation	select * from car | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismCompositionTest</className><duration>0.013</duration><failedSince>0</failedSince><name>joinedTables_joinedTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table AbstractVehicle(id int not null, unique (id))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), color int, unique (id))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table ElectricCar(plug integer, id int not null, unique (id))
2025-06-26 04:31:54	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2025-06-26 04:31:54	DEBUG	DDLDeploy
...[truncated 5765 chars]...
04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:54	TRACE	SQLOperation	select * from abstractVehicle left outer join car on abstractVehicle.id = car.id | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismCompositionTest</className><duration>0.002</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>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table AbstractVehicle(id int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table ElectricCar(plug integer, id int not null, unique (id))
2025-06-26 04:31:54	DEBUG	DDLDeployer	alter table ElectricCar add constraint FK_ElectricCar_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:5
...[truncated 5365 chars]...
ier@1,timestamp=&lt;null&gt;]
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	delete from ElectricCar where id = ? | {1={ElectricCar.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:54	TRACE	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.052</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismCompositionTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$JoinTable</className><duration>0.016</duration><failedSince>0</failedSince><name>twoSubClasses</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table AbstractVehicle(id int not null, unique (id))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), color int, unique (id))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Truck(id int not null, color int, unique (id))
2025-06-26 04:31:54	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2025-06-26 04:31:54	DEBUG	DDLDeployer	alter 
...[truncated 7255 chars]...
025-06-26 04:31:54	TRACE	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@2}}
2025-06-26 04:31:54	TRACE	SQLOperation	select count(*) as vehicleCount from abstractVehicle where id in (1, 2) | {}
2025-06-26 04:31:54	TRACE	SQLOperation	select count(*) as carCount from car where id = 1 | {}
2025-06-26 04:31:54	TRACE	SQLOperation	select count(*) as truckCount from car where id = 2 | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$JoinTable</className><duration>0.011</duration><failedSince>0</failedSince><name>oneSubClass</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table AbstractVehicle(id int not null, unique (id))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), color int, unique (id))
2025-06-26 04:31:54	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	insert into AbstractVehicle(id) value
...[truncated 3214 chars]...
04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:54	TRACE	SQLOperation	select * from abstractVehicle left outer join car on abstractVehicle.id = car.id | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$JoinTable</className><duration>0.007</duration><failedSince>0</failedSince><name>twoSubClasses_withReadonlyProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table AbstractVehicle(id int not null, unique (id))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), color int, unique (id))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Truck(id int not null, color int, unique (id))
2025-06-26 04:31:54	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2025-06-26 04:31:54	DEBUG	DDLDeployer	alter 
...[truncated 377 chars]...
6 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	insert into Car(color, id) values (?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.color=Color[rgb=666]}}
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	insert into Truck(color, id) values (?, ?) | {1={Truck.color=Color[rgb=42], Truck.id=o.c.s.i.PersistableIdentifier@2}}
2025-06-26 04:31:54	TRACE	SQLOperation	select model from Car | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$JoinTable</className><duration>0.014</duration><failedSince>0</failedSince><name>listenersAreNotified</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table AbstractVehicle(id int not null, unique (id))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), color int, unique (id))
2025-06-26 04:31:54	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	insert into AbstractVehicle(id) value
...[truncated 3925 chars]...
with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2025-06-26 04:31:54	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Car[model=&lt;null&gt;,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.FluentEntityMappingConfigurationSupportPolymorphismTest$JoinTable</className><duration>0.017</duration><failedSince>0</failedSince><name>twoSubClasses_withCommonProperties</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, unique (id))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), unique (id))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Truck(id int not null, unique (id))
2025-06-26 04:31:54	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)
2025-06-26 04:31:54	DEBUG	DDLDeployer	alter table Truck add constraint FK_Truck
...[truncated 7591 chars]...
ck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:54	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2025-06-26 04:31:54	TRACE	SQLOperation	select count(*) as carCount from Vehicle where id = 1 | {}
2025-06-26 04:31:54	TRACE	SQLOperation	select count(*) as truckCount from Vehicle where id = 2 | {}
</stdout></case><duration>0.068</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.014</duration><failedSince>0</failedSince><name>twoSubClasses</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table AbstractVehicle(id int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	insert into AbstractVehicle(color, model, id, DTYPE) values (?, ?, ?, ?) | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1, AbstractVehicle.DTYPE=CAR, AbstractVehicle.color=Color[rgb=666], AbstractVehicle.model=Renault}}
2025-06-26 04:31:54
...[truncated 3924 chars]...
1 times
2025-06-26 04:31:54	TRACE	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:54	TRACE	SQLOperation	select * from abstractVehicle | {}
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@2}}
2025-06-26 04:31:54	TRACE	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>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table AbstractVehicle(id int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	insert into AbstractVehicle(color, model, id, DTYPE) values (?, ?, ?, ?) | {1={AbstractVehicle.DTYPE=CAR, AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1, AbstractVehicle.color=Color[rgb=666], AbstractVehicle.model=Renault}}
2025-06-26 04:31:54
...[truncated 1810 chars]...
ehicle where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:54	TRACE	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>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table AbstractVehicle(id int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	insert into AbstractVehicle(color, id, DTYPE) values (?, ?, ?) | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1, AbstractVehicle.DTYPE=CAR, AbstractVehicle.color=Color[rgb=666]}}
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	insert into AbstractVehicle(color, id, DTYPE) values (?, ?, ?) | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@2, AbstractVehicle.DTYPE=TRUCK, AbstractVehicle.color=Color[rgb=42]}}
2025-06-26 04:31:54	TRACE	SQLOperation	select model from AbstractVehicle | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$SingleTable</className><duration>0.012</duration><failedSince>0</failedSince><name>listenersAreNotified</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table AbstractVehicle(id int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	insert into AbstractVehicle(color, model, id, DTYPE) values (?, ?, ?, ?) | {1={AbstractVehicle.color=Color[rgb=666], AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1, AbstractVehicle.DTYPE=CAR, AbstractVehicle.model=Renault}}
2025-06-26 04:31:54
...[truncated 2576 chars]...
ectionCriteria=false, parent=null
2025-06-26 04:31:55	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, AbstractVehicle.model as AbstractVehicle_model, AbstractVehicle.color as AbstractVehicle_color, AbstractVehicle.DTYPE as AbstractVehicle_DTYPE from AbstractVehicle where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2025-06-26 04:31:55	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$SingleTable</className><duration>0.015</duration><failedSince>0</failedSince><name>twoSubClasses_withCommonProperties</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table Vehicle(color int, id int, model varchar(255), DTYPE varchar(255) not null, unique (id))
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	insert into Vehicle(color, model, id, DTYPE) values (?, ?, ?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1, Vehicle.color=Color[rgb=666], Vehicle.model=Renault, Vehicle.DTYPE=CAR}}
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2
...[truncated 4262 chars]...
 04:31:55	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2025-06-26 04:31:55	TRACE	SQLOperation	select count(*) as carCount from Vehicle where id = 1 | {}
2025-06-26 04:31:55	TRACE	SQLOperation	select count(*) as truckCount from Vehicle where id = 2 | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$SingleTable</className><duration>0.009</duration><failedSince>0</failedSince><name>twoSubClasses_withSqlBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:55	DEBUG	DDLDeployer	create table AbstractVehicle(id int, model varchar(255), color integer, DTYPE varchar(255) not null, unique (id))
2025-06-26 04:31:55	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:55	TRACE	SQLOperation	insert into AbstractVehicle(color, model, id, DTYPE) values (?, ?, ?, ?) | {1={AbstractVehicle.DTYPE=CAR, AbstractVehicle.color=Color[rgb=666], AbstractVehicle.model=Renault, AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:3
...[truncated 286 chars]...
tionCriteria=false, parent=null
2025-06-26 04:31:55	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, AbstractVehicle.model as AbstractVehicle_model, AbstractVehicle.color as AbstractVehicle_color, AbstractVehicle.DTYPE as AbstractVehicle_DTYPE from AbstractVehicle where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2025-06-26 04:31:55	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
</stdout></case><duration>0.069</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.005</duration><failedSince>0</failedSince><name>crud(String, EntityPersister, ConnectionProvider)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table AbstractVehicle(id int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table AbstractVehicle(id int not null, unique (id))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), unique (id))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Truck(id int not null, color int, unique (id))
2025-06-26 04:31:54	DEBUG	DDLDeployer	alter table Ca
...[truncated 4475 chars]...
color as AbstractVehicle_color, AbstractVehicle.DTYPE as AbstractVehicle_DTYPE from AbstractVehicle where AbstractVehicle.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@1, 2=o.c.s.i.PersistableIdentifier@2}
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest</className><duration>0.006</duration><failedSince>0</failedSince><name>crud(String, EntityPersister, ConnectionProvider)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:54	TRACE	SQLOperation	insert into AbstractVehicle(id) values (?) | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@2}}
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:54	DEBUG
...[truncated 5970 chars]...
yTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2025-06-26 04:31:54	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Truck
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Truck[color=&lt;null&gt;,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.006</duration><failedSince>0</failedSince><name>crud(String, EntityPersister, ConnectionProvider)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault}}
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	insert into Truck(color, id) values (?, ?) | {1={Truck.id=o.c.s.i.PersistableIdentifier@2, Truck.color=Color[rgb=42]}}
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 time
...[truncated 4989 chars]...
&lt;null&gt;,plates=[],radio=&lt;null&gt;,color=&lt;null&gt;,engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=&lt;null&gt;]
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Truck[color=&lt;null&gt;,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$TablePerClass</className><duration>0.015</duration><failedSince>0</failedSince><name>twoSubClasses</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Truck(color int, id int not null, unique (id))
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	insert into Car(color, model, id) values (?, ?, ?) | {1={Car.model=Renault, Car.color=Color[rgb=666], Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:54	DEBUG	SQLOperation
...[truncated 6137 chars]...
t 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2025-06-26 04:31:54	TRACE	SQLOperation	select count(*) as carCount from car where id = 1 | {}
2025-06-26 04:31:54	TRACE	SQLOperation	select count(*) as truckCount from car where id = 2 | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$TablePerClass</className><duration>0.011</duration><failedSince>0</failedSince><name>oneSubClass</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	insert into Car(color, model, id) values (?, ?, ?) | {1={Car.color=Color[rgb=666], Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:54	TRACE	SQLOperation	select * from car | {}
2025-06-26 04:31:54	DEBUG	TablePerClassPolymorphismPersister	selecting ent
...[truncated 2311 chars]...
mer
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Car[model=&lt;null&gt;,plates=[],radio=&lt;null&gt;,color=&lt;null&gt;,engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=&lt;null&gt;]
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:54	TRACE	SQLOperation	select * from car | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$TablePerClass</className><duration>0.008</duration><failedSince>0</failedSince><name>twoSubClasses_withReadonlyProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Truck(color int, id int not null, unique (id))
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	insert into Car(color, id) values (?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.color=Color[rgb=666]}}
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	insert into Truck(color, id) values (?, ?) | {1={Truck.color=Color[rgb=42], Truck.id=o.c.s.i.PersistableIdentifier@2}}
2025-06-26 04:31:54	TRACE	SQLOperation	select model from Car | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$TablePerClass</className><duration>0.014</duration><failedSince>0</failedSince><name>listenersAreNotified</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), color int, unique (id))
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	insert into Car(color, model, id) values (?, ?, ?) | {1={Car.color=Color[rgb=666], Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	delete from Car where id = ? | 
...[truncated 3134 chars]...
 AbstractVehicle.id = Car.id where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Car[model=&lt;null&gt;,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.FluentEntityMappingConfigurationSupportPolymorphismTest$TablePerClass</className><duration>0.016</duration><failedSince>0</failedSince><name>twoSubClasses_withCommonProperties</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Car(model varchar(255), id int not null, color int, unique (id))
2025-06-26 04:31:54	DEBUG	DDLDeployer	create table Truck(id int not null, color int, unique (id))
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	insert into Car(color, model, id) values (?, ?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.color=Color[rgb=666], Car.model=Renault}}
2025-06-26 04:31:54	DEBUG	SQLOperation
...[truncated 7048 chars]...
1 times
2025-06-26 04:31:54	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2025-06-26 04:31:54	TRACE	SQLOperation	select count(*) as carCount from car where id = 1 | {}
2025-06-26 04:31:54	TRACE	SQLOperation	select count(*) as truckCount from truck where id = 2 | {}
</stdout></case><duration>0.064</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.03</duration><failedSince>0</failedSince><name>twoSubClasses</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:40	DEBUG	DDLDeployer	create table Vehicle(id int not null, engineId int, unique (id))
2025-06-26 04:31:40	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2025-06-26 04:31:40	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), color int, unique (id))
2025-06-26 04:31:40	DEBUG	DDLDeployer	create table Truck(id int not null, color int, unique (id))
2025-06-26 04:31:40	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_En
...[truncated 9857 chars]...
ment 1 times
2025-06-26 04:31:40	TRACE	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@200}}
2025-06-26 04:31:40	TRACE	SQLOperation	select count(*) as vehicleCount from Vehicle where id in (1, 2) | {}
2025-06-26 04:31:40	TRACE	SQLOperation	select count(*) as carCount from car where id = 1 | {}
2025-06-26 04:31:40	TRACE	SQLOperation	select count(*) as truckCount from car where id = 2 | {}
2025-06-26 04:31:40	TRACE	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>2025-06-26 04:31:40	DEBUG	DDLDeployer	create table Vehicle(id int not null, engineId int, unique (id))
2025-06-26 04:31:40	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2025-06-26 04:31:40	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2025-06-26 04:31:40	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)
2025-06-26 04:31:40	DEBUG	DDLDeployer	alter ta
...[truncated 4944 chars]...
ment 1 times
2025-06-26 04:31:40	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:40	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:40	TRACE	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@100}}
2025-06-26 04:31:40	TRACE	SQLOperation	select * from Vehicle left outer join car on Vehicle.id = car.id | {}
2025-06-26 04:31:40	TRACE	SQLOperation	select id from Engine | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToJoinedTablesOne</className><duration>0.026</duration><failedSince>0</failedSince><name>listenersAreNotified</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:40	DEBUG	DDLDeployer	create table Vehicle(id int not null, engineId int, unique (id))
2025-06-26 04:31:40	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2025-06-26 04:31:40	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2025-06-26 04:31:40	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)
2025-06-26 04:31:40	DEBUG	DDLDeployer	alter ta
...[truncated 4829 chars]...
	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Car[model=&lt;null&gt;,plates=[],radio=&lt;null&gt;,color=&lt;null&gt;,engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=&lt;null&gt;]
2025-06-26 04:31:40	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Car[model=&lt;null&gt;,plates=[],radio=&lt;null&gt;,color=&lt;null&gt;,engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToJoinedTablesOne</className><duration>0.035</duration><failedSince>0</failedSince><name>twoSubClasses_withCommonProperties</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:40	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, engineId int, unique (id))
2025-06-26 04:31:40	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2025-06-26 04:31:40	DEBUG	DDLDeployer	create table Car(model varchar(255), id int not null, unique (id))
2025-06-26 04:31:40	DEBUG	DDLDeployer	create table Truck(id int not null, unique (id))
2025-06-26 04:31:40	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id for
...[truncated 10632 chars]...
={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2025-06-26 04:31:40	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:40	TRACE	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@200}}
2025-06-26 04:31:40	TRACE	SQLOperation	select count(*) as carCount from Vehicle where id = 1 | {}
2025-06-26 04:31:40	TRACE	SQLOperation	select count(*) as truckCount from Vehicle where id = 2 | {}
2025-06-26 04:31:40	TRACE	SQLOperation	select id from Engine | {}
</stdout></case><duration>0.111</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.279</duration><failedSince>0</failedSince><name>crud_polymorphism_subClassHasOneToMany(String, EntityPersister, ConnectionProvider)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:37	DEBUG	DDLDeployer	create table Vehicle(id int not null, engineId int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2025-06-26 04:31:37	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2025-06-26 04:31:37	DEBUG	DDLDeployer	create table Wheel(model varchar(255), serialNumber varchar(255) not null, unique (serialNumber))
2025-06-26 04:31:37	DEBUG	DDLDeployer	create table Vehicle_wheels(vehicle_id int, wheels_serialNumber varchar(255
...[truncated 16830 chars]...
r@2,timestamp=&lt;null&gt;]
2025-06-26 04:31:37	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Truck[color=Color[rgb=99],engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=&lt;null&gt;]
2025-06-26 04:31:37	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer 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.036</duration><failedSince>0</failedSince><name>crud_polymorphism_subClassHasOneToMany(String, EntityPersister, ConnectionProvider)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:37	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:37	TRACE	SQLOperation	insert into Vehicle(model, id, engineId, DTYPE) values (?, ?, ?, ?) | {1={Vehicle.DTYPE=CAR, Vehicle.id=o.c.s.i.PersistableIdentifier@1, Vehicle.engineId=null, Vehicle.model=Renault}}
2025-06-26 04:31:37	DEBUG	SimpleRelationalEntityPersister	selecting entities [XYZ-ABC-01]
2025-06-26 04:31:37	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:37	TRACE	SQLOpe
...[truncated 8325 chars]...
icJoinRootRowConsumer
2025-06-26 04:31:37	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Truck[color=Color[rgb=99],engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=&lt;null&gt;]
2025-06-26 04:31:37	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer 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.037</duration><failedSince>0</failedSince><name>crud_polymorphism_subClassHasOneToMany(String, EntityPersister, ConnectionProvider)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:37	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:37	TRACE	SQLOperation	insert into Vehicle(id) values (?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2025-06-26 04:31:37	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:37	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:37	DEBUG	SimpleRelationalEntityP
...[truncated 10722 chars]...
yTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2025-06-26 04:31:37	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Truck
2025-06-26 04:31:37	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Truck[color=&lt;null&gt;,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)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:37	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:37	TRACE	SQLOperation	insert into Vehicle(id) values (?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2025-06-26 04:31:37	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:37	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:37	DEBUG	SimpleRelationalEntityP
...[truncated 9016 chars]...
yTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2025-06-26 04:31:37	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Truck
2025-06-26 04:31:37	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Truck[color=&lt;null&gt;,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.028</duration><failedSince>0</failedSince><name>crud_polymorphism_subClassHasOneToMany(String, EntityPersister, ConnectionProvider)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:37	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:37	TRACE	SQLOperation	insert into Vehicle(id) values (?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2025-06-26 04:31:37	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:37	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault}}
2025-06-26 04:31:37	DEBUG	SQLOperation	Batching s
...[truncated 9394 chars]...
s org.codefilarete.stalactite.engine.model.Truck
2025-06-26 04:31:37	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Truck[color=&lt;null&gt;,engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=&lt;null&gt;]
2025-06-26 04:31:37	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Truck[color=&lt;null&gt;,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.037</duration><failedSince>0</failedSince><name>crud_polymorphism_subClassHasOneToMany(String, EntityPersister, ConnectionProvider)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:37	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:37	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault}}
2025-06-26 04:31:37	DEBUG	SimpleRelationalEntityPersister	selecting entities [XYZ-ABC-01]
2025-06-26 04:31:37	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:37	TRACE	SQLOperation	select Wheel.model as Wheel_model, Wheel.serialNumber as Wheel_serialN
...[truncated 9773 chars]...
eugeot,plates=[],radio=&lt;null&gt;,color=&lt;null&gt;,engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=&lt;null&gt;]
2025-06-26 04:31:37	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2025-06-26 04:31:37	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Truck[color=&lt;null&gt;,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)[7]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:37	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:37	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:37	DEBUG	SimpleRelationalEntityPersister	selecting entities [XYZ-ABC-01]
2025-06-26 04:31:37	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:37	TRACE	SQLOperation	select Wheel.model as Wheel_model, Wheel.serialNumber as Wheel_serialN
...[truncated 8067 chars]...
eugeot,plates=[],radio=&lt;null&gt;,color=&lt;null&gt;,engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=&lt;null&gt;]
2025-06-26 04:31:37	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2025-06-26 04:31:37	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Truck[color=&lt;null&gt;,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.031</duration><failedSince>0</failedSince><name>crud_polymorphism_subClassHasOneToOne(String, EntityPersister, ConnectionProvider)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:37	DEBUG	DDLDeployer	create table Vehicle(id int not null, engineId int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2025-06-26 04:31:37	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2025-06-26 04:31:37	DEBUG	DDLDeployer	create table Radio(model varchar(255), serialNumber varchar(255) not null, carId int, unique (serialNumber))
2025-06-26 04:31:37	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id
...[truncated 9928 chars]...
icJoinRootRowConsumer
2025-06-26 04:31:37	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Truck[color=Color[rgb=99],engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=&lt;null&gt;]
2025-06-26 04:31:37	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer 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_subClassHasOneToOne(String, EntityPersister, ConnectionProvider)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:37	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:37	TRACE	SQLOperation	insert into Vehicle(id) values (?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2025-06-26 04:31:37	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:37	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:37	DEBUG	SimpleRelationalEntityP
...[truncated 8368 chars]...
yTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2025-06-26 04:31:37	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Truck
2025-06-26 04:31:37	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Truck[color=&lt;null&gt;,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_subClassHasOneToOne(String, EntityPersister, ConnectionProvider)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:37	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:37	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:37	DEBUG	SimpleRelationalEntityPersister	selecting entities [XYZ-ABC-01]
2025-06-26 04:31:37	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:37	TRACE	SQLOperation	select Radio.model as Radio_model, Radio.serialNumber as Radio_serialN
...[truncated 7419 chars]...
eugeot,plates=[],radio=&lt;null&gt;,color=&lt;null&gt;,engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=&lt;null&gt;]
2025-06-26 04:31:37	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2025-06-26 04:31:37	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Truck[color=&lt;null&gt;,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.074</duration><failedSince>0</failedSince><name>oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:37	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-06-26 04:31:37	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-06-26 04:31:37	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, barCount integer, discotecCount integer, DTYPE varchar(255) not null, unique (id))
2025-06-26 04:31:37	DEBUG	DDLDeploye
...[truncated 9653 chars]...
statement 1 times
2025-06-26 04:31:38	TRACE	SQLOperation	delete from Country_cities where cities_id = ? and country_id = ? | {1={Country_cities.cities_id=o.c.s.i.PersistableIdentifier@42, Country_cities.country_id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:38	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:38	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:38	TRACE	SQLOperation	select * from City | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.03</duration><failedSince>0</failedSince><name>oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, barCount integer, discotecCount integer, DTYPE varchar(255) not null, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeploye
...[truncated 8890 chars]...
statement 1 times
2025-06-26 04:31:38	TRACE	SQLOperation	delete from Country_cities where cities_id = ? and country_id = ? | {1={Country_cities.cities_id=o.c.s.i.PersistableIdentifier@42, Country_cities.country_id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:38	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:38	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:38	TRACE	SQLOperation	select * from City | {}
</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)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, barCount integer, discotecCount integer, DTYPE varchar(255) not null, countryId int, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-
...[truncated 7202 chars]...
statement 1 times
2025-06-26 04:31:38	TRACE	SQLOperation	update City set name = ?, barCount = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistableIdentifier@42, City.countryId (U)=null, City.name (U)=Grenoble, City.barCount (U)=51}}
2025-06-26 04:31:38	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:38	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:38	TRACE	SQLOperation	select * from City | {}
</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)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, barCount integer, discotecCount integer, DTYPE varchar(255) not null, countryId int, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-
...[truncated 6171 chars]...
statement 1 times
2025-06-26 04:31:38	TRACE	SQLOperation	update City set name = ?, barCount = ?, countryId = ? where id = ? | {1={City.name (U)=Grenoble, City.barCount (U)=51, City.countryId (U)=null, City.id (W)=o.c.s.i.PersistableIdentifier@42}}
2025-06-26 04:31:38	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:38	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:38	TRACE	SQLOperation	select * from City | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.041</duration><failedSince>0</failedSince><name>oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Village(barCount integer, id int not null, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
...[truncated 14837 chars]...
statement 1 times
2025-06-26 04:31:38	TRACE	SQLOperation	delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@1, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@42}}
2025-06-26 04:31:38	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:38	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:38	TRACE	SQLOperation	select * from City | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.035</duration><failedSince>0</failedSince><name>oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Village(barCount integer, id int not null, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
...[truncated 12535 chars]...
statement 1 times
2025-06-26 04:31:38	TRACE	SQLOperation	delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@1, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@42}}
2025-06-26 04:31:38	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:38	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:38	TRACE	SQLOperation	select * from City | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.03</duration><failedSince>0</failedSince><name>oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[7]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Village(barCount integer, id int not null, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Town(discotecCount integer, id int not null, unique (id))
2025
...[truncated 12805 chars]...
e (U)=Grenoble}}
2025-06-26 04:31:38	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:38	TRACE	SQLOperation	update Village set barCount = ? where id = ? | {1={Village.id (W)=o.c.s.i.PersistableIdentifier@42, Village.barCount (U)=51}}
2025-06-26 04:31:38	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:38	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:38	TRACE	SQLOperation	select * from City | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.029</duration><failedSince>0</failedSince><name>oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[8]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Village(barCount integer, id int not null, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Town(discotecCount integer, id int not null, unique (id))
2025
...[truncated 10176 chars]...
eIdentifier@42}}
2025-06-26 04:31:38	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:38	TRACE	SQLOperation	update Village set barCount = ? where id = ? | {1={Village.barCount (U)=51, Village.id (W)=o.c.s.i.PersistableIdentifier@42}}
2025-06-26 04:31:38	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:38	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:38	TRACE	SQLOperation	select * from City | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.029</duration><failedSince>0</failedSince><name>oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[9]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Village(barCount integer, id int not null, name varchar(255), unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Town(discotecCount integer, id int
...[truncated 13290 chars]...
 04:31:38	TRACE	SQLOperation	delete from Country_cities where cities_id = ? and country_id = ? | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@1, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@42}}
2025-06-26 04:31:38	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:38	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:38	TRACE	SQLOperation	select * from Town union select * from Village | {}
</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)[10]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Village(barCount integer, id int not null, name varchar(255), unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Town(discotecCount integer, id int
...[truncated 13421 chars]...
 04:31:38	TRACE	SQLOperation	delete from Country_cities where cities_id = ? and country_id = ? | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@1, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@42}}
2025-06-26 04:31:38	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:38	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:38	TRACE	SQLOperation	select * from Town union select * from Village | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.027</duration><failedSince>0</failedSince><name>oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[11]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Village(barCount integer, id int not null, name varchar(255), countryId int, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Town(discotecCount integer, id int not null, name varchar(255), countryId int, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	alter table Villag
...[truncated 10565 chars]...
	SQLOperation	update Village set name = ?, barCount = ?, countryId = ? where id = ? | {1={Village.name (U)=Grenoble, Village.id (W)=o.c.s.i.PersistableIdentifier@42, Village.countryId (U)=null, Village.barCount (U)=51}}
2025-06-26 04:31:38	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:38	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:38	TRACE	SQLOperation	select * from Town union select * from Village | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.024</duration><failedSince>0</failedSince><name>oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[12]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Village(barCount integer, id int not null, name varchar(255), countryId int, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Town(discotecCount integer, id int not null, name varchar(255), countryId int, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	alter table Villag
...[truncated 10929 chars]...
	SQLOperation	update Village set name = ?, barCount = ?, countryId = ? where id = ? | {1={Village.name (U)=Grenoble, Village.countryId (U)=null, Village.barCount (U)=51, Village.id (W)=o.c.s.i.PersistableIdentifier@42}}
2025-06-26 04:31:38	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:38	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:38	TRACE	SQLOperation	select * from Town union select * from Village | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.029</duration><failedSince>0</failedSince><name>oneToPolymorphicOne_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, DTYPE varchar(255) not null, ownerId int, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_ownerId_Person_id foreign key(ownerId) references Person(id)
2025-06-26 04:31:38	DEBUG	SQLOperation	Batching statem
...[truncated 13700 chars]...
ablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@17]
2025-06-26 04:31:38	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2025-06-26 04:31:38	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, 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>2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, DTYPE varchar(255) not null, ownerId int, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_ownerId_Person_id foreign key(ownerId) references Person(id)
2025-06-26 04:31:38	DEBUG	SQLOperation	Batching statem
...[truncated 12276 chars]...
ablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@17]
2025-06-26 04:31:38	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2025-06-26 04:31:38	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, 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>2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, vehicleId int, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, DTYPE varchar(255) not null, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)
2025-06-26 04:31:38	DEBUG	SingleTablePolymorphis
...[truncated 14891 chars]...
ablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@17]
2025-06-26 04:31:38	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2025-06-26 04:31:38	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, 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)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, vehicleId int, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, DTYPE varchar(255) not null, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)
2025-06-26 04:31:38	DEBUG	SingleTablePolymorphis
...[truncated 13251 chars]...
ablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@17]
2025-06-26 04:31:38	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2025-06-26 04:31:38	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, 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.044</duration><failedSince>0</failedSince><name>oneToPolymorphicOne_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, ownerId int, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Car(id int not null, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Truck(id int not null, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	alter table Vehicl
...[truncated 25591 chars]...
ePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2025-06-26 04:31:38	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Car.id as Car_id, Truck.id as Truck_id from Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as 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>2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, ownerId int, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Car(id int not null, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Truck(id int not null, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	alter table Vehicl
...[truncated 18311 chars]...
ePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2025-06-26 04:31:38	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Car.id as Car_id, Truck.id as Truck_id from Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as 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.041</duration><failedSince>0</failedSince><name>oneToPolymorphicOne_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[7]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, vehicleId int, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Car(id int not null, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Truck(id int not null, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	alter table Pers
...[truncated 26722 chars]...
ePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2025-06-26 04:31:38	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Car.id as Car_id, Truck.id as Truck_id from Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as 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.032</duration><failedSince>0</failedSince><name>oneToPolymorphicOne_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[8]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, vehicleId int, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Car(id int not null, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Truck(id int not null, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	alter table Pers
...[truncated 19285 chars]...
ePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2025-06-26 04:31:38	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Car.id as Car_id, Truck.id as Truck_id from Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as 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.033</duration><failedSince>0</failedSince><name>oneToPolymorphicOne_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[9]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Car(id int not null, color int, ownerId int, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Truck(id int not null, color int, ownerId int, unique (id))
2025-06-26 04:31:38	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:38	TRACE	SQLOperation	insert into Pers
...[truncated 15780 chars]...
Vehicle_id, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, Car.color as Car_color, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id from (select Car.color as color, Car.id as id, 'Car' as DISCRIMINATOR from Car union all select Truck.color as color, Truck.id as id, 'Truck' as DISCRIMINATOR from Truck) as Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as 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.027</duration><failedSince>0</failedSince><name>oneToPolymorphicOne_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[10]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Car(id int not null, color int, ownerId int, unique (id))
2025-06-26 04:31:38	DEBUG	DDLDeployer	create table Truck(id int not null, color int, ownerId int, unique (id))
2025-06-26 04:31:38	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:38	TRACE	SQLOperation	insert into Pers
...[truncated 19131 chars]...
Vehicle_id, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, Car.color as Car_color, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id from (select Car.color as color, Car.id as id, 'Car' as DISCRIMINATOR from Car union all select Truck.color as color, Truck.id as id, 'Truck' as DISCRIMINATOR from Truck) as Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as 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.013</duration><failedSince>0</failedSince><name>crudPolymorphicOneToOne(String, EntityPersister, ConnectionProvider)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:39	DEBUG	DDLDeployer	create table Vehicle(id int not null, engineId int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2025-06-26 04:31:39	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2025-06-26 04:31:39	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)
2025-06-26 04:31:39	DEBUG	DDLDeployer	create table Vehicle(id int not null, engineId int, unique (id))
...[truncated 6951 chars]...
,radio=&lt;null&gt;,color=&lt;null&gt;,engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=&lt;null&gt;]
2025-06-26 04:31:39	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2025-06-26 04:31:39	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Truck[color=Color[rgb=99],engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.013</duration><failedSince>0</failedSince><name>crudPolymorphicOneToOne(String, EntityPersister, ConnectionProvider)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:39	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@100]
2025-06-26 04:31:39	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:39	TRACE	SQLOperation	select Engine.id as Engine_id from Engine where Engine.id in (?) | {Engine.id=o.c.s.i.PersistableIdentifier@100}
2025-06-26 04:31:39	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:39	TRACE	SQLOperation	insert into Engine(id) values (?) | {1={E
...[truncated 8176 chars]...
s org.codefilarete.stalactite.engine.model.Truck
2025-06-26 04:31:39	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Truck[color=&lt;null&gt;,engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=&lt;null&gt;]
2025-06-26 04:31:39	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Truck[color=&lt;null&gt;,engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=&lt;null&gt;]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.011</duration><failedSince>0</failedSince><name>crudPolymorphicOneToOne(String, EntityPersister, ConnectionProvider)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:39	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@100]
2025-06-26 04:31:39	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:39	TRACE	SQLOperation	select Engine.id as Engine_id from Engine where Engine.id in (?) | {Engine.id=o.c.s.i.PersistableIdentifier@100}
2025-06-26 04:31:39	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:39	TRACE	SQLOperation	insert into Engine(id) values (?) | {1={E
...[truncated 7264 chars]...
blePerClassPolymorphicJoinRootRowConsumer
2025-06-26 04:31:39	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Truck[color=&lt;null&gt;,engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=&lt;null&gt;]
2025-06-26 04:31:39	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer 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.01</duration><failedSince>0</failedSince><name>build_joinedTables_oneToManyWithMappedAssociation_eachSubclassRedeclaresSameAssociation_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.018</duration><failedSince>0</failedSince><name>crud_polymorphism_subClassHasElementCollection(String, EntityPersister, PersistenceContext, PolymorphismType)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:39	DEBUG	DDLDeployer	create table Vehicle(id int not null, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2025-06-26 04:31:39	DEBUG	DDLDeployer	create table Car_plates(id int, plates varchar(255), unique (id, plates))
2025-06-26 04:31:39	DEBUG	DDLDeployer	alter table Car_plates add constraint FK_Car_plates_id_Vehicle_id foreign key(id) references Vehicle(id)
2025-06-26 04:31:39	DEBUG	DDLDeployer	create table Vehicle(id int not null, unique (id))
2025-06
...[truncated 7202 chars]...
,radio=&lt;null&gt;,color=&lt;null&gt;,engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=&lt;null&gt;]
2025-06-26 04:31:39	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2025-06-26 04:31:39	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer 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.014</duration><failedSince>0</failedSince><name>crud_polymorphism_subClassHasElementCollection(String, EntityPersister, PersistenceContext, PolymorphismType)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:39	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:39	TRACE	SQLOperation	insert into Vehicle(id) values (?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2025-06-26 04:31:39	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:39	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault}}
2025-06-26 04:31:39	DEBUG	EntityMappingTreeSelect
...[truncated 7395 chars]...
yTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2025-06-26 04:31:39	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Truck
2025-06-26 04:31:39	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Truck[color=&lt;null&gt;,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.015</duration><failedSince>0</failedSince><name>crud_polymorphism_subClassHasElementCollection(String, EntityPersister, PersistenceContext, PolymorphismType)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:39	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:39	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault}}
2025-06-26 04:31:39	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:39	TRACE	SQLOperation	select Car_plates.plates as Car_plates_plates, Car_plates.id as Car_plates_id from Car_plates where (Car_plates.id, Car_plates.plates) in ((?, ?)) | {Car_plates
...[truncated 6824 chars]...
eugeot,plates=[],radio=&lt;null&gt;,color=&lt;null&gt;,engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=&lt;null&gt;]
2025-06-26 04:31:39	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2025-06-26 04:31:39	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Truck[color=&lt;null&gt;,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.014</duration><failedSince>0</failedSince><name>crud_polymorphism_trunkHasOneToMany(String, EntityPersister)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:39	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:39	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, deputeCount integer, DTYPE varchar(255) not null, unique (id))
2025-06-26 04:31:39	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-06-26 04:31:39	DEBUG	DDLDeployer	alter table Country add constraint
...[truncated 10513 chars]...
,name=France,president=Person[addressBook=&lt;null&gt;,addresses=&lt;null&gt;,contracts=&lt;null&gt;,country=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@0,mapPropertyMadeOfComplexTypes=&lt;null&gt;,mapPropertyMadeOfComplexTypesWithColumnDuplicates=&lt;null&gt;,mapPropertyMadeOfEntityAsKey=&lt;null&gt;,mapPropertyMadeOfEntityAsKeyAndValue=&lt;null&gt;,mapPropertyMadeOfEntityAsValue=&lt;null&gt;,name=New french president,nicknames=&lt;null&gt;,phoneNumbers=&lt;null&gt;,timestamp=&lt;null&gt;,vehicle=&lt;null&gt;,version=0],states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest</className><duration>0.01</duration><failedSince>0</failedSince><name>crud_polymorphism_trunkHasOneToMany(String, EntityPersister)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:39	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2025-06-26 04:31:39	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:39	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@0}
2025-06-26 04:31:39	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:39	TRACE	SQLOperation	insert into Perso
...[truncated 12999 chars]...
,name=France,president=Person[addressBook=&lt;null&gt;,addresses=&lt;null&gt;,contracts=&lt;null&gt;,country=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@0,mapPropertyMadeOfComplexTypes=&lt;null&gt;,mapPropertyMadeOfComplexTypesWithColumnDuplicates=&lt;null&gt;,mapPropertyMadeOfEntityAsKey=&lt;null&gt;,mapPropertyMadeOfEntityAsKeyAndValue=&lt;null&gt;,mapPropertyMadeOfEntityAsValue=&lt;null&gt;,name=New french president,nicknames=&lt;null&gt;,phoneNumbers=&lt;null&gt;,timestamp=&lt;null&gt;,vehicle=&lt;null&gt;,version=0],states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToPolymorphicMany</className><duration>0.034</duration><failedSince>0</failedSince><name>oneToTablePerClass_crud_ownedByReverseSide</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:39	DEBUG	DDLDeployer	create table Village(barCount integer, id int not null, name varchar(255), countryId int, unique (id))
2025-06-26 04:31:39	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-06-26 04:31:39	DEBUG	DDLDeployer	create table Town(discotecCount integer, id int not null, name varchar(255), countryId int, unique (id))
2025-06-26 04:31:39	DEBUG	DDLDeployer	alter table Villag
...[truncated 10935 chars]...
eration	update Village set name = ?, barCount = ?, countryId = ? where id = ? | {1={Village.id (W)=o.c.s.i.PersistableIdentifier@42, Village.name (U)=Grenoble, Village.countryId (U)=null, Village.barCount (U)=51}}
2025-06-26 04:31:39	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:39	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:39	TRACE	SQLOperation	select id from Town union all select id from Village | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToPolymorphicMany</className><duration>0.024</duration><failedSince>0</failedSince><name>oneToTablePerClass_crud_ownedByReverseSide_foreignKeysAreCreated</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:39	DEBUG	DDLDeployer	create table Village(barCount integer, id int not null, name varchar(255), countryId int, unique (id))
2025-06-26 04:31:39	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-06-26 04:31:39	DEBUG	DDLDeployer	create table Town(discotecCount integer, id int not null, name varchar(255), countryId int, unique (id))
2025-06-26 04:31:39	DEBUG	DDLDeployer	alter table Village add constraint FK_Village_countryId_Country_id foreign key(countryId) references Country(id)
2025-06-26 04:31:39	DEBUG	DDLDeployer	alter table Town add constraint FK_Town_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.04</duration><failedSince>0</failedSince><name>oneToSingleTable_crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:39	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, vehicleId int, unique (id))
2025-06-26 04:31:39	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, DTYPE varchar(255) not null, unique (id))
2025-06-26 04:31:39	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)
2025-06-26 04:31:39	DEBUG	SingleTablePolymorphis
...[truncated 13251 chars]...
ablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@17]
2025-06-26 04:31:39	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2025-06-26 04:31:39	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, 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.045</duration><failedSince>0</failedSince><name>oneToJoinedTable_crud_ownedByReverseSide</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:39	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-06-26 04:31:39	DEBUG	DDLDeployer	create table Vehicle(id int not null, ownerId int, unique (id))
2025-06-26 04:31:39	DEBUG	DDLDeployer	create table Car(id int not null, unique (id))
2025-06-26 04:31:39	DEBUG	DDLDeployer	create table Truck(id int not null, unique (id))
2025-06-26 04:31:39	DEBUG	DDLDeployer	alter table Vehicle add const
...[truncated 17822 chars]...
25-06-26 04:31:39	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2025-06-26 04:31:39	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Car.id as Car_id, Truck.id as Truck_id from Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as 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.054</duration><failedSince>0</failedSince><name>oneToJoinedTable_crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:39	DEBUG	DDLDeployer	create table Vehicle(id int not null, unique (id))
2025-06-26 04:31:39	DEBUG	DDLDeployer	create table Car(id int not null, unique (id))
2025-06-26 04:31:39	DEBUG	DDLDeployer	create table Truck(id int not null, unique (id))
2025-06-26 04:31:39	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, vehicleId int, unique (id))
2025-06-26 04:31:39	DEBUG	DDLDeployer	alter table Car add constra
...[truncated 18615 chars]...
25-06-26 04:31:39	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2025-06-26 04:31:39	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Car.id as Car_id, Truck.id as Truck_id from Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as 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.033</duration><failedSince>0</failedSince><name>oneToSingleTable_crud_ownedByReverseSide</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:39	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2025-06-26 04:31:39	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, DTYPE varchar(255) not null, ownerId int, unique (id))
2025-06-26 04:31:39	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_ownerId_Person_id foreign key(ownerId) references Person(id)
2025-06-26 04:31:39	DEBUG	SQLOperation	Batching statem
...[truncated 12276 chars]...
ablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@17]
2025-06-26 04:31:39	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2025-06-26 04:31:39	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, 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.174</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.024</duration><failedSince>0</failedSince><name>twoSubClasses</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:40	DEBUG	DDLDeployer	create table Vehicle(id int not null, engineId int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2025-06-26 04:31:40	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2025-06-26 04:31:40	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)
2025-06-26 04:31:40	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdent
...[truncated 6452 chars]...
 04:31:40	TRACE	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@100}}
2025-06-26 04:31:40	TRACE	SQLOperation	select * from Vehicle | {}
2025-06-26 04:31:40	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:40	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2025-06-26 04:31:40	TRACE	SQLOperation	select * from Vehicle | {}
2025-06-26 04:31:40	TRACE	SQLOperation	select id from Engine | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToSingleTableOne</className><duration>0.026</duration><failedSince>0</failedSince><name>oneSubClass</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:40	DEBUG	DDLDeployer	create table Vehicle(id int, engineId int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2025-06-26 04:31:40	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2025-06-26 04:31:40	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)
2025-06-26 04:31:40	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@100
...[truncated 3502 chars]...
 04:31:40	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:40	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:40	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:40	TRACE	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@100}}
2025-06-26 04:31:40	TRACE	SQLOperation	select * from Vehicle | {}
2025-06-26 04:31:40	TRACE	SQLOperation	select id from Engine | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToSingleTableOne</className><duration>0.031</duration><failedSince>0</failedSince><name>listenersAreNotified</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:40	DEBUG	DDLDeployer	create table Vehicle(id int not null, engineId int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2025-06-26 04:31:40	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2025-06-26 04:31:40	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)
2025-06-26 04:31:40	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:40	TRACE	SQLOperati
...[truncated 3478 chars]...
gineId = engine.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2025-06-26 04:31:40	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2025-06-26 04:31:40	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer 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.027</duration><failedSince>0</failedSince><name>twoSubClasses_withCommonProperties</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:40	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, engineId int, model varchar(255), DTYPE varchar(255) not null, unique (id))
2025-06-26 04:31:40	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2025-06-26 04:31:40	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)
2025-06-26 04:31:40	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdent
...[truncated 7429 chars]...
={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2025-06-26 04:31:40	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:40	TRACE	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@200}}
2025-06-26 04:31:40	TRACE	SQLOperation	select count(*) as carCount from Vehicle where id = 1 | {}
2025-06-26 04:31:40	TRACE	SQLOperation	select count(*) as truckCount from Vehicle where id = 2 | {}
2025-06-26 04:31:40	TRACE	SQLOperation	select id from Engine | {}
</stdout></case><duration>0.11</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.027</duration><failedSince>0</failedSince><name>twoSubClasses</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:39	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, engineId int, unique (id))
2025-06-26 04:31:39	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2025-06-26 04:31:39	DEBUG	DDLDeployer	create table Truck(color int, id int not null, engineId int, unique (id))
2025-06-26 04:31:39	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@200]
2025-06-26 04:31:39	DEBUG	EntityMappingTreeSelectExecutor
...[truncated 8969 chars]...
d = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2025-06-26 04:31:39	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:39	TRACE	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@200}}
2025-06-26 04:31:39	TRACE	SQLOperation	select count(*) as carCount from car where id = 1 | {}
2025-06-26 04:31:39	TRACE	SQLOperation	select count(*) as truckCount from car where id = 2 | {}
2025-06-26 04:31:39	TRACE	SQLOperation	select id from Engine | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToTablePerClassOne</className><duration>0.018</duration><failedSince>0</failedSince><name>oneSubClass</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:39	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), color int, engineId int, unique (id))
2025-06-26 04:31:39	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2025-06-26 04:31:39	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@100]
2025-06-26 04:31:39	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:39	TRACE	SQLOperation	select Engine.id as Engine_id from Engine
...[truncated 4068 chars]...
]
2025-06-26 04:31:39	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:39	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:39	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:39	TRACE	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@100}}
2025-06-26 04:31:39	TRACE	SQLOperation	select * from car | {}
2025-06-26 04:31:39	TRACE	SQLOperation	select id from Engine | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToTablePerClassOne</className><duration>0.576</duration><failedSince>0</failedSince><name>listenersAreNotified</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:39	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, engineId int, unique (id))
2025-06-26 04:31:39	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2025-06-26 04:31:40	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:40	TRACE	SQLOperation	insert into Car(color, model, id, engineId) values (?, ?, ?, ?) | {1={Car.engineId=null, Car.id=o.c.s.i.PersistableIdentifier@1, Car.color=Color[rgb=666], Car.model=Renault}}
20
...[truncated 4154 chars]...
tityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Car[model=&lt;null&gt;,plates=[],radio=&lt;null&gt;,color=&lt;null&gt;,engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=&lt;null&gt;]
2025-06-26 04:31:40	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer 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.033</duration><failedSince>0</failedSince><name>twoSubClasses_withCommonProperties</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:40	DEBUG	DDLDeployer	create table Car(model varchar(255), id int not null, color int, engineId int, unique (id))
2025-06-26 04:31:40	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2025-06-26 04:31:40	DEBUG	DDLDeployer	create table Truck(id int not null, color int, engineId int, unique (id))
2025-06-26 04:31:40	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@200]
2025-06-26 04:31:40	DEBUG	EntityMappingTreeSelectExecutor
...[truncated 10333 chars]...
= ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2025-06-26 04:31:40	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:40	TRACE	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@200}}
2025-06-26 04:31:40	TRACE	SQLOperation	select count(*) as carCount from car where id = 1 | {}
2025-06-26 04:31:40	TRACE	SQLOperation	select count(*) as truckCount from truck where id = 2 | {}
2025-06-26 04:31:40	TRACE	SQLOperation	select id from Engine | {}
</stdout></case><duration>0.656</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.01</duration><failedSince>0</failedSince><name>insert_oneToOne</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, engineId bigint, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Engine(model varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_engineId_Engine_id foreign key(engineId) references Engine(id)
2025-
...[truncated 733 chars]...
engine_model, engine.id as engine_id from Car left outer join Engine as engine on Car.engineId = engine.id where Car.id in (?) | {Car.id=1}
2025-06-26 04:31:56	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest$Car
2025-06-26 04:31:56	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Car{id=1, color=null, model='Renault'}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest</className><duration>0.009</duration><failedSince>0</failedSince><name>multipleInheritance</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2025-06-26 04:31:56	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:56	TRACE	SQLOperation	insert into Car(model, id) values (?, default) | {1={Car.model=Renault}}
2025-06-26 04:31:56	TRACE	SQLOperation	select id, model from Car | {}
2025-06-26 04:31:56	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2025-06-26 04:31:56	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:56	TRACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=1}
2025-06-26 04:31:56	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest$Car
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest</className><duration>0.009</duration><failedSince>0</failedSince><name>multipleInheritance_joinedTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:56	DEBUG	DDLDeployer	create table AbstractVehicle(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Vehicle(id bigint not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2025-06-26 04:31:56	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_id_AbstractVehicle_id foreign key(id) references Abstrac
...[truncated 1213 chars]...
}
2025-06-26 04:31:56	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest$Car
2025-06-26 04:31:56	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Car{id=1, color=null, model='Renault'}
2025-06-26 04:31:56	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Car{id=1, color=null, model='Renault'}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest</className><duration>0.008</duration><failedSince>0</failedSince><name>insert_basic</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:56	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2025-06-26 04:31:56	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:56	TRACE	SQLOperation	insert into Car(model, id) values (?, default) | {1={Car.model=Renault}}
2025-06-26 04:31:56	TRACE	SQLOperation	select id, model from Car | {}
2025-06-26 04:31:56	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2025-06-26 04:31:56	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:56	TRACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=1}
2025-06-26 04:31:56	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest$Car
</stdout></case><duration>0.038</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.032</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.016</duration><failedSince>0</failedSince><name>embed_withOverriddenColumnName</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.014</duration><failedSince>0</failedSince><name>embed_withReadonlyProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:40	DEBUG	DDLDeployer	create table Toto(creationDate timestamp, modificationDate timestamp, readonlyProperty varchar(255), id varchar(36) not null, unique (id))
2025-06-26 04:31:40	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:40	TRACE	SQLOperation	insert into Toto(creationDate, modificationDate, id) values (?, ?, ?) | {1={Toto.creationDate=Thu Jun 26 04:31:40 UTC 2025, Toto.modificationDate=Thu Jun 26 04:31:40 UTC 2025, Toto.id=o.c.s.i.PersistedIdentifier@709959ab-e904-412a-a661-c06cd28c4fea}}
2025-06-26 04:31:40	TRACE	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>2025-06-26 04:31:40	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, name varchar(255), unique (id))
2025-06-26 04:31:40	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@95aa4ae6-c21b-4541-9be2-5425cbb334d2]
2025-06-26 04:31:40	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:40	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableI
...[truncated 475 chars]...
ingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:40	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@95aa4ae6-c21b-4541-9be2-5425cbb334d2}
2025-06-26 04:31:40	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2025-06-26 04:31:40	TRACE	SQLOperation	select Toto.name from Toto | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.021</duration><failedSince>0</failedSince><name>withEnum_columnMappedWithOrdinal</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:40	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender integer, id int not null, unique (id))
2025-06-26 04:31:40	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:40	TRACE	SQLOperation	insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.gender=FEMALE, PersonWithGender.name=toto, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:40	TRACE	SQLOperation	select * from PersonWithGender | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.002</duration><failedSince>0</failedSince><name>map_methodHasNoMatchingField_configurationIsStillValid</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.012</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:40	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender VARCHAR(255), id int not null, unique (id))
2025-06-26 04:31:40	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:40	TRACE	SQLOperation	insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.id=o.c.s.i.PersistableIdentifier@1, PersonWithGender.gender=FEMALE, PersonWithGender.name=null}}
2025-06-26 04:31:40	DEBUG	SimpleRelationalEntityPersister	selecting entit
...[truncated 74 chars]...
ingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:40	TRACE	SQLOperation	select PersonWithGender.name as PersonWithGender_name, PersonWithGender.gender as PersonWithGender_gender, PersonWithGender.id as PersonWithGender_id from PersonWithGender where PersonWithGender.id in (?) | {PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}
2025-06-26 04:31:40	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.PersonWithGender
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.205</duration><failedSince>0</failedSince><name>innerEmbed_withConflictingEmbeddable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:40	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:40	TRACE	SQLOperation	insert into countryTable(countryCreatedAt, id, name, presidentElectedAt, presidentName) values (?, ?, ?, ?, ?) | {1={countryTable.id=o.c.s.i.PersistableIdentifier@1, countryTable.presidentElectedAt=Tue Jan 01 00:00:00 UTC 2019, countryTable.countryCreatedAt=Mon Jan 01 00:00:00 UTC 2018, countryTable.name=France, countryTable.presidentName=François}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.003</duration><failedSince>0</failedSince><name>map_withColumn_columnIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.012</duration><failedSince>0</failedSince><name>map_withSqlBinderOnEmbeddedProperty_binderIsUsed_writeCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:40	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, creationDate varchar(255), modificationDate timestamp, unique (id))
2025-06-26 04:31:40	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:40	TRACE	SQLOperation	insert into Toto(modificationDate, creationDate, id) values (?, ?, ?) | {1={Toto.creationDate=Thu Jun 26 04:31:40 UTC 2025, Toto.modificationDate=Thu Jun 26 04:31:40 UTC 2025, Toto.id=o.c.s.i.PersistableIdentifier@db486e3e-4113-41dd-95be-7e32744
...[truncated 183 chars]...
ityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:40	TRACE	SQLOperation	select Toto.modificationDate as Toto_modificationDate, Toto.creationDate as Toto_creationDate, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@db486e3e-4113-41dd-95be-7e32744b9c9a}
2025-06-26 04:31:40	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.004</duration><failedSince>0</failedSince><name>embed_withOverriddenColumnName_nameAlreadyExists_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.01</duration><failedSince>0</failedSince><name>withEnum_mappedWithOrdinal</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:40	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender INT, id int not null, unique (id))
2025-06-26 04:31:40	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:40	TRACE	SQLOperation	insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.id=o.c.s.i.PersistableIdentifier@1, PersonWithGender.name=toto, PersonWithGender.gender=FEMALE}}
2025-06-26 04:31:40	TRACE	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>2025-06-26 04:31:40	DEBUG	DDLDeployer	create table Toto(name varchar(255) not null, firstName varchar(255) not null, id int not null, unique (id))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.003</duration><failedSince>0</failedSince><name>map_methodIsASetter_configurationIsStillValid</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.011</duration><failedSince>0</failedSince><name>map_withSqlBinder_binderIsUsed_writeCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:40	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, possibleStates varchar(255), unique (id))
2025-06-26 04:31:40	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:40	TRACE	SQLOperation	insert into Toto(possibleStates, id) values (?, ?) | {1={Toto.possibleStates=[IN_PROGRESS, DONE], Toto.id=o.c.s.i.PersistableIdentifier@e8744548-7840-4492-ae2e-88db0934419a}}
2025-06-26 04:31:40	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.Persistabl
...[truncated 35 chars]...
-88db0934419a]
2025-06-26 04:31:40	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:40	TRACE	SQLOperation	select Toto.possibleStates as Toto_possibleStates, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@e8744548-7840-4492-ae2e-88db0934419a}
2025-06-26 04:31:40	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.009</duration><failedSince>0</failedSince><name>innerEmbed_withSomeExcludedProperties</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:40	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:40	TRACE	SQLOperation	insert into countryTable(id, name, presidentElectedAt, presidentName) values (?, ?, ?, ?) | {1={countryTable.presidentElectedAt=Tue Jan 01 00:00:00 UTC 2019, countryTable.name=France, countryTable.presidentName=François, countryTable.id=o.c.s.i.PersistableIdentifier@1}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.009</duration><failedSince>0</failedSince><name>insert_nullValues</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:40	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender VARCHAR(255), id int not null, unique (id))
2025-06-26 04:31:40	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:40	TRACE	SQLOperation	insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.name=null, PersonWithGender.gender=null, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:40	DEBUG	SimpleRelationalEntityPersister	selecting entitie
...[truncated 72 chars]...
ingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:40	TRACE	SQLOperation	select PersonWithGender.name as PersonWithGender_name, PersonWithGender.gender as PersonWithGender_gender, PersonWithGender.id as PersonWithGender_id from PersonWithGender where PersonWithGender.id in (?) | {PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}
2025-06-26 04:31:40	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.PersonWithGender
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.011</duration><failedSince>0</failedSince><name>map_definedAsIdentifier_identifierIsStoredAsString</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:40	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, name varchar(255), unique (id))
2025-06-26 04:31:40	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@dcb3cfbc-6aca-46c0-a0bb-cf6d022e70ac]
2025-06-26 04:31:40	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:40	TRACE	SQLOperation	select Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@dcb3cfbc-6aca-46c0-a0bb-cf6d022e70ac}
2025-06-26 04:31:40	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:40	TRACE	SQLOperation	insert into Toto(id) values (?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@dcb3cfbc-6aca-46c0-a0bb-cf6d022e70ac}}
2025-06-26 04:31:40	TRACE	SQLOperation	select Toto.id, 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_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.01</duration><failedSince>0</failedSince><name>withEnum_byDefault_ordinalIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:40	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender VARCHAR(255), id int not null, unique (id))
2025-06-26 04:31:40	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:40	TRACE	SQLOperation	insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.name=toto, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1, PersonWithGender.gender=FEMALE}}
2025-06-26 04:31:40	TRACE	SQLOperation	select * from PersonWithGender | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.017</duration><failedSince>0</failedSince><name>map_withWriteConverter_converterIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:40	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, name varchar(255), unique (id))
2025-06-26 04:31:40	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0764408f-53f6-420b-9b6e-30f4a76c73d9]
2025-06-26 04:31:40	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:40	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableI
...[truncated 1334 chars]...
ingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:40	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@0764408f-53f6-420b-9b6e-30f4a76c73d9}
2025-06-26 04:31:40	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2025-06-26 04:31:40	TRACE	SQLOperation	select Toto.name from Toto | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.005</duration><failedSince>0</failedSince><name>addEnum_mandatory_columnConstraintIsAdded</name><properties></properties><skipped>false</skipped><status>PASSED</status></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.003</duration><failedSince>0</failedSince><name>map_mappingDefinedTwiceByMethod_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.004</duration><failedSince>0</failedSince><name>embed_definedByGetter</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.005</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.011</duration><failedSince>0</failedSince><name>update_nullValues</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender VARCHAR(255), id int not null, unique (id))
2025-06-26 04:31:41	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:41	TRACE	SQLOperation	insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.name=toto, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1, PersonWithGender.gender=MALE}}
2025-06-26 04:31:41	DEBUG	SQLOperation	Batching statement 1 times
2025-06-2
...[truncated 369 chars]...
ingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:41	TRACE	SQLOperation	select PersonWithGender.name as PersonWithGender_name, PersonWithGender.gender as PersonWithGender_gender, PersonWithGender.id as PersonWithGender_id from PersonWithGender where PersonWithGender.id in (?) | {PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}
2025-06-26 04:31:41	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.PersonWithGender
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.011</duration><failedSince>0</failedSince><name>innerEmbed_withTwiceSameInnerEmbeddableName</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.01</duration><failedSince>0</failedSince><name>map_readonly_columnIsNotWrittenToDatabase_CRUD</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Toto(name varchar(255), firstName varchar(255), id varchar(36) not null, unique (id))
2025-06-26 04:31:41	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:41	TRACE	SQLOperation	insert into Toto(firstName, id) values (?, ?) | {1={Toto.id=o.c.s.i.PersistedIdentifier@5b180de4-1bc4-4fda-b8e9-1af68ee7b15e, Toto.firstName=null}}
2025-06-26 04:31:41	TRACE	SQLOperation	select firstName from Toto | {}
2025-06-26 04:31:41	DEBUG	SimpleRelatio
...[truncated 173 chars]...
entities in 1 chunks
2025-06-26 04:31:41	TRACE	SQLOperation	select Toto.firstName as Toto_firstName, Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistedIdentifier@5b180de4-1bc4-4fda-b8e9-1af68ee7b15e}
2025-06-26 04:31:41	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2025-06-26 04:31:41	TRACE	SQLOperation	select firstName from Toto | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.002</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.025</duration><failedSince>0</failedSince><name>map_readonly_columnIsNotWrittenToDatabase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), firstName varchar(255), unique (id))
2025-06-26 04:31:41	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:41	TRACE	SQLOperation	insert into Toto(firstName, id) values (?, ?) | {1={Toto.id=o.c.s.i.PersistedIdentifier@e210cf21-accf-4607-8d9d-3b816fd3ecb0, Toto.firstName=null}}
2025-06-26 04:31:41	TRACE	SQLOperation	select Toto.id, Toto.name from Toto | {}
2025-06-26 04:31:41	TRACE	SQLOperation	update Toto set name = ? where id = ? | {1=dummyName, 2=o.c.s.i.PersistedIdentifier@e210cf21-accf-4607-8d9d-3b816fd3ecb0}
2025-06-26 04:31:41	TRACE	SQLOperation	select Toto.id, Toto.name from Toto | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.004</duration><failedSince>0</failedSince><name>embed_withOverriddenColumn</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.024</duration><failedSince>0</failedSince><name>apiUsage</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.009</duration><failedSince>0</failedSince><name>map_withSqlBinder_binderIsUsed_readCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, name varchar(255), unique (id))
2025-06-26 04:31:41	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@a303ecde-1f14-45ab-9319-537f38a495fd]
2025-06-26 04:31:41	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:41	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableI
...[truncated 404 chars]...
3ecde-1f14-45ab-9319-537f38a495fd]
2025-06-26 04:31:41	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:41	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@a303ecde-1f14-45ab-9319-537f38a495fd}
2025-06-26 04:31:41	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.007</duration><failedSince>0</failedSince><name>addEnum_mandatory_onMissingValue_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender VARCHAR(255) not null, id int not null, unique (id))
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.01</duration><failedSince>0</failedSince><name>map_withReadConverter_converterIsUsed_readOnlyProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, name varchar(255), unique (id))
2025-06-26 04:31:41	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {Toto.id=o.c.s.i.PersistedIdentifier@8b277716-1cc4-4519-9d3d-0cf7e1cd07d7, Toto.name=toto}
2025-06-26 04:31:41	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@8b277716-1cc4-4519-9d3d-0cf7e1cd07d7]
2025-06-26 04:31:41	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:41	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistedIdentifier@8b277716-1cc4-4519-9d3d-0cf7e1cd07d7}
2025-06-26 04:31:41	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2025-06-26 04:31:41	TRACE	SQLOperation	select Toto.name from Toto | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.002</duration><failedSince>0</failedSince><name>map_withColumnName_targetedPropertyNameIsTaken</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest</className><duration>0.002</duration><failedSince>0</failedSince><name>map_withoutName_targetedPropertyNameIsTaken</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean</className><duration>0.011</duration><failedSince>0</failedSince><name>overrideName_nameIsAlreadyOverridden_nameIsOverwritten</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, createdAt timestamp, modificationDate timestamp, name varchar(255), unique (id))
2025-06-26 04:31:41	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:41	TRACE	SQLOperation	insert into Toto(createdAt, id, modificationDate, name) values (?, ?, ?, ?) | {1={Toto.name=null, Toto.modificationDate=null, Toto.createdAt=Thu Jun 26 04:31:41 UTC 2025, Toto.id=o.c.s.i.PersistableIdentifier@861fb044-f2d3-4bf9-b323
...[truncated 308 chars]...
ctExecutor	selecting entities in 1 chunks
2025-06-26 04:31:41	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.modificationDate as Toto_modificationDate, Toto.createdAt as Toto_createdAt, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@861fb044-f2d3-4bf9-b323-fddcf8a386db}
2025-06-26 04:31:41	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean</className><duration>0.01</duration><failedSince>0</failedSince><name>simpleCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, creationDate timestamp, modificationDate timestamp, name varchar(255), unique (id))
2025-06-26 04:31:41	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:41	TRACE	SQLOperation	insert into Toto(creationDate, id, modificationDate, name) values (?, ?, ?, ?) | {1={Toto.name=null, Toto.id=o.c.s.i.PersistableIdentifier@c7be6454-161f-4529-a45c-fd0dd1b68321, Toto.modificationDate=null, Toto.creationDate=Thu Ju
...[truncated 326 chars]...
utor	selecting entities in 1 chunks
2025-06-26 04:31:41	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.modificationDate as Toto_modificationDate, Toto.creationDate as Toto_creationDate, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@c7be6454-161f-4529-a45c-fd0dd1b68321}
2025-06-26 04:31:41	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean</className><duration>0.009</duration><failedSince>0</failedSince><name>exclude</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), modificationDate timestamp, unique (id))
2025-06-26 04:31:41	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:41	TRACE	SQLOperation	insert into Toto(id, modificationDate, name) values (?, ?, ?) | {1={Toto.modificationDate=null, Toto.name=null, Toto.id=o.c.s.i.PersistableIdentifier@85960849-3c4f-4f83-bac6-4f932503adac}}
2025-06-26 04:31:41	DEBUG	SimpleRelationalEntityPersister	select
...[truncated 95 chars]...
:31:41	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:41	TRACE	SQLOperation	select Toto.modificationDate as Toto_modificationDate, Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@85960849-3c4f-4f83-bac6-4f932503adac}
2025-06-26 04:31:41	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean</className><duration>0.012</duration><failedSince>0</failedSince><name>overrideColumn</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, createdAt timestamp, modificationDate timestamp, name varchar(255), unique (id))
2025-06-26 04:31:41	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:41	TRACE	SQLOperation	insert into Toto(createdAt, id, modificationDate, name) values (?, ?, ?, ?) | {1={Toto.modificationDate=null, Toto.name=null, Toto.id=o.c.s.i.PersistableIdentifier@dc0b8b62-c98d-4547-97f6-27304a408b9c, Toto.createdAt=Thu Jun 26 04:3
...[truncated 308 chars]...
ctExecutor	selecting entities in 1 chunks
2025-06-26 04:31:41	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.modificationDate as Toto_modificationDate, Toto.createdAt as Toto_createdAt, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@dc0b8b62-c98d-4547-97f6-27304a408b9c}
2025-06-26 04:31:41	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
</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.013</duration><failedSince>0</failedSince><name>overrideName</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, createdAt timestamp, modificationDate timestamp, name varchar(255), unique (id))
2025-06-26 04:31:41	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:41	TRACE	SQLOperation	insert into Toto(createdAt, id, modificationDate, name) values (?, ?, ?, ?) | {1={Toto.name=null, Toto.id=o.c.s.i.PersistableIdentifier@c0f40f85-223b-4f7f-bc5a-95626b572b62, Toto.modificationDate=null, Toto.createdAt=Thu Jun 26 04:3
...[truncated 308 chars]...
ctExecutor	selecting entities in 1 chunks
2025-06-26 04:31:41	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.modificationDate as Toto_modificationDate, Toto.createdAt as Toto_createdAt, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@c0f40f85-223b-4f7f-bc5a-95626b572b62}
2025-06-26 04:31:41	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean</className><duration>0.016</duration><failedSince>0</failedSince><name>embed_withMappedSuperClass</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, creationDate timestamp, modificationDate timestamp, locale VARCHAR(20), name varchar(255), unique (id))
2025-06-26 04:31:41	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:41	TRACE	SQLOperation	insert into Toto(creationDate, id, locale, modificationDate, name) values (?, ?, ?, ?, ?) | {1={Toto.modificationDate=null, Toto.creationDate=Thu Jun 26 04:31:41 UTC 2025, Toto.id=o.c.s.i.PersistableIdentifier
...[truncated 417 chars]...
 chunks
2025-06-26 04:31:41	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.locale as Toto_locale, Toto.modificationDate as Toto_modificationDate, Toto.creationDate as Toto_creationDate, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@bcb126aa-9421-4787-b427-0e846fc28f2c}
2025-06-26 04:31:41	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean</className><duration>0.013</duration><failedSince>0</failedSince><name>embed_withMappedSuperClassAndOverride</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, creationDate timestamp, modificationTime timestamp, locale VARCHAR(20), name varchar(255), modificationDate timestamp, unique (id))
2025-06-26 04:31:41	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:41	TRACE	SQLOperation	insert into Toto(creationDate, id, locale, modificationTime, name) values (?, ?, ?, ?, ?) | {1={Toto.modificationTime=null, Toto.name=null, Toto.creationDate=Thu Jun 26 04:31:41 UTC
...[truncated 445 chars]...
 chunks
2025-06-26 04:31:41	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.locale as Toto_locale, Toto.modificationTime as Toto_modificationTime, Toto.creationDate as Toto_creationDate, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@362361f6-dddf-49d5-b3cd-8557f9286d6d}
2025-06-26 04:31:41	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean</className><duration>0.004</duration><failedSince>0</failedSince><name>mappingDefinedTwice_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.095</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.029</duration><failedSince>0</failedSince><name>crud_withConfigurationFromInheritance</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, unique (id))
2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Tutu(id VARCHAR(255) not null, firstName varchar(255), unique (id))
2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Titi(id VARCHAR(255) not null, prop1 varchar(255), unique (id))
2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Tata(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-06-26 04:31:41	DEBUG	DDLDeployer	alter table Tutu ad
...[truncated 5283 chars]...
SQLOperation	Batching statement 1 times
2025-06-26 04:31:41	TRACE	SQLOperation	delete from Tata where id = ? | {1={Tata.id=o.c.s.i.PersistedIdentifier@5679f3d1-4b74-47a6-b71d-635f7524b2d0}}
2025-06-26 04:31:41	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:41	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistedIdentifier@5679f3d1-4b74-47a6-b71d-635f7524b2d0}}
2025-06-26 04:31:41	TRACE	SQLOperation	select id from Toto union all select id from Tata | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$ExtraTable</className><duration>0.013</duration><failedSince>0</failedSince><name>crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Toto(identifier VARCHAR(255) not null, unique (identifier))
2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Tata(identifier VARCHAR(255) not null, name varchar(255), unique (identifier))
2025-06-26 04:31:41	DEBUG	DDLDeployer	alter table Tata add constraint FK_Tata_identifier_Toto_identifier foreign key(identifier) references Toto(identifier)
2025-06-26 04:31:41	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:41	TRACE	SQLOperati
...[truncated 2655 chars]...
26 04:31:41	TRACE	SQLOperation	delete from Tata where identifier = ? | {1={Tata.identifier=o.c.s.i.PersistedIdentifier@61379780-4efc-4350-a2f7-4d725823f9fb}}
2025-06-26 04:31:41	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:41	TRACE	SQLOperation	delete from Toto where identifier = ? | {1={Toto.identifier=o.c.s.i.PersistedIdentifier@61379780-4efc-4350-a2f7-4d725823f9fb}}
2025-06-26 04:31:41	TRACE	SQLOperation	select identifier from Toto union all select identifier from Tata | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$ExtraTable</className><duration>0.012</duration><failedSince>0</failedSince><name>tableStructure</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Toto(identifier VARCHAR(255) not null, unique (identifier))
2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Tata(identifier VARCHAR(255) not null, name varchar(255), unique (identifier))
2025-06-26 04:31:41	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.014</duration><failedSince>0</failedSince><name>crud_severalTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Toto(identifier VARCHAR(255) not null, unique (identifier))
2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Tutu(identifier VARCHAR(255) not null, firstName varchar(255), unique (identifier))
2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Tata(identifier VARCHAR(255) not null, name varchar(255), unique (identifier))
2025-06-26 04:31:41	DEBUG	DDLDeployer	alter table Tutu add constraint FK_Tutu_identifier_Toto_identifier foreign key(identif
...[truncated 4434 chars]...
26 04:31:41	TRACE	SQLOperation	delete from Tata where identifier = ? | {1={Tata.identifier=o.c.s.i.PersistedIdentifier@5d1c2645-fb56-4729-99f0-f7e23aeef13a}}
2025-06-26 04:31:41	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:41	TRACE	SQLOperation	delete from Toto where identifier = ? | {1={Toto.identifier=o.c.s.i.PersistedIdentifier@5d1c2645-fb56-4729-99f0-f7e23aeef13a}}
2025-06-26 04:31:41	TRACE	SQLOperation	select identifier from Toto union all select identifier from Tata | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$ExtraTable</className><duration>0.009</duration><failedSince>0</failedSince><name>tableStructure_columnNameGiven_columnNameIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Toto(identifier VARCHAR(255) not null, unique (identifier))
2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Tata(identifier VARCHAR(255) not null, dummyName varchar(255), unique (identifier))
2025-06-26 04:31:41	DEBUG	DDLDeployer	alter table Tata add constraint FK_Tata_identifier_Toto_identifier foreign key(identifier) references Toto(identifier)
</stdout></case><duration>0.08</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$ExtraTable</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey</className><duration>0.009</duration><failedSince>0</failedSince><name>usingConstructor_constructorIsInvoked_setterIsNotCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Toto(name varchar(255), id VARCHAR(255) not null, unique (id))
2025-06-26 04:31:41	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:41	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@4a34115a-7fe9-451f-82ff-7798d36179ad, Toto.name=Tutu}}
2025-06-26 04:31:41	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@4a34115a-7fe9-451f-82ff-7798d36179ad]
2025-06-26 04:31:41	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:41	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@4a34115a-7fe9-451f-82ff-7798d36179ad}
2025-06-26 04:31:41	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey</className><duration>0.008</duration><failedSince>0</failedSince><name>usingConstructor_2Args_constructorIsInvoked_setterIsNotCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-06-26 04:31:41	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:41	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@c472da21-c0e6-4797-9fc8-12bff2b34442}}
2025-06-26 04:31:41	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@c472da21-c0e6-4797-9fc8-12bff2b34442]
2025-06-26 04:31:41	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:41	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@c472da21-c0e6-4797-9fc8-12bff2b34442}
2025-06-26 04:31:41	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey</className><duration>0.008</duration><failedSince>0</failedSince><name>usingFactory_constructorIsInvoked_setterIsNotCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-06-26 04:31:41	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:41	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@bf8484aa-2ec2-4611-af9d-6f74f10560db, Toto.name=Tutu}}
2025-06-26 04:31:41	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@bf8484aa-2ec2-4611-af9d-6f74f10560db]
2025-06-26 04:31:41	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:41	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@bf8484aa-2ec2-4611-af9d-6f74f10560db}
2025-06-26 04:31:41	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey</className><duration>0.008</duration><failedSince>0</failedSince><name>usingConstructor_supplier_supplierIsCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-06-26 04:31:41	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:41	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@91b23836-f5e1-47a7-b886-f75dc34c1577, Toto.name=Tutu}}
2025-06-26 04:31:41	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@91b23836-f5e1-47a7-b886-f75dc34c1577]
2025-06-26 04:31:41	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:41	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@91b23836-f5e1-47a7-b886-f75dc34c1577}
2025-06-26 04:31:41	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey</className><duration>0.001</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.009</duration><failedSince>0</failedSince><name>byDefault_defaultConstructorIsInvoked_setterIsCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-06-26 04:31:41	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:41	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@5312be1a-d6eb-46a8-97ee-7fce9c5b79ad, Toto.name=Tutu}}
2025-06-26 04:31:41	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@5312be1a-d6eb-46a8-97ee-7fce9c5b79ad]
2025-06-26 04:31:41	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:41	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@5312be1a-d6eb-46a8-97ee-7fce9c5b79ad}
2025-06-26 04:31:41	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey</className><duration>0.008</duration><failedSince>0</failedSince><name>usingConstructor_1Arg_constructorIsInvoked_setterIsNotCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-06-26 04:31:41	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:41	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@37ac9c03-1519-440c-97b8-4d8caf35b1e7}}
2025-06-26 04:31:41	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@37ac9c03-1519-440c-97b8-4d8caf35b1e7]
2025-06-26 04:31:41	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:41	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@37ac9c03-1519-440c-97b8-4d8caf35b1e7}
2025-06-26 04:31:41	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey</className><duration>0.008</duration><failedSince>0</failedSince><name>usingConstructor_1ArgColumnName_constructorIsInvoked_setterIsNotCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Toto(name varchar(255), myId VARCHAR(255) not null, unique (myId))
2025-06-26 04:31:41	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:41	TRACE	SQLOperation	insert into Toto(myId, name) values (?, ?) | {1={Toto.myId=o.c.s.i.PersistableIdentifier@334bb1cf-4712-49fa-bf91-6397bc2418a8, Toto.name=Tutu}}
2025-06-26 04:31:41	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@334bb1cf-4712-49fa-bf91-6397bc2418a8]
2025-06-26 04:31:41	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:41	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.myId as Toto_myId from Toto where Toto.myId in (?) | {Toto.myId=o.c.s.i.PersistableIdentifier@334bb1cf-4712-49fa-bf91-6397bc2418a8}
2025-06-26 04:31:41	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
</stdout></case><duration>0.065</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$UseConstructor</className><duration>0.009</duration><failedSince>0</failedSince><name>withConstructorSpecified_constructorIsInvoked_setterIsNotCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-06-26 04:31:41	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:41	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@955399c2-6668-4496-b6fc-3aef254bce32}}
2025-06-26 04:31:41	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@955399c2-6668-4496-b6fc-3aef254bce32]
2025-06-26 04:31:41	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:41	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@955399c2-6668-4496-b6fc-3aef254bce32}
2025-06-26 04:31:41	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$UseConstructor</className><duration>0.01</duration><failedSince>0</failedSince><name>withConstructorSpecified_byColumnName_constructorIsInvoked</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Toto(label varchar(255), identifier VARCHAR(255) not null, unique (identifier))
2025-06-26 04:31:41	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:41	TRACE	SQLOperation	insert into Toto(identifier, label) values (?, ?) | {1={Toto.identifier=o.c.s.i.PersistableIdentifier@a6ac0246-29e7-4985-aafa-7329dc2ed06c, Toto.label=null}}
2025-06-26 04:31:41	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifie
...[truncated 39 chars]...

2025-06-26 04:31:41	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:41	TRACE	SQLOperation	select Toto.label as Toto_label, Toto.identifier as Toto_identifier from Toto where Toto.identifier in (?) | {Toto.identifier=o.c.s.i.PersistableIdentifier@a6ac0246-29e7-4985-aafa-7329dc2ed06c}
2025-06-26 04:31:41	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$UseConstructor</className><duration>0.01</duration><failedSince>0</failedSince><name>setByConstructor_withSeveralArguments</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-06-26 04:31:41	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:41	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.name=Hello, Toto.id=o.c.s.i.PersistableIdentifier@5e379965-77ac-4063-a77a-b97926db5a58}}
2025-06-26 04:31:41	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@5e379965-77ac-4063-a77a-b97926db5a58]
2025-06-26 04:31:41	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:41	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@5e379965-77ac-4063-a77a-b97926db5a58}
2025-06-26 04:31:41	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$UseConstructor</className><duration>0.01</duration><failedSince>0</failedSince><name>byDefault_defaultConstructorIsInvoked_setterIsCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-06-26 04:31:41	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:41	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@429cc544-a6f0-4575-a038-4e0629e2c5af}}
2025-06-26 04:31:41	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@429cc544-a6f0-4575-a038-4e0629e2c5af]
2025-06-26 04:31:41	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:41	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@429cc544-a6f0-4575-a038-4e0629e2c5af}
2025-06-26 04:31:41	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$UseConstructor</className><duration>0.009</duration><failedSince>0</failedSince><name>setByConstructor_constructorIsInvoked_setterIsCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:41	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-06-26 04:31:41	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:41	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@f26f3ec5-81a4-4a49-87f0-45a137396951}}
2025-06-26 04:31:41	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@f26f3ec5-81a4-4a49-87f0-45a137396951]
2025-06-26 04:31:41	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:41	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@f26f3ec5-81a4-4a49-87f0-45a137396951}
2025-06-26 04:31:41	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
</stdout></case><duration>0.05</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$UseConstructor</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportToOneAndToManyMixTest</className><duration>0.018</duration><failedSince>0</failedSince><name>testCascade_SetSetMix_update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table State(name varchar(255), id int not null, countryId int, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) ref
...[truncated 15879 chars]...
filarete.stalactite.engine.model.Country@2bc38e13,id=o.c.s.i.PersistedIdentifier@2,name=Grenoble,persons=&lt;null&gt;,state=&lt;null&gt;]],description=Smelly cheese !,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[State{id=o.c.s.i.PersistedIdentifier@0}, State{id=o.c.s.i.PersistedIdentifier@3}],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
2025-06-26 04:31:52	TRACE	SQLOperation	select id from State where id = 1 | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportToOneAndToManyMixTest</className><duration>0.015</duration><failedSince>0</failedSince><name>testCascade_oneToOneAndOneToMany_CRUD</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Country(name varchar(255), id int not null, presidentId int, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeplo
...[truncated 10341 chars]...
,name=France,president=Person[addressBook=&lt;null&gt;,addresses=&lt;null&gt;,contracts=&lt;null&gt;,country=&lt;null&gt;,id=o.c.s.i.PersistedIdentifier@0,mapPropertyMadeOfComplexTypes=&lt;null&gt;,mapPropertyMadeOfComplexTypesWithColumnDuplicates=&lt;null&gt;,mapPropertyMadeOfEntityAsKey=&lt;null&gt;,mapPropertyMadeOfEntityAsKeyAndValue=&lt;null&gt;,mapPropertyMadeOfEntityAsValue=&lt;null&gt;,name=New french president,nicknames=&lt;null&gt;,phoneNumbers=&lt;null&gt;,timestamp=&lt;null&gt;,vehicle=&lt;null&gt;,version=0],states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportToOneAndToManyMixTest</className><duration>0.033</duration><failedSince>0</failedSince><name>testCascade_ListSetMix_listContainsDuplicate_CRUD</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table State(name varchar(255), id int not null, countryId int, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Country_ancientCities(country_id int, ancientCities_id int, idx integer not null, unique 
...[truncated 33923 chars]...
del.Country@546e20d5,id=o.c.s.i.PersistedIdentifier@2,name=Grenoble,persons=&lt;null&gt;,state=&lt;null&gt;]],capital=&lt;null&gt;,cities=&lt;null&gt;,description=Smelly cheese !,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[State{id=o.c.s.i.PersistedIdentifier@0}, State{id=o.c.s.i.PersistedIdentifier@3}],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
2025-06-26 04:31:52	TRACE	SQLOperation	select id from State where id = 1 | {}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportToOneAndToManyMixTest</className><duration>0.015</duration><failedSince>0</failedSince><name>foreignKeyIsCreated</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2025-06-26 04:31:52	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
</stdout></case><duration>0.082</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.031</duration><failedSince>0</failedSince><name>update_versionIsUpgraded_dateVersion</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:40	DEBUG	DDLDeployer	create table Country(modificationDate timestamp, name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:40	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:40	TRACE	SQLOperation	insert into Country(name, description, modificationDate, id) values (?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@0, Country.description=null, Country.modificationDate=2025-06-26T04:31:40.405, Country.name=France}}
2025
...[truncated 1588 chars]...
 with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2025-06-26 04:31:40	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:40	TRACE	SQLOperation	update Country set name = ?, description = ?, modificationDate = ? where modificationDate = ? and id = ? | {1={Country.id (W)=o.c.s.i.PersistedIdentifier@0, Country.description (U)=null, Country.modificationDate (U)=2025-06-26T04:31:40.414, Country.modificationDate (W)=2025-06-26T04:31:40.409, Country.name (U)=Tutu}}
</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.017</duration><failedSince>0</failedSince><name>update_versionIsUpgraded_integerVersion</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:40	DEBUG	DDLDeployer	create table Country(version integer, name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:40	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:40	TRACE	SQLOperation	insert into Country(name, description, version, id) values (?, ?, ?, ?) | {1={Country.name=France, Country.description=null, Country.version=1, Country.id=o.c.s.i.PersistableIdentifier@0}}
2025-06-26 04:31:40	DEBUG	SimpleRelationalEntityPersist
...[truncated 1341 chars]...
ableIdentifier@0}
2025-06-26 04:31:40	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2025-06-26 04:31:40	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:40	TRACE	SQLOperation	update Country set name = ?, description = ?, version = ? where version = ? and id = ? | {1={Country.name (U)=Tutu, Country.description (U)=null, Country.version (U)=3, Country.version (W)=2, Country.id (W)=o.c.s.i.PersistedIdentifier@0}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportVersioningTest</className><duration>0.081</duration><failedSince>0</failedSince><name>update_entityIsOutOfSync_databaseIsNotUpdated</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:40	DEBUG	DDLDeployer	create table Country(version integer, name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-26 04:31:40	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:40	TRACE	SQLOperation	insert into Country(name, description, version, id) values (?, ?, ?, ?) | {1={Country.description=null, Country.name=France, Country.version=1, Country.id=o.c.s.i.PersistableIdentifier@0}}
2025-06-26 04:31:40	DEBUG	SimpleRelationalEntityPersist
...[truncated 618 chars]...
-06-26 04:31:40	TRACE	SQLOperation	update Country set name = ?, description = ?, version = ? where version = ? and id = ? | {1={Country.description (U)=null, Country.name (U)=Tata, Country.version (U)=2, Country.version (W)=1, Country.id (W)=o.c.s.i.PersistableIdentifier@0}}
2025-06-26 04:31:40	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:40	TRACE	SQLOperation	delete from Country where version = ? and id = ? | {1={Country.version=1, Country.id=o.c.s.i.PersistableIdentifier@0}}
</stdout></case><duration>0.135</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.001</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.004</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.cascade.AfterDeleteByIdSupportTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.cascade.AfterDeleteSupportTest</className><duration>0.019</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.012</duration><failedSince>0</failedSince><name>constructorArgsAreInvoked</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.031</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.cascade.AfterDeleteSupportTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.cascade.AfterInsertSupportTest</className><duration>0.001</duration><failedSince>0</failedSince><name>constructorWithDefaultFilter_acceptAll</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.cascade.AfterInsertSupportTest</className><duration>0.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.03</duration><failedSince>0</failedSince><name>testAfterUpdate</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.03</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.cascade.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.012</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.cascade.AfterUpdateSupportTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.cascade.BeforeDeleteByIdSupportTest</className><duration>0.002</duration><failedSince>0</failedSince><name>constructorWithDefaultFilter_acceptAll</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.cascade.BeforeDeleteByIdSupportTest</className><duration>0.002</duration><failedSince>0</failedSince><name>constructorArgsAreInvoked</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.004</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.cascade.BeforeDeleteByIdSupportTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.cascade.BeforeDeleteSupportTest</className><duration>0.002</duration><failedSince>0</failedSince><name>constructorWithDefaultFilter_acceptAll</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.cascade.BeforeDeleteSupportTest</className><duration>0.002</duration><failedSince>0</failedSince><name>constructorArgsAreInvoked</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.004</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.cascade.BeforeDeleteSupportTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.cascade.BeforeInsertSupportTest</className><duration>0.001</duration><failedSince>0</failedSince><name>constructorWithDefaultFilter_acceptAll</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.cascade.BeforeInsertSupportTest</className><duration>0.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.BeforeInsertSupportTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.cascade.BeforeUpdateSupportTest</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.BeforeUpdateSupportTest</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.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.014</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.002</duration><failedSince>0</failedSince><name>giveTargetTable_withImportedConfiguration</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.BeanMappingBuilderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>giveTargetTable_multipleTableFound_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.BeanMappingBuilderTest$InternalProcessor</className><duration>0.002</duration><failedSince>0</failedSince><name>addColumnToTable_existingColumnDoesntMatchLinkageType_linkageAsParameterBinder_doesntThrowException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.002</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.configurer.BeanMappingBuilderTest$InternalProcessor</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.JoinTablePolymorphismBuilderTest</className><duration>0.007</duration><failedSince>0</failedSince><name>build_withBeforeInsertIdentifierPolicy_entitiesMustHaveTheirIdSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Element(id bigint not null, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Question(label varchar(255), id bigint not null, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Part(name varchar(255), id bigint not null, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	alter table Question add constraint FK_Question_id_Element_id foreign key(id) references Element(id)
2025-06-26 04:31:52	DEBUG	DDLDeployer	alter table Part add constraint FK_Part_id_Element_id foreign key(id) references Element(id)
2025-06-26 04:31:52	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:52	TRACE	SQLOperation	insert into Element(id) values (?) | {1={Element.id=1}}
2025-06-26 04:31:52	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:52	TRACE	SQLOperation	insert into Question(label, id) values (?, ?) | {1={Question.label=What's the answer to Life, the Universe and Everything ?, Question.id=1}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.JoinTablePolymorphismBuilderTest</className><duration>0.008</duration><failedSince>0</failedSince><name>build_withAfterInsertIdentifierPolicy_entitiesMustHaveTheirIdSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Element(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Question(label varchar(255), id bigint not null, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Part(name varchar(255), id bigint not null, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	alter table Question add constraint FK_Question_id_Element_id foreign key(id) references 
...[truncated 44 chars]...
loyer	alter table Part add constraint FK_Part_id_Element_id foreign key(id) references Element(id)
2025-06-26 04:31:52	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:52	TRACE	SQLOperation	insert into Element(id) values (default) | {1={}}
2025-06-26 04:31:52	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:52	TRACE	SQLOperation	insert into Question(label, id) values (?, ?) | {1={Question.label=What's the answer to Life, the Universe and Everything ?, Question.id=1}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.JoinTablePolymorphismBuilderTest</className><duration>0.003</duration><failedSince>0</failedSince><name>build_targetTableAndOverridingColumnsAreDifferent_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.JoinTablePolymorphismBuilderTest</className><duration>0.008</duration><failedSince>0</failedSince><name>build_withAlreadyAssignedIdentifierPolicy_entitiesMustHaveTheirIdSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Element(id bigint not null, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Question(label varchar(255), id bigint not null, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Part(name varchar(255), id bigint not null, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	alter table Question add constraint FK_Question_id_Element_id foreign key(id) references Element(id)
2025-06-26 04:31:52	DEBUG	DDLDeployer	alter tabl
...[truncated 621 chars]...
tion.id left outer join Part as Part on Element.id = Part.id where Element.id in (?) | {1=1}
2025-06-26 04:31:52	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:52	TRACE	SQLOperation	insert into Element(id) values (?) | {1={Element.id=1}}
2025-06-26 04:31:52	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:52	TRACE	SQLOperation	insert into Question(label, id) values (?, ?) | {1={Question.label=What's the answer to Life, the Universe and Everything ?, Question.id=1}}
</stdout></case><duration>0.027</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.021</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.03</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.02</duration><failedSince>0</failedSince><name>cycling</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.02</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.configurer.PersisterBuilderContextTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest</className><duration>0.014</duration><failedSince>0</failedSince><name>collectEmbeddedMappingFromInheritance_fromMappedSuperClasses</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest</className><duration>0.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.002</duration><failedSince>0</failedSince><name>propagatePrimarykey</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest</className><duration>0.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.001</duration><failedSince>0</failedSince><name>applyForeignKeys</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest</className><duration>0.006</duration><failedSince>0</failedSince><name>collectEmbeddedMappingFromInheritance_fromInheritedClasses_withJoinedTables</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest</className><duration>0.002</duration><failedSince>0</failedSince><name>addIdentifyingPrimarykey_beforeInsertPolicy</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest</className><duration>0.001</duration><failedSince>0</failedSince><name>addIdentifyingPrimaryKey_alreadyAssignedPolicy</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest$BuildTest</className><duration>0.113</duration><failedSince>0</failedSince><name>build_withPolymorphismSingleTable_resultAssertsThatPersisterManageGivenEntities</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:52	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2025-06-26 04:31:52	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2025-06-26 04:31:52	TRACE	SQLOperation	select AbstractVehicle.creationDate as AbstractVehicle_creationDate, AbstractVehicle.modificationDate as AbstractVehicle_modificationDate, AbstractVehicle.id as AbstractVehicle_id, AbstractVehicle.DTYPE as AbstractVehicle_DTYPE from AbstractVehicle where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest$BuildTest</className><duration>0.006</duration><failedSince>0</failedSince><name>build_resultAssertsThatPersisterManageGivenEntities</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:52	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2025-06-26 04:31:52	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:52	TRACE	SQLOperation	select AbstractVehicle.creationDate as AbstractVehicle_creationDate, AbstractVehicle.modificationDate as AbstractVehicle_modificationDate, AbstractVehicle.id as AbstractVehicle_id from AbstractVehicle where AbstractVehicle.id in (?) | {AbstractVehicle.id=o.c.s.i.PersistableIdentifier@42}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest$BuildTest</className><duration>0.005</duration><failedSince>0</failedSince><name>build_singleTable_singleClass</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:52	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:52	TRACE	SQLOperation	insert into Car(color, creationDate, id, model, modificationDate) values (?, ?, ?, ?, ?) | {1={Car.modificationDate=Thu Jun 26 04:31:52 UTC 2025, Car.creationDate=Thu Jun 26 04:31:52 UTC 2025, Car.model=Renault, Car.color=Color[rgb=123], 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.012</duration><failedSince>0</failedSince><name>build_joinedTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:52	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:52	TRACE	SQLOperation	insert into AbstractVehicle(creationDate, id, modificationDate) values (?, ?, ?) | {1={AbstractVehicle.creationDate=Thu Jun 26 04:31:52 UTC 2025, AbstractVehicle.modificationDate=Thu Jun 26 04:31:52 UTC 2025, AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2025-06-26 04:31:52	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:52	TRACE	SQLOperation	insert into Vehicle(color, i
...[truncated 1106 chars]...
RACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id, AbstractVehicle.creationDate as AbstractVehicle_creationDate, AbstractVehicle.modificationDate as AbstractVehicle_modificationDate, AbstractVehicle.id as AbstractVehicle_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id from Car inner join AbstractVehicle as AbstractVehicle on Car.id = AbstractVehicle.id inner join Vehicle as Vehicle on Car.id = Vehicle.id where Car.id in (?) | {Car.id=o.c.s.i.PersistableIdentifier@1}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest$BuildTest</className><duration>0.012</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.005</duration><failedSince>0</failedSince><name>build_twiceForSameClass_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest$BuildTest</className><duration>0.007</duration><failedSince>0</failedSince><name>build_withPolymorphismJoinedTables_resultAssertsThatPersisterManageGivenEntities</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:52	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2025-06-26 04:31:52	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2025-06-26 04:31:52	TRACE	SQLOperation	select AbstractVehicle.creationDate as AbstractVehicle_creationDate, AbstractVehicle.modificationDate as AbstractVehicle_modificationDate, AbstractVehicle.id as AbstractVehicle_id, Vehicle.id as Vehicle_id from AbstractVehicle left outer join Vehicle as Vehicle on AbstractVehicle.id = Vehicle.id where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest$BuildTest</className><duration>0.012</duration><failedSince>0</failedSince><name>build_createsAnInstanceThatDoesntRequireTwoSelectsOnItsUpdateMethod</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:52	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:52	TRACE	SQLOperation	insert into Car(id, model) values (?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault}}
2025-06-26 04:31:52	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2025-06-26 04:31:52	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:52	TRACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id f
...[truncated 506 chars]...
 Car.id in (?) | {Car.id=o.c.s.i.PersistableIdentifier@1}
2025-06-26 04:31:52	DEBUG	SQLOperation	Result found in cache, statement will not be executed
2025-06-26 04:31:52	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car
2025-06-26 04:31:52	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:52	TRACE	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>2025-06-26 04:31:52	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:52	TRACE	SQLOperation	insert into Car(color, creationDate, id, model, modificationDate) values (?, ?, ?, ?, ?) | {1={Car.modificationDate=Thu Jun 26 04:31:52 UTC 2025, Car.id=o.c.s.i.PersistableIdentifier@1, Car.color=Color[rgb=123], Car.creationDate=Thu Jun 26 04:31:52 UTC 2025, Car.model=Renault}}
</stdout></case><duration>0.179</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.0</duration><failedSince>0</failedSince><name>resolve(PropertyMapping, Accessor, Mutator)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PropertyAccessorResolverTest</className><duration>0.0</duration><failedSince>0</failedSince><name>resolve(PropertyMapping, Accessor, Mutator)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PropertyAccessorResolverTest</className><duration>0.0</duration><failedSince>0</failedSince><name>resolve(PropertyMapping, Accessor, Mutator)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PropertyAccessorResolverTest</className><duration>0.001</duration><failedSince>0</failedSince><name>resolve(PropertyMapping, Accessor, Mutator)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PropertyAccessorResolverTest</className><duration>0.001</duration><failedSince>0</failedSince><name>resolve(PropertyMapping, Accessor, Mutator)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.PropertyAccessorResolverTest</className><duration>0.001</duration><failedSince>0</failedSince><name>resolve(PropertyMapping, Accessor, Mutator)[7]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.013</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.configurer.PropertyAccessorResolverTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.SingleTablePolymorphismBuilderTest</className><duration>0.007</duration><failedSince>0</failedSince><name>build_withBeforeInsertIdentifierPolicy_entitiesMustHaveTheirIdSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Element(id bigint not null, label varchar(255), name varchar(255), DTYPE varchar(255) not null, unique (id))
2025-06-26 04:31:52	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:52	TRACE	SQLOperation	insert into Element(label, id, DTYPE) values (?, ?, ?) | {1={Element.label=What's the answer to Life, the Universe and Everything ?, Element.id=1, Element.DTYPE=QUESTION}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.SingleTablePolymorphismBuilderTest</className><duration>0.007</duration><failedSince>0</failedSince><name>build_withAfterInsertIdentifierPolicy_entitiesMustHaveTheirIdSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Element(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, label varchar(255), name varchar(255), DTYPE varchar(255) not null, unique (id))
2025-06-26 04:31:52	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:52	TRACE	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>2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Element(id bigint not null, label varchar(255), name varchar(255), DTYPE varchar(255) not null, unique (id))
2025-06-26 04:31:52	DEBUG	SingleTablePolymorphismPersister	selecting entities [1]
2025-06-26 04:31:52	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Element.id In], hasCollectionCriteria=false, parent=null
2025-06-26 04:31:52	TRACE	SQLOperation	select Element.id as Element_id, Element.label as Element_label, Element.name as Element_name, Element.DTYPE as Element_DTYPE from Element where Element.id in (?) | {1=1}
2025-06-26 04:31:52	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:52	TRACE	SQLOperation	insert into Element(label, id, DTYPE) values (?, ?, ?) | {1={Element.id=1, Element.label=What's the answer to Life, the Universe and Everything ?, Element.DTYPE=QUESTION}}
</stdout></case><duration>0.028</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.008</duration><failedSince>0</failedSince><name>build_withBeforeInsertIdentifierPolicy_entitiesMustHaveTheirIdSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Question(label varchar(255), id bigint not null, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Part(name varchar(255), id bigint not null, unique (id))
2025-06-26 04:31:52	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:52	TRACE	SQLOperation	insert into Question(label, id) values (?, ?) | {1={Question.label=What's the answer to Life, the Universe and Everything ?, Question.id=1}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.TablePerClassPolymorphismBuilderTest</className><duration>0.006</duration><failedSince>0</failedSince><name>build_targetTableAndOverridingColumnsAreDifferent_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.TablePerClassPolymorphismBuilderTest</className><duration>0.008</duration><failedSince>0</failedSince><name>build_withAlreadyAssignedIdentifierPolicy_entitiesMustHaveTheirIdSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Question(label varchar(255), id bigint not null, unique (id))
2025-06-26 04:31:52	DEBUG	DDLDeployer	create table Part(name varchar(255), id bigint not null, unique (id))
2025-06-26 04:31:52	DEBUG	TablePerClassPolymorphismPersister	selecting entities [1]
2025-06-26 04:31:52	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Element.id In], hasCollectionCriteria
...[truncated 293 chars]...
SCRIMINATOR from Question union all select Part.id as id, 'Part' as DISCRIMINATOR from Part) as Element left outer join Part as Part on Element.id = Part.id left outer join Question as Question on Element.id = Question.id where Element.id in (?) | {1=1}
2025-06-26 04:31:52	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:52	TRACE	SQLOperation	insert into Question(label, id) values (?, ?) | {1={Question.label=What's the answer to Life, the Universe and Everything ?, Question.id=1}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.configurer.TablePerClassPolymorphismBuilderTest</className><duration>0.004</duration><failedSince>0</failedSince><name>build_withAfterInsertIdentifierPolicy_throwsUnsupportedOperationException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.028</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.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.001</duration><failedSince>0</failedSince><name>getColumnValues_mapEntryKeyIsEntityWithCompositeKey_givesRightValues</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.009</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.003</duration><failedSince>0</failedSince><name>diffList(List, List, Set)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.diff.CollectionDifferTest</className><duration>0.001</duration><failedSince>0</failedSince><name>diffList(List, List, Set)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.diff.CollectionDifferTest</className><duration>0.001</duration><failedSince>0</failedSince><name>diffList(List, List, Set)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.diff.CollectionDifferTest</className><duration>0.001</duration><failedSince>0</failedSince><name>diffList(List, List, Set)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.diff.CollectionDifferTest</className><duration>0.001</duration><failedSince>0</failedSince><name>diffList(List, List, Set)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.diff.CollectionDifferTest</className><duration>0.001</duration><failedSince>0</failedSince><name>diffList(List, List, Set)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.diff.CollectionDifferTest</className><duration>0.001</duration><failedSince>0</failedSince><name>diffList(List, List, Set)[7]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.diff.CollectionDifferTest</className><duration>0.001</duration><failedSince>0</failedSince><name>diffList(List, List, Set)[8]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.diff.CollectionDifferTest</className><duration>0.001</duration><failedSince>0</failedSince><name>diffList(List, List, Set)[9]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.diff.CollectionDifferTest</className><duration>0.001</duration><failedSince>0</failedSince><name>diffList(List, List, Set)[10]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.diff.CollectionDifferTest</className><duration>0.001</duration><failedSince>0</failedSince><name>diffList(List, List, Set)[11]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.diff.CollectionDifferTest</className><duration>0.001</duration><failedSince>0</failedSince><name>diffList_withClone_cloneMustBeReplacingInstance</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.diff.CollectionDifferTest</className><duration>0.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.039</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.019</duration><failedSince>0</failedSince><name>giveNewIdentifier</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:51	DEBUG	DDLDeployer	create table sequence_table(sequence_name varchar(255), next_val bigint not null, unique (sequence_name))
2025-06-26 04:31:51	TRACE	SQLOperation	select sequence_name, next_val from sequence_table where sequence_name in (?) | {sequence_table.sequence_name=Toto}
2025-06-26 04:31:51	TRACE	SQLOperation	select sequence_name, next_val from sequence_table where sequence_name in (?) | {sequence_table.sequence_name=Toto}
2025-06-26 04:31:51	DEBUG	SQLOperation	Batchin
...[truncated 251 chars]...
ame, next_val from sequence_table where sequence_name in (?) | {sequence_table.sequence_name=Toto}
2025-06-26 04:31:51	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:51	TRACE	SQLOperation	update sequence_table set next_val = ? where sequence_name = ? | {1={sequence_table.sequence_name (W)=Toto, sequence_table.next_val (U)=20}}
2025-06-26 04:31:51	TRACE	SQLOperation	select sequence_name, next_val from sequence_table where sequence_name in (?) | {sequence_table.sequence_name=Toto}
</stdout></case><duration>0.02</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.idprovider.PooledSequenceIdentifierProviderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.AssociationRecordInsertionCascaderTest</className><duration>0.008</duration><failedSince>0</failedSince><name>testAssociationRecordInsertionCascader_getTargets</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.008</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.AssociationRecordInsertionCascaderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityCriteriaSupportTest</className><duration>0.087</duration><failedSince>0</failedSince><name>hasCollectionCriteria_manyCriteria_returnsTrue</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityCriteriaSupportTest</className><duration>0.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.engine.runtime.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.engine.runtime.EntityCriteriaSupportTest</className><duration>0.002</duration><failedSince>0</failedSince><name>hasCollectionCriteria_noCollectionCriteria_returnsFalse</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityCriteriaSupportTest</className><duration>0.003</duration><failedSince>0</failedSince><name>graphNode_getColumn</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityCriteriaSupportTest</className><duration>0.004</duration><failedSince>0</failedSince><name>graphNode_getColumn_doesntExist_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityCriteriaSupportTest</className><duration>0.003</duration><failedSince>0</failedSince><name>graphNode_getColumn_many_doesntExist_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityCriteriaSupportTest</className><duration>0.005</duration><failedSince>0</failedSince><name>graphNode_getColumn_withRelationOneToOne</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityCriteriaSupportTest</className><duration>0.009</duration><failedSince>0</failedSince><name>apiUsage</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.122</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.EntityCriteriaSupportTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityGraphSelectExecutorTest</className><duration>0.016</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Country(name varchar(255), id bigint not null, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table City(name varchar(255), id bigint not null, countryId bigint, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-06-26 04:31:53	TRACE	SQLOperation	select Country.id as rootId from Country left outer join City as City on Countr
...[truncated 1864 chars]...
=[City[country=org.codefilarete.stalactite.engine.model.Country@44239be3,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@44239be3,id=o.c.s.i.PersistedIdentifier@43,name=Lyon,persons=&lt;null&gt;,state=&lt;null&gt;]],description=&lt;null&gt;,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@12,languages=[],modificationDate=&lt;null&gt;,name=France,president=&lt;null&gt;,states=[],timestamp=&lt;null&gt;,towns=&lt;null&gt;,version=0]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityGraphSelectExecutorTest</className><duration>0.009</duration><failedSince>0</failedSince><name>select_emptyResult</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Country(name varchar(255), id bigint not null, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	create table City(name varchar(255), id bigint not null, countryId bigint, unique (id))
2025-06-26 04:31:53	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-06-26 04:31:53	TRACE	SQLOperation	select Country.id as rootId from Country left outer join City as City on Country.id = City.countryId where Country.name = ? and City.name = ? | {1=France, 2=Grenoble}
</stdout></case><duration>0.026</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.EntityGraphSelectExecutorTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityGraphSelectorTest</className><duration>0.039</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	TRACE	SQLOperation	select Toto.id as Toto_id, Tata.id as Tata_id from Toto inner join Tata on Toto.id = Tata.id where Toto.id = :toto_id | {toto_id=7}
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.EntityGraphSelectorTest$Toto
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Toto[{id=7, a=null, b=null, x=null, y=null, z
...[truncated 566 chars]...
later	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Toto[{id=17, a=null, b=null, x=null, y=null, z=null, tata=null}]
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.EntityGraphSelectorTest$Toto
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Toto[{id=23, a=null, b=null, x=null, y=null, z=null, tata=null}]
</stdout></case><duration>0.039</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.EntityGraphSelectorTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest</className><duration>0.127</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.002</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.001</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.002</duration><failedSince>0</failedSince><name>assertMethodIsInvoked(Method, Object[])[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest</className><duration>0.001</duration><failedSince>0</failedSince><name>assertMethodIsInvoked(Method, Object[])[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest</className><duration>0.001</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.002</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.003</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.002</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.189</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.063</duration><failedSince>0</failedSince><name>select_emptyArgument</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	EntityMappingTreeSelectExecutorTest$2	selecting entities in 0 chunks
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityMappingTreeSelectExecutorTest</className><duration>0.006</duration><failedSince>0</failedSince><name>select(Table, List, PairSetList)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 2 chunks
2025-06-26 04:31:53	TRACE	SQLOperation	select Toto.id1 as Toto_id1 from Toto where Toto.id1 in (?, ?, ?) | {Toto.id1=[11, 13, 17]}
2025-06-26 04:31:53	TRACE	SQLOperation	select Toto.id1 as Toto_id1 from Toto where Toto.id1 in (?) | {Toto.id1=23}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityMappingTreeSelectExecutorTest</className><duration>0.004</duration><failedSince>0</failedSince><name>select(Table, List, PairSetList)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 2 chunks
2025-06-26 04:31:53	TRACE	SQLOperation	select Toto.id1 as Toto_id1, Toto.id2 as Toto_id2 from Toto where (Toto.id1, Toto.id2) in ((?, ?), (?, ?), (?, ?)) | {Toto.id1=[11, 13, 17], Toto.id2=[11, 13, 17]}
2025-06-26 04:31:53	TRACE	SQLOperation	select Toto.id1 as Toto_id1, Toto.id2 as Toto_id2 from Toto where (Toto.id1, Toto.id2) in ((?, ?)) | {Toto.id1=23, Toto.id2=23}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityMappingTreeSelectExecutorTest</className><duration>0.003</duration><failedSince>0</failedSince><name>select(Table, List, PairSetList)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 2 chunks
2025-06-26 04:31:53	TRACE	SQLOperation	select Toto.id1 as Toto_id1, Toto.id2 as Toto_id2, Toto.id3 as Toto_id3 from Toto where (Toto.id1, Toto.id2, Toto.id3) in ((?, ?, ?), (?, ?, ?), (?, ?, ?)) | {Toto.id1=[11, 13, 17], Toto.id3=[11, 13, 17], Toto.id2=[11, 13, 17]}
2025-06-26 04:31:53	TRACE	SQLOperation	select Toto.id1 as Toto_id1, Toto.id2 as Toto_id2, Toto.id3 as Toto_id3 from Toto where (Toto.id1, Toto.id2, Toto.id3) in ((?, ?, ?)) | {Toto.id1=23, Toto.id3=23, Toto.id2=23}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityMappingTreeSelectExecutorTest</className><duration>0.003</duration><failedSince>0</failedSince><name>select_argumentWithOneBlock</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:53	TRACE	SQLOperation	select dummyTable.dummyPK as dummyTable_dummyPK from dummyTable where dummyTable.dummyPK in (?, ?) | {dummyTable.dummyPK=[11, 13]}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityMappingTreeSelectExecutorTest</className><duration>0.009</duration><failedSince>0</failedSince><name>execute_realLife_composedId</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	DDLDeployer	create table Toto(id1 bigint not null, id2 bigint not null, name varchar(255), unique (id1, id2))
2025-06-26 04:31:53	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 1 chunks
2025-06-26 04:31:53	TRACE	SQLOperation	select Toto.id1 as Toto_id1, Toto.id2 as Toto_id2, Toto.name as Toto_name from Toto where (Toto.id1, Toto.id2) in ((?, ?)) | {Toto.id1=100, Toto.id2=1}
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.Join
...[truncated 229 chars]...
1 as Toto_id1, Toto.id2 as Toto_id2, Toto.name as Toto_name from Toto where (Toto.id1, Toto.id2) in ((?, ?), (?, ?)) | {Toto.id1=[100, 200], Toto.id2=[1, 2]}
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.EntityMappingTreeSelectExecutorTest$Toto
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.EntityMappingTreeSelectExecutorTest$Toto
</stdout></case><duration>0.091</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.EntityMappingTreeSelectExecutorTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityQueryCriteriaSupportTest</className><duration>0.001</duration><failedSince>0</failedSince><name>buildComparator_singleDirectProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityQueryCriteriaSupportTest</className><duration>0.002</duration><failedSince>0</failedSince><name>buildComparator_severalCombinedSetter_withNullValue</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityQueryCriteriaSupportTest</className><duration>0.001</duration><failedSince>0</failedSince><name>buildComparator_severalDirectProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityQueryCriteriaSupportTest</className><duration>0.001</duration><failedSince>0</failedSince><name>buildComparator_severalCombinedProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.EntityQueryCriteriaSupportTest</className><duration>0.001</duration><failedSince>0</failedSince><name>buildComparator_severalCombinedSetter</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.EntityQueryCriteriaSupportTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.IndexedAssociationRecordInsertionCascaderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>testIndexedAssociationRecordInsertionCascader_getTargets</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.003</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.IndexedAssociationRecordInsertionCascaderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.OptimizedUpdatePersisterTest</className><duration>0.001</duration><failedSince>0</failedSince><name>cachingQueryConnectionProvider_releasesConnectionOnClose</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.OptimizedUpdatePersisterTest</className><duration>0.0</duration><failedSince>0</failedSince><name>cachingQueryConnectionProvider_releasesConnectionOnRollback</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.OptimizedUpdatePersisterTest</className><duration>0.0</duration><failedSince>0</failedSince><name>cachingQueryConnectionProvider_implementsRollBackObserverWhenGivenOneDoes</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.OptimizedUpdatePersisterTest</className><duration>0.005</duration><failedSince>0</failedSince><name>cachingQueryConnectionProvider_notifiesRollbackObserverWhenGivenOneIsAwareOfTransaction</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.OptimizedUpdatePersisterTest</className><duration>0.001</duration><failedSince>0</failedSince><name>cachingQueryConnectionProvider_releasesConnectionOnCommit</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.OptimizedUpdatePersisterTest</className><duration>0.0</duration><failedSince>0</failedSince><name>cachingQueryConnectionProvider_cachesQuery</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	SQLOperation	Result found in cache, statement will not be executed
</stdout></case><duration>0.009</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.OptimizedUpdatePersisterTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD</className><duration>0.004</duration><failedSince>0</failedSince><name>selectWhere_collectionCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	TRACE	SQLOperation	select Toto.id as rootId from Toto where Toto.q = ? | {1=[42]}
2025-06-26 04:31:53	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q from Toto where Toto.id in (?) | {1=o.c.s.i.PersistedIdentifier@7}
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto
</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>2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:53	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@7}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 3 times
2025-06-26 04:31:53	TRACE	SQLOperation	insert into Toto(id, a, b, q) values (?, ?, ?, ?) | {1={Toto.a=17, Toto.id=o.c.s.i.PersistableIdentifier@1, Toto.b=23, Toto.q=null}, 2={Toto.a=29, Toto.id=o.c.s.i.PersistableIdentifier@2, Toto.b=31, Toto.q=null}, 3={Toto.a=37, Toto.id=o.c.s.i.PersistableIdentifier@3, Toto.b=41, Toto.q=null}}
2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:53	TRACE	SQLOperation	insert into Toto(id, a, b, q) values (?, ?, ?, ?) | {1={Toto.a=43, Toto.id=o.c.s.i.PersistableIdentifier@4, Toto.b=53, Toto.q=null}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@7, o.c.s.i.PersistableIdentifier@13, o.c.s.i.PersistableIdentifier@17, o.c.s.i.PersistableIdentifier@23]
2025-06-26 04:31:53	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 2 chunks
2025-06-26 04:31:53	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q from Toto where Toto.id in (?, ?, ?) | {Toto.id=[o.c.s.i.PersistableIdentifier@
...[truncated 451 chars]...
nflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto
2025-06-26 04:31:53	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@23}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD</className><duration>0.004</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@7, o.c.s.i.PersistableIdentifier@13, o.c.s.i.PersistableIdentifier@17, o.c.s.i.PersistableIdentifier@23]
2025-06-26 04:31:53	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 2 chunks
2025-06-26 04:31:53	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q from Toto where Toto.id in (?, ?, ?) | {Toto.id=[o.c.s.i.PersistableIdentifier@
...[truncated 1144 chars]...
i.PersistedIdentifier@7, Toto.a (U)=17, Toto.q (U)=null}, 2={Toto.b (U)=31, Toto.id (W)=o.c.s.i.PersistedIdentifier@13, Toto.a (U)=29, Toto.q (U)=null}, 3={Toto.b (U)=41, Toto.id (W)=o.c.s.i.PersistedIdentifier@17, Toto.a (U)=37, Toto.q (U)=null}}
2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:53	TRACE	SQLOperation	update Toto set a = ?, b = ?, q = ? where id = ? | {1={Toto.b (U)=53, Toto.id (W)=o.c.s.i.PersistedIdentifier@23, Toto.a (U)=43, Toto.q (U)=null}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD</className><duration>0.002</duration><failedSince>0</failedSince><name>delete_multiple</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 3 times
2025-06-26 04:31:53	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@1}, 2={Toto.id=o.c.s.i.PersistableIdentifier@2}, 3={Toto.id=o.c.s.i.PersistableIdentifier@3}}
2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:53	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@4}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>deleteById_multiple</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:53	TRACE	SQLOperation	delete from Toto where id in (?, ?, ?) | {1={Toto.id=[o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2, o.c.s.i.PersistableIdentifier@3]}}
2025-06-26 04:31:53	TRACE	SQLOperation	delete from Toto where id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@4}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>updateById</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 3 times
2025-06-26 04:31:53	TRACE	SQLOperation	update Toto set a = ?, b = ?, q = ? where id = ? | {1={Toto.id (W)=o.c.s.i.PersistableIdentifier@1, Toto.b (U)=23, Toto.a (U)=17, Toto.q (U)=null}, 2={Toto.id (W)=o.c.s.i.PersistableIdentifier@2, Toto.b (U)=31, Toto.a (U)=29, Toto.q (U)=null}, 3={Toto.id (W)=o.c.s.i.PersistableIdentifier@3, Toto.b (U)=41, Toto.a (U)=37, Toto.q (U)=null}}
2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:53	TRACE	SQLOperation	update Toto set a = ?, b = ?, q = ? where id = ? | {1={Toto.id (W)=o.c.s.i.PersistableIdentifier@4, Toto.b (U)=53, Toto.a (U)=43, Toto.q (U)=null}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD</className><duration>0.005</duration><failedSince>0</failedSince><name>selectWhere_orderByOnNonCollectionProperty_orderByIsAddedToSQL</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q from Toto where Toto.a = ? order by Toto.a asc | {1=42}
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto
</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>2025-06-26 04:31:53	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q from Toto where Toto.a = ? | {1=42}
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>selectWhere_namedParameter</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q from Toto where Toto.a = ? and Toto.id in (?) | {1=12, 2=o.c.s.i.PersistedIdentifier@42}
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto
</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>2025-06-26 04:31:53	TRACE	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.009</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:53	TRACE	SQLOperation	delete from Toto2 where id = ? | {1={Toto2.id=o.c.s.i.PersistableIdentifier@7}}
2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:53	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@7}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD_WithListener</className><duration>0.005</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 3 times
2025-06-26 04:31:53	TRACE	SQLOperation	insert into Toto(id, a, b, q) values (?, ?, ?, ?) | {1={Toto.q=null, Toto.a=17, Toto.b=23, Toto.id=o.c.s.i.PersistableIdentifier@1}, 2={Toto.q=null, Toto.a=29, Toto.b=31, Toto.id=o.c.s.i.PersistableIdentifier@2}, 3={Toto.q=null, Toto.a=37, Toto.b=41, Toto.id=o.c.s.i.PersistableIdentifier@3}}
2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:53	TRACE	SQLOperati
...[truncated 298 chars]...
Toto2.x=117, Toto2.id=o.c.s.i.PersistableIdentifier@1, Toto2.z=-117, Toto2.y=123}, 2={Toto2.x=129, Toto2.id=o.c.s.i.PersistableIdentifier@2, Toto2.z=-129, Toto2.y=131}, 3={Toto2.x=137, Toto2.id=o.c.s.i.PersistableIdentifier@3, Toto2.z=-137, Toto2.y=141}}
2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:53	TRACE	SQLOperation	insert into Toto2(id, x, y, z) values (?, ?, ?, ?) | {1={Toto2.x=143, Toto2.id=o.c.s.i.PersistableIdentifier@4, Toto2.z=-143, Toto2.y=153}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD_WithListener</className><duration>0.004</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@7, o.c.s.i.PersistableIdentifier@13, o.c.s.i.PersistableIdentifier@17, o.c.s.i.PersistableIdentifier@23]
2025-06-26 04:31:53	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 2 chunks
2025-06-26 04:31:53	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q, Toto2.id as Toto2_id, Toto2.x as Toto2_x, Toto2.y as Toto2_y, Toto2.z as Toto2
...[truncated 1402 chars]...
o
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Toto[{id=23, a=1, b=2, x=null, y=null, z=null}]
2025-06-26 04:31:53	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q, Toto2.id as Toto2_id, Toto2.x as Toto2_x, Toto2.y as Toto2_y, Toto2.z as Toto2_z from Toto inner join Toto2 as Toto2 on Toto.id = Toto2.id where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@23}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD_WithListener</className><duration>0.006</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@7, o.c.s.i.PersistableIdentifier@13, o.c.s.i.PersistableIdentifier@17, o.c.s.i.PersistableIdentifier@23]
2025-06-26 04:31:53	DEBUG	EntityMappingTreeSelectExecutor	selecting entities in 2 chunks
2025-06-26 04:31:53	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q, Toto2.id as Toto2_id, Toto2.x as Toto2_x, Toto2.y as Toto2_y, Toto2.z as Toto2
...[truncated 2814 chars]...
id (W)=o.c.s.i.PersistedIdentifier@7}, 2={Toto2.z (U)=-129, Toto2.x (U)=129, Toto2.y (U)=131, Toto2.id (W)=o.c.s.i.PersistedIdentifier@13}, 3={Toto2.z (U)=-137, Toto2.x (U)=137, Toto2.y (U)=141, Toto2.id (W)=o.c.s.i.PersistedIdentifier@17}}
2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:53	TRACE	SQLOperation	update Toto2 set x = ?, y = ?, z = ? where id = ? | {1={Toto2.z (U)=-143, Toto2.x (U)=143, Toto2.y (U)=153, Toto2.id (W)=o.c.s.i.PersistedIdentifier@23}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD_WithListener</className><duration>0.003</duration><failedSince>0</failedSince><name>delete_multiple</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 3 times
2025-06-26 04:31:53	TRACE	SQLOperation	delete from Toto2 where id = ? | {1={Toto2.id=o.c.s.i.PersistableIdentifier@1}, 2={Toto2.id=o.c.s.i.PersistableIdentifier@2}, 3={Toto2.id=o.c.s.i.PersistableIdentifier@3}}
2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:53	TRACE	SQLOperation	delete from Toto2 where id = ? | {1={Toto2.id=o.c.s.i.PersistableIdentifier@4}}
2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 3 times
2025-06-26 04:31:53	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@1}, 2={Toto.id=o.c.s.i.PersistableIdentifier@2}, 3={Toto.id=o.c.s.i.PersistableIdentifier@3}}
2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:53	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@4}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD_WithListener</className><duration>0.004</duration><failedSince>0</failedSince><name>deleteById_multiple</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:53	TRACE	SQLOperation	delete from Toto2 where id in (?, ?, ?) | {1={Toto2.id=[o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2, o.c.s.i.PersistableIdentifier@3]}}
2025-06-26 04:31:53	TRACE	SQLOperation	delete from Toto2 where id in (?) | {Toto2.id=o.c.s.i.PersistableIdentifier@4}
2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:53	TRACE	SQLOperation	delete from Toto where id in (?, ?, ?) | {1={Toto.id=[o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2, o.c.s.i.PersistableIdentifier@3]}}
2025-06-26 04:31:53	TRACE	SQLOperation	delete from Toto where id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@4}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD_WithListener</className><duration>0.003</duration><failedSince>0</failedSince><name>updateById</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 3 times
2025-06-26 04:31:53	TRACE	SQLOperation	update Toto set a = ?, b = ?, q = ? where id = ? | {1={Toto.a (U)=17, Toto.id (W)=o.c.s.i.PersistableIdentifier@1, Toto.b (U)=23, Toto.q (U)=null}, 2={Toto.a (U)=29, Toto.id (W)=o.c.s.i.PersistableIdentifier@2, Toto.b (U)=31, Toto.q (U)=null}, 3={Toto.a (U)=37, Toto.id (W)=o.c.s.i.PersistableIdentifier@3, Toto.b (U)=41, Toto.q (U)=null}}
2025-06-26 04:31:53	DEBUG	SQLOperation	Batching stateme
...[truncated 422 chars]...
Toto2.z (U)=-117, Toto2.y (U)=123}, 2={Toto2.id (W)=o.c.s.i.PersistableIdentifier@2, Toto2.x (U)=129, Toto2.z (U)=-129, Toto2.y (U)=131}, 3={Toto2.id (W)=o.c.s.i.PersistableIdentifier@3, Toto2.x (U)=137, Toto2.z (U)=-137, Toto2.y (U)=141}}
2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:53	TRACE	SQLOperation	update Toto2 set x = ?, y = ?, z = ? where id = ? | {1={Toto2.id (W)=o.c.s.i.PersistableIdentifier@4, 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.002</duration><failedSince>0</failedSince><name>deleteById</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	TRACE	SQLOperation	delete from Toto2 where id in (?) | {Toto2.id=o.c.s.i.PersistableIdentifier@7}
2025-06-26 04:31:53	TRACE	SQLOperation	delete from Toto where id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@7}
</stdout></case><duration>0.04</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.007</duration><failedSince>0</failedSince><name>checkSQLGeneration</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	TRACE	SQLOperation	select Toto.a as Toto_a, tata.prop1 as tata_prop1, tata.id as tata_id from Toto left outer join Tata as tata on Toto.tataId = tata.id where Toto.a = ? and tata.prop1 = ? | {1=42, 2=dummy}
</stdout></case><duration>0.008</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$LoadByEntityCriteria</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$LoadProjectionByEntityCriteria</className><duration>0.013</duration><failedSince>0</failedSince><name>selectProjectionWhere</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	TRACE	SQLOperation	select count(id) as count from Toto where Toto.a = ? | {1=77}
</stdout></case><duration>0.013</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$LoadProjectionByEntityCriteria</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.cycle.AbstractCycleLoaderTest</className><duration>0.041</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.044</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.jointable.JoinTablePolymorphismPersisterTest$CRUD</className><duration>0.017</duration><failedSince>0</failedSince><name>selectWhere_collectionCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Toto.q Equals], hasCollectionCriteria=true, parent=null
2025-06-26 04:31:53	TRACE	SQLOperation	select Toto.x as Toto_x, Toto.q as Toto_q, Toto.id as Toto_id, TotoA.id as TotoA_id, TotoB.id as TotoB_id from Toto left outer join TotoA on Toto.id = TotoA.id left outer join TotoB on Toto.id = TotoB.id where Toto.q = ? | {1=[42]}
2025-06-26 04:31:53
...[truncated 2151 chars]...

2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2025-06-26 04:31:53	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$TotoB
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object TotoB[{id=4, x=43, b=null}]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$CRUD</className><duration>0.004</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:53	TRACE	SQLOperation	delete from TotoA where id = ? | {1={TotoA.id=o.c.s.i.PersistableIdentifier@7}}
2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:53	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@7}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$CRUD</className><duration>0.004</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 3 times
2025-06-26 04:31:53	TRACE	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}}
2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:53	TRACE	SQLOperation	insert into Toto(x, q, id) values (?
...[truncated 106 chars]...
SQLOperation	Batching statement 2 times
2025-06-26 04:31:53	TRACE	SQLOperation	insert into TotoA(a, id) values (?, ?) | {1={TotoA.a=23, TotoA.id=o.c.s.i.PersistableIdentifier@1}, 2={TotoA.a=31, TotoA.id=o.c.s.i.PersistableIdentifier@2}}
2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:53	TRACE	SQLOperation	insert into TotoB(b, id) values (?, ?) | {1={TotoB.b=41, TotoB.id=o.c.s.i.PersistableIdentifier@3}, 2={TotoB.b=53, TotoB.id=o.c.s.i.PersistableIdentifier@4}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$CRUD</className><duration>0.013</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1, o.c.s.i.PersistedIdentifier@2, o.c.s.i.PersistedIdentifier@3, o.c.s.i.PersistedIdentifier@4]
2025-06-26 04:31:53	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Toto.id In], hasCollectionCriteria=false, parent=null
2025-06-26 04:31:53	TRACE	SQLOperation	select Toto.x as Toto_x, Toto.q as Toto_q, Toto.id a
...[truncated 1871 chars]...

2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2025-06-26 04:31:53	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$TotoB
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object TotoB[{id=4, x=43, b=null}]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$CRUD</className><duration>0.008</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2, o.c.s.i.PersistableIdentifier@3, o.c.s.i.PersistableIdentifier@4]
2025-06-26 04:31:53	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Toto.id In], hasCollectionCriteria=false, parent=null
2025-06-26 04:31:53	TRACE	SQLOperation	select Toto.x as Toto_x, Toto.q as Toto_q, T
...[truncated 2435 chars]...
statement 2 times
2025-06-26 04:31:53	TRACE	SQLOperation	update TotoA set a = ? where id = ? | {1={TotoA.a (U)=123, TotoA.id (W)=o.c.s.i.PersistedIdentifier@1}, 2={TotoA.a (U)=131, TotoA.id (W)=o.c.s.i.PersistedIdentifier@2}}
2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:53	TRACE	SQLOperation	update TotoB set b = ? where id = ? | {1={TotoB.b (U)=141, TotoB.id (W)=o.c.s.i.PersistedIdentifier@3}, 2={TotoB.b (U)=153, TotoB.id (W)=o.c.s.i.PersistedIdentifier@4}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$CRUD</className><duration>0.004</duration><failedSince>0</failedSince><name>delete_multiple</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:53	TRACE	SQLOperation	delete from TotoA where id = ? | {1={TotoA.id=o.c.s.i.PersistableIdentifier@1}, 2={TotoA.id=o.c.s.i.PersistableIdentifier@2}}
2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:53	TRACE	SQLOperation	delete from TotoB where id = ? | {1={TotoB.id=o.c.s.i.PersistableIdentifier@3}, 2={TotoB.id=o.c.s.i.PersistableIdentifier@4}}
2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 3 times
2025-06-26 04:31:53	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@1}, 2={Toto.id=o.c.s.i.PersistableIdentifier@2}, 3={Toto.id=o.c.s.i.PersistableIdentifier@3}}
2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:53	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@4}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$CRUD</className><duration>0.008</duration><failedSince>0</failedSince><name>deleteById_multiple</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	TRACE	SQLOperation	delete from TotoA where id in (?, ?) | {TotoA.id=[o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]}
2025-06-26 04:31:53	TRACE	SQLOperation	delete from TotoB where id in (?, ?) | {TotoB.id=[o.c.s.i.PersistableIdentifier@3, o.c.s.i.PersistableIdentifier@4]}
2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:53	TRACE	SQLOperation	delete from Toto where id in (?, ?, ?) | {1={Toto.id=[o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2, o.c.s.i.PersistableIdentifier@3]}}
2025-06-26 04:31:53	TRACE	SQLOperation	delete from Toto where id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@4}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$CRUD</className><duration>0.004</duration><failedSince>0</failedSince><name>updateById</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 3 times
2025-06-26 04:31:53	TRACE	SQLOperation	update Toto set x = ?, q = ? where id = ? | {1={Toto.x (U)=17, Toto.q (U)=null, Toto.id (W)=o.c.s.i.PersistableIdentifier@1}, 2={Toto.x (U)=29, Toto.q (U)=null, Toto.id (W)=o.c.s.i.PersistableIdentifier@2}, 3={Toto.x (U)=37, Toto.q (U)=null, Toto.id (W)=o.c.s.i.PersistableIdentifier@3}}
2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:53	TRACE	SQLOperation	up
...[truncated 180 chars]...
t 2 times
2025-06-26 04:31:53	TRACE	SQLOperation	update TotoA set a = ? where id = ? | {1={TotoA.a (U)=123, TotoA.id (W)=o.c.s.i.PersistableIdentifier@1}, 2={TotoA.a (U)=131, TotoA.id (W)=o.c.s.i.PersistableIdentifier@2}}
2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:53	TRACE	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.jointable.JoinTablePolymorphismPersisterTest$CRUD</className><duration>0.01</duration><failedSince>0</failedSince><name>selectWhere_orderByOnNonCollectionProperty_orderByIsAddedToSQL</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Toto.x Equals], hasCollectionCriteria=false, parent=null
2025-06-26 04:31:53	TRACE	SQLOperation	select Toto.x as Toto_x, Toto.q as Toto_q, Toto.id as Toto_id, TotoA.a as TotoA_a, TotoA.id as TotoA_id, TotoB.b as TotoB_b, TotoB.id as TotoB_id from Toto left outer join TotoA as TotoA on Toto.id = TotoA.id left outer join TotoB as TotoB on Toto.id
...[truncated 1554 chars]...

2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2025-06-26 04:31:53	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$TotoB
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object TotoB[{id=4, x=43, b=null}]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$CRUD</className><duration>0.009</duration><failedSince>0</failedSince><name>selectWhere</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Toto.x Equals], hasCollectionCriteria=false, parent=null
2025-06-26 04:31:53	TRACE	SQLOperation	select Toto.x as Toto_x, Toto.q as Toto_q, Toto.id as Toto_id, TotoA.a as TotoA_a, TotoA.id as TotoA_id, TotoB.b as TotoB_b, TotoB.id as TotoB_id from Toto left outer join TotoA as TotoA on Toto.id = TotoA.id left outer join TotoB as TotoB on Toto.id
...[truncated 1534 chars]...

2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2025-06-26 04:31:53	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$TotoB
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object TotoB[{id=4, x=43, b=null}]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$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.jointable.JoinTablePolymorphismPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>deleteById</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	TRACE	SQLOperation	delete from TotoA where id in (?) | {TotoA.id=o.c.s.i.PersistableIdentifier@7}
2025-06-26 04:31:53	TRACE	SQLOperation	delete from Toto where id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@7}
</stdout></case><duration>0.089</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$CRUD</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.AbstractJoinNodeTest</className><duration>0.005</duration><failedSince>0</failedSince><name>getTree</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.005</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.load.AbstractJoinNodeTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityJoinTreeTest</className><duration>0.006</duration><failedSince>0</failedSince><name>projectTo</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityJoinTreeTest</className><duration>0.003</duration><failedSince>0</failedSince><name>foreachJoinWithDepth</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityJoinTreeTest</className><duration>0.003</duration><failedSince>0</failedSince><name>joinIterator</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityJoinTreeTest</className><duration>0.001</duration><failedSince>0</failedSince><name>lookupTable</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityJoinTreeTest</className><duration>0.002</duration><failedSince>0</failedSince><name>giveTables</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.016</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>2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=j.l.Object
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object java.lang.Object@35d005e5
</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.001</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.005</duration><failedSince>0</failedSince><name>hashCode_instancesDifferOnIdentifier</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest$RelationIdentifierTest</className><duration>0.0</duration><failedSince>0</failedSince><name>hashCode_instancesDifferOnEntityType</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest$RelationIdentifierTest</className><duration>0.001</duration><failedSince>0</failedSince><name>equals_instancesDifferIdentifierWithOverriddenEquals</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest$RelationIdentifierTest</className><duration>0.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.0</duration><failedSince>0</failedSince><name>hashCode_instancesDifferOnNode</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest$RelationIdentifierTest</className><duration>0.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.0</duration><failedSince>0</failedSince><name>equals_instancesDifferOnIdentifier</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest$RelationIdentifierTest</className><duration>0.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.0</duration><failedSince>0</failedSince><name>equals_instanceWithSameValues</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest$RelationIdentifierTest</className><duration>0.001</duration><failedSince>0</failedSince><name>equals_verySameInstance</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.012</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest$RelationIdentifierTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityTreeQueryBuilderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>toSQL_multipleStrategy(ClassMapping, ClassMapping, Key, Key, String)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.load.EntityTreeQueryBuilderTest</className><duration>0.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.004</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.003</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.003</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.026</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.002</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.002</duration><failedSince>0</failedSince><name>giveTables</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.runtime.load.JoinRootTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$CRUD</className><duration>0.011</duration><failedSince>0</failedSince><name>selectWhere_collectionCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Toto.q Equals], hasCollectionCriteria=true, parent=null
2025-06-26 04:31:54	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.DTYPE as DISCRIMINATOR from Toto where Toto.q = ? | {1=[42]}
2025-06-26 04:31:54	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND 
...[truncated 476 chars]...
leTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:54	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@7}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$CRUD</className><duration>0.004</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:54	TRACE	SQLOperation	insert into Toto(a, id, x, q, DTYPE) values (?, ?, ?, ?, ?) | {1={Toto.DTYPE=100, Toto.id=o.c.s.i.PersistableIdentifier@1, Toto.x=17, Toto.a=23, Toto.q=null}, 2={Toto.DTYPE=100, Toto.id=o.c.s.i.PersistableIdentifier@2, Toto.x=29, Toto.a=31, Toto.q=null}}
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:54	TRACE	SQLOperation	insert into Toto(b, id, x, q, DTYPE) values (?, ?, ?, ?, ?) | {1={Toto.DTYPE=200, Toto.id=o.c.s.i.PersistableIdentifier@3, Toto.x=37, Toto.q=null, Toto.b=41}, 2={Toto.DTYPE=200, Toto.id=o.c.s.i.PersistableIdentifier@4, Toto.x=43, Toto.q=null, Toto.b=53}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$CRUD</className><duration>0.005</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1, o.c.s.i.PersistedIdentifier@2, o.c.s.i.PersistedIdentifier@3, o.c.s.i.PersistedIdentifier@4]
2025-06-26 04:31:54	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Toto.id In], hasCollectionCriteria=false, parent=null
2025-06-26 04:31:54	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.x as Toto_x, Tot
...[truncated 335 chars]...
leTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$CRUD</className><duration>0.004</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2, o.c.s.i.PersistableIdentifier@3, o.c.s.i.PersistableIdentifier@4]
2025-06-26 04:31:54	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Toto.id In], hasCollectionCriteria=false, parent=null
2025-06-26 04:31:54	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.x as Tot
...[truncated 1045 chars]...
o.q (U)=null, Toto.id (W)=o.c.s.i.PersistedIdentifier@1}, 2={Toto.x (U)=29, Toto.a (U)=131, Toto.q (U)=null, Toto.id (W)=o.c.s.i.PersistedIdentifier@2}}
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:54	TRACE	SQLOperation	update Toto set b = ?, x = ?, q = ? where id = ? | {1={Toto.x (U)=37, Toto.q (U)=null, Toto.id (W)=o.c.s.i.PersistedIdentifier@3, Toto.b (U)=141}, 2={Toto.x (U)=43, Toto.q (U)=null, Toto.id (W)=o.c.s.i.PersistedIdentifier@4, Toto.b (U)=153}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$CRUD</className><duration>0.002</duration><failedSince>0</failedSince><name>delete_multiple</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:54	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@1}, 2={Toto.id=o.c.s.i.PersistableIdentifier@2}}
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:54	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@3}, 2={Toto.id=o.c.s.i.PersistableIdentifier@4}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$CRUD</className><duration>0.002</duration><failedSince>0</failedSince><name>deleteById_multiple</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	TRACE	SQLOperation	delete from Toto where id in (?, ?) | {Toto.id=[o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]}
2025-06-26 04:31:54	TRACE	SQLOperation	delete from Toto where id in (?, ?) | {Toto.id=[o.c.s.i.PersistableIdentifier@3, o.c.s.i.PersistableIdentifier@4]}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>updateById</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:54	TRACE	SQLOperation	update Toto set a = ?, x = ?, q = ? where id = ? | {1={Toto.a (U)=123, Toto.id (W)=o.c.s.i.PersistableIdentifier@1, Toto.x (U)=17, Toto.q (U)=null}, 2={Toto.a (U)=131, Toto.id (W)=o.c.s.i.PersistableIdentifier@2, Toto.x (U)=29, Toto.q (U)=null}}
2025-06-26 04:31:54	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:54	TRACE	SQLOperation	update Toto set b = ?, x = ?, q = ? where id = ? | {1={Toto.b (U)=141, Toto.id (W)=o.c.s.i.PersistableIdentifier@3, Toto.x (U)=37, Toto.q (U)=null}, 2={Toto.b (U)=153, Toto.id (W)=o.c.s.i.PersistableIdentifier@4, Toto.x (U)=43, Toto.q (U)=null}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$CRUD</className><duration>0.008</duration><failedSince>0</failedSince><name>selectWhere_orderByOnNonCollectionProperty_orderByIsAddedToSQL</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Toto.x Equals], hasCollectionCriteria=false, parent=null
2025-06-26 04:31:54	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.x as Toto_x, Toto.q as Toto_q, Toto.a as Toto_a, Toto.b as Toto_b, Toto.DTYPE as Toto_DTYPE from Toto where Toto.x = ? order by Toto.x asc | {1=42}
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Creating instance with 
...[truncated 16 chars]...
leTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$CRUD</className><duration>0.005</duration><failedSince>0</failedSince><name>selectWhere</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Toto.x Equals], hasCollectionCriteria=false, parent=null
2025-06-26 04:31:54	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.x as Toto_x, Toto.q as Toto_q, Toto.a as Toto_a, Toto.b as Toto_b, Toto.DTYPE as Toto_DTYPE from Toto where Toto.x = ? | {1=42}
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2025-06-26 04:31:54	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$CRUD</className><duration>0.002</duration><failedSince>0</failedSince><name>selectWhere_orderByOnCollectionProperty_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$CRUD</className><duration>0.002</duration><failedSince>0</failedSince><name>deleteById</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	TRACE	SQLOperation	delete from Toto where id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@7}
</stdout></case><duration>0.055</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$CRUD</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$LoadProjectionByEntityCriteria</className><duration>0.01</duration><failedSince>0</failedSince><name>selectProjectionWhere</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:54	TRACE	SQLOperation	select count(id) as count from Toto where Toto.x = ? | {1=77}
</stdout></case><duration>0.01</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$LoadProjectionByEntityCriteria</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.tableperclass.TablePerClassPolymorphismPersisterTest$CRUD</className><duration>0.017</duration><failedSince>0</failedSince><name>selectWhere_collectionCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Toto.q Equals], hasCollectionCriteria=true, parent=null
2025-06-26 04:31:53	TRACE	SQLOperation	select Toto.id as id, DISCRIMINATOR from (select TotoA.id as id, TotoA.x as x, TotoA.q as q, 'TotoA' as DISCRIMINATOR from TotoA union all select TotoB.id as id, TotoB.x as x, TotoB.q as q, 'TotoB' as DISCRIMINATOR from TotoB) as Toto where Toto.q
...[truncated 1160 chars]...
.x as TotoB_x, TotoB.q as TotoB_q from TotoB where TotoB.id in (?, ?) | {TotoB.id=[o.c.s.i.PersistedIdentifier@3, o.c.s.i.PersistedIdentifier@4]}
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.t.TablePerClassPolymorphismPersisterTest$TotoB
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.t.TablePerClassPolymorphismPersisterTest$TotoB
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.tableperclass.TablePerClassPolymorphismPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:31:53	TRACE	SQLOperation	delete from TotoA where id = ? | {1={TotoA.id=o.c.s.i.PersistableIdentifier@7}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.tableperclass.TablePerClassPolymorphismPersisterTest$CRUD</className><duration>0.004</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:53	TRACE	SQLOperation	insert into TotoA(a, id, x, q) values (?, ?, ?, ?) | {1={TotoA.q=null, TotoA.a=23, TotoA.id=o.c.s.i.PersistableIdentifier@1, TotoA.x=17}, 2={TotoA.q=null, TotoA.a=31, TotoA.id=o.c.s.i.PersistableIdentifier@2, TotoA.x=29}}
2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:53	TRACE	SQLOperation	insert into TotoB(b, id, x, q) values (?, ?, ?, ?) | {1={TotoB.b=41, TotoB.x=37, TotoB.q=null, TotoB.id=o.c.s.i.PersistableIdentifier@3}, 2={TotoB.b=53, TotoB.x=43, TotoB.q=null, TotoB.id=o.c.s.i.PersistableIdentifier@4}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.tableperclass.TablePerClassPolymorphismPersisterTest$CRUD</className><duration>0.008</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1, o.c.s.i.PersistedIdentifier@2, o.c.s.i.PersistedIdentifier@3, o.c.s.i.PersistedIdentifier@4]
2025-06-26 04:31:53	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Toto.id In], hasCollectionCriteria=false, parent=null
2025-06-26 04:31:53	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.x as Toto_x,
...[truncated 1374 chars]...
assRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object TotoB[{id=null, x=null, b=null}]
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object TotoB[{id=null, x=null, b=null}]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.tableperclass.TablePerClassPolymorphismPersisterTest$CRUD</className><duration>0.005</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2, o.c.s.i.PersistableIdentifier@3, o.c.s.i.PersistableIdentifier@4]
2025-06-26 04:31:53	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Toto.id In], hasCollectionCriteria=false, parent=null
2025-06-26 04:31:53	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.x as
...[truncated 2102 chars]...
TotoA.id (W)=o.c.s.i.PersistedIdentifier@1}, 2={TotoA.q (U)=null, TotoA.a (U)=131, TotoA.x (U)=29, TotoA.id (W)=o.c.s.i.PersistedIdentifier@2}}
2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:53	TRACE	SQLOperation	update TotoB set b = ?, x = ?, q = ? where id = ? | {1={TotoB.q (U)=null, TotoB.id (W)=o.c.s.i.PersistedIdentifier@3, TotoB.b (U)=141, TotoB.x (U)=37}, 2={TotoB.q (U)=null, TotoB.id (W)=o.c.s.i.PersistedIdentifier@4, TotoB.b (U)=153, TotoB.x (U)=43}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.tableperclass.TablePerClassPolymorphismPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>delete_multiple</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:53	TRACE	SQLOperation	delete from TotoA where id = ? | {1={TotoA.id=o.c.s.i.PersistableIdentifier@1}, 2={TotoA.id=o.c.s.i.PersistableIdentifier@2}}
2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:53	TRACE	SQLOperation	delete from TotoB where id = ? | {1={TotoB.id=o.c.s.i.PersistableIdentifier@3}, 2={TotoB.id=o.c.s.i.PersistableIdentifier@4}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.tableperclass.TablePerClassPolymorphismPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>deleteById_multiple</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	TRACE	SQLOperation	delete from TotoA where id in (?, ?) | {TotoA.id=[o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]}
2025-06-26 04:31:53	TRACE	SQLOperation	delete from TotoB where id in (?, ?) | {TotoB.id=[o.c.s.i.PersistableIdentifier@3, o.c.s.i.PersistableIdentifier@4]}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.tableperclass.TablePerClassPolymorphismPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>updateById</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:53	TRACE	SQLOperation	update TotoA set a = ?, x = ?, q = ? where id = ? | {1={TotoA.q (U)=null, TotoA.x (U)=17, TotoA.id (W)=o.c.s.i.PersistableIdentifier@1, TotoA.a (U)=123}, 2={TotoA.q (U)=null, TotoA.x (U)=29, TotoA.id (W)=o.c.s.i.PersistableIdentifier@2, TotoA.a (U)=131}}
2025-06-26 04:31:53	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:53	TRACE	SQLOperation	update TotoB set b = ?, x = ?, q = ? where id = ? | {1={TotoB.b (U)=141, TotoB.id (W)=o.c.s.i.PersistableIdentifier@3, TotoB.q (U)=null, TotoB.x (U)=37}, 2={TotoB.b (U)=153, TotoB.id (W)=o.c.s.i.PersistableIdentifier@4, TotoB.q (U)=null, TotoB.x (U)=43}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.tableperclass.TablePerClassPolymorphismPersisterTest$CRUD</className><duration>0.008</duration><failedSince>0</failedSince><name>selectWhere_orderByOnNonCollectionProperty_orderByIsAddedToSQL</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Toto.x Equals], hasCollectionCriteria=false, parent=null
2025-06-26 04:31:53	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.x as Toto_x, Toto.q as Toto_q, Toto.DISCRIMINATOR as Toto_DISCRIMINATOR, TotoA.a as TotoA_a, TotoA.id as TotoA_id, TotoA.x as TotoA_x, TotoA.q as TotoA_q, TotoB.b as TotoB_b, TotoB.id as TotoB_id, TotoB.x as TotoB_
...[truncated 1053 chars]...
assRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object TotoB[{id=null, x=null, b=null}]
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object TotoB[{id=null, x=null, b=null}]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.tableperclass.TablePerClassPolymorphismPersisterTest$CRUD</className><duration>0.006</duration><failedSince>0</failedSince><name>selectWhere</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Toto.x Equals], hasCollectionCriteria=false, parent=null
2025-06-26 04:31:53	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.x as Toto_x, Toto.q as Toto_q, Toto.DISCRIMINATOR as Toto_DISCRIMINATOR, TotoA.a as TotoA_a, TotoA.id as TotoA_id, TotoA.x as TotoA_x, TotoA.q as TotoA_q, TotoB.b as TotoB_b, TotoB.id as TotoB_id, TotoB.x as TotoB_
...[truncated 1033 chars]...
assRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object TotoB[{id=null, x=null, b=null}]
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2025-06-26 04:31:53	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object TotoB[{id=null, x=null, b=null}]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.tableperclass.TablePerClassPolymorphismPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>selectWhere_orderByOnCollectionProperty_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.engine.runtime.tableperclass.TablePerClassPolymorphismPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>deleteById</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:53	TRACE	SQLOperation	delete from TotoA where id in (?) | {TotoA.id=o.c.s.i.PersistableIdentifier@7}
</stdout></case><duration>0.069</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.engine.runtime.tableperclass.TablePerClassPolymorphismPersisterTest$CRUD</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.id.PersistableIdentifierTest</className><duration>0.001</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.PersistableIdentifierTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.id.PersistedIdentifierTest</className><duration>0.0</duration><failedSince>0</failedSince><name>equals</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.0</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.id.PersistedIdentifierTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.spring.autoconfigure.StalactiteAutoConfigurationTest</className><duration>0.282</duration><failedSince>0</failedSince><name>stalactiteAutoConfiguration_isTriggered</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>
  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::               (v2.7.13)

</stdout></case><duration>3.167</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.spring.autoconfigure.StalactiteAutoConfigurationTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.config.StalactitePlatformTransactionManagerTest$WithRepository</className><duration>0.041</duration><failedSince>0</failedSince><name>createData</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:04	INFO 	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springfra
...[truncated 12296 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.config.StalactitePlatformTransactionManagerTest$WithRepository</className><duration>0.01</duration><failedSince>0</failedSince><name>createSameDataAgain</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:04	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@65a9e8d7
2025-06-26 04:32:04	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@42}
2025-06-26 04:32:04	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:32:04	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.name=Tata, Person.id=o.c.s.i.PersistableIdentifier@42}}
2025-06-26 04:32:04	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@16d1f77d
2025-06-26 04:32:04	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {Person.id=o.c.s.i.PersistedIdentifier@42}
</stdout></case><duration>0.149</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.spring.repository.config.StalactitePlatformTransactionManagerTest$WithRepository</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoryConfigExtensionTest</className><duration>0.449</duration><failedSince>0</failedSince><name>crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:02	INFO 	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springfra
...[truncated 5049 chars]...
bc.JDBCConnection@64539f36
2025-06-26 04:32:04	DEBUG	SQLOperation	Batching statement 1 times
2025-06-26 04:32:04	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@42}}
2025-06-26 04:32:04	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@cdb12a5
2025-06-26 04:32:04	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {Person.id=o.c.s.i.PersistedIdentifier@42}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoryConfigExtensionTest</className><duration>0.008</duration><failedSince>0</failedSince><name>injectionIsDone</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:04	TRACE	SQLOperation	insert into Person(id, name) values (?, ?) | {Person.name=John Do, Person.id=1}
2025-06-26 04:32:04	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@153bc688
2025-06-26 04:32:04	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {Person.id=o.c.s.i.PersistedIdentifier@1}
</stdout></case><duration>2.114</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoryConfigExtensionTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.008</duration><failedSince>0</failedSince><name>projection</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springfra
...[truncated 16604 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.008</duration><failedSince>0</failedSince><name>equals_ignoreCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3b2037ce
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@fe0e99b, testMethod = equals_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 te
...[truncated 15098 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.005</duration><failedSince>0</failedSince><name>startsWith</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@47b450c
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@6544a319, testMethod = startsWith@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 testClass
...[truncated 10360 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.006</duration><failedSince>0</failedSince><name>projection_byExtraArgument</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7fd0894e
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@7b06ae61, testMethod = projection_byExtraArgument@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2
...[truncated 11264 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.006</duration><failedSince>0</failedSince><name>before</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5c528f0c
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@5f3912a6, testMethod = before@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 testClass = 
...[truncated 12159 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.005</duration><failedSince>0</failedSince><name>exists</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7a72a1aa
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@188a3d00, testMethod = exists@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 testClass = 
...[truncated 11106 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.01</duration><failedSince>0</failedSince><name>orderBy</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1c8f79e0
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@7ff11039, testMethod = orderBy@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 testClass =
...[truncated 16889 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.006</duration><failedSince>0</failedSince><name>isNull</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3a4b7322
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@4af5d787, testMethod = isNull@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 testClass = 
...[truncated 12133 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.005</duration><failedSince>0</failedSince><name>orderBy_onDepthProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7bf48f0
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@41f448f1, testMethod = orderBy_onDepthProperty@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bba
...[truncated 12084 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.004</duration><failedSince>0</failedSince><name>like_ignoreCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@24b3d961
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@1a533fa1, testMethod = like_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 tes
...[truncated 10807 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.006</duration><failedSince>0</failedSince><name>lesser</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2ace8c5a
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@14c99762, testMethod = lesser@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 testClass = 
...[truncated 12159 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.005</duration><failedSince>0</failedSince><name>embeddedCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6f8242ec
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@72ff62c2, testMethod = embeddedCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 te
...[truncated 10379 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.005</duration><failedSince>0</failedSince><name>ignoreCase_all</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6ea28562
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@1e26c967, testMethod = ignoreCase_all@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 test
...[truncated 10924 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.005</duration><failedSince>0</failedSince><name>ignoreCase_and</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2e38c8df
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@9190dd3, testMethod = ignoreCase_and@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 testC
...[truncated 10908 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.004</duration><failedSince>0</failedSince><name>twoCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7f7ce77f
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@70dee2fc, testMethod = twoCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 testCla
...[truncated 10345 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.006</duration><failedSince>0</failedSince><name>equalBoolean</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1e500144
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@7f0560f7, testMethod = equalBoolean@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 testCl
...[truncated 11880 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.007</duration><failedSince>0</failedSince><name>limit_throwsExceptionBecauseOfCollectionPropertyMapping</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@65bc8c7
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@3a5b84bb, testMethod = limit_throwsExceptionBecauseOfCollectionPropertyMapping@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [
...[truncated 12036 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.005</duration><failedSince>0</failedSince><name>contains</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@78aa5bbd
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@7df1450a, testMethod = contains@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 testClass 
...[truncated 10358 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.008</duration><failedSince>0</failedSince><name>in_string</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2f5b7201
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@1e105a54, testMethod = in_string@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 testClass
...[truncated 13748 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.005</duration><failedSince>0</failedSince><name>notIn_string</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@11a7f96e
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@23689a83, testMethod = notIn_string@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 testCl
...[truncated 10558 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.007</duration><failedSince>0</failedSince><name>greaterEquals</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4b5a5ce8
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@5b0fb1f9, testMethod = greaterEquals@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 testC
...[truncated 12174 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.009</duration><failedSince>0</failedSince><name>countDistinctByCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@11f6c6e0
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@3940ac7, testMethod = countDistinctByCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bba
...[truncated 14823 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.005</duration><failedSince>0</failedSince><name>between</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@398c1a7
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@597ddad0, testMethod = between@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 testClass = 
...[truncated 12206 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.005</duration><failedSince>0</failedSince><name>notContains</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@514759a9
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@2bfc7afd, testMethod = notContains@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 testCla
...[truncated 10368 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.007</duration><failedSince>0</failedSince><name>countByCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@74472a22
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@7390bbaa, testMethod = countByCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 tes
...[truncated 13635 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.006</duration><failedSince>0</failedSince><name>in</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6658c1c3
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@4469bbff, testMethod = in@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 testClass = Deri
...[truncated 12054 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.007</duration><failedSince>0</failedSince><name>or</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@421029e3
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@1284f2eb, testMethod = or@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 testClass = Deri
...[truncated 13411 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.005</duration><failedSince>0</failedSince><name>like</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2a162006
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@39e770c4, testMethod = like@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 testClass = De
...[truncated 10348 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.009</duration><failedSince>0</failedSince><name>oneToOneCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@46a49b05
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@142683da, testMethod = oneToOneCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 te
...[truncated 14896 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.004</duration><failedSince>0</failedSince><name>oneResultExpected_severalResults_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@557b09e0
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@2bf85ae6, testMethod = oneResultExpected_severalResults_throwsException@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [Merged
...[truncated 10363 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.006</duration><failedSince>0</failedSince><name>after</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@18b5ee7b
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@c5e0c29, testMethod = after@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 testClass = De
...[truncated 12155 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.006</duration><failedSince>0</failedSince><name>equal</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@41936b16
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@732211dc, testMethod = equal@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 testClass = D
...[truncated 12133 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.004</duration><failedSince>0</failedSince><name>notIn</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@48195e21
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@3e4e150c, testMethod = notIn@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 testClass = D
...[truncated 10308 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.005</duration><failedSince>0</failedSince><name>greater</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6bae5935
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@322a4779, testMethod = greater@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 testClass =
...[truncated 12161 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.008</duration><failedSince>0</failedSince><name>ignoreCase_dynamic_inMemory</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2572728b
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@776e78ab, testMethod = ignoreCase_dynamic_inMemory@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@
...[truncated 16533 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.012</duration><failedSince>0</failedSince><name>oneToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3acd0e63
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@67175512, testMethod = oneToManyCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 t
...[truncated 17013 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.004</duration><failedSince>0</failedSince><name>notLike_ignoreCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5de26a74
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@13613ea5, testMethod = notLike_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 
...[truncated 10817 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.01</duration><failedSince>0</failedSince><name>orderBy_dynamic</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@15c3ae8
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@66166124, testMethod = orderBy_dynamic@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 test
...[truncated 16904 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.008</duration><failedSince>0</failedSince><name>orderBy_criteriaOnCollection_onDepthProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@44bff016
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@5cd45e6f, testMethod = orderBy_criteriaOnCollection_onDepthProperty@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedCont
...[truncated 15079 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.007</duration><failedSince>0</failedSince><name>delete_manyToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@57ed45e7
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@694ba313, testMethod = delete_manyToManyCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27
...[truncated 15386 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.006</duration><failedSince>0</failedSince><name>ignoreCase_dynamic</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@530d6b02
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@390eae34, testMethod = ignoreCase_dynamic@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 
...[truncated 12449 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.005</duration><failedSince>0</failedSince><name>lesserEquals</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3540b6da
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@1e165365, testMethod = lesserEquals@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 testCl
...[truncated 12172 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.005</duration><failedSince>0</failedSince><name>isNotNull</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@ec495e6
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@24050114, testMethod = isNotNull@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 testClass 
...[truncated 12142 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.004</duration><failedSince>0</failedSince><name>notEqual</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4d7eb97a
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@258633b8, testMethod = notEqual@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 testClass 
...[truncated 10036 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.004</duration><failedSince>0</failedSince><name>endsWith</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2e69499e
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@3fdc1310, testMethod = endsWith@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 testClass 
...[truncated 10357 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.009</duration><failedSince>0</failedSince><name>manyToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6cccd2f8
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@160daefa, testMethod = manyToManyCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 
...[truncated 16874 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</className><duration>0.004</duration><failedSince>0</failedSince><name>notLike</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@73dbf76d
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@749147fe testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@48eee772, testMethod = notLike@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@27bbad34 testClass =
...[truncated 10360 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><duration>0.442</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.014</duration><failedSince>0</failedSince><name>projection</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springfra
...[truncated 18697 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.015</duration><failedSince>0</failedSince><name>equals_ignoreCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@241e27b6
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@b5224b6, testMethod = equals_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextConfig
...[truncated 17484 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>startsWith</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3a6b12d2
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@59e81b13, testMethod = startsWith@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguratio
...[truncated 11748 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.009</duration><failedSince>0</failedSince><name>projection_byExtraArgument</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@cf4d84e
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@5346e311, testMethod = projection_byExtraArgument@AbstractDerivedQueriesTest, testException = [null], mergedCont
...[truncated 12650 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>before</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4f258353
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@19aec8c0, testMethod = before@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = 
...[truncated 14028 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>exists</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@65289aa1
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@5a6af1c7, testMethod = exists@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = 
...[truncated 12142 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.022</duration><failedSince>0</failedSince><name>orderBy</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@44bab2e4
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@45f6bfe3, testMethod = orderBy@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration =
...[truncated 20407 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>isNull</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@202419ff
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@7d6e2561, testMethod = isNull@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = 
...[truncated 14002 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>orderBy_onDepthProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@22670c34
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@4a330e92, testMethod = orderBy_onDepthProperty@AbstractDerivedQueriesTest, testException = [null], mergedContex
...[truncated 13610 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.009</duration><failedSince>0</failedSince><name>like_ignoreCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2ee09920
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@75633f3a, testMethod = like_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigu
...[truncated 12332 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.012</duration><failedSince>0</failedSince><name>lesser</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@46fe72f0
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@4900cecd, testMethod = lesser@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = 
...[truncated 14028 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>embeddedCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7cf90c7f
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@6604c7cc, testMethod = embeddedCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfig
...[truncated 11766 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>ignoreCase_all</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@39bb8faf
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@3813fb6d, testMethod = ignoreCase_all@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigur
...[truncated 12448 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>ignoreCase_and</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@69ff118
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@738074bd, testMethod = ignoreCase_and@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigura
...[truncated 12433 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>twoCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@52f3bd5b
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@49e1826f, testMethod = twoCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigurati
...[truncated 11731 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>equalBoolean</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@37a21580
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@4e7f7c2, testMethod = equalBoolean@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigurati
...[truncated 13598 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>limit_throwsExceptionBecauseOfCollectionPropertyMapping</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@10d598ca
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@3f4bedb8, testMethod = limit_throwsExceptionBecauseOfCollectionPropertyMapping@AbstractDerivedQueriesTest, test
...[truncated 13083 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>contains</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5244fa3b
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@37a1e8ed, testMethod = contains@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration 
...[truncated 11745 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.012</duration><failedSince>0</failedSince><name>in_string</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7fb3d2e2
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@41bbb0d5, testMethod = in_string@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration
...[truncated 15870 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.009</duration><failedSince>0</failedSince><name>notIn_string</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4d62fd49
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@3cf6f2a6, testMethod = notIn_string@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigurat
...[truncated 12014 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.012</duration><failedSince>0</failedSince><name>greaterEquals</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@200591c8
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@29f38f73, testMethod = greaterEquals@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigura
...[truncated 14043 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.015</duration><failedSince>0</failedSince><name>countDistinctByCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@71427600
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@8fe7e15, testMethod = countDistinctByCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContext
...[truncated 15847 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>between</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@285755bc
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@295be010, testMethod = between@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration =
...[truncated 14076 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>notContains</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@15f10f25
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@56edef2, testMethod = notContains@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguratio
...[truncated 11753 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.012</duration><failedSince>0</failedSince><name>countByCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@24e7f89d
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@118d9d0b, testMethod = countByCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigu
...[truncated 14667 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.009</duration><failedSince>0</failedSince><name>in</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@25878b20
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@12bcfd07, testMethod = in@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [Mer
...[truncated 13774 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>or</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3e4f0fca
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@170db95f, testMethod = or@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [Mer
...[truncated 15266 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>like</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@489a62c6
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@5d715be1, testMethod = like@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [M
...[truncated 11735 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.012</duration><failedSince>0</failedSince><name>oneToOneCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@54b76e47
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@7eaa4f2d, testMethod = oneToOneCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfig
...[truncated 16952 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.006</duration><failedSince>0</failedSince><name>oneResultExpected_severalResults_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@59ad83bd
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@4bc0dd03, testMethod = oneResultExpected_severalResults_throwsException@AbstractDerivedQueriesTest, testExcepti
...[truncated 11750 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>after</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1fa2c21b
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@7a1ad4e7, testMethod = after@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [
...[truncated 14026 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.009</duration><failedSince>0</failedSince><name>equal</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5f5492c3
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@41f652c2, testMethod = equal@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [
...[truncated 14002 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>notIn</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5aec03d7
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@721852c, testMethod = notIn@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [M
...[truncated 11693 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>greater</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5a77dbb3
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@428454cb, testMethod = greater@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration =
...[truncated 14030 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.018</duration><failedSince>0</failedSince><name>ignoreCase_dynamic_inMemory</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5f880107
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@6bf98418, testMethod = ignoreCase_dynamic_inMemory@AbstractDerivedQueriesTest, testException = [null], mergedCo
...[truncated 20187 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.025</duration><failedSince>0</failedSince><name>oneToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6d4f102f
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@157c5e38, testMethod = oneToManyCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfi
...[truncated 20533 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>notLike_ignoreCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@64da162d
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@7ec5392f, testMethod = notLike_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextConf
...[truncated 12342 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.021</duration><failedSince>0</failedSince><name>orderBy_dynamic</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@20f810a0
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@a5a0ef3, testMethod = orderBy_dynamic@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigur
...[truncated 20421 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.012</duration><failedSince>0</failedSince><name>orderBy_criteriaOnCollection_onDepthProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@51361fce
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@48e09f5e, testMethod = orderBy_criteriaOnCollection_onDepthProperty@AbstractDerivedQueriesTest, testException =
...[truncated 17498 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.016</duration><failedSince>0</failedSince><name>delete_manyToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4084ff07
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@48ec89c2, testMethod = delete_manyToManyCriteria@AbstractDerivedQueriesTest, testException = [null], mergedCont
...[truncated 17898 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.009</duration><failedSince>0</failedSince><name>ignoreCase_dynamic</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@712ac792
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@6fd1a7c9, testMethod = ignoreCase_dynamic@AbstractDerivedQueriesTest, testException = [null], mergedContextConf
...[truncated 14305 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>lesserEquals</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@69942950
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@11b65246, testMethod = lesserEquals@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigurat
...[truncated 14041 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>isNotNull</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3f528af3
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@669c0c64, testMethod = isNotNull@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration
...[truncated 14012 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.006</duration><failedSince>0</failedSince><name>notEqual</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@50b2fe37
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@3ac49cfb, testMethod = notEqual@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration 
...[truncated 11356 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>endsWith</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3a94fd16
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@d7ac2f7, testMethod = endsWith@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration =
...[truncated 11742 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.016</duration><failedSince>0</failedSince><name>manyToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@387d73a2
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@25aaaacc, testMethod = manyToManyCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConf
...[truncated 20392 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>notLike</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1aa1b1f5
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@72ab7c43, testMethod = notLike@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration =
...[truncated 11747 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</className><duration>0.012</duration><failedSince>0</failedSince><name>crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5af22164
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4cbf0dc testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@1cb2ddb8, testMethod = crud@DerivedQueriesWithJoinTablePolymorphismTest, testException = [null], mergedContextC
...[truncated 13043 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><duration>0.698</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.091</duration><failedSince>0</failedSince><name>projection</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:04	INFO 	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springfra
...[truncated 17916 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.041</duration><failedSince>0</failedSince><name>equals_ignoreCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:05	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@54e21540
2025-06-26 04:32:05	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@56ec31ca, testMethod = equals_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContext
...[truncated 16833 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.029</duration><failedSince>0</failedSince><name>startsWith</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:05	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@40ca5e32
2025-06-26 04:32:05	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@36292306, testMethod = startsWith@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigu
...[truncated 11386 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.025</duration><failedSince>0</failedSince><name>projection_byExtraArgument</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:05	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@44261f25
2025-06-26 04:32:05	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@66118e39, testMethod = projection_byExtraArgument@AbstractDerivedQueriesTest, testException = [null], merg
...[truncated 12289 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.024</duration><failedSince>0</failedSince><name>before</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:05	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7c3fc2b0
2025-06-26 04:32:05	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@5cb13543, testMethod = before@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigurati
...[truncated 13435 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.023</duration><failedSince>0</failedSince><name>exists</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:05	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7f761f3c
2025-06-26 04:32:05	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@2be1f991, testMethod = exists@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigurati
...[truncated 11877 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.067</duration><failedSince>0</failedSince><name>orderBy</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:05	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7232a767
2025-06-26 04:32:05	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@5a7409e2, testMethod = orderBy@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigurat
...[truncated 18200 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.02</duration><failedSince>0</failedSince><name>isNull</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:05	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@286fcc09
2025-06-26 04:32:05	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@4675f5b0, testMethod = isNull@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigurati
...[truncated 13409 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.02</duration><failedSince>0</failedSince><name>orderBy_onDepthProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:05	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@20b23903
2025-06-26 04:32:05	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@60cee7ca, testMethod = orderBy_onDepthProperty@AbstractDerivedQueriesTest, testException = [null], mergedC
...[truncated 13194 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.014</duration><failedSince>0</failedSince><name>like_ignoreCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:05	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@57accba6
2025-06-26 04:32:05	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@25dc0c61, testMethod = like_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextCo
...[truncated 11916 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.019</duration><failedSince>0</failedSince><name>lesser</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:05	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@26ccc142
2025-06-26 04:32:05	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@6aa393c0, testMethod = lesser@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigurati
...[truncated 13435 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.023</duration><failedSince>0</failedSince><name>embeddedCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:05	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6510d718
2025-06-26 04:32:05	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@70616205, testMethod = embeddedCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextC
...[truncated 11404 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.016</duration><failedSince>0</failedSince><name>ignoreCase_all</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:05	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5f581cf0
2025-06-26 04:32:05	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@16d4d353, testMethod = ignoreCase_all@AbstractDerivedQueriesTest, testException = [null], mergedContextCon
...[truncated 12032 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.014</duration><failedSince>0</failedSince><name>ignoreCase_and</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:05	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@68e71dca
2025-06-26 04:32:05	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@1e9fd21d, testMethod = ignoreCase_and@AbstractDerivedQueriesTest, testException = [null], mergedContextCon
...[truncated 12018 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.012</duration><failedSince>0</failedSince><name>twoCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:05	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@72d28f43
2025-06-26 04:32:05	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@2af0e376, testMethod = twoCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfig
...[truncated 11369 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.017</duration><failedSince>0</failedSince><name>equalBoolean</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:05	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4d622d37
2025-06-26 04:32:05	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@393adb37, testMethod = equalBoolean@AbstractDerivedQueriesTest, testException = [null], mergedContextConfi
...[truncated 13141 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.024</duration><failedSince>0</failedSince><name>limit_throwsExceptionBecauseOfCollectionPropertyMapping</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:05	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@54691f8a
2025-06-26 04:32:05	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@4250e4f7, testMethod = limit_throwsExceptionBecauseOfCollectionPropertyMapping@AbstractDerivedQueriesTest,
...[truncated 12818 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>contains</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:05	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6b05cd6b
2025-06-26 04:32:05	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@3ffc2173, testMethod = contains@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigura
...[truncated 11383 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.019</duration><failedSince>0</failedSince><name>in_string</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:05	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3a5f067c
2025-06-26 04:32:05	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@16d1784b, testMethod = in_string@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigur
...[truncated 15287 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.013</duration><failedSince>0</failedSince><name>notIn_string</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:05	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3d6c7e2f
2025-06-26 04:32:05	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@2a02802f, testMethod = notIn_string@AbstractDerivedQueriesTest, testException = [null], mergedContextConfi
...[truncated 11625 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.016</duration><failedSince>0</failedSince><name>greaterEquals</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:05	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7a91cf2
2025-06-26 04:32:05	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@28f87cc, testMethod = greaterEquals@AbstractDerivedQueriesTest, testException = [null], mergedContextConfig
...[truncated 13447 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.028</duration><failedSince>0</failedSince><name>countDistinctByCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:05	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4d2da8e6
2025-06-26 04:32:05	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@27e1be76, testMethod = countDistinctByCriteria@AbstractDerivedQueriesTest, testException = [null], mergedC
...[truncated 15584 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.016</duration><failedSince>0</failedSince><name>between</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:05	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4e076f02
2025-06-26 04:32:05	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@6f4dd65d, testMethod = between@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigurat
...[truncated 13483 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>notContains</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:05	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1dcc4f9f
2025-06-26 04:32:05	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@618e424f, testMethod = notContains@AbstractDerivedQueriesTest, testException = [null], mergedContextConfig
...[truncated 11393 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.017</duration><failedSince>0</failedSince><name>countByCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:05	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@61c688e0
2025-06-26 04:32:05	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@277a0b1e, testMethod = countByCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextCo
...[truncated 14402 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.016</duration><failedSince>0</failedSince><name>in</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:05	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@53e23286
2025-06-26 04:32:05	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@3957a38c, testMethod = in@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration =
...[truncated 13315 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.018</duration><failedSince>0</failedSince><name>or</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:05	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7eb6889c
2025-06-26 04:32:05	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@682c2bab, testMethod = or@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration =
...[truncated 14753 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>like</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:05	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4695ed83
2025-06-26 04:32:05	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@1ff0dbcc, testMethod = like@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration
...[truncated 11373 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.019</duration><failedSince>0</failedSince><name>oneToOneCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:05	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4ec68825
2025-06-26 04:32:05	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@2628b479, testMethod = oneToOneCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextC
...[truncated 16396 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.009</duration><failedSince>0</failedSince><name>oneResultExpected_severalResults_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:05	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@67b020cd
2025-06-26 04:32:05	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@95ad27e, testMethod = oneResultExpected_severalResults_throwsException@AbstractDerivedQueriesTest, testExc
...[truncated 11386 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.013</duration><failedSince>0</failedSince><name>after</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:05	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@56ddd82a
2025-06-26 04:32:05	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@4b45f781, testMethod = after@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguratio
...[truncated 13433 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.016</duration><failedSince>0</failedSince><name>equal</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:05	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@62e34572
2025-06-26 04:32:05	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@4829f49a, testMethod = equal@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguratio
...[truncated 13409 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.013</duration><failedSince>0</failedSince><name>notIn</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:05	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@437fe1ce
2025-06-26 04:32:05	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@71b326bf, testMethod = notIn@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguratio
...[truncated 11333 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.015</duration><failedSince>0</failedSince><name>greater</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:05	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1339f9e0
2025-06-26 04:32:05	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@6dd7feb7, testMethod = greater@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigurat
...[truncated 13437 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.031</duration><failedSince>0</failedSince><name>ignoreCase_dynamic_inMemory</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:05	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2e2c9573
2025-06-26 04:32:05	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@31bd4a6c, testMethod = ignoreCase_dynamic_inMemory@AbstractDerivedQueriesTest, testException = [null], mer
...[truncated 17926 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.055</duration><failedSince>0</failedSince><name>oneToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:06	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@528b1176
2025-06-26 04:32:06	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@1473b8e3, testMethod = oneToManyCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContext
...[truncated 18326 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.025</duration><failedSince>0</failedSince><name>notLike_ignoreCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:06	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@31861ef
2025-06-26 04:32:06	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@38f96672, testMethod = notLike_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContext
...[truncated 11925 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.043</duration><failedSince>0</failedSince><name>orderBy_dynamic</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:06	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3369c143
2025-06-26 04:32:06	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@aa68e5c, testMethod = orderBy_dynamic@AbstractDerivedQueriesTest, testException = [null], mergedContextCon
...[truncated 18214 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.026</duration><failedSince>0</failedSince><name>orderBy_criteriaOnCollection_onDepthProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:06	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@52d7dc2d
2025-06-26 04:32:06	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@2c822a91, testMethod = orderBy_criteriaOnCollection_onDepthProperty@AbstractDerivedQueriesTest, testExcept
...[truncated 16208 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.03</duration><failedSince>0</failedSince><name>delete_manyToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:06	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7a1dacd
2025-06-26 04:32:06	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@ce4051, testMethod = delete_manyToManyCriteria@AbstractDerivedQueriesTest, testException = [null], mergedCo
...[truncated 16419 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.021</duration><failedSince>0</failedSince><name>ignoreCase_dynamic</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:06	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7f2b7766
2025-06-26 04:32:06	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@2029d432, testMethod = ignoreCase_dynamic@AbstractDerivedQueriesTest, testException = [null], mergedContex
...[truncated 13792 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.017</duration><failedSince>0</failedSince><name>lesserEquals</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:06	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@711cf3c
2025-06-26 04:32:06	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@7e4bd8b7, testMethod = lesserEquals@AbstractDerivedQueriesTest, testException = [null], mergedContextConfig
...[truncated 13447 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.014</duration><failedSince>0</failedSince><name>isNotNull</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:06	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3d349564
2025-06-26 04:32:06	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@1f70777b, testMethod = isNotNull@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigur
...[truncated 13419 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.009</duration><failedSince>0</failedSince><name>notEqual</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:06	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@56fd8b01
2025-06-26 04:32:06	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@6fa43cbf, testMethod = notEqual@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigura
...[truncated 11021 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.009</duration><failedSince>0</failedSince><name>endsWith</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:06	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3e187145
2025-06-26 04:32:06	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@1c77f2fb, testMethod = endsWith@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigura
...[truncated 11382 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.021</duration><failedSince>0</failedSince><name>manyToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:06	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5461b718
2025-06-26 04:32:06	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@7c52f2b1, testMethod = manyToManyCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContex
...[truncated 18185 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>notLike</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:06	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@56d37288
2025-06-26 04:32:06	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@2a4cf8fc, testMethod = notLike@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigurat
...[truncated 11385 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</className><duration>0.012</duration><failedSince>0</failedSince><name>crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:06	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@558e1c99
2025-06-26 04:32:06	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@23a24128 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@66e61106, testMethod = crud@DerivedQueriesWithSingleTablePolymorphismTest, testException = [null], mergedC
...[truncated 12792 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><duration>1.62</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.031</duration><failedSince>0</failedSince><name>projection</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:06	INFO 	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springfra
...[truncated 19901 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.021</duration><failedSince>0</failedSince><name>equals_ignoreCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@73d29f04
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@107072dd, testMethod = equals_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedCont
...[truncated 22586 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>startsWith</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@49b5a921
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@4eb36dce, testMethod = startsWith@AbstractDerivedQueriesTest, testException = [null], mergedContextConf
...[truncated 13674 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.016</duration><failedSince>0</failedSince><name>projection_byExtraArgument</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2164cb5f
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@44af0b9a, testMethod = projection_byExtraArgument@AbstractDerivedQueriesTest, testException = [null], m
...[truncated 14577 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.015</duration><failedSince>0</failedSince><name>before</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@55f51571
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@4f75de5d, testMethod = before@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigur
...[truncated 16869 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.014</duration><failedSince>0</failedSince><name>exists</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@200aa52f
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@23dda037, testMethod = exists@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigur
...[truncated 14490 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.025</duration><failedSince>0</failedSince><name>orderBy</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@563db2f5
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@4136cb25, testMethod = orderBy@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigu
...[truncated 20023 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.015</duration><failedSince>0</failedSince><name>isNull</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@32980ac8
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@23d526d4, testMethod = isNull@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigur
...[truncated 16843 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.016</duration><failedSince>0</failedSince><name>orderBy_onDepthProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3053c0ab
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@7d30f905, testMethod = orderBy_onDepthProperty@AbstractDerivedQueriesTest, testException = [null], merg
...[truncated 15450 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.013</duration><failedSince>0</failedSince><name>like_ignoreCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7d3304f0
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@4f48e01f, testMethod = like_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContex
...[truncated 14172 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.019</duration><failedSince>0</failedSince><name>lesser</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2b2e713e
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@5691312a, testMethod = lesser@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigur
...[truncated 16869 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.012</duration><failedSince>0</failedSince><name>embeddedCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@397e533e
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@58fd4e05, testMethod = embeddedCriteria@AbstractDerivedQueriesTest, testException = [null], mergedConte
...[truncated 13692 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>ignoreCase_all</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@f3a8150
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@2d52f6d, testMethod = ignoreCase_all@AbstractDerivedQueriesTest, testException = [null], mergedContextCo
...[truncated 14285 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>ignoreCase_and</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@426de59f
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@61aa5dbf, testMethod = ignoreCase_and@AbstractDerivedQueriesTest, testException = [null], mergedContext
...[truncated 14274 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>twoCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@100c22a2
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@1309cca9, testMethod = twoCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextCon
...[truncated 13657 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.014</duration><failedSince>0</failedSince><name>equalBoolean</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3403cb00
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@765772ae, testMethod = equalBoolean@AbstractDerivedQueriesTest, testException = [null], mergedContextCo
...[truncated 16584 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.016</duration><failedSince>0</failedSince><name>limit_throwsExceptionBecauseOfCollectionPropertyMapping</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@82d0b87
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@3d4de7ec, testMethod = limit_throwsExceptionBecauseOfCollectionPropertyMapping@AbstractDerivedQueriesTes
...[truncated 13950 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>contains</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@539ef2aa
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@76eb9f41, testMethod = contains@AbstractDerivedQueriesTest, testException = [null], mergedContextConfig
...[truncated 13671 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.015</duration><failedSince>0</failedSince><name>in_string</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@404b3bb5
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@2a6ccd18, testMethod = in_string@AbstractDerivedQueriesTest, testException = [null], mergedContextConfi
...[truncated 19869 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.009</duration><failedSince>0</failedSince><name>notIn_string</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3e8aca47
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@6625d4aa, testMethod = notIn_string@AbstractDerivedQueriesTest, testException = [null], mergedContextCo
...[truncated 13897 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.012</duration><failedSince>0</failedSince><name>greaterEquals</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@30ba61c1
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@44637a90, testMethod = greaterEquals@AbstractDerivedQueriesTest, testException = [null], mergedContextC
...[truncated 16884 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.016</duration><failedSince>0</failedSince><name>countDistinctByCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5bb1b018
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@779f4ee6, testMethod = countDistinctByCriteria@AbstractDerivedQueriesTest, testException = [null], merg
...[truncated 18937 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>between</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@15d4cc6f
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@2c2252c8, testMethod = between@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigu
...[truncated 16917 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>notContains</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@123d3838
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@368e1d6, testMethod = notContains@AbstractDerivedQueriesTest, testException = [null], mergedContextConf
...[truncated 13679 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.013</duration><failedSince>0</failedSince><name>countByCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6eaee43c
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@249d582d, testMethod = countByCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContex
...[truncated 17015 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>in</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6dbed05
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@74568811, testMethod = in@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration
...[truncated 16757 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.013</duration><failedSince>0</failedSince><name>or</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@45c8a5ff
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@6a79decb, testMethod = or@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguratio
...[truncated 18164 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.009</duration><failedSince>0</failedSince><name>like</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@56bc1039
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@97543aa, testMethod = like@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigurati
...[truncated 13659 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.015</duration><failedSince>0</failedSince><name>oneToOneCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3f747255
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@7c71af4b, testMethod = oneToOneCriteria@AbstractDerivedQueriesTest, testException = [null], mergedConte
...[truncated 20994 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>oneResultExpected_severalResults_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@31fa9f32
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@75644d58, testMethod = oneResultExpected_severalResults_throwsException@AbstractDerivedQueriesTest, tes
...[truncated 13676 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.012</duration><failedSince>0</failedSince><name>after</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1457fcc7
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@4041f4fc, testMethod = after@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigura
...[truncated 16867 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>equal</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2b30b5be
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@f92b67d, testMethod = equal@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigurat
...[truncated 16841 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>notIn</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@67a6da80
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@64798aa7, testMethod = notIn@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigura
...[truncated 13621 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>greater</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@d52ab92
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@6c442983, testMethod = greater@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigur
...[truncated 16870 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.016</duration><failedSince>0</failedSince><name>ignoreCase_dynamic_inMemory</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@59dd3e73
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@56f5eadc, testMethod = ignoreCase_dynamic_inMemory@AbstractDerivedQueriesTest, testException = [null], 
...[truncated 19713 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.019</duration><failedSince>0</failedSince><name>oneToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@8d52268
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@506121f1, testMethod = oneToManyCriteria@AbstractDerivedQueriesTest, testException = [null], mergedConte
...[truncated 20148 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>notLike_ignoreCase</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@23083f9f
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@20bb4b1e, testMethod = notLike_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedCon
...[truncated 14182 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.025</duration><failedSince>0</failedSince><name>orderBy_dynamic</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7fc7ba14
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@25fb355e, testMethod = orderBy_dynamic@AbstractDerivedQueriesTest, testException = [null], mergedContex
...[truncated 20039 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.014</duration><failedSince>0</failedSince><name>orderBy_criteriaOnCollection_onDepthProperty</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@630306c1
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@47bfda9e, testMethod = orderBy_criteriaOnCollection_onDepthProperty@AbstractDerivedQueriesTest, testExc
...[truncated 17652 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.013</duration><failedSince>0</failedSince><name>delete_manyToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3c66e539
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@6bb0792e, testMethod = delete_manyToManyCriteria@AbstractDerivedQueriesTest, testException = [null], me
...[truncated 17905 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.009</duration><failedSince>0</failedSince><name>ignoreCase_dynamic</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6326b5ce
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@42cd23ee, testMethod = ignoreCase_dynamic@AbstractDerivedQueriesTest, testException = [null], mergedCon
...[truncated 17203 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.009</duration><failedSince>0</failedSince><name>lesserEquals</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@d864eae
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@68edb7d, testMethod = lesserEquals@AbstractDerivedQueriesTest, testException = [null], mergedContextConf
...[truncated 16879 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>isNotNull</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@99fe0bb
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@e493f00, testMethod = isNotNull@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigu
...[truncated 16850 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>notEqual</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7717f16c
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@598d00e5, testMethod = notEqual@AbstractDerivedQueriesTest, testException = [null], mergedContextConfig
...[truncated 13325 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>endsWith</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@83f6f50
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@45095504, testMethod = endsWith@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigu
...[truncated 13669 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.016</duration><failedSince>0</failedSince><name>manyToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@18524b74
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@5ea3d8ed, testMethod = manyToManyCriteria@AbstractDerivedQueriesTest, testException = [null], mergedCon
...[truncated 20008 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>notLike</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4fbd8023
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@4e9b110f, testMethod = notLike@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigu
...[truncated 13673 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</className><duration>0.012</duration><failedSince>0</failedSince><name>crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:07	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2b64ca26
2025-06-26 04:32:07	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f766aea testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@6e0a5d0c, testMethod = crud@DerivedQueriesWithTablePerClassPolymorphismTest, testException = [null], me
...[truncated 15051 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><duration>0.853</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest</className><duration>0.016</duration><failedSince>0</failedSince><name>pageable_withOrder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springfra
...[truncated 19607 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest</className><duration>0.008</duration><failedSince>0</failedSince><name>pageable_withCompositeOrder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1c8cbd54
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@fc3c568 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@4f70d8b6, testMethod = pageable_withCompositeOrder@AbstractDerivedQueriesWithoutMappedCollectionTest, testException
...[truncated 12491 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest</className><duration>0.007</duration><failedSince>0</failedSince><name>dynamicSort</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4dd02f41
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@fc3c568 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@14d20d76, testMethod = dynamicSort@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], merge
...[truncated 11592 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest</className><duration>0.009</duration><failedSince>0</failedSince><name>limit</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@71d93d18
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@fc3c568 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@7bd6d6c5, testMethod = limit@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedConte
...[truncated 11926 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest</className><duration>0.007</duration><failedSince>0</failedSince><name>slice</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1c9013cd
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@fc3c568 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@530fd795, testMethod = slice@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedConte
...[truncated 11606 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest</className><duration>0.006</duration><failedSince>0</failedSince><name>slice_withOrder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@b1321b2
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@fc3c568 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@9a59dcc, testMethod = slice_withOrder@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mer
...[truncated 10642 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest</className><duration>0.014</duration><failedSince>0</failedSince><name>pageable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3aed0f81
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@fc3c568 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@16116014, testMethod = pageable@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedCo
...[truncated 14806 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><duration>0.148</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest</className><duration>0.032</duration><failedSince>0</failedSince><name>pageable_withOrder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:06	INFO 	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springfra
...[truncated 19302 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest</className><duration>0.014</duration><failedSince>0</failedSince><name>pageable_withCompositeOrder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:06	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@36cd715c
2025-06-26 04:32:06	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@17385b89 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@6fc8fc8f, testMethod = pageable_withCompositeOrder@AbstractDeriv
...[truncated 12110 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest</className><duration>0.011</duration><failedSince>0</failedSince><name>dynamicSort</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:06	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7b5f0c4c
2025-06-26 04:32:06	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@17385b89 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@4094dfbc, testMethod = dynamicSort@AbstractDerivedQueriesWithout
...[truncated 11219 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest</className><duration>0.012</duration><failedSince>0</failedSince><name>limit</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:06	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@799f8528
2025-06-26 04:32:06	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@17385b89 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@6ebf8a38, testMethod = limit@AbstractDerivedQueriesWithoutMapped
...[truncated 11280 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest</className><duration>0.012</duration><failedSince>0</failedSince><name>slice</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:06	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@536889a8
2025-06-26 04:32:06	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@17385b89 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@142c4dd6, testMethod = slice@AbstractDerivedQueriesWithoutMapped
...[truncated 11234 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest</className><duration>0.009</duration><failedSince>0</failedSince><name>slice_withOrder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:06	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2ca2159a
2025-06-26 04:32:06	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@17385b89 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@d1f452a, testMethod = slice_withOrder@AbstractDerivedQueriesWith
...[truncated 10148 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest</className><duration>0.018</duration><failedSince>0</failedSince><name>pageable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:06	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@485a7298
2025-06-26 04:32:06	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@17385b89 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@30c5ce0a, testMethod = pageable@AbstractDerivedQueriesWithoutMap
...[truncated 14668 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><duration>0.217</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest</className><duration>0.018</duration><failedSince>0</failedSince><name>pageable_withOrder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springfra
...[truncated 18697 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>pageable_withCompositeOrder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2aac14c
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@115aa259 testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@40e55d45, testMethod = pageable_withCompositeOrder@AbstractDe
...[truncated 11745 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>dynamicSort</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6dbe621
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@115aa259 testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@4a81ef6, testMethod = dynamicSort@AbstractDerivedQueriesWitho
...[truncated 10852 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest</className><duration>0.009</duration><failedSince>0</failedSince><name>limit</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5111e660
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@115aa259 testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@23a946cc, testMethod = limit@AbstractDerivedQueriesWithoutMa
...[truncated 11024 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>slice</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@28391d71
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@115aa259 testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@5b17ecc7, testMethod = slice@AbstractDerivedQueriesWithoutMa
...[truncated 10870 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest</className><duration>0.006</duration><failedSince>0</failedSince><name>slice_withOrder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6f87ec56
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@115aa259 testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@13ca6741, testMethod = slice_withOrder@AbstractDerivedQuerie
...[truncated 9805 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest</className><duration>0.014</duration><failedSince>0</failedSince><name>pageable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@39f93e1c
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@115aa259 testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@7acf757f, testMethod = pageable@AbstractDerivedQueriesWithou
...[truncated 14266 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><duration>0.155</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest</className><duration>0.018</duration><failedSince>0</failedSince><name>pageable_withOrder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springfra
...[truncated 18287 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest</className><duration>0.009</duration><failedSince>0</failedSince><name>pageable_withCompositeOrder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@395b82e9
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@77649a51 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@d4b31a8, testMethod = pageable_withCompositeOrder@Abstra
...[truncated 11473 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest</className><duration>0.007</duration><failedSince>0</failedSince><name>dynamicSort</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@98aa2ee
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@77649a51 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@3df1dd6e, testMethod = dynamicSort@AbstractDerivedQueries
...[truncated 10575 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest</className><duration>0.01</duration><failedSince>0</failedSince><name>limit</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@d3c490e
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@77649a51 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@7102f3c1, testMethod = limit@AbstractDerivedQueriesWithou
...[truncated 10813 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest</className><duration>0.008</duration><failedSince>0</failedSince><name>slice</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2a4a7927
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@77649a51 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@6c9a31c1, testMethod = slice@AbstractDerivedQueriesWitho
...[truncated 10590 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest</className><duration>0.005</duration><failedSince>0</failedSince><name>slice_withOrder</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@78ddfe90
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@77649a51 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@4d6162af, testMethod = slice_withOrder@AbstractDerivedQu
...[truncated 9583 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest</className><duration>0.013</duration><failedSince>0</failedSince><name>pageable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:08	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4f4ba7d7
2025-06-26 04:32:08	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@77649a51 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@320186c2, testMethod = pageable@AbstractDerivedQueriesWi
...[truncated 13882 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><duration>0.16</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest</className><duration>0.01</duration><failedSince>0</failedSince><name>methodHasAMatchingBeanQueryWithAnExplicitRepositoryClass_beanQueryIsExecuted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springfra
...[truncated 18716 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest</className><duration>0.007</duration><failedSince>0</failedSince><name>methodHasAMatchingBeanQuery_beanQueryIsExecuted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@9ba753c
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@3df52a50 testClass = BeanQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest@1b1d69d1, testMethod = methodHasAMatchingBeanQuery_beanQueryIsExecuted@BeanQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfigu
...[truncated 11346 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest</className><duration>0.007</duration><failedSince>0</failedSince><name>methodHasAMatchingBeanName_beanQueryIsExecuted</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:09	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4aebd3b0
2025-06-26 04:32:09	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@3df52a50 testClass = BeanQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest@60cb002f, testMethod = methodHasAMatchingBeanName_beanQueryIsExecuted@BeanQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfigu
...[truncated 11345 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><duration>0.125</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.bean.BeanQueryLookupStrategyTest$findSQL</className><duration>0.444</duration><failedSince>0</failedSince><name>multipleMatchingBeanQueries_butOneWithRepositoryClass_returnsMatchingBean</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.bean.BeanQueryLookupStrategyTest$findSQL</className><duration>0.001</duration><failedSince>0</failedSince><name>singleMatchingBeanQueryOnBeanName_returnsMatchingBean</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.bean.BeanQueryLookupStrategyTest$findSQL</className><duration>0.002</duration><failedSince>0</failedSince><name>multipleMatchingBeanQueries_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.bean.BeanQueryLookupStrategyTest$findSQL</className><duration>0.0</duration><failedSince>0</failedSince><name>noMatchingBeanQueries_returnsNull</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.bean.BeanQueryLookupStrategyTest$findSQL</className><duration>0.001</duration><failedSince>0</failedSince><name>singleMatchingBeanQueryOnMethodName_returnsMatchingBean</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.451</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.spring.repository.query.bean.BeanQueryLookupStrategyTest$findSQL</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest</className><duration>0.015</duration><failedSince>0</failedSince><name>projection</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:06	INFO 	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springfra
...[truncated 15373 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest</className><duration>0.012</duration><failedSince>0</failedSince><name>projection_byExtraArgument</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:06	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6faab2bd
2025-06-26 04:32:06	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@39c1b088 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@30814bf1, testMethod = projection_byExtraArgument@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguratio
...[truncated 10032 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest</className><duration>0.01</duration><failedSince>0</failedSince><name>exists</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:06	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4e3d2d76
2025-06-26 04:32:06	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@39c1b088 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@14d59f0e, testMethod = exists@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@edab760 testClass 
...[truncated 9874 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest</className><duration>0.016</duration><failedSince>0</failedSince><name>twoCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:06	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6f8ac388
2025-06-26 04:32:06	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@39c1b088 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@3f14d372, testMethod = twoCriteria@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@edab760 testC
...[truncated 9121 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest</className><duration>0.008</duration><failedSince>0</failedSince><name>equalBoolean</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:06	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@edb5079
2025-06-26 04:32:06	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@39c1b088 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@385d93f8, testMethod = equalBoolean@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@edab760 testC
...[truncated 9058 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest</className><duration>0.007</duration><failedSince>0</failedSince><name>in_string</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:06	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2e74a546
2025-06-26 04:32:06	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@39c1b088 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@5553f7f7, testMethod = in_string@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@edab760 testCla
...[truncated 9311 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest</className><duration>0.006</duration><failedSince>0</failedSince><name>severalNativeQueries_theOneMatchingDatabaseIsChosen</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:06	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7438377f
2025-06-26 04:32:06	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@39c1b088 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@1e7b3952, testMethod = severalNativeQueries_theOneMatchingDatabaseIsChosen@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [
...[truncated 9395 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest</className><duration>0.011</duration><failedSince>0</failedSince><name>countDistinctByCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:06	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4f49e585
2025-06-26 04:32:06	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@39c1b088 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@331de830, testMethod = countDistinctByCriteria@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e
...[truncated 11897 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest</className><duration>0.012</duration><failedSince>0</failedSince><name>countByCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:06	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7dbddd9b
2025-06-26 04:32:06	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@39c1b088 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@4f19f08e, testMethod = countByCriteria@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@edab760 t
...[truncated 12403 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest</className><duration>0.01</duration><failedSince>0</failedSince><name>in</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:06	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5cbae692
2025-06-26 04:32:06	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@39c1b088 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@3588b39d, testMethod = in@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@edab760 testClass = Na
...[truncated 10816 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest</className><duration>0.008</duration><failedSince>0</failedSince><name>oneToOneCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:06	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@44ea5113
2025-06-26 04:32:06	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@39c1b088 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@2b4d25cd, testMethod = oneToOneCriteria@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@edab760 
...[truncated 10486 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest</className><duration>0.007</duration><failedSince>0</failedSince><name>oneResultExpected_severalResults_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:06	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@52355090
2025-06-26 04:32:06	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@39c1b088 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@46c8e209, testMethod = oneResultExpected_severalResults_throwsException@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [Mer
...[truncated 9138 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest</className><duration>0.008</duration><failedSince>0</failedSince><name>equal</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:06	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@150b294b
2025-06-26 04:32:06	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@39c1b088 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@56cce520, testMethod = equal@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@edab760 testClass =
...[truncated 10908 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest</className><duration>0.015</duration><failedSince>0</failedSince><name>delete_manyToManyCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:06	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@50d65662
2025-06-26 04:32:06	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@39c1b088 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@20f3c9e4, testMethod = delete_manyToManyCriteria@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration
...[truncated 14154 chars]...
zerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]]
</stdout></case><duration>0.256</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest</className><duration>0.014</duration><failedSince>0</failedSince><name>findSQL_withOneQueryOnMethod(DatabaseSignet, String)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest</className><duration>0.0</duration><failedSince>0</failedSince><name>findSQL_withOneQueryOnMethod(DatabaseSignet, String)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest</className><duration>0.0</duration><failedSince>0</failedSince><name>findSQL_withOneQueryOnMethod(DatabaseSignet, String)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest</className><duration>0.0</duration><failedSince>0</failedSince><name>findSQL_withOneQueryOnMethod(DatabaseSignet, String)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest</className><duration>0.001</duration><failedSince>0</failedSince><name>findSQL_withOneQueryOnMethod_withoutSignet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest</className><duration>0.002</duration><failedSince>0</failedSince><name>findSQL_withSeveralQueriesOnMethod(DatabaseSignet, String)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest</className><duration>0.001</duration><failedSince>0</failedSince><name>findSQL_withSeveralQueriesOnMethod(DatabaseSignet, String)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest</className><duration>0.001</duration><failedSince>0</failedSince><name>findSQL_withSeveralQueriesOnMethod(DatabaseSignet, String)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest</className><duration>0.0</duration><failedSince>0</failedSince><name>findSQL_withSeveralQueriesOnMethod(DatabaseSignet, String)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest</className><duration>0.001</duration><failedSince>0</failedSince><name>findSQL_withSeveralQueriesOnMethod(DatabaseSignet, String)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest</className><duration>0.0</duration><failedSince>0</failedSince><name>findSQL_withSeveralQueriesOnMethod(DatabaseSignet, String)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.05</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$ExecuteInNewTransaction</className><duration>0.193</duration><failedSince>0</failedSince><name>whenOperationFails_rollbackIsInvoked</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:58	DEBUG	BootstrapUtils	Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
2025-06-26 04:31:58	DEBUG	BootstrapUtils	Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
2025-06-26 04:31:58	DEBUG	BootstrapUtils	Instantiating TestContextBootstrapp
...[truncated 65716 chars]...
ContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3c770db4], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$ExecuteInNewTransaction</className><duration>0.02</duration><failedSince>0</failedSince><name>whenOperationSucceeds_commitIsInvoked</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:00	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@525647f3 testClass = StalactitePlatformTransactionManagerTest, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest@cb38d26, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42fc4ac4 testClass = StalactitePlatformTransactionManagerTest, locations = '{}', class
...[truncated 36842 chars]...
ContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3c770db4], 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.951</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$ExecuteInNewTransaction</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$GiveConnection</className><duration>0.124</duration><failedSince>0</failedSince><name>noActiveTransaction_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:00	DEBUG	BootstrapUtils	Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
2025-06-26 04:32:00	DEBUG	BootstrapUtils	Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
2025-06-26 04:32:00	DEBUG	BootstrapUtils	Instantiating TestContextBootstrapp
...[truncated 33395 chars]...
ContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3c770db4], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$GiveConnection</className><duration>0.008</duration><failedSince>0</failedSince><name>returnsActiveTransactionConnection</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:00	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@525647f3 testClass = StalactitePlatformTransactionManagerTest, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest@4c0a3fde, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42fc4ac4 testClass = StalactitePlatformTransactionManagerTest, locations = '{}', clas
...[truncated 35314 chars]...
ContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3c770db4], 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.152</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$GiveConnection</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$WithPersistenceContext</className><duration>0.02</duration><failedSince>0</failedSince><name>createData</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:00	DEBUG	BootstrapUtils	Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
2025-06-26 04:32:00	DEBUG	BootstrapUtils	Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
2025-06-26 04:32:00	DEBUG	BootstrapUtils	Instantiating TestContextBootstrapp
...[truncated 43637 chars]...
ContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3c770db4], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -&gt; false]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$WithPersistenceContext</className><duration>0.008</duration><failedSince>0</failedSince><name>createSameDataAgain</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:32:00	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@525647f3 testClass = StalactitePlatformTransactionManagerTest, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest@643afff3, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42fc4ac4 testClass = StalactitePlatformTransactionManagerTest, locations = '{}', clas
...[truncated 35646 chars]...
ContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3c770db4], 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.042</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$WithPersistenceContext</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetIteratorDerbyTest</className><duration>1.183</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.167</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.156</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.103</duration><failedSince>0</failedSince><name>hasNext_filledResultSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>1.643</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.714</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.717</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.213</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.076</duration><failedSince>0</failedSince><name>timestampBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.072</duration><failedSince>0</failedSince><name>integerPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.062</duration><failedSince>0</failedSince><name>floatPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.065</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.08</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.077</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.074</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.062</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.056</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.068</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.092</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.061</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.054</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.051</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.052</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.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.DerbyParameterBindersTest</className><duration>0.047</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.046</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.045</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.06</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.053</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.055</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.066</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.06</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.044</duration><failedSince>0</failedSince><name>localDateBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.036</duration><failedSince>0</failedSince><name>booleanPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest</className><duration>0.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.039</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.044</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.043</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>2.057</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.655</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.005</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.02</duration><failedSince>0</failedSince><name>convert</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetIteratorH2Test</className><duration>0.005</duration><failedSince>0</failedSince><name>hasNext_filledResultSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.713</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.622</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.623</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.109</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.012</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.006</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.005</duration><failedSince>0</failedSince><name>booleanPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.012</duration><failedSince>0</failedSince><name>blobBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.006</duration><failedSince>0</failedSince><name>bytesBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.003</duration><failedSince>0</failedSince><name>doublePrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.003</duration><failedSince>0</failedSince><name>longPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.004</duration><failedSince>0</failedSince><name>stringBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.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.006</duration><failedSince>0</failedSince><name>dateBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.004</duration><failedSince>0</failedSince><name>integerPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.005</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.005</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.006</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.005</duration><failedSince>0</failedSince><name>localDateBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.003</duration><failedSince>0</failedSince><name>booleanPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.004</duration><failedSince>0</failedSince><name>fileBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.004</duration><failedSince>0</failedSince><name>booleanBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.004</duration><failedSince>0</failedSince><name>floatBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.003</duration><failedSince>0</failedSince><name>floatPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.004</duration><failedSince>0</failedSince><name>localDateTimeBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest</className><duration>0.004</duration><failedSince>0</failedSince><name>localTimeBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.295</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.597</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.032</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.047</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.021</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.626</duration><failedSince>0</failedSince><name>cancel</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.628</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.SQLOperationHSQLDBTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.112</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.02</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.02</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.019</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.023</duration><failedSince>0</failedSince><name>dateSqlBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.018</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.016</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.014</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.016</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.016</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.013</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.026</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.017</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.011</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.014</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.014</duration><failedSince>0</failedSince><name>stringBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.012</duration><failedSince>0</failedSince><name>bigIntegerBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.014</duration><failedSince>0</failedSince><name>longPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.011</duration><failedSince>0</failedSince><name>byteBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.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.009</duration><failedSince>0</failedSince><name>integerPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.012</duration><failedSince>0</failedSince><name>pathBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.009</duration><failedSince>0</failedSince><name>doubleBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.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.012</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.009</duration><failedSince>0</failedSince><name>localDateBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.01</duration><failedSince>0</failedSince><name>booleanPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.01</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.011</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.011</duration><failedSince>0</failedSince><name>floatPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.011</duration><failedSince>0</failedSince><name>offsetDateTimeBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest</className><duration>0.011</duration><failedSince>0</failedSince><name>zonedDateTimeBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.607</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.119</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.021</duration><failedSince>0</failedSince><name>hasNext_emptyResultSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.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.022</duration><failedSince>0</failedSince><name>hasNext_filledResultSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>8.467</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.232</duration><failedSince>0</failedSince><name>cancel</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
</stdout></case><duration>0.237</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.SQLOperationMariaDBTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.091</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.033</duration><failedSince>0</failedSince><name>floatPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.03</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.026</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.025</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.025</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.021</duration><failedSince>0</failedSince><name>bytePrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.013</duration><failedSince>0</failedSince><name>bytePrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.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.014</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.017</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.023</duration><failedSince>0</failedSince><name>byteBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.024</duration><failedSince>0</failedSince><name>dateBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.011</duration><failedSince>0</failedSince><name>integerPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.019</duration><failedSince>0</failedSince><name>pathBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.025</duration><failedSince>0</failedSince><name>doubleBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.026</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.025</duration><failedSince>0</failedSince><name>localDateBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.017</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.03</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.03</duration><failedSince>0</failedSince><name>booleanBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.027</duration><failedSince>0</failedSince><name>localTimeBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.026</duration><failedSince>0</failedSince><name>floatBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest</className><duration>0.01</duration><failedSince>0</failedSince><name>floatPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.834</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.342</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.07</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.114</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.063</duration><failedSince>0</failedSince><name>hasNext_filledResultSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>14.38</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.288</duration><failedSince>0</failedSince><name>cancel</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
</stdout></case><duration>0.3</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.152</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.085</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.068</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.068</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.078</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.066</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.107</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.063</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.036</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.052</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.074</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.126</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.044</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.012</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.049</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.068</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.055</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.063</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.065</duration><failedSince>0</failedSince><name>dateBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</className><duration>0.027</duration><failedSince>0</failedSince><name>integerPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</className><duration>0.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.MySQLParameterBindersTest</className><duration>0.064</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.067</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.062</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.072</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.064</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.029</duration><failedSince>0</failedSince><name>booleanPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</className><duration>0.053</duration><failedSince>0</failedSince><name>fileBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest</className><duration>0.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.12</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.035</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.047</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.064</duration><failedSince>0</failedSince><name>localTimeBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>2.227</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.287</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.263</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.127</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.118</duration><failedSince>0</failedSince><name>hasNext_filledResultSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>21.168</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.793</duration><failedSince>0</failedSince><name>cancel</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
</stdout></case><duration>0.795</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.21</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.124</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.13</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.116</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.123</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.135</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.119</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.113</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.129</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.1</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.42</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.276</duration><failedSince>0</failedSince><name>bytesBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.1</duration><failedSince>0</failedSince><name>doublePrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.078</duration><failedSince>0</failedSince><name>longPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.1</duration><failedSince>0</failedSince><name>stringBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.122</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.116</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.112</duration><failedSince>0</failedSince><name>dateBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.092</duration><failedSince>0</failedSince><name>integerPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.098</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.113</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.11</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.32</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.12</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.091</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.094</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.111</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.109</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.089</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.098</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.124</duration><failedSince>0</failedSince><name>offsetDateTimeBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.112</duration><failedSince>0</failedSince><name>zonedDateTimeBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest</className><duration>0.121</duration><failedSince>0</failedSince><name>localTimeBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>4.692</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.165</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.023</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.047</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.566</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.279</duration><failedSince>0</failedSince><name>cancel</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>using embedded datasource
</stdout></case><duration>0.311</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.103</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.039</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.034</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.043</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.037</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.035</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.032</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.032</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.034</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.036</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.032</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.032</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.046</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.032</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.037</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.031</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.034</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.033</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.034</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.035</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.034</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.033</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.032</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.033</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.031</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.035</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.046</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.032</duration><failedSince>0</failedSince><name>localTimeBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>1.264</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.368</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.003</duration><failedSince>0</failedSince><name>hasNext_emptyResultSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetIteratorSQLiteTest</className><duration>0.018</duration><failedSince>0</failedSince><name>convert</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetIteratorSQLiteTest</className><duration>0.002</duration><failedSince>0</failedSince><name>hasNext_filledResultSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.417</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.008</duration><failedSince>0</failedSince><name>cancel</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.SQLOperationSQLiteTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.082</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.004</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.003</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.003</duration><failedSince>0</failedSince><name>bytePrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.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.003</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.003</duration><failedSince>0</failedSince><name>bigIntegerBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.002</duration><failedSince>0</failedSince><name>longPrimitiveBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.002</duration><failedSince>0</failedSince><name>byteBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.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.SQLiteParameterBindersTest</className><duration>0.002</duration><failedSince>0</failedSince><name>integerPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.002</duration><failedSince>0</failedSince><name>pathBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.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.004</duration><failedSince>0</failedSince><name>binaryStreamBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.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.003</duration><failedSince>0</failedSince><name>floatBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.002</duration><failedSince>0</failedSince><name>floatPrimitiveBinder_nullValuePassed_NPEThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.002</duration><failedSince>0</failedSince><name>localDateTimeBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</className><duration>0.002</duration><failedSince>0</failedSince><name>localTimeBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.197</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.ClosedConnectionRetryerProviderTest</className><duration>0.671</duration><failedSince>0</failedSince><name>giveConnection_previousConnectionIsClosed_giveANewOne</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.672</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.ClosedConnectionRetryerProviderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.CurrentThreadConnectionProviderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>giveConnection_connectionAutoCommitIsFalse</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.CurrentThreadConnectionProviderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>giveConnection_2ThreadsAskForAConnection_2DifferentOnesAreGiven</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.CurrentThreadConnectionProviderTest</className><duration>0.001</duration><failedSince>0</failedSince><name>giveConnection_callTwice_returnSameConnection</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.007</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.001</duration><failedSince>0</failedSince><name>rollbackIsCalled_rollbackMethodsAreInvoked</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.023</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.TransactionAwareConnectionProviderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.TransactionListenerCollectionTest</className><duration>0.209</duration><failedSince>0</failedSince><name>testAfterRolback_temporaryListenersShouldNotBeCalledTwice</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.TransactionListenerCollectionTest</className><duration>0.003</duration><failedSince>0</failedSince><name>testAfterCommit_temporaryListenersShouldNotBeCalledTwice</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.24</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.032</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.001</duration><failedSince>0</failedSince><name>afterRollback</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.TransactionListenerTest</className><duration>0.001</duration><failedSince>0</failedSince><name>beforeRollback</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.04</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.002</duration><failedSince>0</failedSince><name>getTypeName(JavaTypeToSqlTypeMapping, Class, Size, String)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getTypeName(JavaTypeToSqlTypeMapping, Class, Size, String)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getTypeName(JavaTypeToSqlTypeMapping, Class, Size, 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, Size, 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, Size, 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.0</duration><failedSince>0</failedSince><name>getTypeName(JavaTypeToSqlTypeMapping, Class, Size, 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.0</duration><failedSince>0</failedSince><name>getTypeName(JavaTypeToSqlTypeMapping, Class, Size, 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, Size, 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.0</duration><failedSince>0</failedSince><name>getTypeName(JavaTypeToSqlTypeMapping, Class, Size, String)[9]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getTypeName(JavaTypeToSqlTypeMapping, Class, Size, String)[10]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getTypeName(JavaTypeToSqlTypeMapping, Class, Size, 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.0</duration><failedSince>0</failedSince><name>getTypeName(JavaTypeToSqlTypeMapping, Class, Size, 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.001</duration><failedSince>0</failedSince><name>getTypeName(JavaTypeToSqlTypeMapping, Class, Size, String)[13]</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, Size, String)[14]</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, Size, String)[15]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getTypeName_withSingleton(JavaTypeToSqlTypeMapping, Class, Size, 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.0</duration><failedSince>0</failedSince><name>getTypeName_withSingleton(JavaTypeToSqlTypeMapping, Class, Size, String)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.041</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.014</duration><failedSince>0</failedSince><name>groupingBy_withMapping</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.AccumulatorsTest</className><duration>0.003</duration><failedSince>0</failedSince><name>getFirstUnique</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.AccumulatorsTest</className><duration>0.014</duration><failedSince>0</failedSince><name>toUnmodifiableList</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.AccumulatorsTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toList</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.AccumulatorsTest</className><duration>0.003</duration><failedSince>0</failedSince><name>toSortedSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.AccumulatorsTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toUnmodifiableSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.AccumulatorsTest</className><duration>0.0</duration><failedSince>0</failedSince><name>toSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.AccumulatorsTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toCollection</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.AccumulatorsTest</className><duration>0.001</duration><failedSince>0</failedSince><name>mapping</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.AccumulatorsTest</className><duration>0.001</duration><failedSince>0</failedSince><name>toKeepingOrderSet</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.AccumulatorsTest</className><duration>0.001</duration><failedSince>0</failedSince><name>groupingBy</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.AccumulatorsTest</className><duration>0.004</duration><failedSince>0</failedSince><name>getFirst</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.055</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.result.AccumulatorsTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.result.BeanRelationFixerTest</className><duration>0.004</duration><failedSince>0</failedSince><name>of_setter_getter_collection</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.BeanRelationFixerTest</className><duration>0.003</duration><failedSince>0</failedSince><name>of_setter_getter_collection_bidirectional</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.BeanRelationFixerTest</className><duration>0.001</duration><failedSince>0</failedSince><name>of_setter_getter</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.BeanRelationFixerTest</className><duration>0.001</duration><failedSince>0</failedSince><name>of_setter</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.BeanRelationFixerTest</className><duration>0.001</duration><failedSince>0</failedSince><name>giveCollectionFactory</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.014</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.029</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.result.ColumnConsumerTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.result.MultipleColumnsReaderTest</className><duration>0.003</duration><failedSince>0</failedSince><name>read</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.004</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.018</duration><failedSince>0</failedSince><name>allMethodsReturnDefaultValue</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.019</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.002</duration><failedSince>0</failedSince><name>exampleWithCollection</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetRowTransformerTest</className><duration>0.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.001</duration><failedSince>0</failedSince><name>transform_basicUseCase</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetRowTransformerTest</className><duration>0.001</duration><failedSince>0</failedSince><name>copyFor</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.ResultSetRowTransformerTest</className><duration>0.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.006</duration><failedSince>0</failedSince><name>convert_columnReaderIsNotCompatibleWithColumnContent_throwsException</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.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.004</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.result.SimpleBeanCacheTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.result.WholeResultSetTransformerTest</className><duration>0.013</duration><failedSince>0</failedSince><name>transformAll_withAccumulator_testToRetrieveASingleColumn</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.WholeResultSetTransformerTest</className><duration>0.005</duration><failedSince>0</failedSince><name>transform_withInnerClass</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.WholeResultSetTransformerTest</className><duration>0.007</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.002</duration><failedSince>0</failedSince><name>transform_invokedOnEachRow_returnsSameBeanInstanceIfKeyColumnContainsSameValue</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.WholeResultSetTransformerTest</className><duration>0.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.002</duration><failedSince>0</failedSince><name>transformAll_withRowAssemblerForACollection</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.WholeResultSetTransformerTest</className><duration>0.005</duration><failedSince>0</failedSince><name>copyFor</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.WholeResultSetTransformerTest</className><duration>0.004</duration><failedSince>0</failedSince><name>transformAll_withCollector_returnsSameBeanInstanceIfKeyColumnContainsSameValue_asWellAsForRelation</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.result.WholeResultSetTransformerTest</className><duration>0.004</duration><failedSince>0</failedSince><name>transformAll_returnsSameBeanInstanceIfKeyColumnContainsSameValue_asWellAsForRelation</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.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.0</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.001</duration><failedSince>0</failedSince><name>testExpandableParameters(List, Map, String, Map)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.009</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.ExpandableSQLTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.ExpandableStatementTest</className><duration>0.007</duration><failedSince>0</failedSince><name>testDoApplyValue(String, Map, Map, Map)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.ExpandableStatementTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testDoApplyValue(String, Map, Map, Map)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.ExpandableStatementTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testDoApplyValue(String, Map, Map, Map)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.ExpandableStatementTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testDoApplyValue(String, Map, Map, Map)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.ExpandableStatementTest</className><duration>0.0</duration><failedSince>0</failedSince><name>testDoApplyValue(String, Map, Map, Map)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.ExpandableStatementTest</className><duration>0.0</duration><failedSince>0</failedSince><name>testDoApplyValue(String, Map, Map, Map)[6]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.ExpandableStatementTest</className><duration>0.0</duration><failedSince>0</failedSince><name>testDoApplyValue(String, Map, Map, Map)[7]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.ExpandableStatementTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testDoApplyValue(String, Map, Map, Map)[8]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.ExpandableStatementTest</className><duration>0.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.024</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.ExpandableStatementTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.GeneratedKeysReaderTest</className><duration>0.011</duration><failedSince>0</failedSince><name>read_writeOperation</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.GeneratedKeysReaderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>convert</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.014</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.GeneratedKeysReaderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.ReadOperationTest</className><duration>0.183</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.189</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.0</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.0</duration><failedSince>0</failedSince><name>testParse(String, ParsedSQL)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLParameterParserTest</className><duration>0.0</duration><failedSince>0</failedSince><name>testParse(String, ParsedSQL)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLParameterParserTest</className><duration>0.0</duration><failedSince>0</failedSince><name>testParse(String, ParsedSQL)[4]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLParameterParserTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testParse(String, ParsedSQL)[5]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLParameterParserTest</className><duration>0.001</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.0</duration><failedSince>0</failedSince><name>testParse_inMatcher(String, boolean)[1]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLParameterParserTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testParse_inMatcher(String, boolean)[2]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLParameterParserTest</className><duration>0.001</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.0</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.001</duration><failedSince>0</failedSince><name>testParse_inMatcher(String, boolean)[7]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLParameterParserTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testParse_error_causeEmptyParamName</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLParameterParserTest</className><duration>0.002</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.001</duration><failedSince>0</failedSince><name>testParse_in(String, ParsedSQL)[3]</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.025</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.SQLParameterParserTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLStatementTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testApplyValue_allBindersPresent_doApplyValueIsCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLStatementTest</className><duration>0.003</duration><failedSince>0</failedSince><name>testApplyValue_missingBinder_exceptionIsThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.SQLStatementTest</className><duration>0.001</duration><failedSince>0</failedSince><name>testApplyValue_missingValue_exceptionIsThrown</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.005</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.SQLStatementTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.WriteOperationTest</className><duration>0.006</duration><failedSince>0</failedSince><name>executeBatch_preparedSQL</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.WriteOperationTest</className><duration>0.007</duration><failedSince>0</failedSince><name>execute_sensibleValuesAreNotLogged_batchNamedParameters</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:12	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:12	TRACE	SQLOperation	insert into Toto(id, name) values(:id, :name) | {1={name=X-masked value-X, id=2}, 2={name=X-masked value-X, id=3}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.WriteOperationTest</className><duration>0.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.004</duration><failedSince>0</failedSince><name>execute_batchLog_namedParameters</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:12	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:12	TRACE	SQLOperation	insert into Toto(id, name) values(:id, :name) | {1={name=Tata, id=2}, 2={name=Toto, id=3}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.WriteOperationTest</className><duration>0.002</duration><failedSince>0</failedSince><name>execute_sensibleValuesAreNotLogged</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:12	TRACE	SQLOperation	insert into Toto(id, name) values(?, ?) | {1=1, 2=X-masked value-X}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.WriteOperationTest</className><duration>0.003</duration><failedSince>0</failedSince><name>execute_batchLog_indexedParameters</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-06-26 04:31:12	DEBUG	SQLOperation	Batching statement 2 times
2025-06-26 04:31:12	TRACE	SQLOperation	insert into Toto(id, name) values(?, ?) | {1={1=1, 2=tata}, 2={1=2, 2=toto}}
</stdout></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.WriteOperationTest</className><duration>0.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.036</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.WriteOperationTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.InMemoryBlobSupportTest</className><duration>0.001</duration><failedSince>0</failedSince><name>setBinaryStream</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.InMemoryBlobSupportTest</className><duration>0.052</duration><failedSince>0</failedSince><name>getBinaryStream_offsetAndLength</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.InMemoryBlobSupportTest</className><duration>0.001</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.0</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.001</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.001</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.0</duration><failedSince>0</failedSince><name>getBytes</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.063</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.binder.InMemoryBlobSupportTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.NameEnumParameterBinderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>get</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.NameEnumParameterBinderTest</className><duration>0.002</duration><failedSince>0</failedSince><name>set</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.004</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.002</duration><failedSince>0</failedSince><name>testSet_nonNullValueIsPassedAsArgument_delegateIsInvoked</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.002</duration><failedSince>0</failedSince><name>testSet_nullIsPassedAsArgument_nonNPEIsThrown</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.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.0</duration><failedSince>0</failedSince><name>set</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.004</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.binder.OrdinalEnumParameterBinderTest</name><nodeId>25</nodeId><properties></properties></suite><suite><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.ParameterBinderRegistryTest</className><duration>0.009</duration><failedSince>0</failedSince><name>getBinder_findCompliantBinder</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.ParameterBinderRegistryTest</className><duration>0.006</duration><failedSince>0</failedSince><name>getBinder_multipleCompliantBindersFound_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.ParameterBinderRegistryTest</className><duration>0.0</duration><failedSince>0</failedSince><name>getBinder_notFound</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.ParameterBinderRegistryTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getBinder_findCompliantBinder_enum</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>org.codefilarete.stalactite.sql.statement.binder.ParameterBinderRegistryTest</className><duration>0.001</duration><failedSince>0</failedSince><name>getBinder_notRegistered_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></case><duration>0.021</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.007</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.014</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.005</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.093</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.101</duration><enclosingBlockName>Build</enclosingBlockName><enclosingBlock>16</enclosingBlock><name>org.codefilarete.stalactite.sql.statement.binder.ResultSetReaderTest</name><nodeId>25</nodeId><properties></properties></suite></testResult>