|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Extent
Extent of objects within DataNucleus. Represents objects of a type, optionally including the subclasses of that type.
| Method Summary | |
|---|---|
void |
close(java.util.Iterator iterator)
Close the specified iterator. |
void |
closeAll()
Close all iterators and all resources for this extent. |
java.lang.Class |
getCandidateClass()
Accessor for candidate class of the extent. |
ExecutionContext |
getExecutionContext()
|
FetchPlan |
getFetchPlan()
|
boolean |
hasSubclasses()
Accessor for whether this extent includes subclasses. |
java.util.Iterator |
iterator()
Accessor for an iterator over the extent. |
| Method Detail |
|---|
java.lang.Class getCandidateClass()
boolean hasSubclasses()
ExecutionContext getExecutionContext()
FetchPlan getFetchPlan()
java.util.Iterator iterator()
void closeAll()
void close(java.util.Iterator iterator)
iterator - The iterator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||