| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
RegisterClassListener to the listener 
 list.
FetchPlan.addGroup(java.lang.String), FetchPlan.removeGroup(java.lang.String), and the
 various FetchPlan.setGroups(java.util.Collection) calls.
additional sequence value objects in
 short order.
PersistenceManager cache with the
 datastore.
Iterator associated with this Extent instance.
PersistenceManager so that no further requests 
 may be made on it.
JDOPermission to be used for
 closePersistenceManagerFactory permission checking.
Iterators associated with this Extent instance.
Query 
 instance, and release all resources associated with them.
Transaction instance associated with a 
 PersistenceManager.
FetchPlan.addGroup(java.lang.String), FetchPlan.removeGroup(java.lang.String), and the
 various FetchPlan.setGroups(java.util.Collection) calls.
Collection of instances from the data store.
PersistenceManager.detachCopy(java.lang.Object) and
 FetchPlan.setDetachmentOptions(int).
PersistenceManager.detachCopy(java.lang.Object) and
 FetchPlan.setDetachmentOptions(int).
PersistenceManager.
PersistenceManager.
PersistenceManager.
Collection of instances as no longer needed in the 
 cache.
Collection.
Collection.
Collection.
Collection.
Collection.
Extent class represent the entire collection
 of instances in the data store of the candidate class
 possibly including its subclasses.FetchPlan.setFetchSize(int).
FetchPlan.setFetchSize(int).
JDOPermission to be used for
 getMetadata permission checking.
Extent contains all instances of a particular class in the data
 store; this method returns the Class of the instances.
DataStoreCache that this factory uses for
 controlling a second-level cache.
PersistenceManager manages a collection of instances in
 the data store based on the class of the instances.
getExtent (persistenceCapableClass,
 true).
FetchPlan used by this
 PersistenceManager.
FetchPlan used by this
 Query.
FetchPlan.FETCH_SIZE_OPTIMAL if not set,
 or FetchPlan.FETCH_SIZE_GREEDY to fetch all.
PersistenceCapable class.
PersistenceCapable class.
PersistenceCapable class.
PersistenceManager instances obtained from this factory.
JDOImplHelper.
PersistenceManager.
PersistenceManager instances obtained from this factory.
Sequence.
PersistenceManager instances obtained from this factory.
true, allows persistent instances to be read without
 a transaction active.
PersistenceManager instances obtained from this factory.
true, allows persistent instances to be written without
 a transaction active.
PersistenceManager.
Class that implements the JDO Identity for the
 specified PersistenceCapable class.
PersistenceManager instances obtained from this factory.
PersistenceCapable class.
Extent is managed by a PersistenceManager;
 this method gives access to the owning PersistenceManager.
PersistenceManager if there is one.
PersistenceManager from this factory.
PersistenceManager from this factory.
PersistenceManager associated with this 
 Query.
PersistenceManager if there is one.
PersistenceManager that owns this instance.
Transaction instance is always associated with exactly 
 one PersistenceManager.
PersistenceManagerFactory based on a Properties 
 instance, using the current thread's context class loader to locate the
 PersistenceManagerFactory class.
PersistenceManagerFactory based on a 
 Properties instance and a class loader.
PersistenceManagerFactory configured based
 on the properties stored in the resource at
 propsResource.
PersistenceManagerFactory configured based
 on the properties stored in the resource at
 propsResource.
PersistenceManagerFactory configured based
 on the properties stored in the resource at
 propsResource.
PersistenceManagerFactory configured based
 on the properties stored in the file at
 propsFile.
PersistenceManagerFactory configured based
 on the properties stored in the file at
 propsFile.
PersistenceManagerFactory at the JNDI
 location specified by jndiLocation in the context
 context.
PersistenceManagerFactory at the JNDI
 location specified by jndiLocation in the context
 context.
PersistenceManagerFactory configured based
 on the Properties stored in the input stream at
 stream.
PersistenceManagerFactory configured based
 on the Properties stored in the input stream at
 stream.
PersistenceManagerFactory used to 
 create this PersistenceManager.
PersistenceManagerFactory.
PersistenceManager instances obtained from this factory.
true, at commit time instances retain their field 
 values.
name.
Synchronization instance for this 
 Transaction instance.
PersistenceManager instances
 more easily by having an application object associated with each
 PersistenceManager instance.
