[infinispan-dev] OGM, Hot Rod and Grouping API
Emmanuel Bernard
emmanuel at hibernate.org
Fri Jun 6 09:29:20 EDT 2014
On 06 Jun 2014, at 15:04, William Burns <mudokonman at gmail.com> wrote:
>> Does that answer your question? Because I’m not sure what you mean by the key being attached to the Tx.
>
> The difference is say you have a tx1 on thread 1 then on the same
> thread you ask for the group, if it is in the transaction controls
> whether or not that pending update is seen.
>
> Example:
>
> tx1 starts
> // Note key1 is in group 1
> cache.put(key1, someValue);
>
> Set<K> keys = cache.getGroup("group1");
> // The keys would contain key1 if taking part of transaction.
Yes that would be necessary.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/infinispan-dev/attachments/20140606/9129a9f7/attachment.html
More information about the infinispan-dev
mailing list