B C D E F G H I J L M N P Q R S T

B

begin() - Method in interface javax.jdo.Transaction
Begin a transaction.

C

CHECK_READ_WRITE - Static variable in interface javax.jdo.PersistenceCapable
If jdoFieldFlags for a field is set to CHECK_READ_WRITE, then the field has been enhanced to call the jdoStateManager on read if the jdoFlags setting is not READ_OK or READ_WRITE_OK; and to call the jdoStateManager on write if the jdoFlags setting is not READ_WRITE_OK.
CHECK_WRITE - Static variable in interface javax.jdo.PersistenceCapable
If jdoFieldFlags for a field is set to CHECK_WRITE, then the field has been enhanced to always allow read, but to call the jdoStateManager if the jdoFlags setting is not READ_OK or READ_WRITE_OK.
close() - Method in interface javax.jdo.PersistenceManager
Close this PersistenceManager so that no further requests may be made on it.
close(Iterator) - Method in interface javax.jdo.Extent
Close an Iterator associated with this Extent instance.
close(Object) - Method in interface javax.jdo.Query
Close a query result and release any resources associated with it.
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.
copyKeyFieldsToObjectId(Class, PersistenceCapable.ObjectIdFieldManager, Object) - Method in class javax.jdo.JDOImplHelper
Copy fields from an outside source to the key fields in the ObjectId.
copyKeyFieldsToObjectId(PersistenceCapable, Object) - Method in class javax.jdo.JDOImplHelper
Copy fields from the PersistenceCapable instance to the Object Id instance.
currentTransaction() - Method in interface javax.jdo.PersistenceManager
Return the Transaction instance associated with a PersistenceManager.

D

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.
deletePersistent(Object) - Method in interface javax.jdo.PersistenceManager
Delete the persistent instance 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.PersistenceManager
Delete an array of instances from the data store.

E

evict(Object) - Method in interface javax.jdo.PersistenceManager
Mark an instance 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.
evictAll(Collection) - Method in interface javax.jdo.PersistenceManager
Mark a Collection of instances as no longer needed in the cache.
evictAll(Object[]) - Method in interface javax.jdo.PersistenceManager
Mark an array of 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 javax.jdo.Extent.
Instances of the Extent class represent the entire collection of instances in the data store of the candidate class possibly including its subclasses.

F

fetchBooleanField(int) - Method in interface javax.jdo.PersistenceCapable.ObjectIdFieldManager
Fetch one field from the field manager.
fetchByteField(int) - Method in interface javax.jdo.PersistenceCapable.ObjectIdFieldManager
Fetch one field from the field manager.
fetchCharField(int) - Method in interface javax.jdo.PersistenceCapable.ObjectIdFieldManager
Fetch one field from the field manager.
fetchDoubleField(int) - Method in interface javax.jdo.PersistenceCapable.ObjectIdFieldManager
Fetch one field from the field manager.
fetchFloatField(int) - Method in interface javax.jdo.PersistenceCapable.ObjectIdFieldManager
Fetch one field from the field manager.
fetchIntField(int) - Method in interface javax.jdo.PersistenceCapable.ObjectIdFieldManager
Fetch one field from the field manager.
fetchLongField(int) - Method in interface javax.jdo.PersistenceCapable.ObjectIdFieldManager
Fetch one field from the field manager.
fetchObjectField(int) - Method in interface javax.jdo.PersistenceCapable.ObjectIdFieldManager
Fetch one field from the field manager.
fetchShortField(int) - Method in interface javax.jdo.PersistenceCapable.ObjectIdFieldManager
Fetch one field from the field manager.
fetchStringField(int) - Method in interface javax.jdo.PersistenceCapable.ObjectIdFieldManager
Fetch one field from the field manager.

G

