|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for classes that wrap a collection, and handle intelligent persistence of the Collection's contents; i.e., only making database calls when necessary rather than updating the entire collection when only a subset of it has changed, etc.
Method Summary | |
java.util.Iterator |
cursor()
Get an iterator over the collection's contents |
java.util.Collection |
getCollection()
Get the entire collection |
void |
setCollection(java.util.Collection collection)
Set the entire collection |
Method Detail |
public void setCollection(java.util.Collection collection)
the
- collection to setpublic java.util.Collection getCollection()
public java.util.Iterator cursor()
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |