Re: [hibernate-dev] [OGM] Thoughts for the Infinispan / Hot Rod dialect

2015-07-29 Thread Sanne Grinovero
On 29 July 2015 at 11:12, Gunnar Morling wrote: > > > 2015-07-28 16:07 GMT+02:00 Sanne Grinovero : >> >> Hi all, >> with Infinispan in embedded mode we used AtomicMaps and >> FineGrainedAtomicMaps as an alternative way to map attributes and >> relations. >> >> In particular the relations are inter

Re: [hibernate-dev] [OGM] Thoughts for the Infinispan / Hot Rod dialect

2015-07-29 Thread Gunnar Morling
2015-07-28 16:07 GMT+02:00 Sanne Grinovero : > Hi all, > with Infinispan in embedded mode we used AtomicMaps and > FineGrainedAtomicMaps as an alternative way to map attributes and > relations. > > In particular the relations are interesting because in SQL world one > would run a query on junction

Re: [hibernate-dev] [OGM] Thoughts for the Infinispan / Hot Rod dialect

2015-07-29 Thread Sanne Grinovero
On 29 July 2015 at 10:35, Davide D'Alto wrote: >> I think that in the case of Hot Rod clients we should not use >> AtomicMaps > > Out of curiosity, what about the grouping API? > We asked the Infinispan team to add some methods to it because we might use > them > to implement the dialect over HotR

Re: [hibernate-dev] [OGM] Thoughts for the Infinispan / Hot Rod dialect

2015-07-29 Thread Davide D'Alto
> I think that in the case of Hot Rod clients we should not use > AtomicMaps Out of curiosity, what about the grouping API? We asked the Infinispan team to add some methods to it because we might use them to implement the dialect over HotRod. These methods are still missing in the HotRod protocol,