getBooleanField(Object, int, boolean) - Method in interface javax.jdo.StateManager
Return the value for the field.
getByteField(Object, int, byte) - Method in interface javax.jdo.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
getCharField(Object, int, char) - Method in interface javax.jdo.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.
getDoubleField(Object, int, double) - Method in interface javax.jdo.StateManager
Return the value for the field.
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.
getFailedObject() - Method in class javax.jdo.JDOException
The exception may include a failed object.
getFieldFlags(Class) - Method in class javax.jdo.JDOImplHelper
Get the field flags for a PersistenceCapable class.
getFieldNames(Class) - Method in class javax.jdo.JDOImplHelper
Get the field names for a PersistenceCapable class.
getFieldTypes(Class) - Method in class javax.jdo.JDOImplHelper
Get the field types for a PersistenceCapable class.
getFloatField(Object, int, float) - Method in interface javax.jdo.StateManager
Return the value for the field.
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() - Static method in class javax.jdo.JDOImplHelper
Get an instance of JDOImplHelper.
getIntField(Object, int, int) - Method in interface javax.jdo.StateManager
Return the value for the field.
getLongField(Object, int, long) - Method in interface javax.jdo.StateManager
Return the value for the field.
getMaxPool() - Method in interface javax.jdo.PersistenceManagerFactory
Get the MaxPool setting for the PersistenceManager pool for this factory.
getMinPool() - Method in interface javax.jdo.PersistenceManagerFactory
Get the MinPool setting for the PersistenceManager pool for this factory.
getMsWait() - Method in interface javax.jdo.PersistenceManagerFactory
Get the MsWait setting for the PersistenceManager pool for this factory.
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.
getNestedExceptions() - Method in class javax.jdo.JDOException
The exception may have been caused by multiple exceptions in the runtime.
getNontransactionalRead() - Method in interface javax.jdo.Transaction
If true, allows persistent instances to be read without a transaction active.
getNontransactionalRead() - Method in interface javax.jdo.PersistenceManagerFactory
Get the default NontransactionalRead 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.
getNontransactionalWrite() - Method in interface javax.jdo.PersistenceManagerFactory
Get the default NontransactionalWrite setting for all PersistenceManager instances obtained from this factory.
getObjectById(Object, boolean) - Method in interface javax.jdo.PersistenceManager
This method locates a persistent instance in the cache of instances managed by this PersistenceManager.
getObjectField(Object, int, Object) - Method in interface javax.jdo.StateManager
Return the value for the field.
getObjectId(Object) - Method in interface javax.jdo.PersistenceManager
The ObjectId returned by this method represents the JDO identity of the instance.
getObjectId(Object) - Static method in class javax.jdo.JDOHelper
Return a copy of the JDO identity associated with this instance.
getObjectId(Object) - Method in interface javax.jdo.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.
getOptimistic() - Method in interface javax.jdo.Transaction
Optimistic transactions do not hold data store locks until commit time.
getOptimistic() - Method in interface javax.jdo.PersistenceManagerFactory
Get the default Optimistic setting for all PersistenceManager instances obtained from this factory.
getPersistenceCapableSuperclass(Class) - Method in class javax.jdo.JDOImplHelper
Get the persistence-capable superclass for a PersistenceCapable class.
getPersistenceManager() - Method in interface javax.jdo.Transaction
The Tranansaction instance is always associated with exactly one PersistenceManager.
getPersistenceManager() - Method in interface javax.jdo.Extent
An Extent is managed by a PersistenceManager; this method gives access to the owning PersistenceManager.
getPersistenceManager() - 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) - Static method in class javax.jdo.JDOHelper
Return the associated PersistenceManager if there is one.
getPersistenceManager(Object) - Method in interface javax.jdo.StateManager
Return the PersistenceManager that owns this instance.
getPersistenceManager(String, String) - Method in interface javax.jdo.PersistenceManagerFactory
Get an instance of PersistenceManager from this factory.
getPersistenceManagerFactory() - Method in interface javax.jdo.PersistenceManager
This method returns the PersistenceManagerFactory used to create this PersistenceManager.
getProperties() - Method in interface javax.jdo.PersistenceManagerFactory
Return non-configurable properties of this PersistenceManagerFactory.
getRetainValues() - Method in interface javax.jdo.Transaction
If true, at commit time instances retain their field values.
getRetainValues() - Method in interface javax.jdo.PersistenceManagerFactory
Get the default RetainValues setting for all PersistenceManager instances obtained from this factory.
getShortField(Object, int, short) - Method in interface javax.jdo.StateManager
Return the value for the field.
getStringField(Object, int, String) - Method in interface javax.jdo.StateManager
Return the value for the field.
getSynchronization() - Method in interface javax.jdo.Transaction
The user-specified Synchronization instance for this Transaction instance.
getTransactionalObjectId(Object) - Method in interface javax.jdo.PersistenceManager
The ObjectId returned by this method represents the JDO identity of the instance.
getTransactionalObjectId(Object) - Static method in class javax.jdo.JDOHelper
Return a copy of the JDO identity associated with this instance.
getTransactionalObjectId(Object) - Method in interface javax.jdo.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.

H

hasSubclasses() - Method in interface javax.jdo.Extent
Returns whether this Extent was defined to contain subclasses.

I

