public class RemovalAwareSet extends ManageableHashSet implements IRemovalAwareCollection
| Constructor and Description |
|---|
RemovalAwareSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterStore(PersistenceBroker broker)
A callback method to implement 'removal-aware' (track removed objects and delete
them by its own) collection implementations.
|
void |
clear() |
boolean |
remove(java.lang.Object o) |
void |
removeAllElements() |
void |
resetDeleted() |
ojbAdd, ojbAddAll, ojbIteratorpublic void afterStore(PersistenceBroker broker) throws PersistenceBrokerException
ManageableCollectionafterStore in interface ManageableCollectionafterStore in class ManageableHashSetbroker - The persistence brokerPersistenceBrokerExceptionManageableCollection.afterStore(PersistenceBroker broker)public boolean remove(java.lang.Object o)
remove in interface java.util.Collectionremove in interface java.util.Setremove in class java.util.HashSetCollection.remove(Object)public void removeAllElements()
Vector.removeAllElements()public void clear()
clear in interface java.util.Collectionclear in interface java.util.Setclear in class java.util.HashSetpublic void resetDeleted()
(C) 2002 - 2005 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.4, 2005-12-30