Re: [hibernate-dev] support for non-JDK collections

2014-08-11 Thread Gavin King
Yes, right. On Tue, Aug 12, 2014 at 12:06 AM, Steve Ebersole wrote: > That's the org.hibernate.collection.spi.PersistentCollection > > > On Mon, Aug 11, 2014 at 4:47 PM, Gavin King wrote: >> >> OK, thanks. Now I'm sorta remembering how this stuff works. You have >> this thing that wraps the real

Re: [hibernate-dev] support for non-JDK collections

2014-08-11 Thread Steve Ebersole
That's the org.hibernate.collection.spi.PersistentCollection On Mon, Aug 11, 2014 at 4:47 PM, Gavin King wrote: > OK, thanks. Now I'm sorta remembering how this stuff works. You have > this thing that wraps the real collection and tracks changes to it. > Forgot about that. > > On Mon, Aug 11, 2

Re: [hibernate-dev] support for non-JDK collections

2014-08-11 Thread Gavin King
OK, thanks. Now I'm sorta remembering how this stuff works. You have this thing that wraps the real collection and tracks changes to it. Forgot about that. On Mon, Aug 11, 2014 at 11:25 PM, Steve Ebersole wrote: > There is still the org.hibernate.type.CollectionType / > org.hibernate.usertype.Use

Re: [hibernate-dev] support for non-JDK collections

2014-08-11 Thread Steve Ebersole
There is still the org.hibernate.type.CollectionType / org.hibernate.usertype.UserCollectionType contracts On Fri, Aug 8, 2014 at 2:24 PM, Gavin King wrote: > Hi all, I have a question: I seem to remember that back in the day > Hibernate had some level of support for integrating associations ba