InstanceCallbacks - interface javax.jdo.InstanceCallbacks.
A PersistenceCapable class that provides callback methods for life cycle events implements this interface.
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.
isDeleted(Object) - Static method in class javax.jdo.JDOHelper
Tests whether this object has been deleted.
isDeleted(Object) - Method in interface javax.jdo.StateManager
Tests whether this object has been deleted.
isDirty(Object) - Static method in class javax.jdo.JDOHelper
Tests whether this object is dirty.
isDirty(Object) - Method in interface javax.jdo.StateManager
Tests whether this object is dirty.
isLoaded(Object, int) - Method in interface javax.jdo.StateManager
Return true if the field is cached in the calling instance.
isNew(Object) - Static method in class javax.jdo.JDOHelper
Tests whether this object has been newly made persistent.
isNew(Object) - Method in interface javax.jdo.StateManager
Tests whether this object has been newly made persistent.
isPersistent(Object) - Static method in class javax.jdo.JDOHelper
Tests whether this object is persistent.
isPersistent(Object) - Method in interface javax.jdo.StateManager
Tests whether this object is persistent.
isTransactional(Object) - Static method in class javax.jdo.JDOHelper
Tests whether this object is transactional.
isTransactional(Object) - Method in interface javax.jdo.StateManager
Tests whether this object is transactional.
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.
JDOCanRetryException - exception javax.jdo.JDOCanRetryException.
This is the base class for exceptions that can be retried.
JDOCanRetryException() - Constructor for class javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException without detail message.
JDOCanRetryException(String) - Constructor for class javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException with the specified detail message.
JDOCanRetryException(String, Exception[]) - Constructor for class javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException with the specified detail message and nested exceptions.
JDOCanRetryException(String, Exception[], Object) - Constructor for class javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException with the specified detail message, nested exceptions, and failed object.
JDOCanRetryException(String, Object) - Constructor for class javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException with the specified detail message and failed object.
jdoCopyFields(Object, int[]) - Method in interface javax.jdo.PersistenceCapable
Copy field values from another instance of the same class to this instance.
jdoCopyKeyFieldsToObjectId(PersistenceCapable.ObjectIdFieldManager, Object) - Method in interface javax.jdo.PersistenceCapable
Copy fields from an outside source to the key fields in the ObjectId.
jdoCopyKeyFieldsToObjectId(PersistenceCapable, Object) - Method in interface javax.jdo.PersistenceCapable
Copy fields from the PersistenceCapable instance to the Object Id instance.
JDODataStoreException - exception javax.jdo.JDODataStoreException.
This class represents data store exceptions that can be retried..
JDODataStoreException() - Constructor for class javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException without detail message.
JDODataStoreException(String) - Constructor for class javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException with the specified detail message.
JDODataStoreException(String, Exception[]) - Constructor for class javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException with the specified detail message and nested exceptions.
JDODataStoreException(String, Exception[], Object) - Constructor for class javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException with the specified detail message, nested exceptions, and failed object.
JDODataStoreException(String, Object) - Constructor for class javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException with the specified detail message and failed object.
JDOException - exception javax.jdo.JDOException.
This is the root of all JDO Exceptions.
JDOException() - Constructor for class javax.jdo.JDOException
Constructs a new JDOException without detail message.
JDOException(String) - Constructor for class javax.jdo.JDOException
Constructs a new JDOException with the specified detail message.
JDOException(String, Exception[]) - Constructor for class javax.jdo.JDOException
Constructs a new JDOException with the specified detail message and nested exceptions.
JDOException(String, Exception[], Object) - Constructor for class javax.jdo.JDOException
Constructs a new JDOException with the specified detail message, nested exceptions, and failed object.
JDOException(String, Object) - Constructor for class javax.jdo.JDOException
Constructs a new JDOException with the specified detail message and failed object.
JDOFatalDataStoreException - exception javax.jdo.JDOFatalDataStoreException.
This class represents data store exceptions that cannot be retried.
JDOFatalDataStoreException() - Constructor for class javax.jdo.JDOFatalDataStoreException
Constructs a new JDOFatalDataStoreException without detail message.
JDOFatalDataStoreException(String) - Constructor for class javax.jdo.JDOFatalDataStoreException
Constructs a new JDOFatalDataStoreException with the specified detail message.
JDOFatalDataStoreException(String, Exception[]) - Constructor for class javax.jdo.JDOFatalDataStoreException
Constructs a new JDOFatalDataStoreException with the specified detail message and nested exceptions.
JDOFatalException - exception javax.jdo.JDOFatalException.
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 class javax.jdo.JDOFatalException
Constructs a new JDOFatalException without detail message.
JDOFatalException(String) - Constructor for class javax.jdo.JDOFatalException
Constructs a new JDOFatalException with the specified detail message.
JDOFatalException(String, Exception[]) - Constructor for class javax.jdo.JDOFatalException
Constructs a new JDOFatalException with the specified detail message and nested exceptions.
JDOFatalException(String, Exception[], Object) - Constructor for class javax.jdo.JDOFatalException
Constructs a new JDOFatalException with the specified detail message, nested exceptions, and failed object.
JDOFatalException(String, Object) - Constructor for class javax.jdo.JDOFatalException
Constructs a new JDOFatalException with the specified detail message and failed object.
JDOFatalInternalException - exception javax.jdo.JDOFatalInternalException.
This class represents errors in the implementation for which no user error handling is possible.
JDOFatalInternalException() - Constructor for class javax.jdo.JDOFatalInternalException
Constructs a new JDOFatalInternalException without detail message.
JDOFatalInternalException(String) - Constructor for class javax.jdo.JDOFatalInternalException
Constructs a new JDOFatalInternalException with the specified detail message.
JDOFatalInternalException(String, Exception[]) - Constructor for class javax.jdo.JDOFatalInternalException
Constructs a new JDOFatalInternalException with the specified detail message and nested exceptions.
JDOFatalUserException - exception javax.jdo.JDOFatalUserException.
This class represents user errors that cannot be retried.
JDOFatalUserException() - Constructor for class javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException without detail message.
JDOFatalUserException(String) - Constructor for class javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException with the specified detail message.
JDOFatalUserException(String, Exception[]) - Constructor for class javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException with the specified detail message and nested exceptions.
JDOFatalUserException(String, Exception[], Object) - Constructor for class javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException with the specified detail message, nested exceptions, and failed object.
JDOFatalUserException(String, Object) - Constructor for class javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException with the specified detail message and failed object.
jdoGetObjectId() - Method in interface javax.jdo.PersistenceCapable
Return a copy of the JDO identity associated with this instance.
jdoGetPersistenceManager() - Method in interface javax.jdo.PersistenceCapable
Return the associated PersistenceManager if there is one.
jdoGetTransactionalObjectId() - Method in interface javax.jdo.PersistenceCapable
Return a copy of the JDO identity associated with this instance.
JDOHelper - class javax.jdo.JDOHelper.
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 javax.jdo.JDOImplHelper.
This class is a helper class for JDO implementations.
jdoIsDeleted() - Method in interface javax.jdo.PersistenceCapable
Tests whether this object has been deleted.
jdoIsDirty() - Method in interface javax.jdo.PersistenceCapable
Tests whether this object is dirty.
jdoIsNew() - Method in interface javax.jdo.PersistenceCapable
Tests whether this object has been newly made persistent.
jdoIsPersistent() - Method in interface javax.jdo.PersistenceCapable
Tests whether this object is persistent.
jdoIsTransactional() - Method in interface javax.jdo.PersistenceCapable
Tests whether this object is transactional.
jdoMakeDirty(String) - Method in interface javax.jdo.PersistenceCapable
Explicitly mark this instance and this field dirty.
jdoNewInstance(StateManager) - Method in interface javax.jdo.PersistenceCapable
Return a new instance of this class, with the jdoStateManager set to the parameter, and jdoFlags set to LOAD_REQUIRED.
jdoNewInstance(StateManager, Object) - Method in interface javax.jdo.PersistenceCapable
Return a new instance of this class, with the jdoStateManager set to the parameter, key fields initialized to the values in the oid, and jdoFlags set to LOAD_REQUIRED.
jdoNewObjectIdInstance() - Method in interface javax.jdo.PersistenceCapable
Create a new instance of the ObjectId class for this PersistenceCapable class.
JDOPermission - class javax.jdo.JDOPermission.
The JDOPermission class is for operations that are reserved for JDO implementations and should not be called by other code.
JDOPermission() - Constructor for class javax.jdo.JDOPermission
Construct a new instance of JDOPermission, with default "getMetadata".
JDOPermission(String) - Constructor for class javax.jdo.JDOPermission
Constructs a JDOPermission with the specified name.
JDOPermission(String, String) - Constructor for class javax.jdo.JDOPermission
Constructs a JDOPermission with the specified name and actions.
jdoPostLoad() - Method in interface javax.jdo.InstanceCallbacks
Called after the values are loaded from the data store into this instance.
jdoPreClear() - Method in interface javax.jdo.InstanceCallbacks
Called before the values in the instance are cleared.
jdoPreDelete() - Method in interface javax.jdo.InstanceCallbacks
Called before the instance is deleted.
jdoPreStore() - Method in interface javax.jdo.InstanceCallbacks
Called before the values are stored from this instance to the data store.
jdoProvideField(int) - Method in interface javax.jdo.PersistenceCapable
The owning StateManager uses this method to ask the instance to provide the value of the single field identified by fieldNumber.
jdoProvideFields(int[]) - Method in interface javax.jdo.PersistenceCapable
The owning StateManager uses this method to ask the instance to provide the values of the multiple fields identified by fieldNumbers.
jdoReplaceField(int) - Method in interface javax.jdo.PersistenceCapable
The owning StateManager uses this method to ask the instance to replace the value of the single field identified by number.
jdoReplaceFields(int[]) - Method in interface javax.jdo.PersistenceCapable
The owning StateManager uses this method to ask the instance to replace the values of the multiple fields identified by number.
jdoReplaceFlags() - Method in interface javax.jdo.PersistenceCapable
The owning StateManager uses this method to ask the instance to replace the value of the flags by calling back the StateManager replacingFlags method.
jdoReplaceStateManager(StateManager) - Method in interface javax.jdo.PersistenceCapable
This method sets the StateManager instance that manages the state of this instance.
JDOUnsupportedOptionException - exception javax.jdo.JDOUnsupportedOptionException.
This class represents exceptions caused by the use of optional features not supported by the JDO implementation.
JDOUnsupportedOptionException() - Constructor for class javax.jdo.JDOUnsupportedOptionException
Constructs a new JDOUnsupportedOptionException without detail message.
JDOUnsupportedOptionException(String) - Constructor for class javax.jdo.JDOUnsupportedOptionException
Constructs a new JDOUnsupportedOptionException with the specified detail message.
JDOUnsupportedOptionException(String, Exception[]) - Constructor for class javax.jdo.JDOUnsupportedOptionException
Constructs a new JDOUnsupportedOptionException with the specified detail message and nested exceptions.
JDOUserException - exception javax.jdo.JDOUserException.
This class represents user errors that can possibly be retried.
JDOUserException() - Constructor for class javax.jdo.JDOUserException
Constructs a new JDOUserException without detail message.
JDOUserException(String) - Constructor for class javax.jdo.JDOUserException
Constructs a new JDOUserException with the specified detail message.
JDOUserException(String, Exception[]) - Constructor for class javax.jdo.JDOUserException
Constructs a new JDOUserException with the specified detail message and nested exceptions.
JDOUserException(String, Exception[], Object) - Constructor for class javax.jdo.JDOUserException
Constructs a new JDOUserException with the specified detail message, nested exceptions, and failed object.
JDOUserException(String, Object) - Constructor for class javax.jdo.JDOUserException
Constructs a new JDOUserException with the specified detail message and failed object.

L

LOAD_REQUIRED - Static variable in interface javax.jdo.PersistenceCapable
If jdoFlags is set to LOAD_REQUIRED, then the fields in the default fetch group cannot be accessed for read or write without notifying the StateManager.

M

makeDirty(Object, String) - Static method in class javax.jdo.JDOHelper
Explicitly mark this instance and this field dirty.
makeDirty(Object, String) - Method in interface javax.jdo.StateManager
Mark the associated PersistenceCapable field dirty.
makeNontransactional(Object) - Method in interface javax.jdo.PersistenceManager
Make an instance non-transactional after commit.
makeNontransactionalAll(Collection) - Method in interface javax.jdo.PersistenceManager
Make a Collection of instances non-transactional after commit.
makeNontransactionalAll(Object[]) - Method in interface javax.jdo.PersistenceManager
Make an array of instances non-transactional after commit.
makePersistent(Object) - Method in interface javax.jdo.PersistenceManager
Make the transient instance persistent in this PersistenceManager.
makePersistentAll(Collection) - Method in interface javax.jdo.PersistenceManager
Make a Collection of instances persistent.
makePersistentAll(Object[]) - Method in interface javax.jdo.PersistenceManager
Make an array of instances persistent.
makeTransactional(Object) - Method in interface javax.jdo.PersistenceManager
Make an instance subject to transactional boundaries.
makeTransactionalAll(Collection) - Method in interface javax.jdo.PersistenceManager
Make a Collection of instances subject to transactional boundaries.
makeTransactionalAll(Object[]) - Method in interface javax.jdo.PersistenceManager
Make an array of instances subject to transactional boundaries.
makeTransient(Object) - Method in interface javax.jdo.PersistenceManager
Make an instance transient, removing it from management by this PersistenceManager.
makeTransientAll(Collection) - Method in interface javax.jdo.PersistenceManager
Make a Collection of instances transient, removing them from management by this PersistenceManager.
makeTransientAll(Object[]) - Method in interface javax.jdo.PersistenceManager
Make an array of instances transient, removing them from management by this PersistenceManager.
MEDIATE_READ_WRITE - Static variable in interface javax.jdo.PersistenceCapable
If jdoFieldFlags for a field is set to MEDIATE_READ_WRITE, then the field has been enhanced to always call the jdoStateManager on read and write.
MEDIATE_WRITE - Static variable in interface javax.jdo.PersistenceCapable
If jdoFieldFlags for a field is set to MEDIATE_WRITE, then the field has been enhanced to always allow read, but to call the jdoStateManager on all writes.

