___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev
Hi,
While updating OGM to use ORM 5.2, I found out that the delegating
implementations of a few classes are missing methods:
- AbstractDelegatingSessionBuilder
- AbstractDelegatingSessionFactoryBuilder
It stayed unnoticed because the classes are abstract so they don't complain
about missing metho
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
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