Extent was defined to contain subclasses.
PersistenceCapable class that provides callback methods for life
 cycle events implements this interface.source and type.
source, type, and target.
PersistenceManager instance can be used until it is 
 closed.
PersistenceManagerFactory instance can be used 
 until it is closed.
true if the field is cached in the calling
 instance.
Extent.
JDOCanRetryException without a detail message.
JDOCanRetryException with the specified detail message.
JDOCanRetryException with the specified detail
 message and nested Throwables.
JDOCanRetryException with the specified detail
 message and nested Throwables.
- JDOCanRetryException(String, Object) - 
Constructor for exception javax.jdo.JDOCanRetryException
- Constructs a new JDOCanRetryExceptionwith the specified detail message
 and failed object.
- JDOCanRetryException(String, Throwable[], Object) - 
Constructor for exception javax.jdo.JDOCanRetryException
- Constructs a new JDOCanRetryExceptionwith the specified detail message,
 nestedThrowables, and failed object.
- JDOCanRetryException(String, Throwable, Object) - 
Constructor for exception javax.jdo.JDOCanRetryException
- Constructs a new JDOCanRetryExceptionwith the specified detail message,
 nestedThrowables, and failed object.
- JDOConnection - Interface in javax.jdo.datastore
- The underlying connection that is being used by a 
 PersistenceManager.
- jdoCopyFields(Object, int[]) - 
Method in interface javax.jdo.spi.PersistenceCapable
- Copy field values from another instance of the same class
 to this instance.
- jdoCopyKeyFieldsFromObjectId(PersistenceCapable.ObjectIdFieldConsumer, Object) - 
Method in interface javax.jdo.spi.PersistenceCapable
- Copy fields to an outside consumer from the key fields in the ObjectId.
- jdoCopyKeyFieldsToObjectId(Object) - 
Method in interface javax.jdo.spi.PersistenceCapable
- Copy fields from this PersistenceCapable instance to the Object Id 
 instance.
- jdoCopyKeyFieldsToObjectId(PersistenceCapable.ObjectIdFieldSupplier, Object) - 
Method in interface javax.jdo.spi.PersistenceCapable
- Copy fields from an outside source to the key fields in the ObjectId.
- JDODataStoreException - Exception in javax.jdo
- This class represents data store exceptions that can be retried.
- JDODataStoreException() - 
Constructor for exception javax.jdo.JDODataStoreException
- Constructs a new JDODataStoreExceptionwithout a detail message.
- JDODataStoreException(String) - 
Constructor for exception javax.jdo.JDODataStoreException
- Constructs a new JDODataStoreExceptionwith the specified detail message.
- JDODataStoreException(String, Throwable[]) - 
Constructor for exception javax.jdo.JDODataStoreException
- Constructs a new JDODataStoreExceptionwith the specified 
 detail message and nestedThrowables.
- JDODataStoreException(String, Throwable) - 
Constructor for exception javax.jdo.JDODataStoreException
- Constructs a new JDODataStoreExceptionwith the specified 
 detail message and nestedThrowables.
- JDODataStoreException(String, Object) - 
Constructor for exception javax.jdo.JDODataStoreException
- Constructs a new JDODataStoreExceptionwith the specified detail message
 and failed object.
- JDODataStoreException(String, Throwable[], Object) - 
Constructor for exception javax.jdo.JDODataStoreException
- Constructs a new JDODataStoreExceptionwith the specified detail message,
 nestedThrowables, and failed object.
- JDODataStoreException(String, Throwable, Object) - 
Constructor for exception javax.jdo.JDODataStoreException
- Constructs a new JDODataStoreExceptionwith the specified detail message,
 nestedThrowables, and failed object.
- JDODetachedFieldAccessException - Exception in javax.jdo
- This class represents exceptions caused by access of an unloaded field while
  the instance is detached.
- JDODetachedFieldAccessException() - 
Constructor for exception javax.jdo.JDODetachedFieldAccessException
- Constructs a new JDODetachedFieldAccessExceptionwithout a 
 detail message.
- JDODetachedFieldAccessException(String) - 
Constructor for exception javax.jdo.JDODetachedFieldAccessException
- Constructs a new JDODetachedFieldAccessExceptionwith the 
 specified detail message.