N

newCollectionInstance(Class, Object, String, Class, boolean, Integer, Float, Collection) - Method in interface javax.jdo.PersistenceManager
Create a new instance of a Collection which tracks changes made to itself and notifies its owning instance.
newInstance(Class, StateManager) - Method in class javax.jdo.JDOImplHelper
Create a new instance of the class and assign its jdoStateManager.
newInstance(Class, StateManager, Object) - Method in class javax.jdo.JDOImplHelper
Create a new instance of the class and assign its jdoStateManager and key values from the ObjectId.
newMapInstance(Class, Object, String, Class, Class, boolean, Integer, Float, Map) - Method in interface javax.jdo.PersistenceManager
Create a new instance of a Map which tracks changes made to itself and notifies its owning instance.
newObjectIdInstance(Class) - Method in class javax.jdo.JDOImplHelper
Create a new instance of the ObjectId class of this PersistenceCapable class.
newQuery() - Method in interface javax.jdo.PersistenceManager
Create a new Query with no elements.
newQuery(Class) - Method in interface javax.jdo.PersistenceManager
Create a new Query specifying the Class of the candidate instances.
newQuery(Class, Collection) - Method in interface javax.jdo.PersistenceManager
Create a new Query with the Class of the candidate instances and candidate Collection.
newQuery(Class, Collection, String) - Method in interface javax.jdo.PersistenceManager
Create a new Query with the Class of the candidate instances, candidate Collection, and filter.
newQuery(Class, Extent) - Method in interface javax.jdo.PersistenceManager
Create a new Query with the Class of the candidate instances and candidate Extent.
newQuery(Class, Extent, String) - Method in interface javax.jdo.PersistenceManager
Create a new Query with the Class of the candidate instances, candidate Extent, and filter.
newQuery(Class, String) - Method in interface javax.jdo.PersistenceManager
Create a new Query with the Class of the candidate instances and Filter.
newQuery(Object) - Method in interface javax.jdo.PersistenceManager
Create a new Query using elements from another Query.
newQuery(String, Object) - Method in interface javax.jdo.PersistenceManager
Create a new Query using the specified language.
newSCOInstance(Class, Object, String) - Method in interface javax.jdo.PersistenceManager
Create a new instance of a Second Class Object which tracks changes made to itself and notifies its owning instance.

