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