That's the org.hibernate.collection.spi.PersistentCollection
On Mon, Aug 11, 2014 at 4:47 PM, Gavin King <[email protected]> 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, 2014 at 11:25 PM, Steve Ebersole <[email protected]> > wrote: > > There is still the org.hibernate.type.CollectionType / > > org.hibernate.usertype.UserCollectionType contracts > > > > > > On Fri, Aug 8, 2014 at 2:24 PM, Gavin King <[email protected]> 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 based > >> on custom collection types. Is that abstraction still there? That > >> would be one of the things we need to make Hibernate work on Ceylon. > >> > >> Thanks. > >> > >> -- > >> Gavin King > >> [email protected] > >> http://profiles.google.com/gavin.king > >> http://ceylon-lang.org > >> http://hibernate.org > >> http://seamframework.org > >> _______________________________________________ > >> hibernate-dev mailing list > >> [email protected] > >> https://lists.jboss.org/mailman/listinfo/hibernate-dev > > > > > > > > -- > Gavin King > [email protected] > http://profiles.google.com/gavin.king > http://ceylon-lang.org > http://hibernate.org > http://seamframework.org > _______________________________________________ hibernate-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/hibernate-dev