P

PersistenceCapable - interface javax.jdo.PersistenceCapable.
A class that can be managed by a JDO implementation.
PersistenceCapable.ObjectIdFieldManager - interface javax.jdo.PersistenceCapable.ObjectIdFieldManager.
This interface is used to copy fields to the Object id instance.
PersistenceManager - interface javax.jdo.PersistenceManager.
PersistenceManager is the primary interface for JDO-aware application components.
PersistenceManagerFactory - interface javax.jdo.PersistenceManagerFactory.
The PersistenceManagerFactory is the interface to use to obtain PersistenceManager instances.
preSerialize(Object) - Method in interface javax.jdo.StateManager
Guarantee that the serializable transactional and persistent fields are loaded into the instance.
providedBooleanField(Object, int, boolean) - Method in interface javax.jdo.StateManager
The value of the field requested to be provided to the StateManager
providedByteField(Object, int, byte) - Method in interface javax.jdo.StateManager
The value of the field requested to be provided to the StateManager
providedCharField(Object, int, char) - Method in interface javax.jdo.StateManager
The value of the field requested to be provided to the StateManager
providedDoubleField(Object, int, double) - Method in interface javax.jdo.StateManager
The value of the field requested to be provided to the StateManager
providedFloatField(Object, int, float) - Method in interface javax.jdo.StateManager
The value of the field requested to be provided to the StateManager
providedIntField(Object, int, int) - Method in interface javax.jdo.StateManager
The value of the field requested to be provided to the StateManager
providedLongField(Object, int, long) - Method in interface javax.jdo.StateManager
The value of the field requested to be provided to the StateManager
providedObjectField(Object, int, Object) - Method in interface javax.jdo.StateManager
The value of the field requested to be provided to the StateManager
providedShortField(Object, int, short) - Method in interface javax.jdo.StateManager
The value of the field requested to be provided to the StateManager
providedStringField(Object, int, String) - Method in interface javax.jdo.StateManager
The value of the field requested to be provided to the StateManager

Q

Query - interface javax.jdo.Query.
The Query interface allows applications to obtain persistent instances from the data store.

R

READ_OK - Static variable in interface javax.jdo.PersistenceCapable
If jdoFlags is set to READ_OK, then the fields in the default fetch group can be accessed for read without notifying the StateManager.
READ_WRITE_OK - Static variable in interface javax.jdo.PersistenceCapable
If jdoFlags is set to READ_WRITE_OK, then the fields in the default fetch group can be accessed for read or write without notifying the StateManager.
refresh(Object) - Method in interface javax.jdo.PersistenceManager
Refresh the state of the instance from the data store.
refreshAll() - Method in interface javax.jdo.PersistenceManager
Refresh the state of all applicable instances from the data store.
refreshAll(Collection) - Method in interface javax.jdo.PersistenceManager
Refresh the state of a Collection of instances from the data store.
refreshAll(Object[]) - Method in interface javax.jdo.PersistenceManager
Refresh the state of an array of instances from the data store.
registerClass(Class, String[], Class[], byte[], Class, PersistenceCapable) - Static method in class javax.jdo.JDOImplHelper
Register metadata by class.
replacingBooleanField(Object, int) - Method in interface javax.jdo.StateManager
The replacing value of the field in the calling instance
replacingByteField(Object, int) - Method in interface javax.jdo.StateManager
The replacing value of the field in the calling instance
replacingCharField(Object, int) - Method in interface javax.jdo.StateManager
The replacing value of the field in the calling instance
replacingDoubleField(Object, int) - Method in interface javax.jdo.StateManager
The replacing value of the field in the calling instance
replacingFlags(Object) - Method in interface javax.jdo.StateManager
The owning StateManager uses this method to supply the value of the flags to the PersistenceCapable instance.
replacingFloatField(Object, int) - Method in interface javax.jdo.StateManager
The replacing value of the field in the calling instance
replacingIntField(Object, int) - Method in interface javax.jdo.StateManager
The replacing value of the field in the calling instance
replacingLongField(Object, int) - Method in interface javax.jdo.StateManager
The replacing value of the field in the calling instance
replacingObjectField(Object, int) - Method in interface javax.jdo.StateManager
The replacing value of the field in the calling instance
replacingShortField(Object, int) - Method in interface javax.jdo.StateManager
The replacing value of the field in the calling instance
replacingStateManager(Object, StateManager) - Method in interface javax.jdo.StateManager
Replace the current value of jdoStateManager.
replacingStringField(Object, int) - Method in interface javax.jdo.StateManager
The replacing value of the field in the calling instance
rollback() - Method in interface javax.jdo.Transaction
Roll back the current transaction.

S

