|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
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.
Iterator
s 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 Throwable
s.
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 Throwable
s, and failed object.
JDOCanRetryException(String, Throwable, Object) -
Constructor for exception javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException
with the specified detail message,
nested Throwable
s, 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 Throwable
s.
JDODataStoreException(String, Throwable) -
Constructor for exception javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException
with the specified
detail message and nested Throwable
s.
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 Throwable
s, and failed object.
JDODataStoreException(String, Throwable, Object) -
Constructor for exception javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException
with the specified detail message,
nested Throwable
s, 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 Throwable
s.
JDODetachedFieldAccessException(String, Throwable) -
Constructor for exception javax.jdo.JDODetachedFieldAccessException
Constructs a new JDODetachedFieldAccessException
with the
specified detail message and nested Throwable
s.
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 Throwable
s.
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 Throwable
s, 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 Throwable
s.
JDOFatalDataStoreException(String, Throwable) -
Constructor for exception javax.jdo.JDOFatalDataStoreException
Constructs a new JDOFatalDataStoreException
with the specified
detail message and nested Throwable
s.
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 Throwable
s.
JDOFatalException(String, Throwable) -
Constructor for exception javax.jdo.JDOFatalException
Constructs a new JDOFatalException
with the specified detail
message and nested Throwable
s.
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 Throwable
s, and failed object.
JDOFatalException(String, Throwable, Object) -
Constructor for exception javax.jdo.JDOFatalException
Constructs a new JDOFatalException
with the specified detail message,
nested Throwable
s, 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 Throwable
s.
JDOFatalInternalException(String, Throwable) -
Constructor for exception javax.jdo.JDOFatalInternalException
Constructs a new JDOFatalInternalException
with the specified
detail message and nested Throwable
s.
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 Throwable
s.
JDOFatalUserException(String, Throwable) -
Constructor for exception javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException
with the specified
detail message and nested Throwable
s.
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 Throwable
s, and failed object.
JDOFatalUserException(String, Throwable, Object) -
Constructor for exception javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException
with the specified
detail message, nested Throwable
s, 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.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 Throwable
s.
JDONullIdentityException(String, Throwable) -
Constructor for exception javax.jdo.JDONullIdentityException
Constructs a new JDONullIdentityException
with the specified detail message
and nested Throwable
s.
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 Throwable
s.
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.
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(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 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 Throwable
s.
JDOUnsupportedOptionException(String, Throwable) -
Constructor for exception javax.jdo.JDOUnsupportedOptionException
Constructs a new JDOUnsupportedOptionException
with the
specified detail message and nested Throwable
s.
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 Throwable
s.
JDOUserCallbackException(String, Throwable) -
Constructor for exception javax.jdo.JDOUserCallbackException
Constructs a new JDOUserCallbackException
with the
specified detail message and nested Throwable
s.
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 Throwable
s.
JDOUserException(String, Throwable) -
Constructor for exception javax.jdo.JDOUserException
Constructs a new JDOUserException
with the specified detail message
and nested Throwable
s.
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 Throwable
s, and failed object.
JDOUserException(String, Throwable, Object) -
Constructor for exception javax.jdo.JDOUserException
Constructs a new JDOUserException
with the specified detail message,
nested Throwable
s, and failed object.
K
- keyAsObject -
Variable in class javax.jdo.identity.SingleFieldIdentity
- The key as an Object.
L
- LOAD -
Static variable in class javax.jdo.listener.InstanceLifecycleEvent
-
- 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.
- LoadCallback - Interface in javax.jdo.listener
- This interface is used to notify instances of load events.
- LoadLifecycleListener - Interface in javax.jdo.listener
- This interface is implemented by listeners to be notified of
load events.
- LongIdentity - Class in javax.jdo.identity
- This class is for identity with a single long field.
- LongIdentity(Class, long) -
Constructor for class javax.jdo.identity.LongIdentity
- Constructor with class and key.
- LongIdentity(Class, Long) -
Constructor for class javax.jdo.identity.LongIdentity
- Constructor with class and key.
- LongIdentity(Class, String) -
Constructor for class javax.jdo.identity.LongIdentity
- Constructor with class and key.
- LongIdentity() -
Constructor for class javax.jdo.identity.LongIdentity
- Constructor only for Externalizable.
M
- makeDirty(Object, String) -
Static method in class javax.jdo.JDOHelper
- Explicitly mark the parameter instance and field dirty.
- makeDirty(Object, String) -
Method in interface javax.jdo.spi.StateInterrogation
- 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 parameter 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
.
- makeTransient(Object, boolean) -
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
.
- makeTransientAll(Object[], boolean) -
Method in interface javax.jdo.PersistenceManager
- Make instances transient, removing them from management
by this
PersistenceManager
.
- makeTransientAll(Collection, boolean) -
Method in interface javax.jdo.PersistenceManager
- Make instances transient, removing them from management
by this
PersistenceManager
.
- 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.
- msg -
Static variable in class javax.jdo.identity.SingleFieldIdentity
- The Internationalization message helper.
- 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) -
Method in interface javax.jdo.PersistenceManager
- Creates an instance of a persistence-capable interface,
or of a concrete or abstract class.
- 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.
- newNamedQuery(Class, String) -
Method in interface javax.jdo.PersistenceManager
- Create a new
Query
with the given candidate class
from a named query.
- newObjectIdInstance(Class, Object) -
Method in interface javax.jdo.PersistenceManager
- This method returns an object id instance corresponding to the pcClass
and key arguments.
- newObjectIdInstance(Class) -
Method in class javax.jdo.spi.JDOImplHelper
- Create a new instance of the ObjectId class of this
PersistenceCapable
class.
- newObjectIdInstance(Class, Object) -
Method in class javax.jdo.spi.JDOImplHelper
- Create a new instance of the class used by the parameter Class
for JDO identity, using the
key constructor of the object id class.
- 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) -
Method in interface javax.jdo.PersistenceManager
- Create a Construct a new query instance using the specified String
as the single-string representation of the 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
.
- next() -
Method in interface javax.jdo.datastore.Sequence
- Returns the next sequence value as an Object.
- nextValue() -
Method in interface javax.jdo.datastore.Sequence
- Returns the next sequence value as a long.
- nonBinaryCompatibleGet(Object, JDOImplHelper.StateInterrogationObjectReturn) -
Method in class javax.jdo.spi.JDOImplHelper
- Return an object associated with a non-binary-compatible instance.
- nonBinaryCompatibleIs(Object, JDOImplHelper.StateInterrogationBooleanReturn) -
Method in class javax.jdo.spi.JDOImplHelper
- Determine the state of a non-binary-compatible instance.
- nonBinaryCompatibleMakeDirty(Object, String) -
Method in class javax.jdo.spi.JDOImplHelper
- Mark a non-binary-compatible instance dirty.
O
- ObjectIdentity - Class in javax.jdo.identity
- This class is for identity with a single Object type field.
- ObjectIdentity(Class, Object) -
Constructor for class javax.jdo.identity.ObjectIdentity
- Constructor with class and key.
- ObjectIdentity() -
Constructor for class javax.jdo.identity.ObjectIdentity
- Constructor only for Externalizable.
P
- pcClass -
Variable in class javax.jdo.spi.RegisterClassEvent
- The class object of the registered persistence-capable class
- PersistenceCapable - Interface in javax.jdo.spi
- A class that can be managed by a binary-compatible JDO implementation
must implement this interface.
- PersistenceCapable.ObjectIdFieldConsumer - Interface in javax.jdo.spi
- This interface is used to store fields from the Object id instance.
- PersistenceCapable.ObjectIdFieldManager - Interface in javax.jdo.spi
- This interface is a convenience interface that allows an instance to
implement both
ObjectIdFieldSupplier
and
ObjectIdFieldConsumer
. - PersistenceCapable.ObjectIdFieldSupplier - Interface in javax.jdo.spi
- This interface is used to provide fields to the Object id instance.
- persistenceCapableSuperclass -
Variable in class javax.jdo.spi.RegisterClassEvent
-
- PersistenceManager - Interface in javax.jdo
PersistenceManager
is the primary interface for JDO-aware
application components.- PersistenceManagerFactory - Interface in javax.jdo
- The
PersistenceManagerFactory
is the interface to use to obtain
PersistenceManager
instances. - pin(Object) -
Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
-
- pin(Object) -
Method in interface javax.jdo.datastore.DataStoreCache
- Pin the parameter instance in the second-level cache.
- pinAll(Object[]) -
Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
-
- pinAll(Collection) -
Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
-
- pinAll(Class, boolean) -
Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
-
- pinAll(Collection) -
Method in interface javax.jdo.datastore.DataStoreCache
- Pin the parameter instances in the second-level cache.
- pinAll(Object[]) -
Method in interface javax.jdo.datastore.DataStoreCache
- Pin the parameter instances in the second-level cache.
- pinAll(Class, boolean) -
Method in interface javax.jdo.datastore.DataStoreCache
- Pin instances in the second-level cache.
- postAttach(InstanceLifecycleEvent) -
Method in interface javax.jdo.listener.AttachLifecycleListener
- This method is called after a detached instance is attached, via the
PersistenceManager.makePersistent(java.lang.Object)
method.
- postClear(InstanceLifecycleEvent) -
Method in interface javax.jdo.listener.ClearLifecycleListener
- This method is called after the
ClearCallback.jdoPreClear()
method is invoked on the instance and the fields have been cleared
by the JDO implementation.
- postCreate(InstanceLifecycleEvent) -
Method in interface javax.jdo.listener.CreateLifecycleListener
- Invoked whenever an instance is made persistent via a
call to
PersistenceManager.makePersistent(java.lang.Object)
or during
persistence by reachability.
- postDelete(InstanceLifecycleEvent) -
Method in interface javax.jdo.listener.DeleteLifecycleListener
- Invoked whenever a persistent instance is deleted, for example
during
PersistenceManager.deletePersistent(java.lang.Object)
.
- postDetach(InstanceLifecycleEvent) -
Method in interface javax.jdo.listener.DetachLifecycleListener
- This method is called during the execution of
PersistenceManager.detachCopy(java.lang.Object)
after the
detached copy is made.
- postDirty(InstanceLifecycleEvent) -
Method in interface javax.jdo.listener.DirtyLifecycleListener
- Invoked whenever a persistent instance is first made dirty,
during an operation that modifies the value of a persistent or
transactional field.
- postLoad(InstanceLifecycleEvent) -
Method in interface javax.jdo.listener.LoadLifecycleListener
- Invoked whenever a persistent instance is loaded from the data
store.
- postStore(InstanceLifecycleEvent) -
Method in interface javax.jdo.listener.StoreLifecycleListener
- Invoked whenever a persistent instance is stored, for example during
PersistenceManager.flush()
or
Transaction.commit()
.
- preAttach(InstanceLifecycleEvent) -
Method in interface javax.jdo.listener.AttachLifecycleListener
- This method is called before a detached instance is attached, via the
PersistenceManager.makePersistent(java.lang.Object)
method.
- preClear(InstanceLifecycleEvent) -
Method in interface javax.jdo.listener.ClearLifecycleListener
- This method is called before the implementation calls the instance
method
ClearCallback.jdoPreClear()
and before it clears the values
in the instance to their Java default values.
- preDelete(InstanceLifecycleEvent) -
Method in interface javax.jdo.listener.DeleteLifecycleListener
- Invoked whenever a persistent instance is deleted, for example
during
PersistenceManager.deletePersistent(java.lang.Object)
.
- preDetach(InstanceLifecycleEvent) -
Method in interface javax.jdo.listener.DetachLifecycleListener
- This method is called during the execution of
PersistenceManager.detachCopy(java.lang.Object)
before the
detached copy is made.
- preDirty(InstanceLifecycleEvent) -
Method in interface javax.jdo.listener.DirtyLifecycleListener
- Invoked whenever a persistent instance is first made dirty,
during an operation that modifies the value of a persistent or
transactional field.
- preSerialize(PersistenceCapable) -
Method in interface javax.jdo.spi.StateManager
- Guarantee that the serializable transactional and persistent fields
are loaded into the instance.
- preStore(InstanceLifecycleEvent) -
Method in interface javax.jdo.listener.StoreLifecycleListener
- Invoked whenever a persistent instance is stored, for example during
PersistenceManager.flush()
or
Transaction.commit()
.
- printStackTrace() -
Method in exception javax.jdo.JDOException
- Prints this
JDOException
and its backtrace to the
standard error output.
- printStackTrace(PrintStream) -
Method in exception javax.jdo.JDOException
- Prints this
JDOException
and its backtrace to the
specified print stream.
- printStackTrace(PrintWriter) -
Method in exception 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
.
- putUserObject(Object, Object) -
Method in interface javax.jdo.PersistenceManager
- Put the specified key-value pair into the map of user objects.
Q
- Query - Interface in javax.jdo
- The
Query
interface allows applications to obtain persistent
instances, values, and aggregate data
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.
- readExternal(ObjectInput) -
Method in class javax.jdo.identity.ByteIdentity
- Read this object.
- readExternal(ObjectInput) -
Method in class javax.jdo.identity.CharIdentity
- Read this object.
- readExternal(ObjectInput) -
Method in class javax.jdo.identity.IntIdentity
- Read this object.
- readExternal(ObjectInput) -
Method in class javax.jdo.identity.LongIdentity
- Read this object.
- readExternal(ObjectInput) -
Method in class javax.jdo.identity.ObjectIdentity
- Read this object.
- readExternal(ObjectInput) -
Method in class javax.jdo.identity.ShortIdentity
- Read this object.
- readExternal(ObjectInput) -
Method in class javax.jdo.identity.SingleFieldIdentity
- Read from the input stream.
- readExternal(ObjectInput) -
Method in class javax.jdo.identity.StringIdentity
- Read this object.
- 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.
- refreshAll(JDOException) -
Method in interface javax.jdo.PersistenceManager
- Refreshes all instances in the exception that failed verification.
- 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.
- RegisterClassEvent - Class in javax.jdo.spi
- 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 in javax.jdo.spi
- A "RegisterClassEvent" event gets fired whenever a persistence-capable class
is loaded and gets registered with the
JDOImplHelper
. - registerDateFormat(DateFormat) -
Method in class javax.jdo.spi.JDOImplHelper
- Register a DateFormat instance for use with constructing Date
instances.
- registerStringConstructor(Class, JDOImplHelper.StringConstructor) -
Method in class javax.jdo.spi.JDOImplHelper
- Register special StringConstructor instances.
- removeGroup(String) -
Method in interface javax.jdo.FetchPlan
- Remove the fetch group from the set active fetch groups.
- removeInstanceLifecycleListener(InstanceLifecycleListener) -
Method in interface javax.jdo.PersistenceManager
- Removes the listener instance from the list of lifecycle event listeners.
- removeInstanceLifecycleListener(InstanceLifecycleListener) -
Method in interface javax.jdo.PersistenceManagerFactory
- Remove the parameter listener instance from the list of
instance lifecycle event listeners set as the initial listeners
for each PersistenceManager created by this PersistenceManagerFactory.
- removeRegisterClassListener(RegisterClassListener) -
Method in class javax.jdo.spi.JDOImplHelper
- Remove the specified
RegisterClassListener
from the listener
list.
- removeStateInterrogation(StateInterrogation) -
Method in class javax.jdo.spi.JDOImplHelper
- Remove a StateInterrogation from the list.
- removeUserObject(Object) -
Method in interface javax.jdo.PersistenceManager
- Remove the specified key and its value from the map of user objects.
- replacingBooleanField(PersistenceCapable, int) -
Method in interface javax.jdo.spi.StateManager
- The replacement value of the field in the calling instance.
- replacingByteField(PersistenceCapable, int) -
Method in interface javax.jdo.spi.StateManager
- The replacement value of the field in the calling instance.
- replacingCharField(PersistenceCapable, int) -
Method in interface javax.jdo.spi.StateManager
- The replacement value of the field in the calling instance.
- replacingDetachedState(Detachable, Object[]) -
Method in interface javax.jdo.spi.StateManager
- The replacement value of the detached state in the calling instance.
- replacingDoubleField(PersistenceCapable, int) -
Method in interface javax.jdo.spi.StateManager
- The replacement 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 replacement value of the field in the calling instance.
- replacingIntField(PersistenceCapable, int) -
Method in interface javax.jdo.spi.StateManager
- The replacement value of the field in the calling instance.
- replacingLongField(PersistenceCapable, int) -
Method in interface javax.jdo.spi.StateManager
- The replacement value of the field in the calling instance.
- replacingObjectField(PersistenceCapable, int) -
Method in interface javax.jdo.spi.StateManager
- The replacement value of the field in the calling instance.
- replacingShortField(PersistenceCapable, int) -
Method in interface javax.jdo.spi.StateManager
- The replacement 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 replacement 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.
- retrieve(Object, boolean) -
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
- Sequence - Interface in javax.jdo.datastore
- Implementations of this interface can be used to obtain
sequences.
- 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.
- 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.
- setDetachAllOnCommit(boolean) -
Method in interface javax.jdo.PersistenceManager
- Sets the detachAllOnCommit setting.
- setDetachAllOnCommit(boolean) -
Method in interface javax.jdo.PersistenceManagerFactory
- Sets the default detachAllOnCommit setting for all
PersistenceManager
instances obtained from this
factory.
- setDetachmentOptions(int) -
Method in interface javax.jdo.FetchPlan
- Set options to be used during detachment.
- setDetachmentRootClasses(Class[]) -
Method in interface javax.jdo.FetchPlan
- Set the root classes for DetachAllOnCommit.
- setDetachmentRoots(Collection) -
Method in interface javax.jdo.FetchPlan
- Set the roots for DetachAllOnCommit.
- setDoubleField(PersistenceCapable, int, double, double) -
Method in interface javax.jdo.spi.StateManager
- Mark the field as modified by the user.
- setExtensions(Map) -
Method in interface javax.jdo.Query
- Set multiple extensions, or use null to clear all extensions.
- setFetchSize(int) -
Method in interface javax.jdo.FetchPlan
- Set the fetch size for large result set support.
- 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.
- setGroup(String) -
Method in interface javax.jdo.FetchPlan
- Set the active fetch groups to the single named fetch group.
- setGrouping(String) -
Method in interface javax.jdo.Query
- Set the grouping expressions, optionally including a "having"
clause.
- setGroups(Collection) -
Method in interface javax.jdo.FetchPlan
- Set a collection of groups.
- setGroups(String[]) -
Method in interface javax.jdo.FetchPlan
- Set a collection of groups.
- 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.
- setKeyAsObject(Object) -
Method in class javax.jdo.identity.SingleFieldIdentity
- Set the given key as the key for this instance.
- setLongField(PersistenceCapable, int, long, long) -
Method in interface javax.jdo.spi.StateManager
- Mark the field as modified by the user.
- setMapping(String) -
Method in interface javax.jdo.PersistenceManagerFactory
- Set the Mapping setting for this factory.
- setMaxFetchDepth(int) -
Method in interface javax.jdo.FetchPlan
- Set the maximum fetch depth when fetching.
- 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
.
- setRange(long, long) -
Method in interface javax.jdo.Query
- Set the range of results to return.
- setRange(String) -
Method in interface javax.jdo.Query
- Set the range of results to return.
- 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.
- setResult(String) -
Method in interface javax.jdo.Query
- Specifies what type of data this query should return.
- setResultClass(Class) -
Method in interface javax.jdo.Query
- Specify the type of object in which to return each element of
the result of invoking
Query.execute()
or one of its siblings.
- 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.
- setRollbackOnly() -
Method in interface javax.jdo.Transaction
- Sets the rollback-only status of the transaction to
true
.
- 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.
- setUnique(boolean) -
Method in interface javax.jdo.Query
- Specify that only the first result of the query should be
returned, rather than a collection.
- setUnmodifiable() -
Method in interface javax.jdo.Query
- The unmodifiable flag, when set, disallows further
modification of the query, except for specifying the range,
result class, and ignoreCache option.
- 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.
- ShortIdentity - Class in javax.jdo.identity
- This class is for identity with a single short field.
- ShortIdentity(Class, short) -
Constructor for class javax.jdo.identity.ShortIdentity
- Constructor with class and key.
- ShortIdentity(Class, Short) -
Constructor for class javax.jdo.identity.ShortIdentity
- Constructor with class and key.
- ShortIdentity(Class, String) -
Constructor for class javax.jdo.identity.ShortIdentity
- Constructor with class and key.
- ShortIdentity() -
Constructor for class javax.jdo.identity.ShortIdentity
- Constructor only for Externalizable.
- SingleFieldIdentity - Class in javax.jdo.identity
- This class is the abstract base class for all single field identity
classes.
- SingleFieldIdentity(Class) -
Constructor for class javax.jdo.identity.SingleFieldIdentity
- Constructor with target class.
- SingleFieldIdentity() -
Constructor for class javax.jdo.identity.SingleFieldIdentity
- Constructor only for Externalizable.
- SQL -
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 use SQL semantics.
- StateInterrogation - Interface in javax.jdo.spi
- This interface is implemented by a non-binary-compatible JDO implementation
to provide state interrogation for non-enhanced persistent classes.
- StateManager - Interface in javax.jdo.spi
- This interface is the point of contact between managed instances of
PersistenceCapable
classes and the JDO implementation. - STORE -
Static variable in class javax.jdo.listener.InstanceLifecycleEvent
-
- 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.
- StoreCallback - Interface in javax.jdo.listener
- This interface is used to notify instances of store events.
- 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.
- StoreLifecycleListener - Interface in javax.jdo.listener
- This interface is implemented by listeners to be notified of
store events.
- 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.
- StringIdentity - Class in javax.jdo.identity
- This class is for identity with a single String field.
- StringIdentity(Class, String) -
Constructor for class javax.jdo.identity.StringIdentity
- Constructor with class and key.
- StringIdentity() -
Constructor for class javax.jdo.identity.StringIdentity
- Constructor only for Externalizable.
- supportedOptions() -
Method in interface javax.jdo.PersistenceManagerFactory
- The application can determine from the results of this
method which optional features, and which query languages
are supported by the JDO implementation.
T
- toString() -
Method in class javax.jdo.identity.ByteIdentity
- Return the String version of the key.
- toString() -
Method in class javax.jdo.identity.CharIdentity
- Return the String form of the key.
- toString() -
Method in class javax.jdo.identity.IntIdentity
- Return the String form of the key.
- toString() -
Method in class javax.jdo.identity.LongIdentity
- Return the String form of the key.
- toString() -
Method in class javax.jdo.identity.ObjectIdentity
- Return the String form of the object id.
- toString() -
Method in class javax.jdo.identity.ShortIdentity
- Return the String form of the key.
- toString() -
Method in class javax.jdo.identity.StringIdentity
- Return the String form of the key.
- toString() -
Method in exception 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 Throwable
s (if any).
- Transaction - Interface in javax.jdo
- The JDO
Transaction
interface provides for initiation and
completion of transactions under user control.
U
- unpin(Object) -
Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
-
- unpin(Object) -
Method in interface javax.jdo.datastore.DataStoreCache
- Unpin the parameter instance from the second-level cache.
- unpinAll(Object[]) -
Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
-
- unpinAll(Collection) -
Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
-
- unpinAll(Class, boolean) -
Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
-
- unpinAll(Collection) -
Method in interface javax.jdo.datastore.DataStoreCache
- Unpin the parameter instances from the second-level cache.
- unpinAll(Object[]) -
Method in interface javax.jdo.datastore.DataStoreCache
- Unpin the parameter instance from the second-level cache.
- unpinAll(Class, boolean) -
Method in interface javax.jdo.datastore.DataStoreCache
- Unpin instances from the second-level cache.
- 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.
W
- writeExternal(ObjectOutput) -
Method in class javax.jdo.identity.ByteIdentity
- Write this object.
- writeExternal(ObjectOutput) -
Method in class javax.jdo.identity.CharIdentity
- Write this object.
- writeExternal(ObjectOutput) -
Method in class javax.jdo.identity.IntIdentity
- Write this object.
- writeExternal(ObjectOutput) -
Method in class javax.jdo.identity.LongIdentity
- Write this object.
- writeExternal(ObjectOutput) -
Method in class javax.jdo.identity.ObjectIdentity
- Write this object.
- writeExternal(ObjectOutput) -
Method in class javax.jdo.identity.ShortIdentity
- Write this object.
- writeExternal(ObjectOutput) -
Method in class javax.jdo.identity.SingleFieldIdentity
- Write to the output stream.
- writeExternal(ObjectOutput) -
Method in class javax.jdo.identity.StringIdentity
- Write this object.
A B C D E F G H I J K L M N O P Q R S T U W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2005-2006 Apache Software Foundation. All Rights Reserved.