closeAll() - JDO Extent's method
Method
javax.jdo.Extent
void closeAll()
Iterator
s associated with this
Extent
instance.
Iterator
s closed by this method will return
false
to
hasNext()
and will throw
NoSuchElementException
on
next()
. The
Extent
instance can still be used as a parameter of
Query.setExtent
, and to get an
Iterator
.
- Since:
- JDO 1.0