public interface ManageableCollection
extends java.io.Serializable
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 |
ojbAdd(java.lang.Object anObject)
Adds a single object to the Collection.
|
void |
ojbAddAll(ManageableCollection otherCollection)
Adds another collection to this collection.
|
java.util.Iterator |
ojbIterator()
Returns an iterator over all elements in the collection.
|
void ojbAdd(java.lang.Object anObject)
anObject
- The object to addvoid ojbAddAll(ManageableCollection otherCollection)
otherCollection
- The added collectionjava.util.Iterator ojbIterator()
void afterStore(PersistenceBroker broker) throws PersistenceBrokerException
broker
- The persistence brokerPersistenceBrokerException
(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