A B C D E F G H I J K L M N O P Q R S T U W

A

addExtension(String, Object) - Method in interface javax.jdo.Query
Add a vendor-specific extension to this query.
addGroup(String) - Method in interface javax.jdo.FetchPlan
Add the fetch group to the set of active fetch groups.
addInstanceLifecycleListener(InstanceLifecycleListener, Class[]) - Method in interface javax.jdo.PersistenceManager
Adds the listener instance to the list of lifecycle event listeners.
addInstanceLifecycleListener(InstanceLifecycleListener, Class[]) - Method in interface javax.jdo.PersistenceManagerFactory
Add the parameter listener to the list of instance lifecycle event listeners set as the initial listeners for each PersistenceManager created by this PersistenceManagerFactory.
addRegisterClassListener(RegisterClassListener) - Method in class javax.jdo.spi.JDOImplHelper
Add the specified RegisterClassListener to the listener list.
addStateInterrogation(StateInterrogation) - Method in class javax.jdo.spi.JDOImplHelper
Add a StateInterrogation to the list.
ALL - Static variable in interface javax.jdo.FetchPlan
For use with FetchPlan.addGroup(java.lang.String), FetchPlan.removeGroup(java.lang.String), and the various FetchPlan.setGroups(java.util.Collection) calls.
allocate(int) - Method in interface javax.jdo.datastore.Sequence
Provides a hint to the implementation that the application will need additional sequence value objects in short order.
assertKeyNotNull(Object) - Method in class javax.jdo.identity.SingleFieldIdentity
Assert that the key is not null.
ATTACH - Static variable in class javax.jdo.listener.InstanceLifecycleEvent
 
AttachCallback - Interface in javax.jdo.listener
This interface is used to notify instances of attach events.
AttachLifecycleListener - Interface in javax.jdo.listener
This interface is implemented by listeners to be notified of attach events.

B

begin() - Method in interface javax.jdo.Transaction
Begin a transaction.
ByteIdentity - Class in javax.jdo.identity
This class is for identity with a single byte field.
ByteIdentity(Class, byte) - Constructor for class javax.jdo.identity.ByteIdentity
Constructor with class and key.
ByteIdentity(Class, Byte) - Constructor for class javax.jdo.identity.ByteIdentity
Constructor with class and key.
ByteIdentity(Class, String) - Constructor for class javax.jdo.identity.ByteIdentity
Constructor with class and key.
ByteIdentity() - Constructor for class javax.jdo.identity.ByteIdentity
Constructor only for Externalizable.

C

CharIdentity - Class in javax.jdo.identity
This class is for identity with a single character field.
CharIdentity(Class, char) - Constructor for class javax.jdo.identity.CharIdentity
Constructor with class and key.
CharIdentity(Class, Character) - Constructor for class javax.jdo.identity.CharIdentity
Constructor with class and key.
CharIdentity(Class, String) - Constructor for class javax.jdo.identity.CharIdentity
Constructor with class and key.
CharIdentity() - Constructor for class javax.jdo.identity.CharIdentity
Constructor only for Externalizable.
CHECK_READ - Static variable in interface javax.jdo.spi.PersistenceCapable
If jdoFieldFlags for a field includes CHECK_READ, then the field has been enhanced to call the jdoStateManager on read if the jdoFlags setting is not READ_OK or READ_WRITE_OK.
CHECK_WRITE - Static variable in interface javax.jdo.spi.PersistenceCapable
If jdoFieldFlags for a field includes CHECK_WRITE, then the field has been enhanced to call the jdoStateManager on write if the jdoFlags setting is not READ_WRITE_OK;.
checkAuthorizedStateManager(StateManager) - Static method in class javax.jdo.spi.JDOImplHelper
Check that the parameter instance is of a class that is authorized for JDOPermission("setStateManager").
checkAuthorizedStateManagerClass(Class) - Static method in class javax.jdo.spi.JDOImplHelper
Check that the parameter instance is a class that is authorized for JDOPermission("setStateManager").
checkConsistency() - Method in interface javax.jdo.PersistenceManager
Validates the PersistenceManager cache with the datastore.
CLEAR - Static variable in class javax.jdo.listener.InstanceLifecycleEvent
 
ClearCallback - Interface in javax.jdo.listener
This interface is used to notify instances of clear events.
clearGroups() - Method in interface javax.jdo.FetchPlan
Remove all active groups leaving no active fetch group.
ClearLifecycleListener - Interface in javax.jdo.listener
This interface is implemented by listeners to be notified of clear events.
close() - Method in interface javax.jdo.datastore.JDOConnection
Returns this connection to the JDO implementation.
close(Iterator) - Method in interface javax.jdo.Extent
Close an Iterator associated with this Extent instance.
close() - Method in interface javax.jdo.PersistenceManager
Close this PersistenceManager so that no further requests may be made on it.
close() - Method in interface javax.jdo.PersistenceManagerFactory
Close this PersistenceManagerFactory.
close(Object) - Method in interface javax.jdo.Query
Close a query result and release any resources associated with it.
CLOSE_PERSISTENCE_MANAGER_FACTORY - Static variable in class javax.jdo.spi.JDOPermission
An instance of JDOPermission to be used for closePersistenceManagerFactory permission checking.
closeAll() - Method in interface javax.jdo.Extent
Close all Iterators associated with this Extent instance.
closeAll() - Method in interface javax.jdo.Query
Close all query results associated with this Query instance, and release all resources associated with them.
commit() - Method in interface javax.jdo.Transaction
Commit the current transaction.
compile() - Method in interface javax.jdo.Query
Verify the elements of the query and provide a hint to the query to prepare and optimize an execution plan.
construct(String, String) - Static method in class javax.jdo.spi.JDOImplHelper
Construct an instance of the parameter class, using the keyString as an argument to the constructor.
construct(String) - Method in interface javax.jdo.spi.JDOImplHelper.StringConstructor
Construct an instance of the class for which this instance is registered.
copyKeyFieldsFromObjectId(Class, PersistenceCapable.ObjectIdFieldConsumer, Object) - Method in class javax.jdo.spi.JDOImplHelper
Copy fields to an outside source from the key fields in the ObjectId.
copyKeyFieldsToObjectId(Class, PersistenceCapable.ObjectIdFieldSupplier, Object) - Method in class javax.jdo.spi.JDOImplHelper
Copy fields from an outside source to the key fields in the ObjectId.
CREATE - Static variable in class javax.jdo.listener.InstanceLifecycleEvent
 
createKeyAsObject() - Method in class javax.jdo.identity.ByteIdentity
Create the key as an Object.
createKeyAsObject() - Method in class javax.jdo.identity.CharIdentity
Create the key as an Object.
createKeyAsObject() - Method in class javax.jdo.identity.IntIdentity
Create the key as an Object.
createKeyAsObject() - Method in class javax.jdo.identity.LongIdentity
Create the key as an Object.
createKeyAsObject() - Method in class javax.jdo.identity.ShortIdentity
Create the key as an Object.
createKeyAsObject() - Method in class javax.jdo.identity.SingleFieldIdentity
Create the key as an Object.
CreateLifecycleListener - Interface in javax.jdo.listener
This interface is implemented by listeners to be notified of create events.
current() - Method in interface javax.jdo.datastore.Sequence
Returns the current sequence value object if it is available.
currentTransaction() - Method in interface javax.jdo.PersistenceManager
Return the Transaction instance associated with a PersistenceManager.
currentValue() - Method in interface javax.jdo.datastore.Sequence
Returns the current sequence value as a long.

D

DataStoreCache - Interface in javax.jdo.datastore
Many JDO implementations allow instances to be cached in a second-level cache, and allow direct management of the cache by knowledgeable applications.
DataStoreCache.EmptyDataStoreCache - Class in javax.jdo.datastore
This class is an empty implementation of the DataStoreCache interface.
DataStoreCache.EmptyDataStoreCache() - Constructor for class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
 
declareImports(String) - Method in interface javax.jdo.Query
Set the import statements to be used to identify the fully qualified name of variables or parameters.
declareParameters(String) - Method in interface javax.jdo.Query
Declare the list of parameters query execution.
declareVariables(String) - Method in interface javax.jdo.Query
Declare the unbound variables to be used in the query.
DEFAULT - Static variable in interface javax.jdo.FetchPlan
For use with FetchPlan.addGroup(java.lang.String), FetchPlan.removeGroup(java.lang.String), and the various FetchPlan.setGroups(java.util.Collection) calls.
DELETE - Static variable in class javax.jdo.listener.InstanceLifecycleEvent
 
DeleteCallback - Interface in javax.jdo.listener
This interface is used to notify instances of delete events.
DeleteLifecycleListener - Interface in javax.jdo.listener
This interface is implemented by listeners to be notified of delete events.
deletePersistent(Object) - Method in interface javax.jdo.PersistenceManager
Delete the persistent instance from the data store.
deletePersistentAll(Object[]) - Method in interface javax.jdo.PersistenceManager
Delete an array of instances from the data store.
deletePersistentAll(Collection) - Method in interface javax.jdo.PersistenceManager
Delete a Collection of instances from the data store.
deletePersistentAll(Object[]) - Method in interface javax.jdo.Query
Deletes all the instances of the candidate class that pass the filter.
deletePersistentAll(Map) - Method in interface javax.jdo.Query
Deletes all the instances of the candidate class that pass the filter.
deletePersistentAll() - Method in interface javax.jdo.Query
Deletes all the instances of the candidate class that pass the filter.
DETACH - Static variable in class javax.jdo.listener.InstanceLifecycleEvent
 
DETACH_LOAD_FIELDS - Static variable in interface javax.jdo.FetchPlan
For use with PersistenceManager.detachCopy(java.lang.Object) and FetchPlan.setDetachmentOptions(int).
DETACH_UNLOAD_FIELDS - Static variable in interface javax.jdo.FetchPlan
For use with PersistenceManager.detachCopy(java.lang.Object) and FetchPlan.setDetachmentOptions(int).
Detachable - Interface in javax.jdo.spi
This interface is implemented by classes that can be detached from the persistence context and later attached.
DetachCallback - Interface in javax.jdo.listener
This interface is used to notify instances of detach events.
detachCopy(Object) - Method in interface javax.jdo.PersistenceManager
Detach the specified instance from the PersistenceManager.
detachCopyAll(Collection) - Method in interface javax.jdo.PersistenceManager
Detach the specified instances from the PersistenceManager.
detachCopyAll(Object[]) - Method in interface javax.jdo.PersistenceManager
Detach the specified instances from the PersistenceManager.
DetachLifecycleListener - Interface in javax.jdo.listener
This interface is implemented by listeners to be notified of detach events.
DIRTY - Static variable in class javax.jdo.listener.InstanceLifecycleEvent
 
DirtyLifecycleListener - Interface in javax.jdo.listener
This interface is implemented by listeners to be notified of dirty events.

E

equals(Object) - Method in class javax.jdo.identity.ByteIdentity
Determine if the other object represents the same object id.
equals(Object) - Method in class javax.jdo.identity.CharIdentity
Determine if the other object represents the same object id.
equals(Object) - Method in class javax.jdo.identity.IntIdentity
Determine if the other object represents the same object id.
equals(Object) - Method in class javax.jdo.identity.LongIdentity
Determine if the other object represents the same object id.
equals(Object) - Method in class javax.jdo.identity.ObjectIdentity
Determine if the other object represents the same object id.
equals(Object) - Method in class javax.jdo.identity.ShortIdentity
Determine if the other object represents the same object id.
equals(Object) - Method in class javax.jdo.identity.SingleFieldIdentity
Check the class and class name and object type.
equals(Object) - Method in class javax.jdo.identity.StringIdentity
Determine if the other object represents the same object id.
evict(Object) - Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
 
evict(Object) - Method in interface javax.jdo.datastore.DataStoreCache
Evict the parameter instance from the second-level cache.
evict(Object) - Method in interface javax.jdo.PersistenceManager
Mark an instance as no longer needed in the cache.
evictAll() - Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
 
evictAll(Object[]) - Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
 
evictAll(Collection) - Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
 
evictAll(Class, boolean) - Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
 
evictAll() - Method in interface javax.jdo.datastore.DataStoreCache
Evict the parameter instances from the second-level cache.
evictAll(Object[]) - Method in interface javax.jdo.datastore.DataStoreCache
Evict the parameter instances from the second-level cache.
evictAll(Collection) - Method in interface javax.jdo.datastore.DataStoreCache
Evict the parameter instances from the second-level cache.
evictAll(Class, boolean) - Method in interface javax.jdo.datastore.DataStoreCache
Evict the parameter instances from the second-level cache.
evictAll(Object[]) - Method in interface javax.jdo.PersistenceManager
Mark an array of instances as no longer needed in the cache.
evictAll(Collection) - Method in interface javax.jdo.PersistenceManager
Mark a Collection of instances as no longer needed in the cache.
evictAll() - Method in interface javax.jdo.PersistenceManager
Mark all persistent-nontransactional instances as no longer needed in the cache.
execute() - Method in interface javax.jdo.Query
Execute the query and return the filtered Collection.
execute(Object) - Method in interface javax.jdo.Query
Execute the query and return the filtered Collection.
execute(Object, Object) - Method in interface javax.jdo.Query
Execute the query and return the filtered Collection.
execute(Object, Object, Object) - Method in interface javax.jdo.Query
Execute the query and return the filtered Collection.
executeWithArray(Object[]) - Method in interface javax.jdo.Query
Execute the query and return the filtered Collection.
executeWithMap(Map) - Method in interface javax.jdo.Query
Execute the query and return the filtered Collection.
Extent - Interface in javax.jdo
Instances of the Extent class represent the entire collection of instances in the data store of the candidate class possibly including its subclasses.

F

FETCH_SIZE_GREEDY - Static variable in interface javax.jdo.FetchPlan
For use with FetchPlan.setFetchSize(int).
FETCH_SIZE_OPTIMAL - Static variable in interface javax.jdo.FetchPlan
For use with FetchPlan.setFetchSize(int).
fetchBooleanField(int) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchByteField(int) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchCharField(int) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchDoubleField(int) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchFloatField(int) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchIntField(int) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchLongField(int) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchObjectField(int) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
FetchPlan - Interface in javax.jdo
Fetch groups are activated using methods on this interface.
fetchShortField(int) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchStringField(int) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fieldFlags - Variable in class javax.jdo.spi.RegisterClassEvent
The flags of managed fields of the persistence-capable class
fieldNames - Variable in class javax.jdo.spi.RegisterClassEvent
The names of managed fields of the persistence-capable class
fieldTypes - Variable in class javax.jdo.spi.RegisterClassEvent
The types of managed fields of the persistence-capable class
flush() - Method in interface javax.jdo.PersistenceManager
Flushes all dirty, new, and deleted instances to the data store.

G

get(Object, StateInterrogation) - Method in interface javax.jdo.spi.JDOImplHelper.StateInterrogationObjectReturn
 
GET_METADATA - Static variable in class javax.jdo.spi.JDOPermission
An instance of JDOPermission to be used for getMetadata permission checking.
getBooleanField(PersistenceCapable, int, boolean) - Method in interface javax.jdo.spi.StateManager
Return the value for the field.
getByteField(PersistenceCapable, int, byte) - Method in interface javax.jdo.spi.StateManager
Return the value for the field.
getCandidateClass() - Method in interface javax.jdo.Extent
An Extent contains all instances of a particular class in the data store; this method returns the Class of the instances.
getCause() - Method in exception javax.jdo.JDOException
Often there is only one nested exception, and this method returns it.
getCharField(PersistenceCapable, int, char) - Method in interface javax.jdo.spi.StateManager
Return the value for the field.
getConnectionDriverName() - Method in interface javax.jdo.PersistenceManagerFactory
Get the driver name for the data store connection.
getConnectionFactory() - Method in interface javax.jdo.PersistenceManagerFactory
Get the data store connection factory.
getConnectionFactory2() - Method in interface javax.jdo.PersistenceManagerFactory
Get the second data store connection factory.
getConnectionFactory2Name() - Method in interface javax.jdo.PersistenceManagerFactory
Get the name for the second data store connection factory.
getConnectionFactoryName() - Method in interface javax.jdo.PersistenceManagerFactory
Get the name for the data store connection factory.
getConnectionURL() - Method in interface javax.jdo.PersistenceManagerFactory
Get the URL for the data store connection.
getConnectionUserName() - Method in interface javax.jdo.PersistenceManagerFactory
Get the user name for the data store connection.
getDataStoreCache() - Method in interface javax.jdo.PersistenceManagerFactory
Return the DataStoreCache that this factory uses for controlling a second-level cache.
getDataStoreConnection() - Method in interface javax.jdo.PersistenceManager
If this method is called while a datastore transaction is active, the object returned will be enlisted in the current transaction.
getDetachAllOnCommit() - Method in interface javax.jdo.PersistenceManager
Gets the detachAllOnCommit setting.
getDetachAllOnCommit() - Method in interface javax.jdo.PersistenceManagerFactory
Gets the detachAllOnCommit setting.
getDetachedInstance() - Method in class javax.jdo.listener.InstanceLifecycleEvent
Returns the detached instance involved in the event.
getDetachmentOptions() - Method in interface javax.jdo.FetchPlan
Get options used during detachment.
getDetachmentRootClasses() - Method in interface javax.jdo.FetchPlan
Get the root classes for DetachAllOnCommit.
getDetachmentRoots() - Method in interface javax.jdo.FetchPlan
Get the roots for DetachAllOnCommit.
getDoubleField(PersistenceCapable, int, double) - Method in interface javax.jdo.spi.StateManager
Return the value for the field.
getEventType() - Method in class javax.jdo.listener.InstanceLifecycleEvent
Returns the event type that triggered this event.
getExtent(Class, boolean) - Method in interface javax.jdo.PersistenceManager
The PersistenceManager manages a collection of instances in the data store based on the class of the instances.
getExtent(Class) - Method in interface javax.jdo.PersistenceManager
Equivalent to getExtent (persistenceCapableClass, true).
getFailedObject() - Method in exception javax.jdo.JDOException
The exception may include a failed object.
getFetchPlan() - Method in interface javax.jdo.Extent
Get the fetch plan associated with this Extent.
getFetchPlan() - Method in interface javax.jdo.PersistenceManager
Returns the FetchPlan used by this PersistenceManager.
getFetchPlan() - Method in interface javax.jdo.Query
Returns the FetchPlan used by this Query.
getFetchSize() - Method in interface javax.jdo.FetchPlan
Return the fetch size, or FetchPlan.FETCH_SIZE_OPTIMAL if not set, or FetchPlan.FETCH_SIZE_GREEDY to fetch all.
getFieldFlags(Class) - Method in class javax.jdo.spi.JDOImplHelper
Get the field flags for a PersistenceCapable class.
getFieldFlags() - Method in class javax.jdo.spi.RegisterClassEvent
Returns the flags of the managed field of the persistence-capable class.
getFieldNames(Class) - Method in class javax.jdo.spi.JDOImplHelper
Get the field names for a PersistenceCapable class.
getFieldNames() - Method in class javax.jdo.spi.RegisterClassEvent
Returns the names of the managed field of the persistence-capable class.
getFieldTypes(Class) - Method in class javax.jdo.spi.JDOImplHelper
Get the field types for a PersistenceCapable class.
getFieldTypes() - Method in class javax.jdo.spi.RegisterClassEvent
Returns the types of the managed field of the persistence-capable class.
getFloatField(PersistenceCapable, int, float) - Method in interface javax.jdo.spi.StateManager
Return the value for the field.
getGroups() - Method in interface javax.jdo.FetchPlan
Return an immutable collection containing the names of all active fetch groups.
getIgnoreCache() - Method in interface javax.jdo.PersistenceManager
Get the ignoreCache setting for queries.
getIgnoreCache() - Method in interface javax.jdo.PersistenceManagerFactory
Get the default IgnoreCache setting for all PersistenceManager instances obtained from this factory.
getIgnoreCache() - Method in interface javax.jdo.Query
Get the ignoreCache option setting.
getInstance(String) - Static method in class javax.jdo.spi.I18NHelper
An instance bound to a bundle.
getInstance(Class) - Static method in class javax.jdo.spi.I18NHelper
An instance bound to a bundle.
getInstance(String, ClassLoader) - Static method in class javax.jdo.spi.I18NHelper
An instance bound to a bundle.
getInstance() - Static method in class javax.jdo.spi.JDOImplHelper
Get an instance of JDOImplHelper.
getIntField(PersistenceCapable, int, int) - Method in interface javax.jdo.spi.StateManager
Return the value for the field.
getKey() - Method in class javax.jdo.identity.ByteIdentity
Return the key.
getKey() - Method in class javax.jdo.identity.CharIdentity
Return the key.
getKey() - Method in class javax.jdo.identity.IntIdentity
Return the key.
getKey() - Method in class javax.jdo.identity.LongIdentity
Return the key.
getKey() - Method in class javax.jdo.identity.ObjectIdentity
Return the key.
getKey() - Method in class javax.jdo.identity.ShortIdentity
Return the key.
getKey() - Method in class javax.jdo.identity.StringIdentity
Return the key.
getKeyAsObject() - Method in class javax.jdo.identity.SingleFieldIdentity
Return the key as an Object.
getLongField(PersistenceCapable, int, long) - Method in interface javax.jdo.spi.StateManager
Return the value for the field.
getMapping() - Method in interface javax.jdo.PersistenceManagerFactory
Get the Mapping setting for this factory.
getMaxFetchDepth() - Method in interface javax.jdo.FetchPlan
Return the maximum fetch depth used when fetching instances.
getMultithreaded() - Method in interface javax.jdo.PersistenceManager
Get the current Multithreaded flag for this PersistenceManager.
getMultithreaded() - Method in interface javax.jdo.PersistenceManagerFactory
Get the default Multithreaded setting for all PersistenceManager instances obtained from this factory.
getName() - Method in interface javax.jdo.datastore.Sequence
Returns the fully qualified name of the Sequence.
getNativeConnection() - Method in interface javax.jdo.datastore.JDOConnection
Returns the native, datastore-specific connection that this connection wraps.
getNestedExceptions() - Method in exception javax.jdo.JDOException
The exception may have been caused by multiple exceptions in the runtime.
getNontransactionalRead() - Method in interface javax.jdo.PersistenceManagerFactory
Get the default NontransactionalRead setting for all PersistenceManager instances obtained from this factory.
getNontransactionalRead() - Method in interface javax.jdo.Transaction
If true, allows persistent instances to be read without a transaction active.
getNontransactionalWrite() - Method in interface javax.jdo.PersistenceManagerFactory
Get the default NontransactionalWrite setting for all PersistenceManager instances obtained from this factory.
getNontransactionalWrite() - Method in interface javax.jdo.Transaction
If true, allows persistent instances to be written without a transaction active.
getObjectById(Object, boolean) - Method in interface javax.jdo.PersistenceManager
This method locates a persistent instance in the cache of instances managed by this PersistenceManager.
getObjectById(Class, Object) - Method in interface javax.jdo.PersistenceManager
Looks up the instance of the given type with the given key.
getObjectById(Object) - Method in interface javax.jdo.PersistenceManager
Looks up the instance corresponding to the specified oid.
getObjectField(PersistenceCapable, int, Object) - Method in interface javax.jdo.spi.StateManager
Return the value for the field.
getObjectId(Object) - Static method in class javax.jdo.JDOHelper
Return a copy of the JDO identity associated with the parameter instance.
getObjectId(Object) - Method in interface javax.jdo.PersistenceManager
The ObjectId returned by this method represents the JDO identity of the instance.
getObjectId(Object) - Method in interface javax.jdo.spi.StateInterrogation
Return a copy of the JDO identity associated with the parameter instance.
getObjectId(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
Return the object representing the JDO identity of the calling instance.
getObjectIdClass(Class) - Method in interface javax.jdo.PersistenceManager
Return the Class that implements the JDO Identity for the specified PersistenceCapable class.
getObjectIds(Collection) - Static method in class javax.jdo.JDOHelper
Get object ids for a collection of instances.
getObjectIds(Object[]) - Static method in class javax.jdo.JDOHelper
Get object ids for an array of instances.
getObjectsById(Collection, boolean) - Method in interface javax.jdo.PersistenceManager
Return the objects with the given oids.
getObjectsById(Collection) - Method in interface javax.jdo.PersistenceManager
Return the objects with the given oids.
getObjectsById(Object[], boolean) - Method in interface javax.jdo.PersistenceManager
Return the objects with the given oids.
getObjectsById(Object[]) - Method in interface javax.jdo.PersistenceManager
Return the objects with the given oids.
getOptimistic() - Method in interface javax.jdo.PersistenceManagerFactory
Get the default Optimistic setting for all PersistenceManager instances obtained from this factory.
getOptimistic() - Method in interface javax.jdo.Transaction
Optimistic transactions do not hold data store locks until commit time.
getPersistenceCapableSuperclass(Class) - Method in class javax.jdo.spi.JDOImplHelper
Get the persistence-capable superclass for a PersistenceCapable class.
getPersistenceCapableSuperclass() - Method in class javax.jdo.spi.RegisterClassEvent
Returns the class object of the persistence-capable superclass.
getPersistenceManager() - Method in interface javax.jdo.Extent
An Extent is managed by a PersistenceManager; this method gives access to the owning PersistenceManager.
getPersistenceManager(Object) - Static method in class javax.jdo.JDOHelper
Return the associated PersistenceManager if there is one.
getPersistenceManager() - Method in interface javax.jdo.PersistenceManagerFactory
Get an instance of PersistenceManager from this factory.
getPersistenceManager(String, String) - Method in interface javax.jdo.PersistenceManagerFactory
Get an instance of PersistenceManager from this factory.
getPersistenceManager() - Method in interface javax.jdo.Query
Get the PersistenceManager associated with this Query.
getPersistenceManager(Object) - Method in interface javax.jdo.spi.StateInterrogation
Return the associated PersistenceManager if there is one.
getPersistenceManager(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
Return the PersistenceManager that owns this instance.
getPersistenceManager() - Method in interface javax.jdo.Transaction
The Transaction instance is always associated with exactly one PersistenceManager.
getPersistenceManagerFactory(Map) - Static method in class javax.jdo.JDOHelper
Get a PersistenceManagerFactory based on a Properties instance, using the current thread's context class loader to locate the PersistenceManagerFactory class.
getPersistenceManagerFactory(Map, ClassLoader) - Static method in class javax.jdo.JDOHelper
Get a PersistenceManagerFactory based on a Properties instance and a class loader.
getPersistenceManagerFactory(String) - Static method in class javax.jdo.JDOHelper
Returns a PersistenceManagerFactory configured based on the properties stored in the resource at propsResource.
getPersistenceManagerFactory(String, ClassLoader) - Static method in class javax.jdo.JDOHelper
Returns a PersistenceManagerFactory configured based on the properties stored in the resource at propsResource.
getPersistenceManagerFactory(String, ClassLoader, ClassLoader) - Static method in class javax.jdo.JDOHelper
Returns a PersistenceManagerFactory configured based on the properties stored in the resource at propsResource.
getPersistenceManagerFactory(File) - Static method in class javax.jdo.JDOHelper
Returns a PersistenceManagerFactory configured based on the properties stored in the file at propsFile.
getPersistenceManagerFactory(File, ClassLoader) - Static method in class javax.jdo.JDOHelper
Returns a PersistenceManagerFactory configured based on the properties stored in the file at propsFile.
getPersistenceManagerFactory(String, Context) - Static method in class javax.jdo.JDOHelper
Returns a PersistenceManagerFactory at the JNDI location specified by jndiLocation in the context context.
getPersistenceManagerFactory(String, Context, ClassLoader) - Static method in class javax.jdo.JDOHelper
Returns a PersistenceManagerFactory at the JNDI location specified by jndiLocation in the context context.
getPersistenceManagerFactory(InputStream) - Static method in class javax.jdo.JDOHelper
Returns a PersistenceManagerFactory configured based on the Properties stored in the input stream at stream.
getPersistenceManagerFactory(InputStream, ClassLoader) - Static method in class javax.jdo.JDOHelper
Returns a PersistenceManagerFactory configured based on the Properties stored in the input stream at stream.
getPersistenceManagerFactory() - Method in interface javax.jdo.PersistenceManager
This method returns the PersistenceManagerFactory used to create this PersistenceManager.
getPersistentInstance() - Method in class javax.jdo.listener.InstanceLifecycleEvent
Returns the persistent instance involved in the event.
getProperties() - Method in interface javax.jdo.PersistenceManagerFactory
Return non-configurable properties of this PersistenceManagerFactory.
getRegisteredClass() - Method in class javax.jdo.spi.RegisterClassEvent
Returns the class object of the registered persistence-capable class.
getRegisteredClasses() - Method in class javax.jdo.spi.JDOImplHelper
Returns a collection of class objects of the registered persistence-capable classes.
getResourceBundle() - Method in class javax.jdo.spi.I18NHelper
Returns the resource bundle used by this I18NHelper.
getRestoreValues() - Method in interface javax.jdo.PersistenceManagerFactory
Get the default value for the RestoreValues property.
getRestoreValues() - Method in interface javax.jdo.Transaction
Return the current value of the restoreValues property.
getRetainValues() - Method in interface javax.jdo.PersistenceManagerFactory
Get the default RetainValues setting for all PersistenceManager instances obtained from this factory.
getRetainValues() - Method in interface javax.jdo.Transaction
If true, at commit time instances retain their field values.
getRollbackOnly() - Method in interface javax.jdo.Transaction
Returns the rollback-only status of the transaction.
getSequence(String) - Method in interface javax.jdo.PersistenceManager
Returns the sequence identified by name.
getShortField(PersistenceCapable, int, short) - Method in interface javax.jdo.spi.StateManager
Return the value for the field.
getSource() - Method in class javax.jdo.listener.InstanceLifecycleEvent
The source object of the Event.
getStringField(PersistenceCapable, int, String) - Method in interface javax.jdo.spi.StateManager
Return the value for the field.
getSynchronization() - Method in interface javax.jdo.Transaction
The user-specified Synchronization instance for this Transaction instance.
getTarget() - Method in class javax.jdo.listener.InstanceLifecycleEvent
The target object of the Event.
getTargetClass() - Method in class javax.jdo.identity.SingleFieldIdentity
Return the target class.
getTargetClassName() - Method in class javax.jdo.identity.SingleFieldIdentity
Return the target class name.
getTransactionalObjectId(Object) - Static method in class javax.jdo.JDOHelper
Return a copy of the JDO identity associated with the parameter instance.
getTransactionalObjectId(Object) - Method in interface javax.jdo.PersistenceManager
The ObjectId returned by this method represents the JDO identity of the instance.
getTransactionalObjectId(Object) - Method in interface javax.jdo.spi.StateInterrogation
Return a copy of the JDO identity associated with the parameter instance.
getTransactionalObjectId(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
Return the object representing the JDO identity of the calling instance.
getUserObject() - Method in interface javax.jdo.PersistenceManager
The application can manage the PersistenceManager instances more easily by having an application object associated with each PersistenceManager instance.
getUserObject(Object) - Method in interface javax.jdo.PersistenceManager
Get the value for the specified key from the map of user objects.
getVersion(Object) - Static method in class javax.jdo.JDOHelper
Return the version of the instance.
getVersion(Object) - Method in interface javax.jdo.spi.StateInterrogation
Return the version of the parameter instance.
getVersion(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
Return the object representing the version of the calling instance.

H

hashClassName() - Method in class javax.jdo.identity.SingleFieldIdentity
Return the hash code of the class name.
hashCode - Variable in class javax.jdo.identity.SingleFieldIdentity
The hashCode.
hashCode() - Method in class javax.jdo.identity.SingleFieldIdentity
Return the cached hash code.
hasSubclasses() - Method in interface javax.jdo.Extent
Returns whether this Extent was defined to contain subclasses.

I

I18NHelper - Class in javax.jdo.spi
Helper class for constructing messages from bundles.
initCause(Throwable) - Method in exception javax.jdo.JDOException
JDK 1.4 includes a new chaining mechanism for Throwable, but since JDO has its own "legacy" chaining mechanism, the "standard" mechanism cannot be used.
InstanceCallbacks - Interface in javax.jdo
A PersistenceCapable class that provides callback methods for life cycle events implements this interface.
InstanceLifecycleEvent - Class in javax.jdo.listener
This is the event class used in life cycle event notifications.
InstanceLifecycleEvent(Object, int) - Constructor for class javax.jdo.listener.InstanceLifecycleEvent
Creates a new event object with the specified source and type.
InstanceLifecycleEvent(Object, int, Object) - Constructor for class javax.jdo.listener.InstanceLifecycleEvent
Creates a new event object with the specified source, type, and target.
InstanceLifecycleListener - Interface in javax.jdo.listener
All lifecycle listeners extend from this base interface.
IntIdentity - Class in javax.jdo.identity
This class is for identity with a single int field.
IntIdentity(Class, int) - Constructor for class javax.jdo.identity.IntIdentity
Constructor with class and key.
IntIdentity(Class, Integer) - Constructor for class javax.jdo.identity.IntIdentity
Constructor with class and key.
IntIdentity(Class, String) - Constructor for class javax.jdo.identity.IntIdentity
Constructor with class and key.
IntIdentity() - Constructor for class javax.jdo.identity.IntIdentity
Constructor only for Externalizable.
is(Object, StateInterrogation) - Method in interface javax.jdo.spi.JDOImplHelper.StateInterrogationBooleanReturn
 
isActive() - Method in interface javax.jdo.Transaction
Returns whether there is a transaction currently active.
isClosed() - Method in interface javax.jdo.PersistenceManager
A PersistenceManager instance can be used until it is closed.
isClosed() - Method in interface javax.jdo.PersistenceManagerFactory
A PersistenceManagerFactory instance can be used until it is closed.
isDeleted(Object) - Static method in class javax.jdo.JDOHelper
Tests whether the parameter instance has been deleted.
isDeleted(Object) - Method in interface javax.jdo.spi.StateInterrogation
Tests whether the parameter instance has been deleted.
isDeleted(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
Tests whether this object has been deleted.
isDetached(Object) - Static method in class javax.jdo.JDOHelper
Tests whether the parameter instance has been detached.
isDetached(Object) - Method in interface javax.jdo.spi.StateInterrogation
Tests whether the parameter instance is detached.
isDirty(Object) - Static method in class javax.jdo.JDOHelper
Tests whether the parameter instance is dirty.
isDirty(Object) - Method in interface javax.jdo.spi.StateInterrogation
Tests whether the parameter instance is dirty.
isDirty(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
Tests whether this object is dirty.
isLoaded(PersistenceCapable, int) - Method in interface javax.jdo.spi.StateManager
Return true if the field is cached in the calling instance.
isNew(Object) - Static method in class javax.jdo.JDOHelper
Tests whether the parameter instance has been newly made persistent.
isNew(Object) - Method in interface javax.jdo.spi.StateInterrogation
Tests whether the parameter instance has been newly made persistent.
isNew(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
Tests whether this object has been newly made persistent.
isPersistent(Object) - Static method in class javax.jdo.JDOHelper
Tests whether the parameter instance is persistent.
isPersistent(Object) - Method in interface javax.jdo.spi.StateInterrogation
Tests whether the parameter instance is persistent.
isPersistent(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
Tests whether this object is persistent.
isTransactional(Object) - Static method in class javax.jdo.JDOHelper
Tests whether the parameter instance is transactional.
isTransactional(Object) - Method in interface javax.jdo.spi.StateInterrogation
Tests whether the parameter instance is transactional.
isTransactional(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
Tests whether this object is transactional.
isUnmodifiable() - Method in interface javax.jdo.Query
The unmodifiable flag, when set, disallows further modification of the query, except for specifying the range, result class, and ignoreCache option.
iterator() - Method in interface javax.jdo.Extent
Returns an iterator over all the instances in the Extent.

J

javax.jdo - package javax.jdo
This package contains the JDO specification interfaces and classes.
javax.jdo.datastore - package javax.jdo.datastore
This package contains the JDO specification datastore interfaces.
javax.jdo.identity - package javax.jdo.identity
This package contains the JDO specification identity interfaces and classes.
javax.jdo.listener - package javax.jdo.listener
This package contains the JDO specification listener interfaces and classes.
javax.jdo.spi - package javax.jdo.spi
This package contains the interfaces and classes used by JDO implementations.
JDOCanRetryException - Exception in javax.jdo
This is the base class for exceptions that can be retried.
JDOCanRetryException() - Constructor for exception javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException without a detail message.
JDOCanRetryException(String) - Constructor for exception javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException with the specified detail message.
JDOCanRetryException(String, Throwable[]) - Constructor for exception javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException with the specified detail message and nested Throwables.
JDOCanRetryException(String, Throwable) - Constructor for exception javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException with the specified detail message and nested Throwables.
JDOCanRetryException(String, Object) - Constructor for exception javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException with the specified detail message and failed object.
JDOCanRetryException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException with the specified detail message, nested Throwables, and failed object.
JDOCanRetryException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException with the specified detail message, nested Throwables, and failed object.
JDOConnection - Interface in javax.jdo.datastore
The underlying connection that is being used by a PersistenceManager.
jdoCopyFields(Object, int[]) - Method in interface javax.jdo.spi.PersistenceCapable
Copy field values from another instance of the same class to this instance.
jdoCopyKeyFieldsFromObjectId(PersistenceCapable.ObjectIdFieldConsumer, Object) - Method in interface javax.jdo.spi.PersistenceCapable
Copy fields to an outside consumer from the key fields in the ObjectId.
jdoCopyKeyFieldsToObjectId(Object) - Method in interface javax.jdo.spi.PersistenceCapable
Copy fields from this PersistenceCapable instance to the Object Id instance.
jdoCopyKeyFieldsToObjectId(PersistenceCapable.ObjectIdFieldSupplier, Object) - Method in interface javax.jdo.spi.PersistenceCapable
Copy fields from an outside source to the key fields in the ObjectId.
JDODataStoreException - Exception in javax.jdo
This class represents data store exceptions that can be retried.
JDODataStoreException() - Constructor for exception javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException without a detail message.
JDODataStoreException(String) - Constructor for exception javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException with the specified detail message.
JDODataStoreException(String, Throwable[]) - Constructor for exception javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException with the specified detail message and nested Throwables.
JDODataStoreException(String, Throwable) - Constructor for exception javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException with the specified detail message and nested Throwables.
JDODataStoreException(String, Object) - Constructor for exception javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException with the specified detail message and failed object.
JDODataStoreException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException with the specified detail message, nested Throwables, and failed object.
JDODataStoreException(String, Throwable, Object) - Constructor for exception javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException with the specified detail message, nested Throwables, and failed object.
JDODetachedFieldAccessException - Exception in javax.jdo
This class represents exceptions caused by access of an unloaded field while the instance is detached.
JDODetachedFieldAccessException() - Constructor for exception javax.jdo.JDODetachedFieldAccessException
Constructs a new JDODetachedFieldAccessException without a detail message.
JDODetachedFieldAccessException(String) - Constructor for exception javax.jdo.JDODetachedFieldAccessException
Constructs a new JDODetachedFieldAccessException with the specified detail message.
JDODetachedFieldAccessException(String, Throwable[]) - Constructor for exception javax.jdo.JDODetachedFieldAccessException
Constructs a new JDODetachedFieldAccessException with the specified detail message and nested Throwables.
JDODetachedFieldAccessException(String, Throwable) - Constructor for exception javax.jdo.JDODetachedFieldAccessException
Constructs a new JDODetachedFieldAccessException with the specified detail message and nested Throwables.
JDOException - Exception in javax.jdo
This is the root of all JDO Exceptions.
JDOException() - Constructor for exception javax.jdo.JDOException
Constructs a new JDOException without a detail message.
JDOException(String) - Constructor for exception javax.jdo.JDOException
Constructs a new JDOException with the specified detail message.
JDOException(String, Throwable[]) - Constructor for exception javax.jdo.JDOException
Constructs a new JDOException with the specified detail message and nested Throwables.
JDOException(String, Throwable) - Constructor for exception javax.jdo.JDOException
Constructs a new JDOException with the specified detail message and nested Throwable.
JDOException(String, Object) - Constructor for exception javax.jdo.JDOException
Constructs a new JDOException with the specified detail message and failed object.
JDOException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOException
Constructs a new JDOException with the specified detail message, nested Throwables, and failed object.
JDOException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOException
Constructs a new JDOException with the specified detail message, nested Throwable, and failed object.
JDOFatalDataStoreException - Exception in javax.jdo
This class represents data store exceptions that cannot be retried.
JDOFatalDataStoreException() - Constructor for exception javax.jdo.JDOFatalDataStoreException
Constructs a new JDOFatalDataStoreException without a detail message.
JDOFatalDataStoreException(String) - Constructor for exception javax.jdo.JDOFatalDataStoreException
Constructs a new JDOFatalDataStoreException with the specified detail message.
JDOFatalDataStoreException(String, Object) - Constructor for exception javax.jdo.JDOFatalDataStoreException
Constructs a new JDOFatalDataStoreException with the specified detail message and failed object.
JDOFatalDataStoreException(String, Throwable[]) - Constructor for exception javax.jdo.JDOFatalDataStoreException
Constructs a new JDOFatalDataStoreException with the specified detail message and nested Throwables.
JDOFatalDataStoreException(String, Throwable) - Constructor for exception javax.jdo.JDOFatalDataStoreException
Constructs a new JDOFatalDataStoreException with the specified detail message and nested Throwables.
JDOFatalException - Exception in javax.jdo
This class represents exceptions that are fatal; that is, the condition that caused it cannot be bypassed even if the operation is retried.
JDOFatalException() - Constructor for exception javax.jdo.JDOFatalException
Constructs a new JDOFatalException without a detail message.
JDOFatalException(String) - Constructor for exception javax.jdo.JDOFatalException
Constructs a new JDOFatalException with the specified detail message.
JDOFatalException(String, Throwable[]) - Constructor for exception javax.jdo.JDOFatalException
Constructs a new JDOFatalException with the specified detail message and nested Throwables.
JDOFatalException(String, Throwable) - Constructor for exception javax.jdo.JDOFatalException
Constructs a new JDOFatalException with the specified detail message and nested Throwables.
JDOFatalException(String, Object) - Constructor for exception javax.jdo.JDOFatalException
Constructs a new JDOFatalException with the specified detail message and failed object.
JDOFatalException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOFatalException
Constructs a new JDOFatalException with the specified detail message, nested Throwables, and failed object.
JDOFatalException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOFatalException
Constructs a new JDOFatalException with the specified detail message, nested Throwables, and failed object.
JDOFatalInternalException - Exception in javax.jdo
This class represents errors in the implementation for which no user error handling is possible.
JDOFatalInternalException() - Constructor for exception javax.jdo.JDOFatalInternalException
Constructs a new JDOFatalInternalException without a detail message.
JDOFatalInternalException(String) - Constructor for exception javax.jdo.JDOFatalInternalException
Constructs a new JDOFatalInternalException with the specified detail message.
JDOFatalInternalException(String, Throwable[]) - Constructor for exception javax.jdo.JDOFatalInternalException
Constructs a new JDOFatalInternalException with the specified detail message and nested Throwables.
JDOFatalInternalException(String, Throwable) - Constructor for exception javax.jdo.JDOFatalInternalException
Constructs a new JDOFatalInternalException with the specified detail message and nested Throwables.
JDOFatalUserException - Exception in javax.jdo
This class represents user errors that cannot be retried.
JDOFatalUserException() - Constructor for exception javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException without a detail message.
JDOFatalUserException(String) - Constructor for exception javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException with the specified detail message.
JDOFatalUserException(String, Throwable[]) - Constructor for exception javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException with the specified detail message and nested Throwables.
JDOFatalUserException(String, Throwable) - Constructor for exception javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException with the specified detail message and nested Throwables.
JDOFatalUserException(String, Object) - Constructor for exception javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException with the specified detail message and failed object.
JDOFatalUserException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException with the specified detail message, nested Throwables, and failed object.
JDOFatalUserException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException with the specified detail message, nested Throwables, and failed object.
jdoGetObjectId() - Method in interface javax.jdo.spi.PersistenceCapable
Return a copy of the JDO identity associated with this instance.
jdoGetPersistenceManager() - Method in interface javax.jdo.spi.PersistenceCapable
Return the associated PersistenceManager if there is one.
jdoGetTransactionalObjectId() - Method in interface javax.jdo.spi.PersistenceCapable
Return a copy of the JDO identity associated with this instance.
jdoGetVersion() - Method in interface javax.jdo.spi.PersistenceCapable
Return the version of this instance.
JDOHelper - Class in javax.jdo
This class can be used by a JDO-aware application to call the JDO behavior of PersistenceCapable instances without declaring them to be PersistenceCapable.
JDOHelper() - Constructor for class javax.jdo.JDOHelper
 
JDOImplHelper - Class in javax.jdo.spi
This class is a helper class for JDO implementations.
JDOImplHelper.StateInterrogationBooleanReturn - Interface in javax.jdo.spi
This is an interface used to interrogate the state of an instance that does not implement PersistenceCapable.
JDOImplHelper.StateInterrogationObjectReturn - Interface in javax.jdo.spi
This is an interface used to interrogate the state of an instance that does not implement PersistenceCapable.
JDOImplHelper.StringConstructor - Interface in javax.jdo.spi
Construct an instance of a key class using a String as input.
jdoIsDeleted() - Method in interface javax.jdo.spi.PersistenceCapable
Tests whether this object has been deleted.
jdoIsDetached() - Method in interface javax.jdo.spi.PersistenceCapable
Tests whether this object has been detached.
jdoIsDirty() - Method in interface javax.jdo.spi.PersistenceCapable
Tests whether this object is dirty.
jdoIsNew() - Method in interface javax.jdo.spi.