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

J

javax.jdo - package javax.jdo
This package contains the JDO specification interfaces and classes.
javax.jdo.annotations - package javax.jdo.annotations
 
javax.jdo.datastore - package javax.jdo.datastore
This package contains the JDO specification datastore interfaces.
javax.jdo.identity - package javax.jdo.identity
This package contains the JDO specification identity interfaces and classes.
javax.jdo.listener - package javax.jdo.listener
This package contains the JDO specification listener interfaces and classes.
javax.jdo.spi - package javax.jdo.spi
This package contains the interfaces and classes used by JDO implementations.
javax.persistence - package javax.persistence
 
javax.persistence.criteria - package javax.persistence.criteria
 
javax.persistence.metamodel - package javax.persistence.metamodel
 
javax.persistence.spi - package javax.persistence.spi
 
javax.transaction - package javax.transaction
 
JDO_DTD_RESOURCE - Static variable in interface javax.jdo.Constants
The name of the resource for the DTD of the standard JDO metadata file.
JDO_XSD_NS - Static variable in interface javax.jdo.Constants
The standard JDO metadata schema namespace.
JDO_XSD_RESOURCE - Static variable in interface javax.jdo.Constants
The name of the resource for the XML schema of the standard JDO metadata file.
JDOCanRetryException - Exception in javax.jdo
This is the base class for exceptions that can be retried.
JDOCanRetryException() - Constructor for exception javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException without a detail message.
JDOCanRetryException(String) - Constructor for exception javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException with the specified detail message.
JDOCanRetryException(String, Throwable[]) - Constructor for exception javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException with the specified detail message and nested Throwables.
JDOCanRetryException(String, Throwable) - Constructor for exception javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException with the specified detail message and nested Throwables.
JDOCanRetryException(String, Object) - Constructor for exception javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException with the specified detail message and failed object.
JDOCanRetryException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException with the specified detail message, nested Throwables, and failed object.
JDOCanRetryException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException with the specified detail message, nested Throwables, and failed object.
JDOCONFIG_DTD_RESOURCE - Static variable in interface javax.jdo.Constants
The name of the resource for the DTD of the standard JDO configuration file.
JDOCONFIG_RESOURCE_NAME - Static variable in interface javax.jdo.Constants
The name of the standard JDO configuration resource file(s).
JDOCONFIG_XSD_NS - Static variable in interface javax.jdo.Constants
The standard JDO configuration schema namespace.
JDOCONFIG_XSD_RESOURCE - Static variable in interface javax.jdo.Constants
The name of the resource for the XML schema of the standard JDO configuration file.
JDOConnection - Interface in javax.jdo.datastore
The underlying connection that is being used by a PersistenceManager.
jdoCopyFields(Object, int[]) - Method in interface javax.jdo.spi.PersistenceCapable
Copy field values from another instance of the same class to this instance.
jdoCopyKeyFieldsFromObjectId(PersistenceCapable.ObjectIdFieldConsumer, Object) - Method in interface javax.jdo.spi.PersistenceCapable
Copy fields to an outside consumer from the key fields in the ObjectId.
jdoCopyKeyFieldsToObjectId(Object) - Method in interface javax.jdo.spi.PersistenceCapable
Copy fields from this PersistenceCapable instance to the Object Id instance.
jdoCopyKeyFieldsToObjectId(PersistenceCapable.ObjectIdFieldSupplier, Object) - Method in interface javax.jdo.spi.PersistenceCapable
Copy fields from an outside source to the key fields in the ObjectId.
JDODataStoreException - Exception in javax.jdo
This class represents data store exceptions that can be retried.
JDODataStoreException() - Constructor for exception javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException without a detail message.
JDODataStoreException(String) - Constructor for exception javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException with the specified detail message.
JDODataStoreException(String, Throwable[]) - Constructor for exception javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException with the specified detail message and nested Throwables.
JDODataStoreException(String, Throwable) - Constructor for exception javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException with the specified detail message and nested Throwables.
JDODataStoreException(String, Object) - Constructor for exception javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException with the specified detail message and failed object.
JDODataStoreException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException with the specified detail message, nested Throwables, and failed object.
JDODataStoreException(String, Throwable, Object) - Constructor for exception javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException with the specified detail message, nested Throwables, and failed object.
JDODetachedFieldAccessException - Exception in javax.jdo
This class represents exceptions caused by access of an unloaded field while the instance is detached.
JDODetachedFieldAccessException() - Constructor for exception javax.jdo.JDODetachedFieldAccessException
Constructs a new JDODetachedFieldAccessException without a detail message.
JDODetachedFieldAccessException(String) - Constructor for exception javax.jdo.JDODetachedFieldAccessException
Constructs a new JDODetachedFieldAccessException with the specified detail message.
JDODetachedFieldAccessException(String, Object) - Constructor for exception javax.jdo.JDODetachedFieldAccessException
Constructs a new JDODetachedFieldAccessException with the specified detail message and failed object.
JDODetachedFieldAccessException(String, Throwable[]) - Constructor for exception javax.jdo.JDODetachedFieldAccessException
Constructs a new JDODetachedFieldAccessException with the specified detail message and nested Throwables.
JDODetachedFieldAccessException(String, Throwable) - Constructor for exception javax.jdo.JDODetachedFieldAccessException
Constructs a new JDODetachedFieldAccessException with the specified detail message and nested Throwables.
JDOException - Exception in javax.jdo
This is the root of all JDO Exceptions.
JDOException() - Constructor for exception javax.jdo.JDOException
Constructs a new JDOException without a detail message.
JDOException(String) - Constructor for exception javax.jdo.JDOException
Constructs a new JDOException with the specified detail message.
JDOException(String, Throwable[]) - Constructor for exception javax.jdo.JDOException
Constructs a new JDOException with the specified detail message and nested Throwables.
JDOException(String, Throwable) - Constructor for exception javax.jdo.JDOException
Constructs a new JDOException with the specified detail message and nested Throwable.
JDOException(String, Object) - Constructor for exception javax.jdo.JDOException
Constructs a new JDOException with the specified detail message and failed object.
JDOException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOException
Constructs a new JDOException with the specified detail message, nested Throwables, and failed object.
JDOException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOException
Constructs a new JDOException with the specified detail message, nested Throwable, and failed object.
JDOFatalDataStoreException - Exception in javax.jdo
This class represents data store exceptions that cannot be retried.
JDOFatalDataStoreException() - Constructor for exception javax.jdo.JDOFatalDataStoreException
Constructs a new JDOFatalDataStoreException without a detail message.
JDOFatalDataStoreException(String) - Constructor for exception javax.jdo.JDOFatalDataStoreException
Constructs a new JDOFatalDataStoreException with the specified detail message.
JDOFatalDataStoreException(String, Object) - Constructor for exception javax.jdo.JDOFatalDataStoreException
Constructs a new JDOFatalDataStoreException with the specified detail message and failed object.
JDOFatalDataStoreException(String, Throwable[]) - Constructor for exception javax.jdo.JDOFatalDataStoreException
Constructs a new JDOFatalDataStoreException with the specified detail message and nested Throwables.
JDOFatalDataStoreException(String, Throwable) - Constructor for exception javax.jdo.JDOFatalDataStoreException
Constructs a new JDOFatalDataStoreException with the specified detail message and nested Throwables.
JDOFatalDataStoreException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOFatalDataStoreException
Constructs a new JDOFatalDataStoreException with the specified detail message, nested Throwables, and failed object.
JDOFatalDataStoreException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOFatalDataStoreException
Constructs a new JDOFatalDataStoreException with the specified detail message, nested Throwables, and failed object.
JDOFatalException - Exception in javax.jdo
This class represents exceptions that are fatal; that is, the condition that caused it cannot be bypassed even if the operation is retried.
JDOFatalException() - Constructor for exception javax.jdo.JDOFatalException
Constructs a new JDOFatalException without a detail message.
JDOFatalException(String) - Constructor for exception javax.jdo.JDOFatalException
Constructs a new JDOFatalException with the specified detail message.
JDOFatalException(String, Throwable[]) - Constructor for exception javax.jdo.JDOFatalException
Constructs a new JDOFatalException with the specified detail message and nested Throwables.
JDOFatalException(String, Throwable) - Constructor for exception javax.jdo.JDOFatalException
Constructs a new JDOFatalException with the specified detail message and nested Throwables.
JDOFatalException(String, Object) - Constructor for exception javax.jdo.JDOFatalException
Constructs a new JDOFatalException with the specified detail message and failed object.
JDOFatalException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOFatalException
Constructs a new JDOFatalException with the specified detail message, nested Throwables, and failed object.
JDOFatalException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOFatalException
Constructs a new JDOFatalException with the specified detail message, nested Throwables, and failed object.
JDOFatalInternalException - Exception in javax.jdo
This class represents errors in the implementation for which no user error handling is possible.
JDOFatalInternalException() - Constructor for exception javax.jdo.JDOFatalInternalException
Constructs a new JDOFatalInternalException without a detail message.
JDOFatalInternalException(String) - Constructor for exception javax.jdo.JDOFatalInternalException
Constructs a new JDOFatalInternalException with the specified detail message.
JDOFatalInternalException(String, Throwable[]) - Constructor for exception javax.jdo.JDOFatalInternalException
Constructs a new JDOFatalInternalException with the specified detail message and nested Throwables.
JDOFatalInternalException(String, Throwable) - Constructor for exception javax.jdo.JDOFatalInternalException
Constructs a new JDOFatalInternalException with the specified detail message and nested Throwables.
JDOFatalInternalException(String, Object) - Constructor for exception javax.jdo.JDOFatalInternalException
Constructs a new JDOFatalInternalException with the specified detail message and failed object.
JDOFatalInternalException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOFatalInternalException
Constructs a new JDOFatalInternalException with the specified detail message, nested Throwables, and failed object.
JDOFatalInternalException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOFatalInternalException
Constructs a new JDOFatalInternalException with the specified detail message, nested Throwables, and failed object.
JDOFatalUserException - Exception in javax.jdo
This class represents user errors that cannot be retried.
JDOFatalUserException() - Constructor for exception javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException without a detail message.
JDOFatalUserException(String) - Constructor for exception javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException with the specified detail message.
JDOFatalUserException(String, Throwable[]) - Constructor for exception javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException with the specified detail message and nested Throwables.
JDOFatalUserException(String, Throwable) - Constructor for exception javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException with the specified detail message and nested Throwables.
JDOFatalUserException(String, Object) - Constructor for exception javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException with the specified detail message and failed object.
JDOFatalUserException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException with the specified detail message, nested Throwables, and failed object.
JDOFatalUserException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException with the specified detail message, nested Throwables, and failed object.
jdoGetObjectId() - Method in interface javax.jdo.spi.PersistenceCapable
Return a copy of the JDO identity associated with this instance.
jdoGetPersistenceManager() - Method in interface javax.jdo.spi.PersistenceCapable
Return the associated PersistenceManager if there is one.
jdoGetTransactionalObjectId() - Method in interface javax.jdo.spi.PersistenceCapable
Return a copy of the JDO identity associated with this instance.
jdoGetVersion() - Method in interface javax.jdo.spi.PersistenceCapable
Return the version of this instance.
JDOHelper - Class in javax.jdo
This class can be used by a JDO-aware application to call the JDO behavior of PersistenceCapable instances without declaring them to be PersistenceCapable.
JDOHelper() - Constructor for class javax.jdo.JDOHelper
Some applications might prefer to use instance methods instead of static methods.
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 JDONullIdentityException without a detail message.
JDONullIdentityException(String) - Constructor for exception javax.jdo.JDONullIdentityException
Constructs a new JDONullIdentityException with the specified detail message.
JDONullIdentityException(String, Object) - Constructor for exception javax.jdo.JDONullIdentityException
Constructs a new JDONullIdentityException with the specified detail message and failed object.
JDONullIdentityException(String, Throwable[]) - Constructor for exception javax.jdo.JDONullIdentityException
Constructs a new JDONullIdentityException with the specified detail message and nested Throwables.
JDONullIdentityException(String, Throwable) - Constructor for exception javax.jdo.JDONullIdentityException
Constructs a new JDONullIdentityException with the specified detail message and nested Throwables.
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 JDOObjectNotFoundException without a detail message.
JDOObjectNotFoundException(String) - Constructor for exception javax.jdo.JDOObjectNotFoundException
Constructs a new JDOObjectNotFoundException with the specified detail message.
JDOObjectNotFoundException(String, Object) - Constructor for exception javax.jdo.JDOObjectNotFoundException
Constructs a new JDOObjectNotFoundException with the specified detail message and failed object.
JDOObjectNotFoundException(String, Throwable) - Constructor for exception javax.jdo.JDOObjectNotFoundException
Constructs a new JDOObjectNotFoundException with the specified detail message and nested Throwables.
JDOObjectNotFoundException(String, Throwable[]) - Constructor for exception javax.jdo.JDOObjectNotFoundException
Constructs a new JDOObjectNotFoundException with the specified detail message and nested Throwables.
JDOObjectNotFoundException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOObjectNotFoundException
Constructs a new JDOObjectNotFoundException with the specified detail message, nested Throwables, and failed object.
JDOObjectNotFoundException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOObjectNotFoundException
Constructs a new JDOFatalInternalException with the specified detail message, nested Throwables, and failed object.
JDOOptimisticVerificationException - Exception in javax.jdo
This class represents optimistic verification failures.
JDOOptimisticVerificationException() - Constructor for exception javax.jdo.JDOOptimisticVerificationException
Constructs a new JDOOptimisticVerificationException without a detail message.
JDOOptimisticVerificationException(String) - Constructor for exception javax.jdo.JDOOptimisticVerificationException
Constructs a new JDOOptimisticVerificationException with the specified detail message.
JDOOptimisticVerificationException(String, Object) - Constructor for exception javax.jdo.JDOOptimisticVerificationException
Constructs a new JDOOptimisticVerificationException with the specified detail message and failed object.
JDOOptimisticVerificationException(String, Throwable[]) - Constructor for exception javax.jdo.JDOOptimisticVerificationException
Constructs a new JDOOptimisticVerificationException with the specified detail message and nested Throwable[]s.
JDOOptimisticVerificationException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOOptimisticVerificationException
Constructs a new JDOOptimisticVerificationException with the specified detail message, nested Throwables, and failed object.
JDOOptimisticVerificationException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOOptimisticVerificationException
Constructs a new JDOOptimisticVerificationException with the specified detail message, nested Throwables, and failed object.
JDOPermission - Class in javax.jdo.spi
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.
jdoPostAttach(Object) - Method in interface javax.jdo.listener.AttachCallback
This method is called during the execution of PersistenceManager.makePersistent(T) 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(T) 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(T) 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(T) 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.
JDOQUERY_DTD_RESOURCE - Static variable in interface javax.jdo.Constants
The name of the resource for the DTD of the standard JDO query metadata file.
JDOQUERY_XSD_NS - Static variable in interface javax.jdo.Constants
The standard JDO query schema namespace.
JDOQUERY_XSD_RESOURCE - Static variable in interface javax.jdo.Constants
The name of the resource for the XML schema of the standard JDO query metadata file.
JDOReadOnlyException - Exception in javax.jdo
This class represents exceptions caused by an attempt to update a datastore when the PMF was created as "read-only".
JDOReadOnlyException() - Constructor for exception javax.jdo.JDOReadOnlyException
Constructs a new JDOReadOnlyException without a detail message.
JDOReadOnlyException(String) - Constructor for exception javax.jdo.JDOReadOnlyException
Constructs a new JDOReadOnlyException with the specified detail message.
JDOReadOnlyException(String, Throwable[]) - Constructor for exception javax.jdo.JDOReadOnlyException
Constructs a new JDOReadOnlyException with the specified detail message and nested Throwables.
JDOReadOnlyException(String, Throwable) - Constructor for exception javax.jdo.JDOReadOnlyException
Constructs a new JDOReadOnlyException with the specified detail message and nested Throwables.
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 JDOUnsupportedOptionException without a detail message.
JDOUnsupportedOptionException(String) - Constructor for exception javax.jdo.JDOUnsupportedOptionException
Constructs a new JDOUnsupportedOptionException with the specified detail message.
JDOUnsupportedOptionException(String, Throwable[]) - Constructor for exception javax.jdo.JDOUnsupportedOptionException
Constructs a new JDOUnsupportedOptionException with the specified detail message and nested Throwables.
JDOUnsupportedOptionException(String, Throwable) - Constructor for exception javax.jdo.JDOUnsupportedOptionException
Constructs a new JDOUnsupportedOptionException with the specified detail message and nested Throwables.
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 JDOUserCallbackException without a detail message.
JDOUserCallbackException(String) - Constructor for exception javax.jdo.JDOUserCallbackException
Constructs a new JDOUserCallbackException with the specified detail message.
JDOUserCallbackException(String, Throwable[]) - Constructor for exception javax.jdo.JDOUserCallbackException
Constructs a new JDOUserCallbackException with the specified detail message and nested Throwables.
JDOUserCallbackException(String, Throwable) - Constructor for exception javax.jdo.JDOUserCallbackException
Constructs a new JDOUserCallbackException with the specified detail message and nested Throwables.
JDOUserCallbackException(String, Object) - Constructor for exception javax.jdo.JDOUserCallbackException
Constructs a new JDOUserCallbackException with the specified detail message and failed object.
JDOUserCallbackException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOUserCallbackException
Constructs a new JDOUserCallbackException with the specified detail message, nested Throwables, and failed object.
JDOUserCallbackException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOUserCallbackException
Constructs a new JDOUserException with the specified detail message, nested Throwables, and failed object.
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 JDOUserException without a detail message.
JDOUserException(String) - Constructor for exception javax.jdo.JDOUserException
Constructs a new JDOUserException with the specified detail message.
JDOUserException(String, Throwable[]) - Constructor for exception javax.jdo.JDOUserException
Constructs a new JDOUserException with the specified detail message and nested Throwables.
JDOUserException(String, Throwable) - Constructor for exception javax.jdo.JDOUserException
Constructs a new JDOUserException with the specified detail message and nested Throwables.
JDOUserException(String, Object) - Constructor for exception javax.jdo.JDOUserException
Constructs a new JDOUserException with the specified detail message and failed object.
JDOUserException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOUserException
Constructs a new JDOUserException with the specified detail message, nested Throwables, and failed object.
JDOUserException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOUserException
Constructs a new JDOUserException with the specified detail message, nested Throwables, and failed object.
Join - Annotation Type in javax.jdo.annotations
Annotation for the join of a relation.
join(SingularAttribute<? super X, Y>) - Method in interface javax.persistence.criteria.From
Create an inner join to the specified single-valued attribute.
join(SingularAttribute<? super X, Y>, JoinType) - Method in interface javax.persistence.criteria.From
Create a join to the specified single-valued attribute using the given join type.
join(CollectionAttribute<? super X, Y>) - Method in interface javax.persistence.criteria.From
Create an inner join to the specified Collection-valued attribute.
join(SetAttribute<? super X, Y>) - Method in interface javax.persistence.criteria.From
Create an inner join to the specified Set-valued attribute.
join(ListAttribute<? super X, Y>) - Method in interface javax.persistence.criteria.From
Create an inner join to the specified List-valued attribute.
join(MapAttribute<? super X, K, V>) - Method in interface javax.persistence.criteria.From
Create an inner join to the specified Map-valued attribute.
join(CollectionAttribute<? super X, Y>, JoinType) - Method in interface javax.persistence.criteria.From
Create a join to the specified Collection-valued attribute using the given join type.
join(SetAttribute<? super X, Y>, JoinType) - Method in interface javax.persistence.criteria.From
Create a join to the specified Set-valued attribute using the given join type.
join(ListAttribute<? super X, Y>, JoinType) - Method in interface javax.persistence.criteria.From
Create a join to the specified List-valued attribute using the given join type.
join(MapAttribute<? super X, K, V>, JoinType) - Method in interface javax.persistence.criteria.From
Create a join to the specified Map-valued attribute using the given join type.
join(String) - Method in interface javax.persistence.criteria.From
Create an inner join to the specified attribute.
join(String, JoinType) - Method in interface javax.persistence.criteria.From
Create a join to the specified attribute using the given join type.
Join<Z,X> - Interface in javax.persistence.criteria
A join to an entity, embeddable, or basic type.
joinCollection(String) - Method in interface javax.persistence.criteria.From
Create an inner join to the specified Collection-valued attribute.
joinCollection(String, JoinType) - Method in interface javax.persistence.criteria.From
Create a join to the specified Collection-valued attribute using the given join type.
JoinColumn - Annotation Type in javax.persistence
Specifies a column for joining an entity association or element collection.
JoinColumns - Annotation Type in javax.persistence
Defines mapping for composite foreign keys.
joinList(String) - Method in interface javax.persistence.criteria.From
Create an inner join to the specified List-valued attribute.
joinList(String, JoinType) - Method in interface javax.persistence.criteria.From
Create a join to the specified List-valued attribute using the given join type.
joinMap(String) - Method in interface javax.persistence.criteria.From
Create an inner join to the specified Map-valued attribute.
joinMap(String, JoinType) - Method in interface javax.persistence.criteria.From
Create a join to the specified Map-valued attribute using the given join type.
Joins - Annotation Type in javax.jdo.annotations
Annotation for a group of joins.
joinSet(String) - Method in interface javax.persistence.criteria.From
Create an inner join to the specified Set-valued attribute.
joinSet(String, JoinType) - Method in interface javax.persistence.criteria.From
Create a join to the specified Set-valued attribute using the given join type.
JoinTable - Annotation Type in javax.persistence
Used in the mapping of associations.
joinTransaction() - Method in interface javax.persistence.EntityManager
Indicate to the entity manager that a JTA transaction is active.
JoinType - Enum in javax.persistence.criteria
Defines the three types of joins.
JTA - Static variable in interface javax.jdo.Constants
The value for TransactionType to specify that transactions are managed by the Java Transactions API, as documented in JSR-220.

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