|
||||||||||
| 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.db4o.DB4OExtent
public class DB4OExtent
Extent for use with DB4O datastores. The Extent is generated in two ways :-
| Nested Class Summary | |
|---|---|
class |
DB4OExtent.DB4OExtentIterator
Iterator for use with DB4O Extents. |
| Field Summary | |
|---|---|
protected static org.datanucleus.util.Localiser |
LOCALISER_DB4O
Localiser for messages. |
| Fields inherited from class org.datanucleus.store.AbstractExtent |
|---|
candidateClass, cmd, ec, LOCALISER, subclasses |
| Constructor Summary | |
|---|---|
DB4OExtent(DB4OStoreManager storeMgr,
org.datanucleus.store.ExecutionContext ec,
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, getExecutionContext, 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_DB4O
| Constructor Detail |
|---|
public DB4OExtent(DB4OStoreManager storeMgr,
org.datanucleus.store.ExecutionContext ec,
java.lang.Class cls,
boolean subclasses,
org.datanucleus.metadata.AbstractClassMetaData cmd)
storeMgr - DB4OStoreManagerec - execution contextcls - 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 | |||||||||