- JDODetachedFieldAccessException(String, Throwable[]) - 
Constructor for exception javax.jdo.JDODetachedFieldAccessException
- Constructs a new JDODetachedFieldAccessExceptionwith the
 specified detail message and nestedThrowables.
- JDODetachedFieldAccessException(String, Throwable) - 
Constructor for exception javax.jdo.JDODetachedFieldAccessException
- Constructs a new JDODetachedFieldAccessExceptionwith the
 specified detail message and nestedThrowables.
- JDOException - Exception in javax.jdo
- This is the root of all JDO Exceptions.
- JDOException() - 
Constructor for exception javax.jdo.JDOException
- Constructs a new JDOExceptionwithout a detail message.
- JDOException(String) - 
Constructor for exception javax.jdo.JDOException
- Constructs a new JDOExceptionwith the specified detail message.
- JDOException(String, Throwable[]) - 
Constructor for exception javax.jdo.JDOException
- Constructs a new JDOExceptionwith the specified detail message
 and nestedThrowables.
- JDOException(String, Throwable) - 
Constructor for exception javax.jdo.JDOException
- Constructs a new JDOExceptionwith the specified detail message
 and nestedThrowable.
- JDOException(String, Object) - 
Constructor for exception javax.jdo.JDOException
- Constructs a new JDOExceptionwith the specified detail message
 and failed object.
- JDOException(String, Throwable[], Object) - 
Constructor for exception javax.jdo.JDOException
- Constructs a new JDOExceptionwith the specified detail message,
 nestedThrowables, and failed object.
- JDOException(String, Throwable, Object) - 
Constructor for exception javax.jdo.JDOException
- Constructs a new JDOExceptionwith the specified detail message,
 nestedThrowable, and failed object.
- JDOFatalDataStoreException - Exception in javax.jdo
- This class represents data store exceptions that cannot be retried.
- JDOFatalDataStoreException() - 
Constructor for exception javax.jdo.JDOFatalDataStoreException
- Constructs a new JDOFatalDataStoreExceptionwithout a detail message.
- JDOFatalDataStoreException(String) - 
Constructor for exception javax.jdo.JDOFatalDataStoreException
- Constructs a new JDOFatalDataStoreExceptionwith the specified detail message.
- JDOFatalDataStoreException(String, Object) - 
Constructor for exception javax.jdo.JDOFatalDataStoreException
- Constructs a new JDOFatalDataStoreExceptionwith the specified detail message
 and failed object.
- JDOFatalDataStoreException(String, Throwable[]) - 
Constructor for exception javax.jdo.JDOFatalDataStoreException
- Constructs a new JDOFatalDataStoreExceptionwith the specified
 detail message and nestedThrowables.
- JDOFatalDataStoreException(String, Throwable) - 
Constructor for exception javax.jdo.JDOFatalDataStoreException
- Constructs a new JDOFatalDataStoreExceptionwith the specified
 detail message and nestedThrowables.
- JDOFatalException - Exception in javax.jdo
- This class represents exceptions that are fatal; that is, the condition
 that caused it cannot be bypassed even if the operation is retried.
- JDOFatalException() - 
Constructor for exception javax.jdo.JDOFatalException
- Constructs a new JDOFatalExceptionwithout a detail message.
- JDOFatalException(String) - 
Constructor for exception javax.jdo.JDOFatalException
- Constructs a new JDOFatalExceptionwith the specified detail message.
- JDOFatalException(String, Throwable[]) - 
Constructor for exception javax.jdo.JDOFatalException
- Constructs a new JDOFatalExceptionwith the specified detail
 message and nestedThrowables.
- JDOFatalException(String, Throwable) - 
Constructor for exception javax.jdo.JDOFatalException
- Constructs a new JDOFatalExceptionwith the specified detail
 message and nestedThrowables.
- JDOFatalException(String, Object) - 
Constructor for exception javax.jdo.JDOFatalException
- Constructs a new JDOFatalExceptionwith the specified detail message
 and failed object.
- JDOFatalException(String, Throwable[], Object) - 
Constructor for exception javax.jdo.JDOFatalException
- Constructs a new JDOFatalExceptionwith the specified detail message,
 nestedThrowables, and failed object.
- JDOFatalException(String, Throwable, Object) - 
Constructor for exception javax.jdo.JDOFatalException
- Constructs a new JDOFatalExceptionwith the specified detail message,
 nestedThrowables, and failed object.
- JDOFatalInternalException - Exception in javax.jdo
- This class represents errors in the implementation for which no user
 error handling is possible.
- JDOFatalInternalException() - 
Constructor for exception javax.jdo.JDOFatalInternalException
- Constructs a new JDOFatalInternalExceptionwithout a detail message.
- JDOFatalInternalException(String) - 
Constructor for exception javax.jdo.JDOFatalInternalException
- Constructs a new JDOFatalInternalExceptionwith the specified detail message.
- JDOFatalInternalException(String, Throwable[]) - 
Constructor for exception javax.jdo.JDOFatalInternalException
- Constructs a new JDOFatalInternalExceptionwith the specified
 detail message and nestedThrowables.
- JDOFatalInternalException(String, Throwable) - 
Constructor for exception javax.jdo.JDOFatalInternalException
- Constructs a new JDOFatalInternalExceptionwith the specified
 detail message and nestedThrowables.
- JDOFatalUserException - Exception in javax.jdo
- This class represents user errors that cannot be retried.
- JDOFatalUserException() - 
Constructor for exception javax.jdo.JDOFatalUserException
- Constructs a new JDOFatalUserExceptionwithout a detail message.
- JDOFatalUserException(String) - 
Constructor for exception javax.jdo.JDOFatalUserException
- Constructs a new JDOFatalUserExceptionwith the specified detail message.
- JDOFatalUserException(String, Throwable[]) - 
Constructor for exception javax.jdo.JDOFatalUserException
- Constructs a new JDOFatalUserExceptionwith the specified
 detail message and nestedThrowables.
- JDOFatalUserException(String, Throwable) - 
Constructor for exception javax.jdo.JDOFatalUserException
- Constructs a new JDOFatalUserExceptionwith the specified
 detail message and nestedThrowables.
- JDOFatalUserException(String, Object) - 
Constructor for exception javax.jdo.JDOFatalUserException
- Constructs a new JDOFatalUserExceptionwith the specified
 detail message and failed object.
- JDOFatalUserException(String, Throwable[], Object) - 
Constructor for exception javax.jdo.JDOFatalUserException
- Constructs a new JDOFatalUserExceptionwith the specified
 detail message, nestedThrowables, and failed object.
- JDOFatalUserException(String, Throwable, Object) - 
Constructor for exception javax.jdo.JDOFatalUserException
- Constructs a new JDOFatalUserExceptionwith the specified
 detail message, nestedThrowables, and failed object.
- jdoGetObjectId() - 
Method in interface javax.jdo.spi.PersistenceCapable
- Return a copy of the JDO identity associated with this instance.
- jdoGetPersistenceManager() - 
Method in interface javax.jdo.spi.PersistenceCapable
- Return the associated PersistenceManager if there is one.
- jdoGetTransactionalObjectId() - 
Method in interface javax.jdo.spi.PersistenceCapable
- Return a copy of the JDO identity associated with this instance.
- jdoGetVersion() - 
Method in interface javax.jdo.spi.PersistenceCapable
- Return the version of this instance.
- JDOHelper - Class in javax.jdo
- This class can be used by a JDO-aware application to call the JDO behavior
 of PersistenceCapableinstances without declaring them to bePersistenceCapable.
- JDOHelper() - 
Constructor for class javax.jdo.JDOHelper
-  
- JDOImplHelper - Class in javax.jdo.spi
- This class is a helper class for JDO implementations.
- JDOImplHelper.StateInterrogationBooleanReturn - Interface in javax.jdo.spi
- This is an interface used to interrogate the state of an instance
 that does not implement PersistenceCapable.
- JDOImplHelper.StateInterrogationObjectReturn - Interface in javax.jdo.spi
- This is an interface used to interrogate the state of an instance
 that does not implement PersistenceCapable.
- JDOImplHelper.StringConstructor - Interface in javax.jdo.spi
- Construct an instance of a key class using a String as input.
- jdoIsDeleted() - 
Method in interface javax.jdo.spi.PersistenceCapable
- Tests whether this object has been deleted.
- jdoIsDetached() - 
Method in interface javax.jdo.spi.PersistenceCapable
- Tests whether this object has been detached.
- jdoIsDirty() - 
Method in interface javax.jdo.spi.PersistenceCapable
- Tests whether this object is dirty.
- jdoIsNew() - 
Method in interface javax.jdo.spi.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 and initialize
 the key fields from the instance on which this method is called.
