Re: [hibernate-dev] EntityMetamodel

2019-09-03 Thread Gail Badner
Ok, thanks. On Tue, Sep 3, 2019 at 6:09 AM Steve Ebersole wrote: > Seems like we dropped the need for the subclass checking here but did not > remove passing that Function. Technically it could be removed and the > EntityMetamodel > constructor reverted > > On Mon, Sep 2, 2019 at 9:14 PM Gail

Re: [hibernate-dev] EntityMetamodel

2019-09-03 Thread Steve Ebersole
Seems like we dropped the need for the subclass checking here but did not remove passing that Function. Technically it could be removed and the EntityMetamodel constructor reverted On Mon, Sep 2, 2019 at 9:14 PM Gail Badner wrote: > HHH-11147 changed a EntityMetamodel constructor argument from

[hibernate-dev] EntityMetamodel

2019-09-02 Thread Gail Badner
HHH-11147 changed a EntityMetamodel constructor argument from a SessionFactoryImplementor to a PersisterCreationContext. Would a custom EntityPersister break due to calling the constructor with the new argument type? >From what I can tell, the argument was changed to PersisterCreationContext go