Uses of Class
org.granite.messaging.persistence.AbstractExternalizablePersistentCollection

Packages that use AbstractExternalizablePersistentCollection
org.granite.datanucleus   
org.granite.eclipselink   
org.granite.hibernate   
org.granite.hibernate4   
org.granite.messaging.persistence   
org.granite.toplink   
 

Uses of AbstractExternalizablePersistentCollection in org.granite.datanucleus
 

Methods in org.granite.datanucleus with parameters of type AbstractExternalizablePersistentCollection
protected  Object DataNucleusExternalizer.newCollection(AbstractExternalizablePersistentCollection value, Property field)
           
 

Uses of AbstractExternalizablePersistentCollection in org.granite.eclipselink
 

Methods in org.granite.eclipselink that return AbstractExternalizablePersistentCollection
protected  AbstractExternalizablePersistentCollection EclipseLinkExternalizer.newExternalizableCollection(org.eclipse.persistence.indirection.IndirectContainer value)
           
 

Methods in org.granite.eclipselink with parameters of type AbstractExternalizablePersistentCollection
protected  org.eclipse.persistence.indirection.IndirectContainer EclipseLinkExternalizer.newIndirectCollection(AbstractExternalizablePersistentCollection value, Type target)
           
 

Uses of AbstractExternalizablePersistentCollection in org.granite.hibernate
 

Methods in org.granite.hibernate that return AbstractExternalizablePersistentCollection
protected  AbstractExternalizablePersistentCollection HibernateExternalizer.newExternalizableCollection(PersistentCollection value)
           
 

Methods in org.granite.hibernate with parameters of type AbstractExternalizablePersistentCollection
protected  PersistentCollection HibernateExternalizer.newHibernateCollection(AbstractExternalizablePersistentCollection value, Property field)
           
 

Uses of AbstractExternalizablePersistentCollection in org.granite.hibernate4
 

Methods in org.granite.hibernate4 that return AbstractExternalizablePersistentCollection
protected  AbstractExternalizablePersistentCollection HibernateExternalizer.newExternalizableCollection(org.hibernate.collection.spi.PersistentCollection value)
           
 

Methods in org.granite.hibernate4 with parameters of type AbstractExternalizablePersistentCollection
protected  org.hibernate.collection.spi.PersistentCollection HibernateExternalizer.newHibernateCollection(AbstractExternalizablePersistentCollection value, Property field)
           
 

Uses of AbstractExternalizablePersistentCollection in org.granite.messaging.persistence
 

Subclasses of AbstractExternalizablePersistentCollection in org.granite.messaging.persistence
 class ExternalizablePersistentBag
           
 class ExternalizablePersistentList
           
 class ExternalizablePersistentMap
           
 class ExternalizablePersistentSet
           
 

Uses of AbstractExternalizablePersistentCollection in org.granite.toplink
 

Methods in org.granite.toplink that return AbstractExternalizablePersistentCollection
protected  AbstractExternalizablePersistentCollection TopLinkExternalizer.newExternalizableCollection(oracle.toplink.essentials.indirection.IndirectContainer value)
           
 

Methods in org.granite.toplink with parameters of type AbstractExternalizablePersistentCollection
protected  oracle.toplink.essentials.indirection.IndirectContainer TopLinkExternalizer.newIndirectCollection(AbstractExternalizablePersistentCollection value, Type target)