[hibernate-dev] [OGM] @JoinColumns, @EmbeddedId & IN_ENTITY mode

2012-09-24 Thread Guillaume SCHEIBEL
Hi guys, I'm working on OGM-236 which consists to use by default the IN_ENTITY mode for association storage strategy instead of COLLECTION. I've just found out a little issue, when we use @JoinColumns over a @OneToMany property to map an @EmbeddedID with the IN_ENTITY mode, the navigation informat

Re: [hibernate-dev] OGM-229 Beef up MongoDB documentation

2012-09-24 Thread Guillaume SCHEIBEL
My pleasure :) Actually it helps to have a good understanding of what is done. It obliged me to ask the good question and so for to write / find out the answers. Guillaume 2012/9/24 Emmanuel Bernard > Many thanks Guillaume, I am reviewing them and rephrasing here and > there. It looks good so f

Re: [hibernate-dev] OGM-229 Beef up MongoDB documentation

2012-09-24 Thread Emmanuel Bernard
Many thanks Guillaume, I am reviewing them and rephrasing here and there. It looks good so far. I'll probably integrate it in a few hours and we can improve from this base. Emmanuel On Sun 2012-09-23 21:46, Guillaume SCHEIBEL wrote: > Hi guys, > > I've just updated the documentation with the ass

Re: [hibernate-dev] fixing 2 hibernate bugs

2012-09-24 Thread Brett Meyer
Mutaz, good morning! Thanks for being willing to contribute! https://help.github.com/articles/using-pull-requests That article will help you. Commit and push your changes to your fork. Then, create a pull request to the original ORM project. We'll take it from there. Thanks again! - O

Re: [hibernate-dev] fixing 2 hibernate bugs

2012-09-24 Thread Strong Liu
I'm on vacation this week, forwarding it to hibernate-dev mail list On Sep 24, 2012, at 3:55 PM, mutaz kabbashi wrote: > hi Strong > > i am new here and i want to contribute to hibernate project so i start > with simple bugs, so that i can understand the structure and coding > conventions of hi