Re: [hibernate-dev] [infinispan-dev] Hibernate OGM documentation

2011-04-27 Thread Manik Surtani
Emmanuel, Some initial thoughts: * Section 1: replace NoSQL Front-End with NoSQL Back-end? :-) * Why is this version 3.0? That's pretty arbitrary. ;) Hibernate core is in v. 4.0, Infinispan is 5.0... maybe this should be a 1.0? Or even 0.1? * Page 5: Why do you need a @TableGenerator? Is

Re: [hibernate-dev] Building a SessionFactory

2011-04-27 Thread Steve Ebersole
I added some comments. Great thoughts! On 04/27/2011 03:29 AM, Emmanuel Bernard wrote: > I've forked your gist adding comments and my own proposal > https://gist.github.com/943902 > > On 27 avr. 2011, at 00:51, Gail Badner wrote: > >> I was getting lost trying to follow this email thread, IRC lo

Re: [hibernate-dev] Integrator and retrieving objects

2011-04-27 Thread Steve Ebersole
Right, I don't think the "its stateless" approach will work as the general rule. On 04/27/2011 03:48 AM, Adam Warski wrote: > The AuditReader is stateful on the other hand - apart from the Session and > Envers config (which could be looked up each time), it contains a first-level > cache for a

Re: [hibernate-dev] Integrator and retrieving objects

2011-04-27 Thread Adam Warski
The AuditReader is stateful on the other hand - apart from the Session and Envers config (which could be looked up each time), it contains a first-level cache for already resolved historical objects. Adam On Apr 26, 2011, at 8:04 PM, Emmanuel Bernard wrote: > To clarify, FullTextSession is sta

Re: [hibernate-dev] Building a SessionFactory

2011-04-27 Thread Emmanuel Bernard
I've forked your gist adding comments and my own proposal https://gist.github.com/943902 On 27 avr. 2011, at 00:51, Gail Badner wrote: > I was getting lost trying to follow this email thread, IRC logs, private > conversations, and the confusion due to a typo, so I created a gist page > (https: