Re: [hibernate-dev] [OGM] AssociationPersister.collectionPersister()

2014-08-26 Thread Gunnar Morling
2014-08-25 17:42 GMT+02:00 Emmanuel Bernard : > From what I could look at, AssociationPersister.collectionPersister() + > inverse() is only called in > OgmCollectionPersister.updateInverseSideOfAssociationNavigation() and the > owning side CollectionPersister is provided. > > So to answer your que

Re: [hibernate-dev] Compatibility Considerations wiki

2014-08-26 Thread Steve Ebersole
They are an SPI. I'd break many Hibernate projects and third-party integrations if I just moved them... On Tue, Aug 26, 2014 at 1:34 AM, Gunnar Morling wrote: > 2014-08-25 18:37 GMT+02:00 Steve Ebersole : > > This is all certainly true. I think specifically of things like >> persisters, which

Re: [hibernate-dev] Compatibility Considerations wiki

2014-08-26 Thread Gunnar Morling
2014-08-27 7:15 GMT+02:00 Steve Ebersole : > They are an SPI. I'd break many Hibernate projects and third-party > integrations if I just moved them... > Yes, it would break client code using these SPIs, but isn't such breakage covered by the rules you laid out before? You even allowed for breaki