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
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
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
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
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
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
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
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