|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A set which is directly backed by the data store.
All operations on the set result in corresponding requests to the data store.
Method Summary | |
boolean |
allowsNulls()
Indicates whether or not this set allows null elements. |
java.lang.Class |
getElementType()
Returns the type of elements in this set. |
Methods inherited from interface java.util.Set |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Methods inherited from interface com.triactive.jdo.store.query.Queryable |
alreadyDistinct, getCandidateClass, newQueryStatement |
Methods inherited from interface com.triactive.jdo.Deleteable |
deletePersistentAll |
Method Detail |
public java.lang.Class getElementType()
public boolean allowsNulls()
true
if null elements are allowed,
false
otherwise.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |