Re: [hibernate-dev] [OGM] Transaction-aware

2012-04-18 Thread Strong Liu
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

[hibernate-dev] OGM-157 copyright year

2012-04-18 Thread Guillaume SCHEIBEL
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

[hibernate-dev] Secondary table support 5.0

2012-04-18 Thread Steve Ebersole
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

Re: [hibernate-dev] metamodel branch and identifier handling

2012-04-18 Thread Steve Ebersole
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

Re: [hibernate-dev] [OGM] Transaction-aware

2012-04-18 Thread Pawel Kozlowski
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