setBooleanField(Object, int, boolean, boolean) - Method in interface javax.jdo.StateManager
Mark the field as modified by the user, and return the new value for the field.
setByteField(Object, int, byte, byte) - Method in interface javax.jdo.StateManager
Mark the field as modified by the user, and return the new value for the field.
setCandidates(Collection) - Method in interface javax.jdo.Query
Set the candidate Collection to query.
setCandidates(Extent) - Method in interface javax.jdo.Query
Set the candidate Extent to query.
setCharField(Object, int, char, char) - Method in interface javax.jdo.StateManager
Mark the field as modified by the user, and return the new value for the field.
setClass(Class) - Method in interface javax.jdo.Query
Set the class of the candidate instances of the query.
setConnectionDriverName(String) - Method in interface javax.jdo.PersistenceManagerFactory
Set the driver name for the data store connection.
setConnectionFactory(Object) - Method in interface javax.jdo.PersistenceManagerFactory
Set the data store connection factory.
setConnectionFactory2(Object) - Method in interface javax.jdo.PersistenceManagerFactory
Set the second data store connection factory.
setConnectionFactory2Name(String) - Method in interface javax.jdo.PersistenceManagerFactory
Set the name for the second data store connection factory.
setConnectionFactoryName(String) - Method in interface javax.jdo.PersistenceManagerFactory
Set the name for the data store connection factory.
setConnectionPassword(String) - Method in interface javax.jdo.PersistenceManagerFactory
Set the password for the data store connection.
setConnectionURL(String) - Method in interface javax.jdo.PersistenceManagerFactory
Set the URL for the data store connection.
setConnectionUserName(String) - Method in interface javax.jdo.PersistenceManagerFactory
Set the user name for the data store connection.
setDoubleField(Object, int, double, double) - Method in interface javax.jdo.StateManager
Mark the field as modified by the user, and return the new value for the field.
setFilter(String) - Method in interface javax.jdo.Query
Set the filter for the query.
setFloatField(Object, int, float, float) - Method in interface javax.jdo.StateManager
Mark the field as modified by the user, and return the new value for the field.
setIgnoreCache(boolean) - Method in interface javax.jdo.PersistenceManager
Set the ignoreCache parameter for queries.
setIgnoreCache(boolean) - Method in interface javax.jdo.PersistenceManagerFactory
Set the default IgnoreCache setting for all PersistenceManager instances obtained from this factory.
setIgnoreCache(boolean) - Method in interface javax.jdo.Query
Set the ignoreCache option.
setIntField(Object, int, int, int) - Method in interface javax.jdo.StateManager
Mark the field as modified by the user, and return the new value for the field.
setLongField(Object, int, long, long) - Method in interface javax.jdo.StateManager
Mark the field as modified by the user, and return the new value for the field.
setMaxPool(int) - Method in interface javax.jdo.PersistenceManagerFactory
Set the MaxPool setting for the PersistenceManager pool for this factory.
setMinPool(int) - Method in interface javax.jdo.PersistenceManagerFactory
Set the MinPool setting for the PersistenceManager pool for this factory.
setMsWait(int) - Method in interface javax.jdo.PersistenceManagerFactory
Set the MsWait setting for the PersistenceManager pool for this factory.
setMultithreaded(boolean) - Method in interface javax.jdo.PersistenceManager
Set the Multithreaded flag for this PersistenceManager.
setMultithreaded(boolean) - Method in interface javax.jdo.PersistenceManagerFactory
Set the default Multithreaded setting for all PersistenceManager instances obtained from this factory.
setNontransactionalRead(boolean) - Method in interface javax.jdo.Transaction
If true, allow persistent instances to be read without a transaction active.
setNontransactionalRead(boolean) - Method in interface javax.jdo.PersistenceManagerFactory
Set the default NontransactionalRead setting for all PersistenceManager instances obtained from this factory.
setNontransactionalWrite(boolean) - Method in interface javax.jdo.Transaction
If true, allow persistent instances to be written without a transaction active.
setNontransactionalWrite(boolean) - Method in interface javax.jdo.PersistenceManagerFactory
Set the default NontransactionalWrite setting for all PersistenceManager instances obtained from this factory.
setObjectField(Object, int, Object, Object) - Method in interface javax.jdo.StateManager
Mark the field as modified by the user, and return the new value for the field.
setOptimistic(boolean) - Method in interface javax.jdo.Transaction
Optimistic transactions do not hold data store locks until commit time.
setOptimistic(boolean) - Method in interface javax.jdo.PersistenceManagerFactory
Set the default Optimistic setting for all PersistenceManager instances obtained from this factory.
setOrdering(String) - Method in interface javax.jdo.Query
Set the ordering specification for the result Collection.
setRetainValues(boolean) - Method in interface javax.jdo.Transaction
If true, at commit instances retain their values and the instances transition to persistent-nontransactional.
setRetainValues(boolean) - Method in interface javax.jdo.PersistenceManagerFactory
Set the default RetainValues setting for all PersistenceManager instances obtained from this factory.
setShortField(Object, int, short, short) - Method in interface javax.jdo.StateManager
Mark the field as modified by the user, and return the new value for the field.
setStringField(Object, int, String, String) - Method in interface javax.jdo.StateManager
Mark the field as modified by the user, and return the new value for the field.
setSynchronization(Synchronization) - Method in interface javax.jdo.Transaction
The user can specify a Synchronization instance to be notified on transaction completions.
setUserObject(Object) - 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.
StateManager - interface javax.jdo.StateManager.
 
supportedOptions() - Method in interface javax.jdo.PersistenceManagerFactory
The application can determine from the results of this method which optional features, and which query languages are supported by the JDO implementation.

T

toString() - Method in class javax.jdo.JDOException
The String representation includes the name of the class, the descriptive comment (if any), the String representation of the failed Object (if any), and the String representation of the nested Exceptions (if any).
Transaction - interface javax.jdo.Transaction.
The JDO Transaction interface provides for initiation and completion of transactions under user control.

B C D E F G H I J L M N P Q R S T