Uses of Class
net.spy.db.SaveException

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

Uses of SaveException in net.spy.db
 

Methods in net.spy.db that throw SaveException
 void Savable.save(java.sql.Connection conn, SaveContext context)
          Save this object's state over the given connection.
 void Saver.save(Savable o)
          Save this Savabale and everything it contains at the default isolation level.
 void Saver.save(Savable o, int level)
          Save this Savabale and everything it contains at the default isolation level.
 

Uses of SaveException in net.spy.db.savables
 

Methods in net.spy.db.savables that throw SaveException
 void SavableHashSet.save(java.sql.Connection conn, SaveContext context)
          Do nothing.
 void SavableHashMap.save(java.sql.Connection conn, SaveContext context)
          Do nothing.
 void CollectionSavable.save(java.sql.Connection conn, SaveContext context)
          NOOP.
 



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