Uses of Interface
org.granite.client.tide.collections.ManagedPersistentAssociation

Packages that use ManagedPersistentAssociation
org.granite.client.tide.collections   
org.granite.client.tide.collections.javafx   
 

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

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

Methods in org.granite.client.tide.collections with parameters of type ManagedPersistentAssociation
 void ManagedPersistentAssociation.InitializationCallback.call(ManagedPersistentAssociation collection)
           
 void ManagedPersistentAssociation.InitializationListener.initialized(ManagedPersistentAssociation collection)
           
 void ManagedPersistentAssociation.InitializationListener.uninitialized(ManagedPersistentAssociation collection)
           
 

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

Classes in org.granite.client.tide.collections.javafx that implement ManagedPersistentAssociation
 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.