<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SingleTablePolymorphismPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 07:43:32	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 07:43:32	DEBUG	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.SingleTablePolymorphismPersisterTest$CRUD</className><duration>0.002</duration><failedSince>0</failedSince><name>deleteById</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 07:43:32	DEBUG	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.SingleTablePolymorphismPersisterTest$CRUD</className><duration>0.004</duration><failedSince>0</failedSince><name>deleteById_multiple</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 07:43:32	DEBUG	SQLOperation	delete from Toto where id in (?, ?) | {Toto.id=[o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]}
2024-08-30 07:43:32	DEBUG	SQLOperation	delete from Toto where id in (?, ?) | {Toto.id=[o.c.s.i.PersistableIdentifier@3, o.c.s.i.PersistableIdentifier@4]}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SingleTablePolymorphismPersisterTest$CRUD</className><duration>0.004</duration><failedSince>0</failedSince><name>delete_multiple</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 07:43:32	DEBUG	SQLOperation	Batching statement 2 times
2024-08-30 07:43:32	DEBUG	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@1}, 2={Toto.id=o.c.s.i.PersistableIdentifier@2}}
2024-08-30 07:43:32	DEBUG	SQLOperation	Batching statement 2 times
2024-08-30 07:43:32	DEBUG	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@3}, 2={Toto.id=o.c.s.i.PersistableIdentifier@4}}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SingleTablePolymorphismPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>insert</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 07:43:32	DEBUG	SQLOperation	Batching statement 2 times
2024-08-30 07:43:32	DEBUG	SQLOperation	insert into Toto(a, id, x, DTYPE) values (?, ?, ?, ?) | {1={Toto.x=17, Toto.DTYPE=100, Toto.a=23, Toto.id=o.c.s.i.PersistableIdentifier@1}, 2={Toto.x=29, Toto.DTYPE=100, Toto.a=31, Toto.id=o.c.s.i.PersistableIdentifier@2}}
2024-08-30 07:43:32	DEBUG	SQLOperation	Batching statement 2 times
2024-08-30 07:43:32	DEBUG	SQLOperation	insert into Toto(b, id, x, DTYPE) values (?, ?, ?, ?) | {1={Toto.x=37, Toto.b=41, Toto.DTYPE=200, Toto.id=o.c.s.i.PersistableIdentifier@3}, 2={Toto.x=43, Toto.b=53, Toto.DTYPE=200, Toto.id=o.c.s.i.PersistableIdentifier@4}}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SingleTablePolymorphismPersisterTest$CRUD</className><duration>0.034</duration><failedSince>0</failedSince><name>select</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 07:43:32	DEBUG	SQLOperation	select Toto.id as Toto_id, Toto.DTYPE as Toto_DTYPE from Toto where Toto.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistedIdentifier@1, 2=o.c.s.i.PersistedIdentifier@2, 3=o.c.s.i.PersistedIdentifier@3, 4=o.c.s.i.PersistedIdentifier@4}
2024-08-30 07:43:32	DEBUG	SQLOperation	select Toto.a as Toto_a, Toto.id as Toto_id, Toto.x as Toto_x from Toto where Toto.id in (?, ?) | {Toto.id=[o.c.s.i.PersistedIdentifier@1, o.c.s.i.PersistedIdentifier@2]}
2024-08-30 07:43:32	DEBUG	SQLOperation	select Toto.b as Toto_b, Toto.id as Toto_id, Toto.x as Toto_x from Toto where Toto.id in (?, ?) | {Toto.id=[o.c.s.i.PersistedIdentifier@3, o.c.s.i.PersistedIdentifier@4]}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SingleTablePolymorphismPersisterTest$CRUD</className><duration>0.012</duration><failedSince>0</failedSince><name>selectWhere</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 07:43:32	DEBUG	SQLOperation	select Toto.id as Toto_id, Toto.DTYPE as DISCRIMINATOR from Toto where Toto.x = ? | {1=42}
2024-08-30 07:43:32	DEBUG	SQLOperation	select Toto.a as Toto_a, Toto.id as Toto_id, Toto.x as Toto_x from Toto where Toto.id in (?, ?) | {Toto.id=[o.c.s.i.PersistedIdentifier@1, o.c.s.i.PersistedIdentifier@2]}
2024-08-30 07:43:32	DEBUG	SQLOperation	select Toto.b as Toto_b, Toto.id as Toto_id, Toto.x as Toto_x from Toto where Toto.id in (?, ?) | {Toto.id=[o.c.s.i.PersistedIdentifier@3, o.c.s.i.PersistedIdentifier@4]}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SingleTablePolymorphismPersisterTest$CRUD</className><duration>0.007</duration><failedSince>0</failedSince><name>update</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 07:43:32	DEBUG	SQLOperation	select Toto.id as Toto_id, Toto.DTYPE as Toto_DTYPE from Toto where Toto.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@1, 2=o.c.s.i.PersistableIdentifier@2, 3=o.c.s.i.PersistableIdentifier@3, 4=o.c.s.i.PersistableIdentifier@4}
2024-08-30 07:43:32	DEBUG	SQLOperation	select Toto.a as Toto_a, Toto.id as Toto_id, Toto.x as Toto_x from Toto where Toto.id in (?, ?) | {Toto.id=[o.c.s.i.PersistedIdentifier@1, o.c.s.i.PersistedIdentifier@2]}
2024-08-30 07:43
...[truncated 306 chars]...
Toto set a = ?, x = ? where id = ? | {1={Toto.x (U)=17, Toto.id (W)=o.c.s.i.PersistedIdentifier@1, Toto.a (U)=123}, 2={Toto.x (U)=29, Toto.id (W)=o.c.s.i.PersistedIdentifier@2, Toto.a (U)=131}}
2024-08-30 07:43:32	DEBUG	SQLOperation	Batching statement 2 times
2024-08-30 07:43:32	DEBUG	SQLOperation	update Toto set b = ?, x = ? where id = ? | {1={Toto.x (U)=37, Toto.b (U)=141, Toto.id (W)=o.c.s.i.PersistedIdentifier@3}, 2={Toto.x (U)=43, Toto.b (U)=153, Toto.id (W)=o.c.s.i.PersistedIdentifier@4}}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.runtime.SingleTablePolymorphismPersisterTest$CRUD</className><duration>0.003</duration><failedSince>0</failedSince><name>updateById</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 07:43:32	DEBUG	SQLOperation	Batching statement 2 times
2024-08-30 07:43:32	DEBUG	SQLOperation	update Toto set a = ?, x = ? where id = ? | {1={Toto.a (U)=123, Toto.x (U)=17, Toto.id (W)=o.c.s.i.PersistableIdentifier@1}, 2={Toto.a (U)=131, Toto.x (U)=29, Toto.id (W)=o.c.s.i.PersistableIdentifier@2}}
2024-08-30 07:43:32	DEBUG	SQLOperation	Batching statement 2 times
2024-08-30 07:43:32	DEBUG	SQLOperation	update Toto set b = ?, x = ? where id = ? | {1={Toto.b (U)=141, Toto.x (U)=37, Toto.id (W)=o.c.s.i.PersistableIdentifier@3}, 2={Toto.b (U)=153, Toto.x (U)=43, Toto.id (W)=o.c.s.i.PersistableIdentifier@4}}
</stdout></child><failCount>0</failCount><name>SingleTablePolymorphismPersisterTest$CRUD</name><passCount>9</passCount><skipCount>0</skipCount></classResult>