setPartitionIndex(partIndex: Integer);
The setPartitionIndex method of the Object class specifies the partition in which to locate the receiver. It must be called within the creating transaction.
The value of the partIndex parameter must be a value in the range 1 through the value of the
The value set is observed only when the transaction commits; that is, only the last value set is used.
A