|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Used by the default implementations of WTCollection to connect to other WTCollections. Non-default implementations of the WTCollection interface can implement this interface to allow themselves to be connected with default collections implementations.
Also used by the default inflate implementation.
Supported API: true
Extendable: false
Method Summary | |
WTReference |
getReference(Persistable p)
Get a reference used internally by this collection that refers to the given Persistable. |
WTReference |
getReference(QueryKey q)
Get a reference used internally by this collection that refers to the given key. |
WTReference |
getReference(WTReference r)
Get a reference used internally by this collection that refers to the same object as the given reference. |
WTReference[] |
getReferences(WTReference r)
Get all the references used internally by this collection that refers to the given reference. |
Method Detail |
public WTReference getReference(Persistable p)
p
-
public WTReference getReference(QueryKey q)
q
-
public WTReference getReference(WTReference r)
r
-
public WTReference[] getReferences(WTReference r)
r
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |