|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jpox.store.AbstractExtent
public abstract class AbstractExtent
Abstract representation of a JDO Extent. Suitable for use with all datastores.
| Field Summary | |
|---|---|
protected java.lang.Class |
candidateClass
The candidate class. |
protected AbstractClassMetaData |
cmd
ClassMetaData for the candidate class. |
protected static Localiser |
LOCALISER
Localised messages source |
protected ObjectManager |
om
ObjectManager for the Extent. |
protected StoreManager |
storeMgr
Manager for the Store. |
protected boolean |
subclasses
Whether to include subclasses. |
| Constructor Summary | |
|---|---|
AbstractExtent(ObjectManager om,
java.lang.Class cls,
boolean subclasses,
AbstractClassMetaData cmd)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.Class |
getCandidateClass()
Accessor for the class of instances in this Extent. |
ObjectManager |
getObjectManager()
Accessor for the owning PersistenceManager. |
boolean |
hasSubclasses()
Returns whether this Extent was defined to contain subclasses. |
java.lang.String |
toString()
Stringifier method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jpox.store.Extent |
|---|
close, closeAll, getFetchPlan, iterator |
| Field Detail |
|---|
protected static final Localiser LOCALISER
protected final ObjectManager om
protected final java.lang.Class candidateClass
protected final boolean subclasses
protected final AbstractClassMetaData cmd
protected final StoreManager storeMgr
| Constructor Detail |
|---|
public AbstractExtent(ObjectManager om,
java.lang.Class cls,
boolean subclasses,
AbstractClassMetaData cmd)
om - Object Managercls - candidate classsubclasses - Whether to include subclassescmd - MetaData for the candidate class| Method Detail |
|---|
public boolean hasSubclasses()
hasSubclasses in interface Extentpublic java.lang.Class getCandidateClass()
getCandidateClass in interface Extentpublic ObjectManager getObjectManager()
getObjectManager in interface Extentpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||