public interface Extent
Modifier and Type | Method and Description |
---|---|
void |
close(Iterator iterator)
Close the specified iterator.
|
void |
closeAll()
Close all iterators and all resources for this extent.
|
Class |
getCandidateClass()
Accessor for candidate class of the extent.
|
ExecutionContext |
getExecutionContext() |
FetchPlan |
getFetchPlan() |
boolean |
hasSubclasses()
Accessor for whether this extent includes subclasses.
|
Iterator |
iterator()
Accessor for an iterator over the extent.
|
Class getCandidateClass()
boolean hasSubclasses()
ExecutionContext getExecutionContext()
FetchPlan getFetchPlan()
Iterator iterator()
void closeAll()
void close(Iterator iterator)
iterator
- The iteratorCopyright © 2019. All rights reserved.