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

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

2014-08-25 Thread 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 question > is the collection persister passed to > A