Re: [hibernate-dev] master -> metamodel

2013-12-04 Thread Steve Ebersole
Not a need so much. More I am just trying to scope out the post-4.3 steps and get ready for transitioning to 5.0 On Wed 04 Dec 2013 12:59:13 PM CST, Brett Meyer wrote: > I started doing it when we were in Rome, but there's obviously a bloody ton > of conflicts and we had decided to abort it. I

Re: [hibernate-dev] master -> metamodel

2013-12-04 Thread Brett Meyer
I started doing it when we were in Rome, but there's obviously a bloody ton of conflicts and we had decided to abort it. It's been months since it was done last, I believe. I thought we had discussed and decided not to merge into metamodel anymore. Rather, we'll deal with the conflicts when i

[hibernate-dev] master -> metamodel

2013-12-04 Thread Steve Ebersole
When is the last time we have synced merged master to the metamodel branch? ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] JdbcSession proposal

2013-12-04 Thread Steve Ebersole
I found a few spare minutes to work on this a little and move it into the next stage with some actual interfaces, impls and usages to help illustrate some of the proposed concepts. https://github.com/sebersole/JdbcSession The README.md is very up-to-date and detailed. Would be good to get inp

[hibernate-dev] Hibernate ORM 4.2.8.Final Released

2013-12-04 Thread Brett Meyer
Hibernate ORM 4.2.8.Final was just released with 30 fixes/improvements! Please see the full changelog for more information: https://hibernate.atlassian.net/secure/ReleaseNote.jspa?projectId=10031&version=14950. Apologies for the delay in this release. Note that 4.2.9.Final will also be delayed

Re: [hibernate-dev] [OGM] Precedence of options specified on different levels

2013-12-04 Thread Gunnar Morling
2013/12/4 Emmanuel Bernard > On Wed 2013-12-04 10:33, Gunnar Morling wrote: > > 2013/12/3 Emmanuel Bernard > > > > > On Tue 2013-12-03 17:48, Gunnar Morling wrote: > > > > Thanks, Davide. > > > > > > > > 2013/12/3 Davide D'Alto > > > > > > > > > It looks good to me. > > > > > > > > > > > > > Ok

Re: [hibernate-dev] [OGM] Precedence of options specified on different levels

2013-12-04 Thread Emmanuel Bernard
On Wed 2013-12-04 10:33, Gunnar Morling wrote: > 2013/12/3 Emmanuel Bernard > > > On Tue 2013-12-03 17:48, Gunnar Morling wrote: > > > Thanks, Davide. > > > > > > 2013/12/3 Davide D'Alto > > > > > > > It looks good to me. > > > > > > > > > > Ok. > > > > > > > I first didn't like that but I came

Re: [hibernate-dev] [OGM] Precedence of options specified on different levels

2013-12-04 Thread Gunnar Morling
2013/12/3 Davide D'Alto > If I understand correctly, What you are suggesting instead, it is to have > two different names for the same property (), defaultHost in the > persistence.xml and host in the API, this means that I have to know how to > call a property based on the place where I want to

Re: [hibernate-dev] [OGM] Precedence of options specified on different levels

2013-12-04 Thread Gunnar Morling
2013/12/3 Emmanuel Bernard > On Tue 2013-12-03 17:48, Gunnar Morling wrote: > > Thanks, Davide. > > > > 2013/12/3 Davide D'Alto > > > > > It looks good to me. > > > > > > > Ok. > > > > > I first didn't like that but I came to think it makes sense, if the > > > property name conveys that semantic

Re: [hibernate-dev] [OGM] Precedence of options specified on different levels

2013-12-04 Thread Gunnar Morling
2013/12/3 Emmanuel Bernard > I am quite uncomfortable with that approach. > > Here is what I propose instead (we did discuss that in the past a bit). > > Rules by decreasing precedence: > > property | association > class > super class > global > (*) question: what about overridden properties > >