- jdoNewObjectIdInstance(Object) - 
Method in interface javax.jdo.spi.PersistenceCapable
- Create a new instance of the class used for JDO identity, using the
 key constructor of the object id class.
- JDONullIdentityException - Exception in javax.jdo
- An instance of this class is thrown when attempting to create an object id
  when the object id constructor parameter is null.
- JDONullIdentityException() - 
Constructor for exception javax.jdo.JDONullIdentityException
- Constructs a new JDONullIdentityExceptionwithout a detail message.
- JDONullIdentityException(String) - 
Constructor for exception javax.jdo.JDONullIdentityException
- Constructs a new JDONullIdentityExceptionwith the specified detail message.
- JDONullIdentityException(String, Object) - 
Constructor for exception javax.jdo.JDONullIdentityException
- Constructs a new JDONullIdentityExceptionwith the specified detail message
 and failed object.
- JDONullIdentityException(String, Throwable[]) - 
Constructor for exception javax.jdo.JDONullIdentityException
- Constructs a new JDONullIdentityExceptionwith the specified
 detail message and nestedThrowables.
- JDONullIdentityException(String, Throwable) - 
Constructor for exception javax.jdo.JDONullIdentityException
- Constructs a new JDONullIdentityExceptionwith the specified detail message
 and nestedThrowables.
- JDOObjectNotFoundException - Exception in javax.jdo
- This class represents exceptions caused by the user accessing 
 an object that does not exist in the datastore.
- JDOObjectNotFoundException() - 
Constructor for exception javax.jdo.JDOObjectNotFoundException
- Constructs a new JDOObjectNotFoundExceptionwithout a detail message.
- JDOObjectNotFoundException(String) - 
Constructor for exception javax.jdo.JDOObjectNotFoundException
- Constructs a new JDOObjectNotFoundExceptionwith the specified detail message.
- JDOObjectNotFoundException(String, Object) - 
Constructor for exception javax.jdo.JDOObjectNotFoundException
- Constructs a new JDOObjectNotFoundExceptionwith the specified detail message
 and failed object.
- JDOObjectNotFoundException(String, Throwable[]) - 
Constructor for exception javax.jdo.JDOObjectNotFoundException
- Constructs a new JDOObjectNotFoundExceptionwith the
 specified detail message and nestedThrowables.
- JDOOptimisticVerificationException - Exception in javax.jdo
- This class represents optimistic verification failures.
- JDOOptimisticVerificationException() - 
Constructor for exception javax.jdo.JDOOptimisticVerificationException
- Constructs a new JDOOptimisticVerificationExceptionwithout a 
 detail message.
- JDOOptimisticVerificationException(String) - 
Constructor for exception javax.jdo.JDOOptimisticVerificationException
- Constructs a new JDOOptimisticVerificationExceptionwith the 
 specified detail message.
- JDOOptimisticVerificationException(String, Object) - 
Constructor for exception javax.jdo.JDOOptimisticVerificationException
- Constructs a new JDOOptimisticVerificationExceptionwith the 
 specified detail message and failed object.
- JDOOptimisticVerificationException(String, Throwable[]) - 
Constructor for exception javax.jdo.JDOOptimisticVerificationException
- Constructs a new JDOOptimisticVerificationExceptionwith the 
 specified detail message and nestedThrowables.
- JDOPermission - Class in javax.jdo.spi
- The JDOPermissionclass 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 JDOPermissionwith the specified name.
- JDOPermission(String, String) - 
Constructor for class javax.jdo.spi.JDOPermission
- Constructs a JDOPermissionwith the specified name and 
 actions.
- jdoPostAttach(Object) - 
Method in interface javax.jdo.listener.AttachCallback
- This method is called during the execution of
 PersistenceManager.makePersistent(java.lang.Object)on the persistent
 instance after the copy is made.
- jdoPostDetach(Object) - 
Method in interface javax.jdo.listener.DetachCallback
- This method is called during the execution of
 PersistenceManager.detachCopy(java.lang.Object)on the
 detached instance after the copy is made.
