Re: [hibernate-dev] [ORM] About making delegating implementations abstract

2017-08-17 Thread Steve Ebersole
I'm fine with either, although (1) sure seems easier. On Thu, Aug 17, 2017 at 11:42 AM Davide D'Alto wrote: > Solution number 2 works for me. > > Davide > > On Thu, Aug 17, 2017 at 4:24 PM, Guillaume Smet > wrote: > > Hi, > > > > While updating OGM to use ORM 5.2, I found out that the delegati

Re: [hibernate-dev] [ORM] About making delegating implementations abstract

2017-08-17 Thread Davide D'Alto
Solution number 2 works for me. Davide On Thu, Aug 17, 2017 at 4:24 PM, Guillaume Smet wrote: > Hi, > > While updating OGM to use ORM 5.2, I found out that the delegating > implementations of a few classes are missing methods: > - AbstractDelegatingSessionBuilder > - AbstractDelegatingSessionFac