Uses of Interface
org.granite.client.persistence.LazyableCollection

Packages that use LazyableCollection
org.granite.client.persistence   
org.granite.client.persistence.javafx   
org.granite.client.tide.collections   
org.granite.client.tide.collections.javafx   
org.granite.client.tide.data.impl   
org.granite.client.tide.data.spi   
org.granite.client.tide.javafx   
 

Uses of LazyableCollection in org.granite.client.persistence
 

Methods in org.granite.client.persistence that return LazyableCollection
 LazyableCollection LazyableCollection.clone(boolean uninitialize)
           
 

Uses of LazyableCollection in org.granite.client.persistence.javafx
 

Classes in org.granite.client.persistence.javafx that implement LazyableCollection
 class PersistentBag<T>
           
 class PersistentList<T>
           
 class PersistentMap<K,V>
           
 class PersistentSet<T>
           
 

Uses of LazyableCollection in org.granite.client.tide.collections
 

Subinterfaces of LazyableCollection in org.granite.client.tide.collections
 interface ManagedPersistentAssociation
           
 interface ManagedPersistentCollection<T>
           
 interface ManagedPersistentMap<K,V>
           
 

Methods in org.granite.client.tide.collections that return LazyableCollection
 LazyableCollection ManagedPersistentAssociation.getCollection()
           
 

Uses of LazyableCollection in org.granite.client.tide.collections.javafx
 

Classes in org.granite.client.tide.collections.javafx that implement LazyableCollection
 class AbstractJavaFXManagedPersistentAssociation
          Internal implementation of persistent collection handling automatic lazy loading.
 class JavaFXManagedPersistentCollection<T>
          Internal implementation of persistent collection handling automatic lazy loading.
 class JavaFXManagedPersistentMap<K,V>
          Internal implementation of persistent collection handling automatic lazy loading.
 

Methods in org.granite.client.tide.collections.javafx that return LazyableCollection
 LazyableCollection JavaFXManagedPersistentCollection.clone(boolean uninitialize)
           
 LazyableCollection JavaFXManagedPersistentMap.clone(boolean uninitialize)
           
 LazyableCollection JavaFXManagedPersistentCollection.getCollection()
           
 LazyableCollection JavaFXManagedPersistentMap.getCollection()
           
 

Constructors in org.granite.client.tide.collections.javafx with parameters of type LazyableCollection
JavaFXManagedPersistentCollection(Identifiable entity, String propertyName, LazyableCollection list)
           
JavaFXManagedPersistentMap(Identifiable entity, String propertyName, LazyableCollection map)
           
 

Uses of LazyableCollection in org.granite.client.tide.data.impl
 

Methods in org.granite.client.tide.data.impl with parameters of type LazyableCollection
protected  Object EntityManagerImpl.mergePersistentCollection(MergeContext mergeContext, LazyableCollection coll, Object previous, org.granite.tide.Expression expr, Identifiable parent, String propertyName)
           
 ManagedPersistentCollection<Object> JavaBeanDataManager.newPersistentCollection(Identifiable parent, String propertyName, LazyableCollection nextList)
           
 ManagedPersistentMap<Object,Object> JavaBeanDataManager.newPersistentMap(Identifiable parent, String propertyName, LazyableCollection nextMap)
           
 

Uses of LazyableCollection in org.granite.client.tide.data.spi
 

Methods in org.granite.client.tide.data.spi with parameters of type LazyableCollection
 ManagedPersistentCollection<Object> DataManager.newPersistentCollection(Identifiable parent, String propertyName, LazyableCollection nextList)
           
 ManagedPersistentMap<Object,Object> DataManager.newPersistentMap(Identifiable parent, String propertyName, LazyableCollection nextMap)
           
 

Uses of LazyableCollection in org.granite.client.tide.javafx
 

Methods in org.granite.client.tide.javafx with parameters of type LazyableCollection
 ManagedPersistentCollection<Object> JavaFXDataManager.newPersistentCollection(Identifiable parent, String propertyName, LazyableCollection nextList)
           
 ManagedPersistentMap<Object,Object> JavaFXDataManager.newPersistentMap(Identifiable parent, String propertyName, LazyableCollection nextMap)