| This is a set implementation that tracks removal and addition of elements.
This tracking allow the PersistenceBroker to delete elements from
the database that have been removed from the collection before a
PB.store() orperation occurs.
This will allow to use the PB api in way pretty close to ODMG persistent
collections!
author: Thomas Dudziak version: $Id: RemovalAwareSet.java,v 1.1.2.2 2005/12/21 22:28:15 tomdz Exp $ |