| 
 | Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface SmartCollectionReference
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 | |
|---|---|
|  Iterator | cursor()Deprecated Get an iterator over the collection's contents | 
|  Collection | getCollection()Deprecated Get the entire collection | 
|  void | setCollection(Collection collection)Deprecated Set the entire collection | 
| Method Detail | 
|---|
void setCollection(Collection collection)
the - collection to setCollection getCollection()
Iterator cursor()
| 
 | Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||