- jdoPostLoad() - 
Method in interface javax.jdo.listener.LoadCallback
- Called after the values are loaded from the data store into
 this instance.
- jdoPreAttach() - 
Method in interface javax.jdo.listener.AttachCallback
- This method is called during the execution of
 PersistenceManager.makePersistent(java.lang.Object)on the detached 
 instance before the copy is made.
- jdoPreClear() - 
Method in interface javax.jdo.listener.ClearCallback
- Called before the values in the instance are cleared.
- jdoPreDelete() - 
Method in interface javax.jdo.listener.DeleteCallback
- Called before the instance is deleted.
- jdoPreDetach() - 
Method in interface javax.jdo.listener.DetachCallback
- This method is called during the execution of
 PersistenceManager.detachCopy(java.lang.Object)on the
 persistent instance before the copy is made.
- jdoPreStore() - 
Method in interface javax.jdo.listener.StoreCallback
- 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.
- JDOQL - 
Static variable in interface javax.jdo.Query
- The string constant used as the first argument to 
 PersistenceManager.newQuery(String,Object)to identify that the 
 created query should obey the JDOQL syntax and semantic rules.
- jdoReplaceDetachedState() - 
Method in interface javax.jdo.spi.Detachable
- This method calls the StateManager with the current detached 
 state instance as a parameter and replaces the current detached 
 state instance with the value provided by the StateManager.
- 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.
- JDOUnsupportedOptionException - Exception in javax.jdo
- This class represents exceptions caused by the use of optional features
 not supported by the JDO implementation.
- JDOUnsupportedOptionException() - 
Constructor for exception javax.jdo.JDOUnsupportedOptionException
- Constructs a new JDOUnsupportedOptionExceptionwithout a detail message.
- JDOUnsupportedOptionException(String) - 
Constructor for exception javax.jdo.JDOUnsupportedOptionException
- Constructs a new JDOUnsupportedOptionExceptionwith the specified detail message.
- JDOUnsupportedOptionException(String, Throwable[]) - 
Constructor for exception javax.jdo.JDOUnsupportedOptionException
- Constructs a new JDOUnsupportedOptionExceptionwith the
 specified detail message and nestedThrowables.
- JDOUnsupportedOptionException(String, Throwable) - 
Constructor for exception javax.jdo.JDOUnsupportedOptionException
- Constructs a new JDOUnsupportedOptionExceptionwith the
 specified detail message and nestedThrowables.
- JDOUserCallbackException - Exception in javax.jdo
- This class represents exceptions caused by exceptions thrown
 during execution of callbacks or listeners.
- JDOUserCallbackException() - 
Constructor for exception javax.jdo.JDOUserCallbackException
- Constructs a new JDOUserCallbackExceptionwithout a detail message.
- JDOUserCallbackException(String) - 
Constructor for exception javax.jdo.JDOUserCallbackException
- Constructs a new JDOUserCallbackExceptionwith the specified detail message.
- JDOUserCallbackException(String, Throwable[]) - 
Constructor for exception javax.jdo.JDOUserCallbackException
- Constructs a new JDOUserCallbackExceptionwith the
 specified detail message and nestedThrowables.
- JDOUserCallbackException(String, Throwable) - 
Constructor for exception javax.jdo.JDOUserCallbackException
- Constructs a new JDOUserCallbackExceptionwith the
 specified detail message and nestedThrowables.
- JDOUserException - Exception in javax.jdo
- This class represents user errors that can possibly be retried.
- JDOUserException() - 
Constructor for exception javax.jdo.JDOUserException
- Constructs a new JDOUserExceptionwithout a detail message.
- JDOUserException(String) - 
Constructor for exception javax.jdo.JDOUserException
- Constructs a new JDOUserExceptionwith the specified detail message.
- JDOUserException(String, Throwable[]) - 
Constructor for exception javax.jdo.JDOUserException
- Constructs a new JDOUserExceptionwith the specified detail message
 and nestedThrowables.
- JDOUserException(String, Throwable) - 
Constructor for exception javax.jdo.JDOUserException
- Constructs a new JDOUserExceptionwith the specified detail message
 and nestedThrowables.
- JDOUserException(String, Object) - 
Constructor for exception javax.jdo.JDOUserException
- Constructs a new JDOUserExceptionwith the specified detail message
 and failed object.
