public class NeoDatisExtent
extends org.datanucleus.store.AbstractExtent
| Modifier and Type | Class and Description |
|---|---|
class |
NeoDatisExtent.NeoDatisExtentIterator
Iterator for use with NeoDatis Extents.
|
| Constructor and Description |
|---|
NeoDatisExtent(NeoDatisStoreManager storeMgr,
org.datanucleus.ExecutionContext ec,
Class cls,
boolean subclasses,
org.datanucleus.metadata.AbstractClassMetaData cmd)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close(Iterator iter)
Method to close the extent.
|
void |
closeAll()
Close all Iterators associated with this Extent instance.
|
org.datanucleus.FetchPlan |
getFetchPlan()
This method retrieves the fetch plan associated with the Extent.
|
Iterator |
iterator()
Returns an iterator over all the instances in the Extent.
|
public NeoDatisExtent(NeoDatisStoreManager storeMgr, org.datanucleus.ExecutionContext ec, Class cls, boolean subclasses, org.datanucleus.metadata.AbstractClassMetaData cmd)
storeMgr - StoreManagerec - execution contextcls - candidate classsubclasses - Whether to include subclassescmd - MetaData for the candidate classpublic void close(Iterator iter)
iter - an iterator obtained by the method iterator() on this Extent instance.public void closeAll()
public Iterator iterator()
public org.datanucleus.FetchPlan getFetchPlan()
Copyright © 2015. All rights reserved.