| java.lang.Object org.jpox.store.AbstractExtent
AbstractExtent | abstract public class AbstractExtent implements org.jpox.store.Extent(Code) | | Abstract representation of a JDO Extent.
Suitable for use with all datastores.
version: $Revision: 1.5 $ |
LOCALISER | final protected static Localiser LOCALISER(Code) | | Localised messages source
|
candidateClass | final protected Class candidateClass(Code) | | The candidate class. We store the class since we need to retain it for class loading.
|
subclasses | final protected boolean subclasses(Code) | | Whether to include subclasses.
|
AbstractExtent | public AbstractExtent(ObjectManager om, Class cls, boolean subclasses, AbstractClassMetaData cmd)(Code) | | Constructor.
Parameters: om - Object Manager Parameters: cls - candidate class Parameters: subclasses - Whether to include subclasses Parameters: cmd - MetaData for the candidate class |
getCandidateClass | public Class getCandidateClass()(Code) | | Accessor for the class of instances in this Extent.
the Class of instances of this Extent |
getObjectManager | public ObjectManager getObjectManager()(Code) | | Accessor for the owning PersistenceManager.
the owning PersistenceManager |
hasSubclasses | public boolean hasSubclasses()(Code) | | Returns whether this Extent was defined to contain subclasses.
true if this Extent was defined to include subclasses. |
toString | public String toString()(Code) | | Stringifier method.
Stringified form of this object |
|
|