- JDOUserException(String, Throwable[], Object) - 
Constructor for exception javax.jdo.JDOUserException
- Constructs a new JDOUserExceptionwith the specified detail message,
 nestedThrowables, and failed object.
- JDOUserException(String, Throwable, Object) - 
Constructor for exception javax.jdo.JDOUserException
- Constructs a new JDOUserExceptionwith the specified detail message,
 nestedThrowables, and failed object.
PersistenceCapable field dirty.
Collection of instances non-transactional after 
 commit.
PersistenceManager.
Collection of instances persistent.
Collection of instances subject to transactional 
 boundaries.
PersistenceManager.
PersistenceManager.
PersistenceManager.
Collection of instances transient, removing them 
 from management by this PersistenceManager.
PersistenceManager.
PersistenceManager.
JDOPermission to be used for
 manageMetadata permission checking.
jdoStateManager.
jdoStateManager and key values from the ObjectId.
Query with the given candidate class
 from a named query.
PersistenceCapable class.
Query with no elements.
Query using elements from another 
 Query.
Query using the specified language.
Query specifying the Class of the 
 candidate instances.
Query with the Class of the
 candidate instances and candidate Extent.
Query with the candidate Class 
 and Collection.
Query with the Class of the
 candidate instances and filter.
Query with the Class of the 
 candidate instances, 
 candidate Collection, and filter.
Query with the
 candidate Extent and filter; the class
 is taken from the Extent.
ObjectIdFieldSupplier and 
 ObjectIdFieldConsumer.PersistenceManager is the primary interface for JDO-aware 
 application components.PersistenceManagerFactory is the interface to use to obtain
 PersistenceManager instances.PersistenceManager.makePersistent(java.lang.Object) method.
ClearCallback.jdoPreClear() 
 method is invoked on the instance and the fields have been cleared 
 by the JDO implementation.
PersistenceManager.makePersistent(java.lang.Object) or during
 persistence by reachability.
PersistenceManager.deletePersistent(java.lang.Object).
PersistenceManager.detachCopy(java.lang.Object) after the 
 detached copy is made.
PersistenceManager.flush() or 
 Transaction.commit().
PersistenceManager.makePersistent(java.lang.Object) method.
ClearCallback.jdoPreClear() and before it clears the values 
  in the instance to their Java default values.
PersistenceManager.deletePersistent(java.lang.Object).
PersistenceManager.detachCopy(java.lang.Object) before the 
 detached copy is made.
PersistenceManager.flush() or 
 Transaction.commit().
JDOException and its backtrace to the 
 standard error output.
JDOException and its backtrace to the 
 specified print stream.
JDOException and its backtrace to the specified
 print writer.
StateManager.
StateManager.
StateManager.
StateManager.
StateManager.
StateManager.
StateManager.
StateManager.
StateManager.
StateManager.
Query interface allows applications to obtain persistent
 instances, values, and aggregate data
 from the data store.Collection of instances from the 
 data store.
RegisterClassEvent event gets delivered whenever a persistence-capable
 class registers itself with the JDOImplHelper.RegisterClassEvent.
JDOImplHelper.RegisterClassListener from the listener
 list.
StateManager uses this method to supply the 
 value of the flags to the PersistenceCapable instance.
jdoStateManager.
JDOPermission to be used for
 setStateManager permission checking.
Extent to query.
Collection to query.
PersistenceManager instances obtained from this
 factory.
PersistenceManager instances obtained from this factory.
PersistenceManager.
PersistenceManager instances obtained from this factory.
PersistenceManager instances obtained from this factory.
true, allow persistent instances to be read without
 a transaction active.
PersistenceManager instances obtained from this factory.
true, allow persistent instances to be written without
 a transaction active.
PersistenceManager instances obtained from this factory.
Collection.
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.
Query.execute() or one of its siblings.
PersistenceManager instances obtained from this factory.
true, at commit instances retain their values and the 
 instances transition to persistent-nontransactional.
true.
Synchronization instance to be 
 notified on transaction completions.
PersistenceManager instances
 more easily by having an application object associated with each
 PersistenceManager instance.
PersistenceManager.newQuery(String,Object) to identify that
 the created query should use SQL semantics.
PersistenceCapable classes and the JDO implementation.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).
Transaction interface provides for initiation and 
 completion of transactions under user control.| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||