|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This class enables the generic persistence framework to support multiple collection types.
| Method Summary | |
void |
addElement(java.lang.Object obj)
Add the object to this collection. |
java.lang.Object |
firstElement()
|
java.lang.Object |
getCollectionObject()
Get the actual collection object. |
CollectionAdapter |
getNewInstance()
Invoked when a new instance is needed. |
void |
preQuery(SQLQuery q)
An entry point to tweak the query before issuing the find. |
int |
size()
The number of elements in the collection. |
| Method Detail |
public void preQuery(SQLQuery q)
q - public CollectionAdapter getNewInstance()
public java.lang.Object getCollectionObject()
public void addElement(java.lang.Object obj)
obj - The feature to be added to the Element attributepublic int size()
public java.lang.Object firstElement()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||