Re: [hibernate-dev] How to publish the website

2014-03-10 Thread Hardy Ferentschik
Nice On 10 Jan 2014, at 18:13, Emmanuel Bernard wrote: > I finally resolve WEBSITE-95 and explained how to build the website. > It is on the survival guide web page which is reachable from > http://hibernate.org/README/. > > http://hibernate.org/survival-guide/#publishing-the-site > > Emmanue

[hibernate-dev] How to publish the website

2014-03-10 Thread Emmanuel Bernard
I finally resolve WEBSITE-95 and explained how to build the website. It is on the survival guide web page which is reachable from http://hibernate.org/README/. http://hibernate.org/survival-guide/#publishing-the-site Emmanuel ___ hibernate-dev mailing l

Re: [hibernate-dev] Code templates empty on "Contributing to Hibernate using Eclipse" page

2014-03-10 Thread Brett Meyer
Done! Thanks for pointing it out -- not sure how that happened to begin with. Brett Meyer Red Hat, Hibernate ORM - Original Message - From: "Steve Ebersole" To: "Guillaume Smet" Cc: "Hibernate" Sent: Sunday, March 9, 2014 12:20:42 PM Subject: Re: [hibernate-dev] Code templates empty o

Re: [hibernate-dev] Storing values at the session level

2014-03-10 Thread Sanne Grinovero
This seems like related to the relation-walking optimization we discussed for Neo4J: also would need to couple the entity instance to the Neo4J document. Currently the Neo4J griddialect would need to run a new query for a graph-traversal: not taking advantage of the graph capabilities which is of c

Re: [hibernate-dev] Storing values at the session level

2014-03-10 Thread Gunnar Morling
Minor correction: > Unfortunately there is no getter for the session owner on SessionFactoryImplementor s/SessionFactoryImplementor/SessionImplementor --Gunnar 2014-03-10 12:59 GMT+01:00 Gunnar Morling : > Hi, > > I'm looking into ways for reducing the number of datastore roundtrips in > OG

Re: [hibernate-dev] Storing values at the session level

2014-03-10 Thread Emmanuel Bernard
Either this or have on the session owner contract a generic facility to store session specific data that OGM could extend. I think Steve has been reluctant of such contract in the past. We could re discuss the pluses and minuses. Another alternative is to use transactions as the payload transp

[hibernate-dev] Storing values at the session level

2014-03-10 Thread Gunnar Morling
Hi, I'm looking into ways for reducing the number of datastore roundtrips in OGM [1]. One idea is to fetch associations embedded within entity documents (e.g. in MongoDB) when loading such document. We'd "remember" the entity document and could later on retrieve the association from it without go

Re: [hibernate-dev] Participation in GSoC 2014

2014-03-10 Thread Gunnar Morling
Hi Dmitri, Many thanks for your interest in the project and the nice introduction. Hardy and I had short first discussion about HV and Java 8 at the corresponding JIRA issue [1]. If you like join the discussion there, any input is highly welcome. One of the big challenges is how to address this i