Uses of Interface
net.spy.db.Savable

Packages that use Savable
net.spy.db SPY Database Layer 
net.spy.db.savables Savable Collections, etc... 
 

Uses of Savable in net.spy.db
 

Classes in net.spy.db that implement Savable
 class AbstractSavable
          Abstract implementation of Savable.
 

Methods in net.spy.db that return types with arguments of type Savable
 Collection<? extends Savable> Savable.getPostSavables(SaveContext context)
          Get a Collection of all of the SavableNodes this SavableNode is holding that will need to be saved after this Savable.
 Collection<? extends Savable> AbstractSavable.getPostSavables(SaveContext context)
          Get the dependent objects for this Savable.
 Collection<? extends Savable> Savable.getPreSavables(SaveContext context)
          Get a Collection of all of the SavableNodes this SavableNode is holding that will need to be saved before this Savable.
 Collection<? extends Savable> AbstractSavable.getPreSavables(SaveContext context)
          Get the objects that need to be saved before this object.
 

Methods in net.spy.db with parameters of type Savable
 ScheduledFuture<?> TransactionPipeline.addTransaction(Savable s, SpyConfig conf)
          Add a transaction to the pipeline without a context.
 ScheduledFuture<?> TransactionPipeline.addTransaction(Savable s, SpyConfig conf, SaveContext ctx)
          Add a transaction to the pipeline.
 void Saver.save(Savable o)
          Save this Savabale and everything it contains at the default isolation level.
 void Saver.save(Savable o, Integer isoLevel)
          Save this Savabale and everything it contains.
 

Uses of Savable in net.spy.db.savables
 

Classes in net.spy.db.savables with type parameters of type Savable
 class SavableHashMap<K,V extends Savable>
          A subclass of HashMap that implements Savable.
 

Classes in net.spy.db.savables that implement Savable
 class CollectionSavable
          Wrapper to save an existing collection.
 class SavableHashMap<K,V extends Savable>
          A subclass of HashMap that implements Savable.
 class SavableHashSet
          A subclass of HashSet that implements Savable.
 

Methods in net.spy.db.savables that return types with arguments of type Savable
 Collection<Savable> SavableHashSet.getPostSavables(SaveContext context)
           
 Collection<? extends Savable> SavableHashMap.getPostSavables(SaveContext context)
           
 Collection<? extends Savable> CollectionSavable.getPostSavables(SaveContext context)
          Get the collection.
 Collection<Savable> SavableHashSet.getPreSavables(SaveContext context)
           
 Collection<? extends Savable> SavableHashMap.getPreSavables(SaveContext context)
           
 

Constructor parameters in net.spy.db.savables with type arguments of type Savable
CollectionSavable(Collection<? extends Savable> c)
          Get an instance of CollectionSavable.
SavableHashSet(Collection<Savable> col)
          Get an instance of SavableHashSet populated with the given Collection of objects.
 



Copyright © 1995-2007 SPY Internetworking. All Rights Reserved.