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

A

addRegisterClassListener(RegisterClassListener) - Method in class javax.jdo.spi.JDOImplHelper
Add the specified RegisterClassListener to the listener list.

B

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

C

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;.
CLOSE_PERSISTENCE_MANAGER_FACTORY - Static variable in class javax.jdo.spi.JDOPermission
An instance of JDOPermission to be used for closePersistenceManagerFactory permission checking.
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").
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.
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.
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.
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(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.

E

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.
evict(Object) - Method in interface javax.jdo.PersistenceManager
Mark an instance 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.
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.

F

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.
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

G

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 class 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.
getDoubleField(PersistenceCapable, int, double) - Method in interface javax.jdo.spi.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.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.
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.
getLongField(PersistenceCapable, int, long) - Method in interface javax.jdo.spi.StateManager
Return the value for the field.
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.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.
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(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.
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() - Method in interface javax.jdo.Transaction
The Transaction instance is always associated with exactly one PersistenceManager.
getPersistenceManager(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
Return the PersistenceManager that owns this instance.
getPersistenceManagerFactory(Properties) - 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(Properties, ClassLoader) - Static method in class javax.jdo.JDOHelper
Get a PersistenceManagerFactory based on a Properties instance and a class loader.
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.
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.
getShortField(PersistenceCapable, int, short) - Method in interface javax.jdo.spi.StateManager
Return the value for the field.
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.
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(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.

H

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

I

I18NHelper - class javax.jdo.spi.I18NHelper.
Helper class for constructing messages from bundles.
InstanceCallbacks - interface javax.jdo.InstanceCallbacks.
A PersistenceCapable class that provides callback methods for life cycle events implements this interface.
initCause(Throwable) - Method in class 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.
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 the parameter instance has been deleted.
isDeleted(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
Tests whether this object has been deleted.
isDirty(Object) - Static method in class javax.jdo.JDOHelper
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(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(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(PersistenceCapable) - Method in interface javax.jdo.spi.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

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 a detail message.
JDOCanRetryException(String) - Constructor for class javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException with the specified detail message.
JDOCanRetryException(String, Throwable[]) - Constructor for class javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException with the specified detail message and nested Throwables.
JDOCanRetryException(String, Throwable) - Constructor for class javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException with the specified detail message and nested Throwables.
JDOCanRetryException(String, Object) - Constructor for class javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException with the specified detail message and failed object.
JDOCanRetryException(String, Throwable[], Object) - Constructor for class javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException with the specified detail message, nested Throwables, and failed object.
JDOCanRetryException(String, Throwable, Object) - Constructor for class javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException with the specified detail message, nested Throwables, and failed object.
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 a detail message.
JDODataStoreException(String) - Constructor for class javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException with the specified detail message.
JDODataStoreException(String, Throwable[]) - Constructor for class javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException with the specified detail message and nested Throwables.
JDODataStoreException(String, Throwable) - Constructor for class javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException with the specified detail message and nested Throwables.
JDODataStoreException(String, Object) - Constructor for class javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException with the specified detail message and failed object.
JDODataStoreException(String, Throwable[], Object) - Constructor for class javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException with the specified detail message, nested Throwables, and failed object.
JDODataStoreException(String, Throwable, Object) - Constructor for class javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException with the specified detail message, nested Throwables, 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 a detail message.
JDOException(String) - Constructor for class javax.jdo.JDOException
Constructs a new JDOException with the specified detail message.
JDOException(String, Throwable[]) - Constructor for class javax.jdo.JDOException
Constructs a new JDOException with the specified detail message and nested Throwables.
JDOException(String, Throwable) - Constructor for class javax.jdo.JDOException
Constructs a new JDOException with the specified detail message and nested Throwable.
JDOException(String, Object) - Constructor for class javax.jdo.JDOException
Constructs a new JDOException with the specified detail message and failed object.
JDOException(String, Throwable[], Object) - Constructor for class javax.jdo.JDOException
Constructs a new JDOException with the specified detail message, nested Throwables, and failed object.
JDOException(String, Throwable, Object) - Constructor for class javax.jdo.JDOException
Constructs a new JDOException with the specified detail message, nested Throwable, 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 a detail message.
JDOFatalDataStoreException(String) - Constructor for class javax.jdo.JDOFatalDataStoreException
Constructs a new JDOFatalDataStoreException with the specified detail message.
JDOFatalDataStoreException(String, Object) - Constructor for class javax.jdo.JDOFatalDataStoreException
Constructs a new JDOFatalDataStoreException with the specified detail message and failed object.
JDOFatalDataStoreException(String, Throwable[]) - Constructor for class javax.jdo.JDOFatalDataStoreException
Constructs a new JDOFatalDataStoreException with the specified detail message and nested Throwables.
JDOFatalDataStoreException(String, Throwable) - Constructor for class javax.jdo.JDOFatalDataStoreException
Constructs a new JDOFatalDataStoreException with the specified detail message and nested Throwables.
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 a detail message.
JDOFatalException(String) - Constructor for class javax.jdo.JDOFatalException
Constructs a new JDOFatalException with the specified detail message.
JDOFatalException(String, Throwable[]) - Constructor for class javax.jdo.JDOFatalException
Constructs a new JDOFatalException with the specified detail message and nested Throwables.
JDOFatalException(String, Throwable) - Constructor for class javax.jdo.JDOFatalException
Constructs a new JDOFatalException with the specified detail message and nested Throwables.
JDOFatalException(String, Object) - Constructor for class javax.jdo.JDOFatalException
Constructs a new JDOFatalException with the specified detail message and failed object.
JDOFatalException(String, Throwable[], Object) - Constructor for class javax.jdo.JDOFatalException
Constructs a new JDOFatalException with the specified detail message, nested Throwables, and failed object.
JDOFatalException(String, Throwable, Object) - Constructor for class javax.jdo.JDOFatalException
Constructs a new JDOFatalException with the specified detail message, nested Throwables, 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 a detail message.
JDOFatalInternalException(String) - Constructor for class javax.jdo.JDOFatalInternalException
Constructs a new JDOFatalInternalException with the specified detail message.
JDOFatalInternalException(String, Throwable[]) - Constructor for class javax.jdo.JDOFatalInternalException
Constructs a new JDOFatalInternalException with the specified detail message and nested Throwables.
JDOFatalInternalException(String, Throwable) - Constructor for class javax.jdo.JDOFatalInternalException
Constructs a new JDOFatalInternalException with the specified detail message and nested Throwables.
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 a detail message.
JDOFatalUserException(String) - Constructor for class javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException with the specified detail message.
JDOFatalUserException(String, Throwable[]) - Constructor for class javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException with the specified detail message and nested Throwables.
JDOFatalUserException(String, Throwable) - Constructor for class javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException with the specified detail message and nested Throwables.
JDOFatalUserException(String, Object) - Constructor for class javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException with the specified detail message and failed object.
JDOFatalUserException(String, Throwable[], Object) - Constructor for class javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException with the specified detail message, nested Throwables, and failed object.
JDOFatalUserException(String, Throwable, Object) - Constructor for class javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException with the specified detail message, nested Throwables, and failed object.
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.spi.JDOImplHelper.
This class is a helper class for JDO implementations.
JDOObjectNotFoundException - exception javax.jdo.JDOObjectNotFoundException.
This class represents exceptions caused by the user accessing an object that does not exist in the datastore.
JDOObjectNotFoundException() - Constructor for class javax.jdo.JDOObjectNotFoundException
Constructs a new JDOObjectNotFoundException without a detail message.
JDOObjectNotFoundException(String) - Constructor for class javax.jdo.JDOObjectNotFoundException
Constructs a new JDOObjectNotFoundException with the specified detail message.
JDOObjectNotFoundException(String, Object) - Constructor for class javax.jdo.JDOObjectNotFoundException
Constructs a new JDOObjectNotFoundException with the specified detail message and failed object.
JDOObjectNotFoundException(String, Throwable[]) - Constructor for class javax.jdo.JDOObjectNotFoundException
Constructs a new JDOObjectNotFoundException with the specified detail message and nested Throwables.
JDOOptimisticVerificationException - exception javax.jdo.JDOOptimisticVerificationException.
This class represents optimistic verification failures.
JDOOptimisticVerificationException() - Constructor for class javax.jdo.JDOOptimisticVerificationException
Constructs a new JDOOptimisticVerificationException without a detail message.
JDOOptimisticVerificationException(String) - Constructor for class javax.jdo.JDOOptimisticVerificationException
Constructs a new JDOOptimisticVerificationException with the specified detail message.
JDOOptimisticVerificationException(String, Object) - Constructor for class javax.jdo.JDOOptimisticVerificationException
Constructs a new JDOOptimisticVerificationException with the specified detail message and failed object.
JDOOptimisticVerificationException(String, Throwable[]) - Constructor for class javax.jdo.JDOOptimisticVerificationException
Constructs a new JDOOptimisticVerificationException with the specified detail message and nested Throwables.
JDOPermission - class javax.jdo.spi.JDOPermission.
The JDOPermission class is for operations that are reserved for JDO implementations and should not be called by other code.
JDOPermission(String) - Constructor for class javax.jdo.spi.JDOPermission
Constructs a JDOPermission with the specified name.
JDOPermission(String, String) - Constructor for class javax.jdo.spi.JDOPermission
Constructs a JDOPermission with the specified name and actions.
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 a detail message.
JDOUnsupportedOptionException(String) - Constructor for class javax.jdo.JDOUnsupportedOptionException
Constructs a new JDOUnsupportedOptionException with the specified detail message.
JDOUnsupportedOptionException(String, Throwable[]) - Constructor for class javax.jdo.JDOUnsupportedOptionException
Constructs a new JDOUnsupportedOptionException with the specified detail message and nested Throwables.
JDOUnsupportedOptionException(String, Throwable) - Constructor for class javax.jdo.JDOUnsupportedOptionException
Constructs a new JDOUnsupportedOptionException with the specified detail message and nested Throwables.
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 a detail message.
JDOUserException(String) - Constructor for class javax.jdo.JDOUserException
Constructs a new JDOUserException with the specified detail message.
JDOUserException(String, Throwable[]) - Constructor for class javax.jdo.JDOUserException
Constructs a new JDOUserException with the specified detail message and nested Throwables.
JDOUserException(String, Throwable) - Constructor for class javax.jdo.JDOUserException
Constructs a new JDOUserException with the specified detail message and nested Throwables.
JDOUserException(String, Object) - Constructor for class javax.jdo.JDOUserException
Constructs a new JDOUserException with the specified detail message and failed object.
JDOUserException(String, Throwable[], Object) - Constructor for class javax.jdo.JDOUserException
Constructs a new JDOUserException with the specified detail message, nested Throwables, and failed object.
JDOUserException(String, Throwable, Object) - Constructor for class javax.jdo.JDOUserException
Constructs a new JDOUserException with the specified detail message, nested Throwables, and failed object.
javax.jdo - package javax.jdo
This package contains the JDO specification interfaces and classes.
javax.jdo.spi - package javax.jdo.spi
This package contains the interfaces and classes used by JDO implementations.
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 source 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.
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.
jdoIsDeleted() - Method in interface javax.jdo.spi.PersistenceCapable
Tests whether this object has been deleted.
jdoIsDirty() - Method in interface javax.jdo.spi.PersistenceCapable
Tests whether this object is dirty.
jdoIsNew() - Method in interface javax.jdo.spi.PersistenceCapable
Tests whether this object has been newly made persistent.
jdoIsPersistent() - Method in interface javax.jdo.spi.PersistenceCapable
Tests whether this object is persistent.
jdoIsTransactional() - Method in interface javax.jdo.spi.PersistenceCapable
Tests whether this object is transactional.
jdoMakeDirty(String) - Method in interface javax.jdo.spi.PersistenceCapable
Explicitly mark this instance and this field dirty.
jdoNewInstance(StateManager) - Method in interface javax.jdo.spi.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.spi.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.spi.PersistenceCapable
Create a new instance of the ObjectId class for this PersistenceCapable class.
jdoNewObjectIdInstance(String) - Method in interface javax.jdo.spi.PersistenceCapable
Create a new instance of the ObjectId class for this PersistenceCapable class, using the String form of the constructor.
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.spi.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.spi.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.spi.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.spi.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.spi.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.spi.PersistenceCapable
This method sets the StateManager instance that manages the state of this instance.

L

LOAD_REQUIRED - Static variable in interface javax.jdo.spi.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

MANAGE_METADATA - Static variable in class javax.jdo.spi.JDOPermission
An instance of JDOPermission to be used for manageMetadata permission checking.
MEDIATE_READ - Static variable in interface javax.jdo.spi.PersistenceCapable
If jdoFieldFlags for a field includes MEDIATE_READ, then the field has been enhanced to always call the jdoStateManager on all reads.
MEDIATE_WRITE - Static variable in interface javax.jdo.spi.PersistenceCapable
If jdoFieldFlags for a field includes MEDIATE_WRITE, then the field has been enhanced to always call the jdoStateManager on all writes.
makeDirty(Object, String) - Static method in class javax.jdo.JDOHelper
Explicitly mark the parameter instance and field dirty.
makeDirty(PersistenceCapable, String) - Method in interface javax.jdo.spi.StateManager
Mark the associated PersistenceCapable field dirty.
makeNontransactional(Object) - Method in interface javax.jdo.PersistenceManager
Make an instance non-transactional after commit.
makeNontransactionalAll(Object[]) - Method in interface javax.jdo.PersistenceManager
Make an array of instances non-transactional after commit.
makeNontransactionalAll(Collection) - Method in interface javax.jdo.PersistenceManager
Make a Collection of instances non-transactional after commit.
makePersistent(Object) - Method in interface javax.jdo.PersistenceManager
Make the transient instance persistent in this PersistenceManager.
makePersistentAll(Object[]) - Method in interface javax.jdo.PersistenceManager
Make an array of instances persistent.
makePersistentAll(Collection) - Method in interface javax.jdo.PersistenceManager
Make a Collection of instances persistent.
makeTransactional(Object) - Method in interface javax.jdo.PersistenceManager
Make an instance subject to transactional boundaries.
makeTransactionalAll(Object[]) - Method in interface javax.jdo.PersistenceManager
Make an array of instances subject to transactional boundaries.
makeTransactionalAll(Collection) - Method in interface javax.jdo.PersistenceManager
Make a Collection 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(Object[]) - Method in interface javax.jdo.PersistenceManager
Make an array of instances transient, removing them 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.
msg(String) - Method in class javax.jdo.spi.I18NHelper
Message formatter
msg(String, Object) - Method in class javax.jdo.spi.I18NHelper
Message formatter
msg(String, Object, Object) - Method in class javax.jdo.spi.I18NHelper
Message formatter
msg(String, Object, Object, Object) - Method in class javax.jdo.spi.I18NHelper
Message formatter
msg(String, Object[]) - Method in class javax.jdo.spi.I18NHelper
Message formatter
msg(String, int) - Method in class javax.jdo.spi.I18NHelper
Message formatter
msg(String, boolean) - Method in class javax.jdo.spi.I18NHelper
Message formatter

N

newInstance(Class, StateManager) - Method in class javax.jdo.spi.JDOImplHelper
Create a new instance of the class and assign its jdoStateManager.
newInstance(Class, StateManager, Object) - Method in class javax.jdo.spi.JDOImplHelper
Create a new instance of the class and assign its jdoStateManager and key values from the ObjectId.
newObjectIdInstance(Class, String) - Method in interface javax.jdo.PersistenceManager
This method returns an object id instance corresponding to the Class and String arguments.
newObjectIdInstance(Class) - Method in class javax.jdo.spi.JDOImplHelper
Create a new instance of the ObjectId class of this PersistenceCapable class.
newObjectIdInstance(Class, String) - Method in class javax.jdo.spi.JDOImplHelper
Create a new instance of the ObjectId class of this PersistenceCapable class, using the String form of the constructor.
newQuery() - Method in interface javax.jdo.PersistenceManager
Create a new Query with no elements.
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.
newQuery(Class) - Method in interface javax.jdo.PersistenceManager
Create a new Query specifying the Class of the candidate instances.
newQuery(Extent) - Method in interface javax.jdo.PersistenceManager
Create a new Query with the Class of the candidate instances and candidate Extent.
newQuery(Class, Collection) - Method in interface javax.jdo.PersistenceManager
Create a new Query with the candidate Class and Collection.
newQuery(Class, String) - Method in interface javax.jdo.PersistenceManager
Create a new Query with the Class of the candidate instances and filter.
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(Extent, String) - Method in interface javax.jdo.PersistenceManager
Create a new Query with the candidate Extent and filter; the class is taken from the Extent.

P

PersistenceCapable - interface javax.jdo.spi.PersistenceCapable.
A class that can be managed by a JDO implementation must implement this interface.
PersistenceCapable.ObjectIdFieldConsumer - interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer.
This interface is used to store fields from the Object id instance.
PersistenceCapable.ObjectIdFieldManager - interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldManager.
This interface is a convenience interface that allows an instance to implement both ObjectIdFieldSupplier and ObjectIdFieldConsumer.
PersistenceCapable.ObjectIdFieldSupplier - interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier.
This interface is used to provide 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.
pcClass - Variable in class javax.jdo.spi.RegisterClassEvent
The class object of the registered persistence-capable class
persistenceCapableSuperclass - Variable in class javax.jdo.spi.RegisterClassEvent
 
preSerialize(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
Guarantee that the serializable transactional and persistent fields are loaded into the instance.
printStackTrace() - Method in class javax.jdo.JDOException
Prints this JDOException and its backtrace to the standard error output.
printStackTrace(PrintStream) - Method in class javax.jdo.JDOException
Prints this JDOException and its backtrace to the specified print stream.
printStackTrace(PrintWriter) - Method in class javax.jdo.JDOException
Prints this JDOException and its backtrace to the specified print writer.
providedBooleanField(PersistenceCapable, int, boolean) - Method in interface javax.jdo.spi.StateManager
The value of the field requested to be provided to the StateManager
providedByteField(PersistenceCapable, int, byte) - Method in interface javax.jdo.spi.StateManager
The value of the field requested to be provided to the StateManager
providedCharField(PersistenceCapable, int, char) - Method in interface javax.jdo.spi.StateManager
The value of the field requested to be provided to the StateManager
providedDoubleField(PersistenceCapable, int, double) - Method in interface javax.jdo.spi.StateManager
The value of the field requested to be provided to the StateManager
providedFloatField(PersistenceCapable, int, float) - Method in interface javax.jdo.spi.StateManager
The value of the field requested to be provided to the StateManager
providedIntField(PersistenceCapable, int, int) - Method in interface javax.jdo.spi.StateManager
The value of the field requested to be provided to the StateManager
providedLongField(PersistenceCapable, int, long) - Method in interface javax.jdo.spi.StateManager
The value of the field requested to be provided to the StateManager
providedObjectField(PersistenceCapable, int, Object) - Method in interface javax.jdo.spi.StateManager
The value of the field requested to be provided to the StateManager
providedShortField(PersistenceCapable, int, short) - Method in interface javax.jdo.spi.StateManager
The value of the field requested to be provided to the StateManager
providedStringField(PersistenceCapable, int, String) - Method in interface javax.jdo.spi.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.spi.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.spi.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.
RegisterClassEvent - class javax.jdo.spi.RegisterClassEvent.
A RegisterClassEvent event gets delivered whenever a persistence-capable class registers itself with the JDOImplHelper.
RegisterClassEvent(JDOImplHelper, Class, String[], Class[], byte[], Class) - Constructor for class javax.jdo.spi.RegisterClassEvent
Constructs a new RegisterClassEvent.
RegisterClassListener - interface javax.jdo.spi.RegisterClassListener.
A "RegisterClassEvent" event gets fired whenever a persistence-capable class is loaded and gets registered with the JDOImplHelper.
refresh(Object) - Method in interface javax.jdo.PersistenceManager
Refresh the state of the instance from the data store.
refreshAll(Object[]) - Method in interface javax.jdo.PersistenceManager
Refresh the state of an array of 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() - Method in interface javax.jdo.PersistenceManager
Refresh the state of all applicable instances from the data store.
registerAuthorizedStateManagerClass(Class) - Static method in class javax.jdo.spi.JDOImplHelper
Register a class authorized to replaceStateManager.
registerAuthorizedStateManagerClasses(Collection) - Static method in class javax.jdo.spi.JDOImplHelper
Register classes authorized to replaceStateManager.
registerClass(Class, String[], Class[], byte[], Class, PersistenceCapable) - Static method in class javax.jdo.spi.JDOImplHelper
Register metadata by class.
registerClass(RegisterClassEvent) - Method in interface javax.jdo.spi.RegisterClassListener
This method gets called when a persistence-capable class is registered.
removeRegisterClassListener(RegisterClassListener) - Method in class javax.jdo.spi.JDOImplHelper
Remove the specified RegisterClassListener from the listener list.
replacingBooleanField(PersistenceCapable, int) - Method in interface javax.jdo.spi.StateManager
The replacing value of the field in the calling instance
replacingByteField(PersistenceCapable, int) - Method in interface javax.jdo.spi.StateManager
The replacing value of the field in the calling instance
replacingCharField(PersistenceCapable, int) - Method in interface javax.jdo.spi.StateManager
The replacing value of the field in the calling instance
replacingDoubleField(PersistenceCapable, int) - Method in interface javax.jdo.spi.StateManager
The replacing value of the field in the calling instance
replacingFlags(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
The owning StateManager uses this method to supply the value of the flags to the PersistenceCapable instance.
replacingFloatField(PersistenceCapable, int) - Method in interface javax.jdo.spi.StateManager
The replacing value of the field in the calling instance
replacingIntField(PersistenceCapable, int) - Method in interface javax.jdo.spi.StateManager
The replacing value of the field in the calling instance
replacingLongField(PersistenceCapable, int) - Method in interface javax.jdo.spi.StateManager
The replacing value of the field in the calling instance
replacingObjectField(PersistenceCapable, int) - Method in interface javax.jdo.spi.StateManager
The replacing value of the field in the calling instance
replacingShortField(PersistenceCapable, int) - Method in interface javax.jdo.spi.StateManager
The replacing value of the field in the calling instance
replacingStateManager(PersistenceCapable, StateManager) - Method in interface javax.jdo.spi.StateManager
Replace the current value of jdoStateManager.
replacingStringField(PersistenceCapable, int) - Method in interface javax.jdo.spi.StateManager
The replacing value of the field in the calling instance
retrieve(Object) - Method in interface javax.jdo.PersistenceManager
Retrieve field values of an instance from the store.
retrieveAll(Collection) - Method in interface javax.jdo.PersistenceManager
Retrieve field values of instances from the store.
retrieveAll(Collection, boolean) - Method in interface javax.jdo.PersistenceManager
Retrieve field values of instances from the store.
retrieveAll(Object[]) - Method in interface javax.jdo.PersistenceManager
Retrieve field values of instances from the store.
retrieveAll(Object[], boolean) - Method in interface javax.jdo.PersistenceManager
Retrieve field values of instances from the store.
rollback() - Method in interface javax.jdo.Transaction
Roll back the current transaction.

S

SERIALIZABLE - Static variable in interface javax.jdo.spi.PersistenceCapable
If jdoFieldFlags for a field includes SERIALIZABLE, then the field is not declared as TRANSIENT.
SET_STATE_MANAGER - Static variable in class javax.jdo.spi.JDOPermission
An instance of JDOPermission to be used for setStateManager permission checking.
StateManager - interface javax.jdo.spi.StateManager.
This interface is the point of contact between managed instances of PersistenceCapable classes and the JDO implementation.
setBooleanField(PersistenceCapable, int, boolean, boolean) - Method in interface javax.jdo.spi.StateManager
Mark the field as modified by the user.
setByteField(PersistenceCapable, int, byte, byte) - Method in interface javax.jdo.spi.StateManager
Mark the field as modified by the user.
setCandidates(Extent) - Method in interface javax.jdo.Query
Set the candidate Extent to query.
setCandidates(Collection) - Method in interface javax.jdo.Query
Set the candidate Collection to query.
setCharField(PersistenceCapable, int, char, char) - Method in interface javax.jdo.spi.StateManager
Mark the field as modified by the user.
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(PersistenceCapable, int, double, double) - Method in interface javax.jdo.spi.StateManager
Mark the field as modified by the user.
setFilter(String) - Method in interface javax.jdo.Query
Set the filter for the query.
setFloatField(PersistenceCapable, int, float, float) - Method in interface javax.jdo.spi.StateManager
Mark the field as modified by the user.
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(PersistenceCapable, int, int, int) - Method in interface javax.jdo.spi.StateManager
Mark the field as modified by the user.
setLongField(PersistenceCapable, int, long, long) - Method in interface javax.jdo.spi.StateManager
Mark the field as modified by the user.
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.PersistenceManagerFactory
Set the default NontransactionalRead 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.
setNontransactionalWrite(boolean) - Method in interface javax.jdo.PersistenceManagerFactory
Set the default NontransactionalWrite 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.
setObjectField(PersistenceCapable, int, Object, Object) - Method in interface javax.jdo.spi.StateManager
Mark the field as modified by the user.
setOptimistic(boolean) - Method in interface javax.jdo.PersistenceManagerFactory
Set the default Optimistic setting for all PersistenceManager instances obtained from this factory.
setOptimistic(boolean) - Method in interface javax.jdo.Transaction
Optimistic transactions do not hold data store locks until commit time.
setOrdering(String) - Method in interface javax.jdo.Query
Set the ordering specification for the result Collection.
setRestoreValues(boolean) - Method in interface javax.jdo.PersistenceManagerFactory
Set the default value for the RestoreValues property.
setRestoreValues(boolean) - Method in interface javax.jdo.Transaction
If true, at rollback, fields of newly persistent instances are restored to their values as of the beginning of the transaction, and the instances revert to transient.
setRetainValues(boolean) - Method in interface javax.jdo.PersistenceManagerFactory
Set the default RetainValues setting for all PersistenceManager instances obtained from this factory.
setRetainValues(boolean) - Method in interface javax.jdo.Transaction
If true, at commit instances retain their values and the instances transition to persistent-nontransactional.
setShortField(PersistenceCapable, int, short, short) - Method in interface javax.jdo.spi.StateManager
Mark the field as modified by the user.
setStringField(PersistenceCapable, int, String, String) - Method in interface javax.jdo.spi.StateManager
Mark the field as modified by the user.
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.
storeBooleanField(int, boolean) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer
Store one field into the field manager.
storeByteField(int, byte) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer
Store one field into the field manager.
storeCharField(int, char) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer
Store one field into the field manager.
storeDoubleField(int, double) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer
Store one field into the field manager.
storeFloatField(int, float) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer
Store one field into the field manager.
storeIntField(int, int) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer
Store one field into the field manager.
storeLongField(int, long) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer
Store one field into the field manager.
storeObjectField(int, Object) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer
Store one field into the field manager.
storeShortField(int, short) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer
Store one field into the field manager.
storeStringField(int, String) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer
Store one field into the field manager.
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

Transaction - interface javax.jdo.Transaction.
The JDO Transaction interface provides for initiation and completion of transactions under user control.
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 Throwables (if any).

U

unregisterClass(Class) - Method in class javax.jdo.spi.JDOImplHelper
Unregister metadata by class.
unregisterClasses(ClassLoader) - Method in class javax.jdo.spi.JDOImplHelper
Unregister metadata by class loader.

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

Copyright © 2005 Apache Software Foundation. All Rights Reserved.