hi!
On Wed, Apr 18, 2012 at 8:59 AM, Strong Liu wrote:
> yeah, using Git as back end storage is very interesting, is there already
> code i can follow?
I've created a github repository (at:
https://github.com/pkozlowski-opensource/jgitstore) but can't push
code yet (need to have OK from my workp
This is pretty much done. The only identifier-related piece to do
still is support for @MapsId.
Part of this process was introducing the notion of synthetic
attributes, which are attributes which don't really exist in the domain
classes. HIbernate uses them for a number of things. Here, it w
Secondary table support is pretty much done on the metamodel branch.
One thing we should discuss is support for using property-ref in
conjunction with there in hbm.xml.
Hibernate has never supported this. But I wanted to look at adding
support for it in 5.0 with these metamodel changes. What
Hi guys,
I'm starting the translation of the documentation in french and I've seen
the "copyright year" into the ogm.ent file is set to 2011.
Should I change it ? If yes should I take it into OGM-157 (specific to the
translation) or should I open a new JIRA about that ?
Guillaume
yeah, using Git as back end storage is very interesting, is there already code
i can follow?
-
Best Regards,
Strong Liu
http://about.me/stliu/bio
On Apr 2, 2012, at 11:14 PM, Sanne Grinovero wrote:
>>
>> (2) Git (used as a versioned key-value store, based on jgit). I k