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

2012-09-25 Thread Emmanuel Bernard
Hey Guillaume, I think I have properly fixed the issue. Can you test and review the pull request https://github.com/hibernate/hibernate-ogm/pull/141 ? Sanne it would be useful for you to check it out too. Emmanuel On Tue 2012-09-25 9:58, Emmanuel Bernard wrote: > Let me investigate this further

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

2012-09-25 Thread Emmanuel Bernard
Let me investigate this further first. Ideally the engine would use the right column names ie the fk and not the ones from the entity ids. I must have messed up when I fixed the bug I discussed with you. On 24 sept. 2012, at 20:20, Guillaume SCHEIBEL wrote: > Hi guys, > > I'm working on OGM