Uses of Interface
org.granite.client.persistence.collection.PersistentCollection

Packages that use PersistentCollection
org.granite.client.persistence.collection   
 

Uses of PersistentCollection in org.granite.client.persistence.collection
 

Classes in org.granite.client.persistence.collection with type parameters of type PersistentCollection
 interface UnsafePersistentCollection<C extends PersistentCollection>
           
 

Subinterfaces of PersistentCollection in org.granite.client.persistence.collection
 interface PersistentSortedCollection<E>
           
 interface UnsafePersistentCollection<C extends PersistentCollection>
           
 

Classes in org.granite.client.persistence.collection that implement PersistentCollection
 class AbstractPersistentCollection<C>
           
 class AbstractPersistentMapCollection<K,V,C extends Map<K,V>>
           
 class AbstractPersistentSimpleCollection<E,C extends Collection<E>>
           
 class PersistentBag<E>
           
 class PersistentList<E>
           
 class PersistentMap<K,V>
           
 class PersistentSet<E>
           
 class PersistentSortedMap<K,V>
           
 class PersistentSortedSet<E>
           
 

Methods in org.granite.client.persistence.collection that return PersistentCollection
 PersistentCollection AbstractPersistentCollection.clone(boolean uninitialize)
           
 PersistentCollection PersistentCollection.clone(boolean uninitialize)
           
 

Methods in org.granite.client.persistence.collection that return types with arguments of type PersistentCollection
 Loader<PersistentCollection> AbstractPersistentCollection.getLoader()
           
 Loader<PersistentCollection> PersistentCollection.getLoader()
           
 

Methods in org.granite.client.persistence.collection with parameters of type PersistentCollection
 void PersistentCollection.InitializationCallback.call(PersistentCollection collection)
           
 void PersistentCollection.ChangeListener.changed(PersistentCollection collection)
           
 void PersistentCollection.InitializationListener.initialized(PersistentCollection collection)
           
 void PersistentCollection.InitializationListener.uninitialized(PersistentCollection collection)
           
 

Method parameters in org.granite.client.persistence.collection with type arguments of type PersistentCollection
 void AbstractPersistentCollection.setLoader(Loader<PersistentCollection> loader)
           
 void PersistentCollection.setLoader(Loader<PersistentCollection> loader)