* // Let's assume a[n] are all of the same type, just as b[n], c[n]...
- * int[] result = create.batchStore(a1, a2, a3, b1, a4, c1, c2, a5)
+ * int[] result = create.batchDelete(a1, a2, a3, b1, a4, c1, c2, a5)
* .execute();
* The above results in result.length == 8 and
* the following 5 separate batch statements: