|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.store.AbstractExtent
org.datanucleus.store.neodatis.NeoDatisExtent
public class NeoDatisExtent
Extent for use with NeoDatis datastores. The Extent is generated in two ways, with or without subclasses. These simply execute a NeoDatis Criteria query setting the "polymorphic" flag.
| Nested Class Summary | |
|---|---|
class |
NeoDatisExtent.NeoDatisExtentIterator
Iterator for use with NeoDatis Extents. |
| Field Summary | |
|---|---|
protected static org.datanucleus.util.Localiser |
LOCALISER_NEODATIS
Localiser for messages. |
| Fields inherited from class org.datanucleus.store.AbstractExtent |
|---|
candidateClass, cmd, LOCALISER, om, storeMgr, subclasses |
| Constructor Summary | |
|---|---|
NeoDatisExtent(org.datanucleus.ObjectManager om,
java.lang.Class cls,
boolean subclasses,
org.datanucleus.metadata.AbstractClassMetaData cmd)
Constructor. |
|
| Method Summary | |
|---|---|
void |
close(java.util.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. |
java.util.Iterator |
iterator()
Returns an iterator over all the instances in the Extent. |
| Methods inherited from class org.datanucleus.store.AbstractExtent |
|---|
getCandidateClass, getObjectManager, hasSubclasses, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static final org.datanucleus.util.Localiser LOCALISER_NEODATIS
| Constructor Detail |
|---|
public NeoDatisExtent(org.datanucleus.ObjectManager om,
java.lang.Class cls,
boolean subclasses,
org.datanucleus.metadata.AbstractClassMetaData cmd)
om - Object Managercls - candidate classsubclasses - Whether to include subclassescmd - MetaData for the candidate class| Method Detail |
|---|
public void close(java.util.Iterator iter)
iter - an iterator obtained by the method iterator() on this Extent instance.public void closeAll()
public java.util.Iterator iterator()
public org.datanucleus.FetchPlan getFetchPlan()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||