<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:16:01	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:16:01	TRACE	SQLOperation	delete from TotoA where id = ? | {1={TotoA.id=o.c.s.i.PersistableIdentifier@7}}
2026-04-04 06:16:01	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:16:01	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@7}}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$CRUD</className><duration>0.002</duration><failedSince>0</failedSince><name>deleteById</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:16:01	TRACE	SQLOperation	delete from TotoA where id in (?) | {TotoA.id=o.c.s.i.PersistableIdentifier@7}
2026-04-04 06:16:01	TRACE	SQLOperation	delete from Toto where id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@7}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$CRUD</className><duration>0.006</duration><failedSince>0</failedSince><name>deleteById_multiple</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:16:01	TRACE	SQLOperation	delete from TotoA where id in (?, ?) | {TotoA.id=[o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]}
2026-04-04 06:16:01	TRACE	SQLOperation	delete from TotoB where id in (?, ?) | {TotoB.id=[o.c.s.i.PersistableIdentifier@3, o.c.s.i.PersistableIdentifier@4]}
2026-04-04 06:16:01	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:16:01	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]}}
2026-04-04 06:16:01	TRACE	SQLOperation	delete from Toto where id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@4}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>delete_multiple</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:16:01	DEBUG	SQLOperation	Batching statement 2 times
2026-04-04 06:16:01	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}}
2026-04-04 06:16:01	DEBUG	SQLOperation	Batching statement 2 times
2026-04-04 06:16:01	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}}
2026-04-04 06:16:01	DEBUG	SQLOperation	Batching statement 3 times
2026-04-04 06:16:01	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}}
2026-04-04 06:16:01	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:16:01	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@4}}
</stdout></child><child><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>2026-04-04 06:16:01	DEBUG	SQLOperation	Batching statement 3 times
2026-04-04 06:16:01	TRACE	SQLOperation	insert into Toto(x, q, id) values (?, ?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@1, Toto.x=17, Toto.q=null}, 2={Toto.id=o.c.s.i.PersistableIdentifier@2, Toto.x=29, Toto.q=null}, 3={Toto.id=o.c.s.i.PersistableIdentifier@3, Toto.x=37, Toto.q=null}}
2026-04-04 06:16:01	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:16:01	TRACE	SQLOperation	insert into Toto(x, q, id) values (?
...[truncated 106 chars]...
SQLOperation	Batching statement 2 times
2026-04-04 06:16:01	TRACE	SQLOperation	insert into TotoA(a, id) values (?, ?) | {1={TotoA.id=o.c.s.i.PersistableIdentifier@1, TotoA.a=23}, 2={TotoA.id=o.c.s.i.PersistableIdentifier@2, TotoA.a=31}}
2026-04-04 06:16:01	DEBUG	SQLOperation	Batching statement 2 times
2026-04-04 06:16:01	TRACE	SQLOperation	insert into TotoB(b, id) values (?, ?) | {1={TotoB.id=o.c.s.i.PersistableIdentifier@3, TotoB.b=41}, 2={TotoB.id=o.c.s.i.PersistableIdentifier@4, TotoB.b=53}}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$CRUD</className><duration>0.008</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:16:01	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]
2026-04-04 06:16:01	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Toto.id In], hasCollectionCriteria=false, parent=null
2026-04-04 06:16:01	TRACE	SQLOperation	select Toto.x as Toto_x, Toto.q as Toto_q, Toto.id
...[truncated 2093 chars]...
instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-04-04 06:16:01	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$TotoB
2026-04-04 06:16:01	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.j.JoinTablePolymorphismPersisterTest$TotoB#o.c.s.i.PersistedIdentifier@4
</stdout></child><child><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>2026-04-04 06:16:01	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Toto.x Equals], hasCollectionCriteria=false, parent=null
2026-04-04 06:16:01	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.
...[truncated 1756 chars]...
instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-04-04 06:16:01	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$TotoB
2026-04-04 06:16:01	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.j.JoinTablePolymorphismPersisterTest$TotoB#o.c.s.i.PersistedIdentifier@4
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$CRUD</className><duration>0.02</duration><failedSince>0</failedSince><name>selectWhere_collectionCriteria</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:16:01	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Toto.q Equals], hasCollectionCriteria=true, parent=null
2026-04-04 06:16:01	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.i
...[truncated 2223 chars]...
instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-04-04 06:16:01	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$TotoB
2026-04-04 06:16:01	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.j.JoinTablePolymorphismPersisterTest$TotoB#o.c.s.i.PersistedIdentifier@4
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>selectWhere_orderByOnCollectionProperty_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$CRUD</className><duration>0.008</duration><failedSince>0</failedSince><name>selectWhere_orderByOnNonCollectionProperty_orderByIsAddedToSQL</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:16:01	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Toto.x Equals], hasCollectionCriteria=false, parent=null
2026-04-04 06:16:01	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.
...[truncated 1776 chars]...
instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-04-04 06:16:01	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$TotoB
2026-04-04 06:16:01	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.j.JoinTablePolymorphismPersisterTest$TotoB#o.c.s.i.PersistedIdentifier@4
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$CRUD</className><duration>0.007</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:16:01	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]
2026-04-04 06:16:01	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Toto.id In], hasCollectionCriteria=false, parent=null
2026-04-04 06:16:01	TRACE	SQLOperation	select Toto.x as Toto_x, Toto.q as Toto_q,
...[truncated 2657 chars]...
statement 2 times
2026-04-04 06:16:01	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}}
2026-04-04 06:16:01	DEBUG	SQLOperation	Batching statement 2 times
2026-04-04 06:16:01	TRACE	SQLOperation	update TotoB set b = ? where id = ? | {1={TotoB.id (W)=o.c.s.i.PersistedIdentifier@3, TotoB.b (U)=141}, 2={TotoB.id (W)=o.c.s.i.PersistedIdentifier@4, TotoB.b (U)=153}}
</stdout></child><child><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>2026-04-04 06:16:01	DEBUG	SQLOperation	Batching statement 3 times
2026-04-04 06:16:01	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}}
2026-04-04 06:16:01	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:16:01	TRACE	SQLOperation	up
...[truncated 180 chars]...
t 2 times
2026-04-04 06:16:01	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}}
2026-04-04 06:16:01	DEBUG	SQLOperation	Batching statement 2 times
2026-04-04 06:16:01	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></child><failCount>0</failCount><name>JoinTablePolymorphismPersisterTest$CRUD</name><passCount>12</passCount><skipCount>0</skipCount></classResult>