- Cacheable - Annotation Type in javax.jdo.annotations
-
Annotation to specify that this class/field/property is cacheable
in a Level 2 cache.
- CharIdentity - Class in javax.jdo.identity
-
This class is for identity with a single character field.
- CharIdentity(Class, char) - Constructor for class javax.jdo.identity.CharIdentity
-
Constructor with class and key.
- CharIdentity(Class, Character) - Constructor for class javax.jdo.identity.CharIdentity
-
Constructor with class and key.
- CharIdentity(Class, String) - Constructor for class javax.jdo.identity.CharIdentity
-
Constructor with class and key.
- CharIdentity() - Constructor for class javax.jdo.identity.CharIdentity
-
Constructor only for Externalizable.
- CHECK_READ - Static variable in interface javax.jdo.spi.PersistenceCapable
-
If jdoFieldFlags for a field includes CHECK_READ, then
the field has been enhanced to call the jdoStateManager on read
if the jdoFlags setting is not READ_OK or READ_WRITE_OK.
- CHECK_WRITE - Static variable in interface javax.jdo.spi.PersistenceCapable
-
If jdoFieldFlags for a field includes CHECK_WRITE,
then the field has been enhanced to call the
jdoStateManager on write if the jdoFlags setting is not
READ_WRITE_OK;.
- checkAuthorizedStateManager(StateManager) - Static method in class javax.jdo.spi.JDOImplHelper
-
Check that the parameter instance is of a class that is authorized for
JDOPermission("setStateManager").
- checkAuthorizedStateManagerClass(Class) - Static method in class javax.jdo.spi.JDOImplHelper
-
Check that the parameter instance is a class that is authorized for
JDOPermission("setStateManager").
- checkConsistency() - Method in interface javax.jdo.PersistenceManager
-
Validates the PersistenceManager
cache with the
datastore.
- CLEAR - Static variable in class javax.jdo.listener.InstanceLifecycleEvent
-
- ClearCallback - Interface in javax.jdo.listener
-
This interface is used to notify instances of clear events.
- clearGroups() - Method in interface javax.jdo.FetchPlan
-
Remove all active groups leaving no active fetch group.
- ClearLifecycleListener - Interface in javax.jdo.listener
-
This interface is implemented by listeners to be notified of
clear events.
- close() - Method in interface javax.jdo.datastore.JDOConnection
-
Returns this connection to the JDO implementation.
- close(Iterator<E>) - Method in interface javax.jdo.Extent
-
Close an Iterator
associated with this Extent
instance.
- close() - Method in interface javax.jdo.PersistenceManager
-
Close this PersistenceManager
so that no further requests
may be made on it.
- close() - Method in interface javax.jdo.PersistenceManagerFactory
-
Close this PersistenceManagerFactory.
- close(Object) - Method in interface javax.jdo.Query
-
Close a query result and release any resources associated with it.
- CLOSE_PERSISTENCE_MANAGER_FACTORY - Static variable in class javax.jdo.spi.JDOPermission
-
An instance of JDOPermission
to be used for
closePersistenceManagerFactory
permission checking.
- closeAll() - Method in interface javax.jdo.Extent
-
Close all Iterator
s associated with this Extent
instance.
- closeAll() - Method in interface javax.jdo.Query
-
Close all query results associated with this Query
instance, and release all resources associated with them.
- Column - Annotation Type in javax.jdo.annotations
-
Annotation for a column in the database.
- Columns - Annotation Type in javax.jdo.annotations
-
Annotation for a group of columns.
- commit() - Method in interface javax.jdo.Transaction
-
Commit the current transaction.
- compare(SingleFieldIdentity) - Method in class javax.jdo.identity.SingleFieldIdentity
-
Determine the ordering of identity objects.
- compareTo(Object) - Method in class javax.jdo.identity.ByteIdentity
-
Determine the ordering of identity objects.
- compareTo(Object) - Method in class javax.jdo.identity.CharIdentity
-
Determine the ordering of identity objects.
- compareTo(Object) - Method in class javax.jdo.identity.IntIdentity
-
Determine the ordering of identity objects.
- compareTo(Object) - Method in class javax.jdo.identity.LongIdentity
-
Determine the ordering of identity objects.
- compareTo(Object) - Method in class javax.jdo.identity.ObjectIdentity
-
Determine the ordering of identity objects.
- compareTo(Object) - Method in class javax.jdo.identity.ShortIdentity
-
Determine the ordering of identity objects.
- compareTo(Object) - Method in class javax.jdo.identity.StringIdentity
-
Determine the ordering of identity objects.
- compile() - Method in interface javax.jdo.Query
-
Verify the elements of the query and provide a hint to the query to
prepare and optimize an execution plan.
- computeHashCode() - Method in class javax.jdo.identity.CharIdentity
-
- Constants - Interface in javax.jdo
-
Constant values used in JDO.
- construct(byte) - Method in class javax.jdo.identity.ByteIdentity
-
Construct this instance with the key value.
- construct(char) - Method in class javax.jdo.identity.CharIdentity
-
- construct(int) - Method in class javax.jdo.identity.IntIdentity
-
- construct(long) - Method in class javax.jdo.identity.LongIdentity
-
- construct(short) - Method in class javax.jdo.identity.ShortIdentity
-
- construct(String, String) - Static method in class javax.jdo.spi.JDOImplHelper
-
Construct an instance of the parameter class, using the keyString
as an argument to the constructor.
- construct(String) - Method in interface javax.jdo.spi.JDOImplHelper.StringConstructor
-
Construct an instance of the class for which this instance
is registered.
- copyKeyFieldsFromObjectId(Class, PersistenceCapable.ObjectIdFieldConsumer, Object) - Method in class javax.jdo.spi.JDOImplHelper
-
Copy fields to an outside source from the key fields in the ObjectId.
- copyKeyFieldsToObjectId(Class, PersistenceCapable.ObjectIdFieldSupplier, Object) - Method in class javax.jdo.spi.JDOImplHelper
-
Copy fields from an outside source to the key fields in the ObjectId.
- CREATE - Static variable in class javax.jdo.listener.InstanceLifecycleEvent
-
- createAttributePropertyXref() - Static method in class javax.jdo.JDOHelper
-
Creates a map from jdoconfig.xsd element attributes to PMF properties.
- createKeyAsObject() - Method in class javax.jdo.identity.ByteIdentity
-
Create the key as an Object.
- createKeyAsObject() - Method in class javax.jdo.identity.CharIdentity
-
Create the key as an Object.
- createKeyAsObject() - Method in class javax.jdo.identity.IntIdentity
-
Create the key as an Object.
- createKeyAsObject() - Method in class javax.jdo.identity.LongIdentity
-
Create the key as an Object.
- createKeyAsObject() - Method in class javax.jdo.identity.ShortIdentity
-
Create the key as an Object.
- createKeyAsObject() - Method in class javax.jdo.identity.SingleFieldIdentity
-
Create the key as an Object.
- CreateLifecycleListener - Interface in javax.jdo.listener
-
This interface is implemented by listeners to be notified of
create events.
- current() - Method in interface javax.jdo.datastore.Sequence
-
Returns the current sequence value object if it is
available.
- currentTransaction() - Method in interface javax.jdo.PersistenceManager
-
Return the Transaction
instance associated with a
PersistenceManager
.
- currentValue() - Method in interface javax.jdo.datastore.Sequence
-
Returns the current sequence value as a long.
- get(Object, StateInterrogation) - Method in interface javax.jdo.spi.JDOImplHelper.StateInterrogationObjectReturn
-
Return the associated instance.
- GET_METADATA - Static variable in class javax.jdo.spi.JDOPermission
-
An instance of JDOPermission
to be used for
getMetadata
permission checking.
- getBooleanField(PersistenceCapable, int, boolean) - Method in interface javax.jdo.spi.StateManager
-
Return the value for the field.
- getByteField(PersistenceCapable, int, byte) - Method in interface javax.jdo.spi.StateManager
-
Return the value for the field.
- getCandidateClass() - Method in interface javax.jdo.Extent
-
An Extent
contains all instances of a particular class
or interface in the data
store; this method returns the Class
of the instances
represented by this Extent.
- getCause() - Method in exception javax.jdo.JDOException
-
Often there is only one nested exception, and this method returns it.
- getCharField(PersistenceCapable, int, char) - Method in interface javax.jdo.spi.StateManager
-
Return the value for the field.
- getClassNameFromURL(URL) - Static method in class javax.jdo.JDOHelper
-
Get a class name from a URL.
- getConnectionDriverName() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the driver name for the data store connection.
- getConnectionFactory() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the data store connection factory.
- getConnectionFactory2() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the second data store connection factory.
- getConnectionFactory2Name() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the name for the second data store connection factory.
- getConnectionFactoryName() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the name for the data store connection factory.
- getConnectionURL() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the URL for the data store connection.
- getConnectionUserName() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the user name for the data store connection.
- getContextClassLoader() - Static method in class javax.jdo.JDOHelper
-
Get the context class loader associated with the current thread.
- getCopyOnAttach() - Method in interface javax.jdo.PersistenceManager
-
Gets the copyOnAttach setting.
- getCopyOnAttach() - Method in interface javax.jdo.PersistenceManagerFactory
-
Gets the default copyOnAttach setting for all
PersistenceManager
instances obtained from this
factory.
- getDataStoreCache() - Method in interface javax.jdo.PersistenceManagerFactory
-
Return the
DataStoreCache
that this factory uses for
controlling a second-level cache.
- getDataStoreConnection() - Method in interface javax.jdo.PersistenceManager
-
If this method is called while a datastore transaction is
active, the object returned will be enlisted in the current
transaction.
- getDateTimeInstance() - Static method in class javax.jdo.spi.JDOImplHelper
-
Get the DateFormat instance for the default locale from the VM.
- getDefaultDocumentBuilderFactory() - Static method in class javax.jdo.JDOHelper
-
- getDefaultErrorHandler() - Static method in class javax.jdo.JDOHelper
-
- getDetachAllOnCommit() - Method in interface javax.jdo.PersistenceManager
-
Gets the detachAllOnCommit setting.
- getDetachAllOnCommit() - Method in interface javax.jdo.PersistenceManagerFactory
-
Gets the detachAllOnCommit setting.
- getDetachedInstance() - Method in class javax.jdo.listener.InstanceLifecycleEvent
-
Returns the detached instance involved in the event.
- getDetachmentOptions() - Method in interface javax.jdo.FetchPlan
-
Get options used during detachment.
- getDetachmentRootClasses() - Method in interface javax.jdo.FetchPlan
-
Get the root classes for DetachAllOnCommit.
- getDetachmentRoots() - Method in interface javax.jdo.FetchPlan
-
Get the roots for DetachAllOnCommit.
- getDocumentBuilderFactory() - Static method in class javax.jdo.JDOHelper
-
- getDoubleField(PersistenceCapable, int, double) - Method in interface javax.jdo.spi.StateManager
-
Return the value for the field.
- getErrorHandler() - Static method in class javax.jdo.JDOHelper
-
- getEventType() - Method in class javax.jdo.listener.InstanceLifecycleEvent
-
Returns the event type that triggered this event.
- getExtent(Class<T>, boolean) - Method in interface javax.jdo.PersistenceManager
-
The PersistenceManager
manages a collection of instances in
the data store based on the class of the instances.
- getExtent(Class<T>) - Method in interface javax.jdo.PersistenceManager
-
Equivalent to getExtent (persistenceCapableClass,
true)
.
- getFailedObject() - Method in exception javax.jdo.JDOException
-
The exception may include a failed object.
- getFetchGroup(Class, String) - Method in interface javax.jdo.PersistenceManager
-
Get a modifiable FetchGroup
for the Class and name.
- getFetchGroup(Class, String) - Method in interface javax.jdo.PersistenceManagerFactory
-
Create an unscoped, modifiable FetchGroup
for the Class and
name.
- getFetchGroups() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get a modifiable Set containing a mutable copy of all currently active
(in scope) fetch groups.
- getFetchPlan() - Method in interface javax.jdo.Extent
-
Get the fetch plan associated with this Extent.
- getFetchPlan() - Method in interface javax.jdo.PersistenceManager
-
Returns the FetchPlan
used by this
PersistenceManager
.
- getFetchPlan() - Method in interface javax.jdo.Query
-
Returns the FetchPlan
used by this
Query
.
- getFetchSize() - Method in interface javax.jdo.FetchPlan
-
- getFieldFlags(Class) - Method in class javax.jdo.spi.JDOImplHelper
-
Get the field flags for a PersistenceCapable
class.
- getFieldFlags() - Method in class javax.jdo.spi.JDOImplHelper.Meta
-
Get the field types from the metadata.
- getFieldFlags() - Method in class javax.jdo.spi.RegisterClassEvent
-
Returns the flags of the managed field of the persistence-capable class.
- getFieldNames(Class) - Method in class javax.jdo.spi.JDOImplHelper
-
Get the field names for a PersistenceCapable
class.
- getFieldNames() - Method in class javax.jdo.spi.JDOImplHelper.Meta
-
Get the field names from the metadata.
- getFieldNames() - Method in class javax.jdo.spi.RegisterClassEvent
-
Returns the names of the managed field of the persistence-capable class.
- getFieldTypes(Class) - Method in class javax.jdo.spi.JDOImplHelper
-
Get the field types for a PersistenceCapable
class.
- getFieldTypes() - Method in class javax.jdo.spi.JDOImplHelper.Meta
-
Get the field types from the metadata.
- getFieldTypes() - Method in class javax.jdo.spi.RegisterClassEvent
-
Returns the types of the managed field of the persistence-capable class.
- getFloatField(PersistenceCapable, int, float) - Method in interface javax.jdo.spi.StateManager
-
Return the value for the field.
- getGroups() - Method in interface javax.jdo.FetchPlan
-
Return an immutable Set containing the names
of all active fetch groups.
- getIgnoreCache() - Method in interface javax.jdo.PersistenceManager
-
Get the ignoreCache setting for queries.
- getIgnoreCache() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the default IgnoreCache setting for all
PersistenceManager
instances obtained from this factory.
- getIgnoreCache() - Method in interface javax.jdo.Query
-
Get the ignoreCache option setting.
- getInstance() - Static method in class javax.jdo.JDOHelper
-
Return the singleton instance of JDOHelper.
- getInstance(String) - Static method in class javax.jdo.spi.I18NHelper
-
An instance bound to a bundle.
- getInstance(Class) - Static method in class javax.jdo.spi.I18NHelper
-
An instance bound to a bundle.
- getInstance(String, ClassLoader) - Static method in class javax.jdo.spi.I18NHelper
-
An instance bound to a bundle.
- getInstance() - Static method in class javax.jdo.spi.JDOImplHelper
-
Get an instance of JDOImplHelper
.
- getIntField(PersistenceCapable, int, int) - Method in interface javax.jdo.spi.StateManager
-
Return the value for the field.
- getIsolationLevel() - Method in interface javax.jdo.Transaction
-
Get the value for transaction isolation level for this transaction.
- getKey() - Method in class javax.jdo.identity.ByteIdentity
-
Return the key.
- getKey() - Method in class javax.jdo.identity.CharIdentity
-
Return the key.
- getKey() - Method in class javax.jdo.identity.IntIdentity
-
Return the key.
- getKey() - Method in class javax.jdo.identity.LongIdentity
-
Return the key.
- getKey() - Method in class javax.jdo.identity.ObjectIdentity
-
Return the key.
- getKey() - Method in class javax.jdo.identity.ShortIdentity
-
Return the key.
- getKey() - Method in class javax.jdo.identity.StringIdentity
-
Return the key.
- getKeyAsObject() - Method in class javax.jdo.identity.SingleFieldIdentity
-
Return the key as an Object.
- getLocale(String) - Static method in class javax.jdo.spi.JDOImplHelper
-
Parse the String to a Locale.
- getLongField(PersistenceCapable, int, long) - Method in interface javax.jdo.spi.StateManager
-
Return the value for the field.
- getManagedObjects() - Method in interface javax.jdo.PersistenceManager
-
Get the objects managed by this persistence manager.
- getManagedObjects(EnumSet<ObjectState>) - Method in interface javax.jdo.PersistenceManager
-
Get the objects managed by this persistence manager having the
specified object states.
- getManagedObjects(Class...) - Method in interface javax.jdo.PersistenceManager
-
Get the objects managed by this persistence manager being instances of
the specified classes.
- getManagedObjects(EnumSet<ObjectState>, Class...) - Method in interface javax.jdo.PersistenceManager
-
Get the objects managed by this persistence manager having the
specified object states and being instances of the specified classes.
- getMapping() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the Mapping setting for this factory.
- getMaxFetchDepth() - Method in interface javax.jdo.FetchPlan
-
Return the maximum fetch depth used when fetching instances.
- getMembers() - Method in interface javax.jdo.FetchGroup
-
Return an immutable Set of String containing the names of all members.
- getMessage(ResourceBundle, String) - Static method in class javax.jdo.spi.I18NHelper
-
Returns message as String
- getMessage(ResourceBundle, String, Object[]) - Static method in class javax.jdo.spi.I18NHelper
-
Formats message by adding array of arguments
- getMessage(ResourceBundle, String, Object) - Static method in class javax.jdo.spi.I18NHelper
-
Formats message by adding an Object
argument.
- getMessage(ResourceBundle, String, Object, Object) - Static method in class javax.jdo.spi.I18NHelper
-
Formats message by adding two Object
arguments.
- getMessage(ResourceBundle, String, Object, Object, Object) - Static method in class javax.jdo.spi.I18NHelper
-
Formats message by adding three Object
arguments.
- getMessage(ResourceBundle, String, int) - Static method in class javax.jdo.spi.I18NHelper
-
Formats message by adding an int
as an argument.
- getMessage(ResourceBundle, String, boolean) - Static method in class javax.jdo.spi.I18NHelper
-
Formats message by adding a boolean
as an argument.
- getMeta(Class) - Static method in class javax.jdo.spi.JDOImplHelper
-
Look up the metadata for a PersistenceCapable
class.
- getMethod(Class, String, Class[]) - Static method in class javax.jdo.JDOHelper
-
Get the named Method from the named class.
- getMultithreaded() - Method in interface javax.jdo.PersistenceManager
-
Get the current Multithreaded flag for this
PersistenceManager
.
- getMultithreaded() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the default Multithreaded setting for all
PersistenceManager
instances obtained from this factory.
- getName() - Method in interface javax.jdo.datastore.Sequence
-
Returns the fully qualified name of the Sequence
.
- getName() - Method in interface javax.jdo.FetchGroup
-
Get the name of this FetchGroup.
- getName() - Method in interface javax.jdo.PersistenceManagerFactory
-
Gets the name of this PersistenceManagerFactory.
- getNamedPMFProperties(String, ClassLoader, String) - Static method in class javax.jdo.JDOHelper
-
- getNativeConnection() - Method in interface javax.jdo.datastore.JDOConnection
-
Returns the native, datastore-specific connection that this
connection wraps.
- getNestedExceptions() - Method in exception javax.jdo.JDOException
-
The exception may have been caused by multiple exceptions in the runtime.
- getNontransactionalRead() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the default NontransactionalRead setting for all
PersistenceManager
instances obtained from this factory.
- getNontransactionalRead() - Method in interface javax.jdo.Transaction
-
If true
, allows persistent instances to be read without
a transaction active.
- getNontransactionalWrite() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the default NontransactionalWrite setting for all
PersistenceManager
instances obtained from this factory.
- getNontransactionalWrite() - Method in interface javax.jdo.Transaction
-
If true
, allows persistent instances to be written without
a transaction active.
- getObjectById(Object, boolean) - Method in interface javax.jdo.PersistenceManager
-
This method locates a persistent instance in the cache of instances
managed by this PersistenceManager
.
- getObjectById(Class<T>, Object) - Method in interface javax.jdo.PersistenceManager
-
Looks up the instance of the given type with the given key.
- getObjectById(Object) - Method in interface javax.jdo.PersistenceManager
-
Looks up the instance corresponding to the specified oid.
- getObjectField(PersistenceCapable, int, Object) - Method in interface javax.jdo.spi.StateManager
-
Return the value for the field.
- getObjectId - Static variable in class javax.jdo.JDOHelper
-
The stateless instance used for handling non-binary-compatible
implementations of getObjectId.
- getObjectId(Object) - Static method in class javax.jdo.JDOHelper
-
Return a copy of the JDO identity associated with the parameter
instance.
- getObjectId(Object) - Method in interface javax.jdo.PersistenceManager
-
The ObjectId returned by this method represents the JDO identity of
the instance.
- getObjectId(Object) - Method in interface javax.jdo.spi.StateInterrogation
-
Return a copy of the JDO identity associated with the parameter
instance.
- getObjectId(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
-
Return the object representing the JDO identity
of the calling instance.
- getObjectIdClass(Class) - Method in interface javax.jdo.PersistenceManager
-
Return the Class
that implements the JDO Identity for the
specified PersistenceCapable
class.
- getObjectIds(Collection) - Static method in class javax.jdo.JDOHelper
-
Get object ids for a collection of instances.
- getObjectIds(Object[]) - Static method in class javax.jdo.JDOHelper
-
Get object ids for an array of instances.
- getObjectsById(Collection, boolean) - Method in interface javax.jdo.PersistenceManager
-
Return the objects with the given oids.
- getObjectsById(Collection) - Method in interface javax.jdo.PersistenceManager
-
Return the objects with the given oids.
- getObjectsById(Object[], boolean) - Method in interface javax.jdo.PersistenceManager
-
Deprecated.
- getObjectsById(boolean, Object...) - Method in interface javax.jdo.PersistenceManager
-
Return the objects with the given oids.
- getObjectsById(Object...) - Method in interface javax.jdo.PersistenceManager
-
Return the objects with the given oids.
- getObjectState(Object) - Static method in class javax.jdo.JDOHelper
-
Accessor for the state of the passed object.
- getOptimistic() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the default Optimistic setting for all
PersistenceManager
instances obtained from this factory.
- getOptimistic() - Method in interface javax.jdo.Transaction
-
Optimistic transactions do not hold data store locks until commit time.
- getPackageName(String) - Static method in class javax.jdo.spi.I18NHelper
-
Returns the package portion of the specified class.
- getPC() - Method in class javax.jdo.spi.JDOImplHelper.Meta
-
Get an instance of the PersistenceCapable
class.
- getPersistenceCapableSuperclass(Class) - Method in class javax.jdo.spi.JDOImplHelper
-
Get the persistence-capable superclass for a
PersistenceCapable
class.
- getPersistenceCapableSuperclass() - Method in class javax.jdo.spi.JDOImplHelper.Meta
-
Return the PersistenceCapable
superclass.
- getPersistenceCapableSuperclass() - Method in class javax.jdo.spi.RegisterClassEvent
-
Returns the class object of the persistence-capable superclass.
- getPersistenceManager() - Method in interface javax.jdo.Extent
-
An Extent
is managed by a PersistenceManager
;
this method gives access to the owning PersistenceManager
.
- getPersistenceManager() - Method in interface javax.jdo.JDOEntityManagerFactory
-
Get an instance of JDOEntityManager
from this factory.
- getPersistenceManager(String, String) - Method in interface javax.jdo.JDOEntityManagerFactory
-
Get an instance of JDOEntityManager
from this factory.
- getPersistenceManager - Static variable in class javax.jdo.JDOHelper
-
The stateless instance used for handling non-binary-compatible
implementations of getPersistenceManager.
- getPersistenceManager(Object) - Static method in class javax.jdo.JDOHelper
-
Return the associated PersistenceManager
if there is one.
- getPersistenceManager() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get an instance of PersistenceManager
from this factory.
- getPersistenceManager(String, String) - Method in interface javax.jdo.PersistenceManagerFactory
-
Get an instance of PersistenceManager
from this factory.
- getPersistenceManager() - Method in interface javax.jdo.Query
-
Get the PersistenceManager
associated with this
Query
.
- getPersistenceManager(Object) - Method in interface javax.jdo.spi.StateInterrogation
-
Return the associated PersistenceManager
if there is one.
- getPersistenceManager(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
-
Return the PersistenceManager
that owns this instance.
- getPersistenceManager() - Method in interface javax.jdo.Transaction
-
The Transaction
instance is always associated with exactly
one PersistenceManager
.
- getPersistenceManagerFactory() - Method in interface javax.jdo.JDOEntityManager
-
This method returns the JDOEntityManagerFactory
used to
create this JDOEntityManager
.
- getPersistenceManagerFactory() - Static method in class javax.jdo.JDOHelper
-
Get the anonymous PersistenceManagerFactory
configured via
the standard configuration file resource "META-INF/jdoconfig.xml", using
the current thread's context class loader
to locate the configuration file resource(s).
- getPersistenceManagerFactory(ClassLoader) - Static method in class javax.jdo.JDOHelper
-
Get the anonymous PersistenceManagerFactory
configured via
the standard configuration file resource "META-INF/jdoconfig.xml", using
the given class loader.
- getPersistenceManagerFactory(Map) - Static method in class javax.jdo.JDOHelper
-
Get a PersistenceManagerFactory
based on a Properties
instance, using the current thread's context class loader to locate the
PersistenceManagerFactory
class.
- getPersistenceManagerFactory(Map, ClassLoader) - Static method in class javax.jdo.JDOHelper
-
Get a PersistenceManagerFactory
based on a
Map
and a class loader.
- getPersistenceManagerFactory(Map, Map, ClassLoader) - Static method in class javax.jdo.JDOHelper
-
Get a PersistenceManagerFactory
based on a
Map
of overrides, a Map
of
properties, and a class loader.
- getPersistenceManagerFactory(String) - Static method in class javax.jdo.JDOHelper
-
- getPersistenceManagerFactory(String, ClassLoader) - Static method in class javax.jdo.JDOHelper
-
- getPersistenceManagerFactory(String, ClassLoader, ClassLoader) - Static method in class javax.jdo.JDOHelper
-
- getPersistenceManagerFactory(Map, String) - Static method in class javax.jdo.JDOHelper
-
- getPersistenceManagerFactory(Map, String, ClassLoader) - Static method in class javax.jdo.JDOHelper
-
- getPersistenceManagerFactory(Map, String, ClassLoader, ClassLoader) - Static method in class javax.jdo.JDOHelper
-
- getPersistenceManagerFactory(File) - Static method in class javax.jdo.JDOHelper
-
- getPersistenceManagerFactory(File, ClassLoader) - Static method in class javax.jdo.JDOHelper
-
- getPersistenceManagerFactory(String, Context) - Static method in class javax.jdo.JDOHelper
-
- getPersistenceManagerFactory(String, Context, ClassLoader) - Static method in class javax.jdo.JDOHelper
-
- getPersistenceManagerFactory(InputStream) - Static method in class javax.jdo.JDOHelper
-
- getPersistenceManagerFactory(InputStream, ClassLoader) - Static method in class javax.jdo.JDOHelper
-
- getPersistenceManagerFactory() - Method in interface javax.jdo.PersistenceManager
-
This method returns the PersistenceManagerFactory
used to
create this PersistenceManager
.
- getPersistenceManagerProxy() - Method in interface javax.jdo.JDOEntityManagerFactory
-
Get a thread-safe instance of a proxy that dynamically binds
on each method call to an instance of JDOEntityManager
.
- getPersistenceManagerProxy() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get a thread-safe instance of a proxy that dynamically binds
on each method call to an instance of PersistenceManager
.
- getPersistenceUnitName() - Method in interface javax.jdo.PersistenceManagerFactory
-
Gets the PersistenceUnitName for this PersistenceManagerFactory.
- getPersistentInstance() - Method in class javax.jdo.listener.InstanceLifecycleEvent
-
Returns the persistent instance involved in the event.
- getPostLoad() - Method in interface javax.jdo.FetchGroup
-
Get the post-load property of this FetchGroup.
- getProperties() - Method in interface javax.jdo.PersistenceManagerFactory
-
Return non-configurable properties of this
PersistenceManagerFactory
.
- getPropertiesFromJdoconfig(String, ClassLoader) - Static method in class javax.jdo.JDOHelper
-
- getReadOnly() - Method in interface javax.jdo.PersistenceManagerFactory
-
Gets the value for read-only for this PMF.
- getRecursionDepth(String) - Method in interface javax.jdo.FetchGroup
-
Get the recursion-depth for this member.
- getRegisteredClass() - Method in class javax.jdo.spi.RegisterClassEvent
-
Returns the class object of the registered persistence-capable class.
- getRegisteredClasses() - Method in class javax.jdo.spi.JDOImplHelper
-
Returns a collection of class objects of the registered
persistence-capable classes.
- getRegisteredDocumentBuilderFactory() - Static method in class javax.jdo.spi.JDOImplHelper
-
Return the registered instance of DocumentBuilderFactory.
- getRegisteredErrorHandler() - Static method in class javax.jdo.spi.JDOImplHelper
-
Return the registered instance of ErrorHandler.
- getResourceAsStream(ClassLoader, String) - Static method in class javax.jdo.JDOHelper
-
Get the named resource as a stream from the resource loader.
- getResourceBundle() - Method in class javax.jdo.spi.I18NHelper
-
Returns the resource bundle used by this I18NHelper.
- getResources(ClassLoader, String) - Static method in class javax.jdo.JDOHelper
-
Get resources of the resource loader.
- getRestoreValues() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the default value for the RestoreValues property.
- getRestoreValues() - Method in interface javax.jdo.Transaction
-
Return the current value of the restoreValues property.
- getRetainValues() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the default RetainValues setting for all
PersistenceManager
instances obtained from this factory.
- getRetainValues() - Method in interface javax.jdo.Transaction
-
If true
, at commit time instances retain their field
values.
- getRollbackOnly() - Method in interface javax.jdo.Transaction
-
Returns the rollback-only status of the transaction.
- getSequence(String) - Method in interface javax.jdo.PersistenceManager
-
Returns the sequence identified by name
.
- getServerDate() - Method in interface javax.jdo.PersistenceManager
-
Get the Date as seen by the server.
- getServerTimeZoneID() - Method in interface javax.jdo.PersistenceManagerFactory
-
Gets the TimeZone ID of the server associated with this
PersistenceManagerFactory.
- getShortField(PersistenceCapable, int, short) - Method in interface javax.jdo.spi.StateManager
-
Return the value for the field.
- getSource() - Method in class javax.jdo.listener.InstanceLifecycleEvent
-
The source object of the Event.
- getStateInterrogationIterator() - Method in class javax.jdo.spi.JDOImplHelper
-
Return an Iterator over all StateInterrogation instances.
- getStringField(PersistenceCapable, int, String) - Method in interface javax.jdo.spi.StateManager
-
Return the value for the field.
- getSynchronization() - Method in interface javax.jdo.Transaction
-
The user-specified Synchronization
instance for this
Transaction
instance.
- getSystemClassLoaderPrivileged() - Static method in class javax.jdo.spi.I18NHelper
-
Get the system class loader.
- getTarget() - Method in class javax.jdo.listener.InstanceLifecycleEvent
-
The target object of the Event.
- getTargetClass() - Method in class javax.jdo.identity.SingleFieldIdentity
-
Return the target class.
- getTargetClassName() - Method in class javax.jdo.identity.SingleFieldIdentity
-
Return the target class name.
- getTransactionalObjectId - Static variable in class javax.jdo.JDOHelper
-
The stateless instance used for handling non-binary-compatible
implementations of getTransactionalObjectId.
- getTransactionalObjectId(Object) - Static method in class javax.jdo.JDOHelper
-
Return a copy of the JDO identity associated with the parameter
instance.
- getTransactionalObjectId(Object) - Method in interface javax.jdo.PersistenceManager
-
The ObjectId returned by this method represents the JDO identity of
the instance.
- getTransactionalObjectId(Object) - Method in interface javax.jdo.spi.StateInterrogation
-
Return a copy of the JDO identity associated with the parameter
instance.
- getTransactionalObjectId(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
-
Return the object representing the JDO identity
of the calling instance.
- getTransactionIsolationLevel() - Method in interface javax.jdo.PersistenceManagerFactory
-
Get the value for transaction isolation level for this PMF.
- getTransactionType() - Method in interface javax.jdo.PersistenceManagerFactory
-
Gets the TransactionType for this PersistenceManagerFactory.
- getType() - Method in interface javax.jdo.FetchGroup
-
Get the persistent type (class or interface) of this FetchGroup.
- getUserObject() - Method in interface javax.jdo.PersistenceManager
-
The application can manage the PersistenceManager
instances
more easily by having an application object associated with each
PersistenceManager
instance.
- getUserObject(Object) - Method in interface javax.jdo.PersistenceManager
-
Get the value for the specified key from the map of user objects.
- getVersion - Static variable in class javax.jdo.JDOHelper
-
The stateless instance used for handling non-binary-compatible
implementations of getVersion.
- getVersion(Object) - Static method in class javax.jdo.JDOHelper
-
Return the version of the instance.
- getVersion(Object) - Method in interface javax.jdo.spi.StateInterrogation
-
Return the version of the parameter instance.
- getVersion(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
-
Return the object representing the version
of the calling instance.
- I18NHelper - Class in javax.jdo.spi
-
Helper class for constructing messages from bundles.
- I18NHelper() - Constructor for class javax.jdo.spi.I18NHelper
-
Constructor
- I18NHelper(String, ClassLoader) - Constructor for class javax.jdo.spi.I18NHelper
-
Constructor for an instance bound to a bundle.
- IdentityType - Enum in javax.jdo.annotations
-
Enumeration of the identity type values.
- IdentityType() - Constructor for enum javax.jdo.annotations.IdentityType
-
- IdGeneratorStrategy - Enum in javax.jdo.annotations
-
Enumeration of the id generator strategy values.
- IdGeneratorStrategy() - Constructor for enum javax.jdo.annotations.IdGeneratorStrategy
-
- implHelper - Static variable in class javax.jdo.JDOHelper
-
The JDOImplHelper instance used for handling non-binary-compatible
implementations.
- Index - Annotation Type in javax.jdo.annotations
-
Annotation for a database index.
- Indices - Annotation Type in javax.jdo.annotations
-
Annotation for a group of index constraints.
- Inheritance - Annotation Type in javax.jdo.annotations
-
Annotation for the inheritance of the class.
- InheritanceStrategy - Enum in javax.jdo.annotations
-
Enumeration of the inheritance strategy values.
- InheritanceStrategy() - Constructor for enum javax.jdo.annotations.InheritanceStrategy
-
- initCause(Throwable) - Method in exception javax.jdo.JDOException
-
JDK 1.4 includes a new chaining mechanism for Throwable, but since
JDO has its own "legacy" chaining mechanism, the "standard" mechanism
cannot be used.
- inPrintStackTrace - Variable in exception javax.jdo.JDOException
-
Flag indicating whether printStackTrace is being executed.
- instance - Static variable in class javax.jdo.JDOHelper
-
The singleton instance of JDOHelper.
- INSTANCE_LIFECYCLE_LISTENER_ATTRIBUTE_CLASSES - Static variable in interface javax.jdo.Constants
-
The name of the instance lifecycle listener element's "classes"
attribute.
- INSTANCE_LIFECYCLE_LISTENER_ATTRIBUTE_LISTENER - Static variable in interface javax.jdo.Constants
-
The name of the instance lifecycle listener element's "listener"
attribute.
- InstanceCallbacks - Interface in javax.jdo
-
A PersistenceCapable
class that provides callback methods for life
cycle events implements this interface.
- InstanceLifecycleEvent - Class in javax.jdo.listener
-
This is the event class used in life cycle event notifications.
- InstanceLifecycleEvent(Object, int) - Constructor for class javax.jdo.listener.InstanceLifecycleEvent
-
Creates a new event object with the specified
source
and type
.
- InstanceLifecycleEvent(Object, int, Object) - Constructor for class javax.jdo.listener.InstanceLifecycleEvent
-
Creates a new event object with the specified
source
, type
, and target
.
- InstanceLifecycleListener - Interface in javax.jdo.listener
-
All lifecycle listeners extend from this base interface.
- IntIdentity - Class in javax.jdo.identity
-
This class is for identity with a single int field.
- IntIdentity(Class, int) - Constructor for class javax.jdo.identity.IntIdentity
-
Constructor with class and key.
- IntIdentity(Class, Integer) - Constructor for class javax.jdo.identity.IntIdentity
-
Constructor with class and key.
- IntIdentity(Class, String) - Constructor for class javax.jdo.identity.IntIdentity
-
Constructor with class and key.
- IntIdentity() - Constructor for class javax.jdo.identity.IntIdentity
-
Constructor only for Externalizable.
- invoke(Method, Object, Object[]) - Static method in class javax.jdo.JDOHelper
-
Invoke the method.
- invokeGetPersistenceManagerFactoryOnImplementation(String, Map, Map, ClassLoader) - Static method in class javax.jdo.JDOHelper
-
Invoke the getPersistenceManagerFactory method on the implementation.
- is(Object, StateInterrogation) - Method in interface javax.jdo.spi.JDOImplHelper.StateInterrogationBooleanReturn
-
Interrogate the state of the instance
- isActive() - Method in interface javax.jdo.Transaction
-
Returns whether there is a transaction currently active.
- isClassLoadable(String) - Static method in class javax.jdo.spi.JDOImplHelper
-
Determine if a class is loadable in the current environment.
- isClosed() - Method in interface javax.jdo.PersistenceManager
-
A PersistenceManager
instance can be used until it is
closed.
- isClosed() - Method in interface javax.jdo.PersistenceManagerFactory
-
A PersistenceManagerFactory
instance can be used
until it is closed.
- isDeleted - Static variable in class javax.jdo.JDOHelper
-
The stateless instance used for handling non-binary-compatible
implementations of isDeleted.
- isDeleted(Object) - Static method in class javax.jdo.JDOHelper
-
Tests whether the parameter instance has been deleted.
- isDeleted(Object) - Method in interface javax.jdo.spi.StateInterrogation
-
Tests whether the parameter instance has been deleted.
- isDeleted(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
-
Tests whether this object has been deleted.
- isDetached - Static variable in class javax.jdo.JDOHelper
-
The stateless instance used for handling non-binary-compatible
implementations of isDetached.
- isDetached(Object) - Static method in class javax.jdo.JDOHelper
-
Tests whether the parameter instance has been detached.
- isDetached(Object) - Method in interface javax.jdo.spi.StateInterrogation
-
Tests whether the parameter instance is detached.
- isDirty - Static variable in class javax.jdo.JDOHelper
-
The stateless instance used for handling non-binary-compatible
implementations of isDirty.
- isDirty(Object) - Static method in class javax.jdo.JDOHelper
-
Tests whether the parameter instance is dirty.
- isDirty(Object) - Method in interface javax.jdo.spi.StateInterrogation
-
Tests whether the parameter instance is dirty.
- isDirty(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
-
Tests whether this object is dirty.
- isLoaded(PersistenceCapable, int) - Method in interface javax.jdo.spi.StateManager
-
Return true
if the field is cached in the calling
instance.
- isNew - Static variable in class javax.jdo.JDOHelper
-
The stateless instance used for handling non-binary-compatible
implementations of isNew.
- isNew(Object) - Static method in class javax.jdo.JDOHelper
-
Tests whether the parameter instance has been newly made persistent.
- isNew(Object) - Method in interface javax.jdo.spi.StateInterrogation
-
Tests whether the parameter instance has been newly made persistent.
- isNew(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
-
Tests whether this object has been newly made persistent.
- isNullOrBlank(String) - Static method in class javax.jdo.JDOHelper
-
- isPersistent - Static variable in class javax.jdo.JDOHelper
-
The stateless instance used for handling non-binary-compatible
implementations of isPersistent.
- isPersistent(Object) - Static method in class javax.jdo.JDOHelper
-
Tests whether the parameter instance is persistent.
- isPersistent(Object) - Method in interface javax.jdo.spi.StateInterrogation
-
Tests whether the parameter instance is persistent.
- isPersistent(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
-
Tests whether this object is persistent.
- isTransactional - Static variable in class javax.jdo.JDOHelper
-
The stateless instance used for handling non-binary-compatible
implementations of isTransactional.
- isTransactional(Object) - Static method in class javax.jdo.JDOHelper
-
Tests whether the parameter instance is transactional.
- isTransactional(Object) - Method in interface javax.jdo.spi.StateInterrogation
-
Tests whether the parameter instance is transactional.
- isTransactional(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
-
Tests whether this object is transactional.
- isUnmodifiable() - Method in interface javax.jdo.FetchGroup
-
Return whether this FetchGroup is unmodifiable.
- isUnmodifiable() - 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.
- iterator() - Method in interface javax.jdo.Extent
-
Returns an iterator over all the instances in the Extent
.
- 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.
- 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 Throwable
s.
- 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 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.
- 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
-
- 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, 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 Throwable
s.
- JDODetachedFieldAccessException(String, Throwable) - Constructor for exception javax.jdo.JDODetachedFieldAccessException
-
Constructs a new JDODetachedFieldAccessException
with the
specified detail message and nested Throwable
s.
- JDOEntityManager - Interface in javax.jdo
-
- JDOEntityManagerFactory - Interface in javax.jdo
-
- 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.
- JDOFatalDataStoreException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOFatalDataStoreException
-
Constructs a new JDOFatalDataStoreException
with the specified
detail message, nested Throwable
s, and failed object.
- JDOFatalDataStoreException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOFatalDataStoreException
-
Constructs a new JDOFatalDataStoreException
with the specified
detail message, nested Throwable
s, 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 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.
- 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 Throwable
s, and failed object.
- JDOFatalInternalException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOFatalInternalException
-
Constructs a new JDOFatalInternalException
with the specified
detail message, nested Throwable
s, 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 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
-
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() - Constructor for class javax.jdo.spi.JDOImplHelper
-
Creates new JDOImplHelper
- jdoImplHelper - Static variable in class javax.jdo.spi.JDOImplHelper
-
The singleton JDOImplHelper
instance.
- JDOImplHelper.Meta - Class in javax.jdo.spi
-
This is a helper class to manage metadata per persistence-capable
class.
- JDOImplHelper.Meta(String[], Class[], byte[], Class, PersistenceCapable) - Constructor for class javax.jdo.spi.JDOImplHelper.Meta
-
Construct an instance of Meta
.
- 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.
- JDOObjectNotFoundException(String, Throwable[]) - Constructor for exception javax.jdo.JDOObjectNotFoundException
-
Constructs a new JDOObjectNotFoundException
with the
specified detail message and nested Throwable
s.
- JDOObjectNotFoundException(String, Throwable[], Object) - Constructor for exception javax.jdo.JDOObjectNotFoundException
-
Constructs a new JDOObjectNotFoundException
with the specified
detail message, nested Throwable
s, and failed object.
- JDOObjectNotFoundException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOObjectNotFoundException
-
Constructs a new JDOFatalInternalException
with the specified
detail message, nested Throwable
s, 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 Throwable
s, and failed object.
- JDOOptimisticVerificationException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOOptimisticVerificationException
-
Constructs a new JDOOptimisticVerificationException
with the specified
detail message, nested Throwable
s, 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
-
- jdoPostDetach(Object) - Method in interface javax.jdo.listener.DetachCallback
-
- 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
-
- 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
-
- 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
-
- 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 Throwable
s.
- JDOReadOnlyException(String, Throwable) - Constructor for exception javax.jdo.JDOReadOnlyException
-
Constructs a new JDOReadOnlyException
with the
specified detail message and nested Throwable
s.
- 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.
- 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 Throwable
s, and failed object.
- JDOUserCallbackException(String, Throwable, Object) - Constructor for exception javax.jdo.JDOUserCallbackException
-
Constructs a new JDOUserException
with the specified detail message,
nested Throwable
s, 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 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.
- Join - Annotation Type in javax.jdo.annotations
-
Annotation for the join of a relation.
- Joins - Annotation Type in javax.jdo.annotations
-
Annotation for a group 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.
- pc - Variable in class javax.jdo.spi.JDOImplHelper.Meta
-
This is an instance of PersistenceCapable
,
used at runtime to create new instances.
- pcClass - Variable in class javax.jdo.spi.RegisterClassEvent
-
The class object of the registered persistence-capable class
- PersistenceAware - Annotation Type in javax.jdo.annotations
-
Annotation to specify that the class is persistence-aware.
- PersistenceCapable - Annotation Type in javax.jdo.annotations
-
Annotation for whether the class or interface is persistence-capable.
- 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.JDOImplHelper.Meta
-
This is the Class
instance of the
PersistenceCapable
superclass.
- 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.
- PersistenceModifier - Enum in javax.jdo.annotations
-
Enumeration of the persistence-modifier values for a field or property.
- PersistenceModifier() - Constructor for enum javax.jdo.annotations.PersistenceModifier
-
- Persistent - Annotation Type in javax.jdo.annotations
-
Annotation for defining the persistence of a member.
- 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(boolean, Class) - 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
-
Deprecated.
use pinAll (boolean subclasses, Class pcClass)
- pinAll(boolean, Class) - Method in interface javax.jdo.datastore.DataStoreCache
-
Pin instances in the second-level cache.
- PMF_ATTRIBUTE_CLASS - Static variable in interface javax.jdo.Constants
-
The name of the persistence manager factory element's "class" attribute.
- PMF_ATTRIBUTE_CONNECTION_DRIVER_NAME - Static variable in interface javax.jdo.Constants
-
The name of the persistence manager factory element's
"connection-driver-name" attribute.
- PMF_ATTRIBUTE_CONNECTION_FACTORY2_NAME - Static variable in interface javax.jdo.Constants
-
The name of the persistence manager factory element's
"connection-factory2-name" attribute.
- PMF_ATTRIBUTE_CONNECTION_FACTORY_NAME - Static variable in interface javax.jdo.Constants
-
The name of the persistence manager factory element's
"connection-factory-name" attribute.
- PMF_ATTRIBUTE_CONNECTION_PASSWORD - Static variable in interface javax.jdo.Constants
-
The name of the persistence manager factory element's
"connection-password" attribute.
- PMF_ATTRIBUTE_CONNECTION_URL - Static variable in interface javax.jdo.Constants
-
The name of the persistence manager factory element's "connection-url"
attribute.
- PMF_ATTRIBUTE_CONNECTION_USER_NAME - Static variable in interface javax.jdo.Constants
-
The name of the persistence manager factory element's
"connection-user-name" attribute.
- PMF_ATTRIBUTE_COPY_ON_ATTACH - Static variable in interface javax.jdo.Constants
-
The name of the persistence manager factory element's
"copy-on-attach" attribute.
- PMF_ATTRIBUTE_DETACH_ALL_ON_COMMIT - Static variable in interface javax.jdo.Constants
-
The name of the persistence manager factory element's
"detach-all-on-commit" attribute.
- PMF_ATTRIBUTE_IGNORE_CACHE - Static variable in interface javax.jdo.Constants
-
The name of the persistence manager factory element's "ignore-cache"
attribute.
- PMF_ATTRIBUTE_MAPPING - Static variable in interface javax.jdo.Constants
-
The name of the persistence manager factory element's "mapping"
attribute.
- PMF_ATTRIBUTE_MULTITHREADED - Static variable in interface javax.jdo.Constants
-
The name of the persistence manager factory element's "multithreaded"
attribute.
- PMF_ATTRIBUTE_NAME - Static variable in interface javax.jdo.Constants
-
The name of the persistence manager factory element's
"name" attribute.
- PMF_ATTRIBUTE_NONTRANSACTIONAL_READ - Static variable in interface javax.jdo.Constants
-
The name of the persistence manager factory element's
"nontransactional-read" attribute.
- PMF_ATTRIBUTE_NONTRANSACTIONAL_WRITE - Static variable in interface javax.jdo.Constants
-
The name of the persistence manager factory element's
"nontransactional-write" attribute.
- PMF_ATTRIBUTE_OPTIMISTIC - Static variable in interface javax.jdo.Constants
-
The name of the persistence manager factory element's "optimistic"
attribute.
- PMF_ATTRIBUTE_PERSISTENCE_UNIT_NAME - Static variable in interface javax.jdo.Constants
-
The name of the persistence manager factory element's
"persistence-unit-name" attribute.
- PMF_ATTRIBUTE_READONLY - Static variable in interface javax.jdo.Constants
-
The name of the persistence manager factory element's "readonly"
attribute.
- PMF_ATTRIBUTE_RESTORE_VALUES - Static variable in interface javax.jdo.Constants
-
The name of the persistence manager factory element's "restore-values"
attribute.
- PMF_ATTRIBUTE_RETAIN_VALUES - Static variable in interface javax.jdo.Constants
-
The name of the persistence manager factory element's "retain-values"
attribute.
- PMF_ATTRIBUTE_SERVER_TIME_ZONE_ID - Static variable in interface javax.jdo.Constants
-
The name of the persistence manager factory element's
"server-time-zone-id" attribute.
- postAttach(InstanceLifecycleEvent) - Method in interface javax.jdo.listener.AttachLifecycleListener
-
- 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
-
- postDelete(InstanceLifecycleEvent) - Method in interface javax.jdo.listener.DeleteLifecycleListener
-
- postDetach(InstanceLifecycleEvent) - Method in interface javax.jdo.listener.DetachLifecycleListener
-
- 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
-
- preAttach(InstanceLifecycleEvent) - Method in interface javax.jdo.listener.AttachLifecycleListener
-
- 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
-
- preDetach(InstanceLifecycleEvent) - Method in interface javax.jdo.listener.DetachLifecycleListener
-
- 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
-
- PrimaryKey - Annotation Type in javax.jdo.annotations
-
Annotation on a member to define it as a primary key member of a class or
persistent interface using application identity.
- 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.
- PROPERTY_ATTRIBUTE_NAME - Static variable in interface javax.jdo.Constants
-
The name of the persistence manager factory property element's "name"
attribute.
- PROPERTY_ATTRIBUTE_VALUE - Static variable in interface javax.jdo.Constants
-
The name of the persistence manager factory property element's "value"
attribute.
- PROPERTY_CONNECTION_DRIVER_NAME - Static variable in interface javax.jdo.Constants
-
"javax.jdo.option.ConnectionDriverName"
- PROPERTY_CONNECTION_FACTORY2_NAME - Static variable in interface javax.jdo.Constants
-
"javax.jdo.option.ConnectionFactory2Name"
- PROPERTY_CONNECTION_FACTORY_NAME - Static variable in interface javax.jdo.Constants
-
"javax.jdo.option.ConnectionFactoryName"
- PROPERTY_CONNECTION_PASSWORD - Static variable in interface javax.jdo.Constants
-
"javax.jdo.option.Password"
- PROPERTY_CONNECTION_URL - Static variable in interface javax.jdo.Constants
-
"javax.jdo.option.ConnectionURL"
- PROPERTY_CONNECTION_USER_NAME - Static variable in interface javax.jdo.Constants
-
"javax.jdo.option.ConnectionUserName"
- PROPERTY_COPY_ON_ATTACH - Static variable in interface javax.jdo.Constants
-
"javax.jdo.option.CopyOnAttach"
- PROPERTY_DETACH_ALL_ON_COMMIT - Static variable in interface javax.jdo.Constants
-
"javax.jdo.option.DetachAllOnCommit"
- PROPERTY_IGNORE_CACHE - Static variable in interface javax.jdo.Constants
-
"javax.jdo.option.IgnoreCache"
- PROPERTY_INSTANCE_LIFECYCLE_LISTENER - Static variable in interface javax.jdo.Constants
-
"javax.jdo.listener.InstanceLifecycleListener"
- PROPERTY_MAPPING - Static variable in interface javax.jdo.Constants
-
"javax.jdo.option.Mapping"
- PROPERTY_MAPPING_CATALOG - Static variable in interface javax.jdo.Constants
-
Mapping "javax.jdo.mapping.Catalog"
- PROPERTY_MAPPING_SCHEMA - Static variable in interface javax.jdo.Constants
-
Mapping "javax.jdo.mapping.Schema"
- PROPERTY_MULTITHREADED - Static variable in interface javax.jdo.Constants
-
"javax.jdo.option.Multithreaded"
- PROPERTY_NAME - Static variable in interface javax.jdo.Constants
-
"javax.jdo.option.Name"
- PROPERTY_NONTRANSACTIONAL_READ - Static variable in interface javax.jdo.Constants
-
"javax.jdo.option.NontransactionalRead"
- PROPERTY_NONTRANSACTIONAL_WRITE - Static variable in interface javax.jdo.Constants
-
"javax.jdo.option.NontransactionalWrite"
- PROPERTY_OPTIMISTIC - Static variable in interface javax.jdo.Constants
-
"javax.jdo.option.Optimistic"
- PROPERTY_PERSISTENCE_MANAGER_FACTORY_CLASS - Static variable in interface javax.jdo.Constants
-
"javax.jdo.PersistenceManagerFactoryClass"
- PROPERTY_PERSISTENCE_UNIT_NAME - Static variable in interface javax.jdo.Constants
-
"javax.jdo.option.PersistenceUnitName"
- PROPERTY_PREFIX_INSTANCE_LIFECYCLE_LISTENER - Static variable in interface javax.jdo.Constants
-
- PROPERTY_READONLY - Static variable in interface javax.jdo.Constants
-
"javax.jdo.option.ReadOnly"
- PROPERTY_RESTORE_VALUES - Static variable in interface javax.jdo.Constants
-
"javax.jdo.option.RestoreValues"
- PROPERTY_RETAIN_VALUES - Static variable in interface javax.jdo.Constants
-
"javax.jdo.option.RetainValues"
- PROPERTY_SERVER_TIME_ZONE_ID - Static variable in interface javax.jdo.Constants
-
Mapping "javax.jdo.option.ServerTimeZoneID"
- PROPERTY_SPI_RESOURCE_NAME - Static variable in interface javax.jdo.Constants
-
"javax.jdo.option.spi.ResourceName"
- PROPERTY_TRANSACTION_ISOLATION_LEVEL - Static variable in interface javax.jdo.Constants
-
"javax.jdo.option.TransactionIsolationLevel"
- PROPERTY_TRANSACTION_ISOLATION_LEVEL_READ_COMMITTED - Static variable in interface javax.jdo.Constants
-
"javax.jdo.option.TransactionIsolationLevel.read-committed"
- PROPERTY_TRANSACTION_ISOLATION_LEVEL_READ_UNCOMMITTED - Static variable in interface javax.jdo.Constants
-
"javax.jdo.option.TransactionIsolationLevel.read-uncommitted"
- PROPERTY_TRANSACTION_ISOLATION_LEVEL_REPEATABLE_READ - Static variable in interface javax.jdo.Constants
-
"javax.jdo.option.TransactionIsolationLevel.repeatable-read"
- PROPERTY_TRANSACTION_ISOLATION_LEVEL_SERIALIZABLE - Static variable in interface javax.jdo.Constants
-
"javax.jdo.option.TransactionIsolationLevel.serializable"
- PROPERTY_TRANSACTION_ISOLATION_LEVEL_SNAPSHOT - Static variable in interface javax.jdo.Constants
-
"javax.jdo.option.TransactionIsolationLevel.snapshot"
- 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.
- 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.
- readNamedPMFProperties(URL, String, DocumentBuilderFactory) - Static method in class javax.jdo.JDOHelper
-
Reads JDO configuration file, creates a Map for each
persistence-manager-factory, then returns the map.
- readPropertiesFromPMFElementAttributes(Node) - Static method in class javax.jdo.JDOHelper
-
- readPropertiesFromPMFSubelements(Node, URL) - Static method in class javax.jdo.JDOHelper
-
- 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.
- registerDocumentBuilderFactory(DocumentBuilderFactory) - Method in class javax.jdo.spi.JDOImplHelper
-
Register a DocumentBuilderFactory instance for use in parsing the
resource(s) META-INF/jdoconfig.xml.
- registeredClasses - Static variable in class javax.jdo.spi.JDOImplHelper
-
This synchronized HashMap
contains a static mapping of
PersistenceCapable
class to
metadata for the class used for constructing new instances.
- registerErrorHandler(ErrorHandler) - Method in class javax.jdo.spi.JDOImplHelper
-
Register an ErrorHandler instance for use in parsing the
resource(s) META-INF/jdoconfig.xml.
- registerStringConstructor(Class, JDOImplHelper.StringConstructor) - Method in class javax.jdo.spi.JDOImplHelper
-
Register special StringConstructor instances.
- RELATIONSHIP - Static variable in interface javax.jdo.FetchGroup
-
- removeAllFetchGroups() - Method in interface javax.jdo.PersistenceManagerFactory
-
Remove all FetchGroup
s from the set of active
FetchGroup
s.
- removeCategory(String) - Method in interface javax.jdo.FetchGroup
-
Remove the members (fields or properties) of the named category
from the set of members in this FetchGroup.
- removeFetchGroups(FetchGroup...) - Method in interface javax.jdo.PersistenceManagerFactory
-
Remove the FetchGroup
s from the set of active
FetchGroup
s.
- 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.
- removeMember(String) - Method in interface javax.jdo.FetchGroup
-
Remove the member (field or property) from the set of members in this
FetchGroup.
- removeMembers(String...) - Method in interface javax.jdo.FetchGroup
-
Remove the member (field or property) from the set of members in this
FetchGroup.
- 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.
- RESOURCE_LOCAL - Static variable in interface javax.jdo.Constants
-
The value for TransactionType to specify that transactions
are managed by the javax.jdo.Transaction instance, similar
to the usage as documented in JSR-220.
- 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
-
Deprecated.
- retrieveAll(boolean, Object...) - 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.
- Sequence - Annotation Type in javax.jdo.annotations
-
Annotation for a datastore sequence.
- Sequence - Interface in javax.jdo.datastore
-
Implementations of this interface can be used to obtain
sequences.
- SequenceStrategy - Enum in javax.jdo.annotations
-
Enumeration of the sequence strategy values.
- SequenceStrategy() - Constructor for enum javax.jdo.annotations.SequenceStrategy
-
- SERIALIZABLE - Static variable in interface javax.jdo.spi.PersistenceCapable
-
If jdoFieldFlags for a field includes SERIALIZABLE,
then the field is not declared as TRANSIENT.
- Serialized - Annotation Type in javax.jdo.annotations
-
Annotation on a member (field or property) to indicate that
the member is stored serialized.
- SERVICE_LOOKUP_PMF_RESOURCE_NAME - Static variable in interface javax.jdo.Constants
-
The name of the standard service configuration resource text file containing
the name of an implementation of
PersistenceManagerFactory
.
- 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.
- setCopyOnAttach(boolean) - Method in interface javax.jdo.PersistenceManager
-
Sets the copyOnAttach setting.
- setCopyOnAttach(boolean) - Method in interface javax.jdo.PersistenceManagerFactory
-
Sets the default copyOnAttach setting for all
PersistenceManager
instances obtained from this
factory.
- 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.
- setIsolationLevel(String) - Method in interface javax.jdo.Transaction
-
Set the value for transaction isolation level for this transaction.
- 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.
- setName(String) - Method in interface javax.jdo.PersistenceManagerFactory
-
Sets the name of this PersistenceManagerFactory.
- 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
.
- setPersistenceUnitName(String) - Method in interface javax.jdo.PersistenceManagerFactory
-
Sets the PersistenceUnitName for this PersistenceManagerFactory.
- setPostLoad(boolean) - Method in interface javax.jdo.FetchGroup
-
Set the post-load property of this FetchGroup.
- 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.
- setReadOnly(boolean) - Method in interface javax.jdo.PersistenceManagerFactory
-
Sets the value for whether the datastore is to be considered
read-only.
- setRecursionDepth(String, int) - Method in interface javax.jdo.FetchGroup
-
Set the recursion-depth for this member.
- 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
.
- setServerTimeZoneID(String) - Method in interface javax.jdo.PersistenceManagerFactory
-
Sets the TimeZone ID of the server associated with this
PersistenceManagerFactory.
- 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.
- setTransactionIsolationLevel(String) - Method in interface javax.jdo.PersistenceManagerFactory
-
Set the value for transaction isolation level for this PMF.
- setTransactionType(String) - Method in interface javax.jdo.PersistenceManagerFactory
-
Sets the TransactionType for this PersistenceManagerFactory.
- 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.FetchGroup
-
Make this FetchGroup unmodifiable.
- 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
-
- 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.
- stateInterrogations - Static variable in class javax.jdo.spi.JDOImplHelper
-
The list of registered StateInterrogation instances
- 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.
- STRING_DELIMITER - Static variable in class javax.jdo.identity.ObjectIdentity
-
The delimiter for String constructor.
- stringConstructorMap - Static variable in class javax.jdo.spi.JDOImplHelper
-
Special StringConstructor instances for use with specific
classes that have no public String constructor.
- 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.