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

A

ALL - Static variable in interface javax.jdo.FetchPlan
For use with FetchPlan.addGroup(java.lang.String), FetchPlan.removeGroup(java.lang.String), and the various FetchPlan.setGroups(java.util.Collection) calls.
ATTACH - Static variable in class javax.jdo.listener.InstanceLifecycleEvent
 
AttachCallback - interface javax.jdo.listener.AttachCallback.
This interface is used to notify instances of attach events.
AttachLifecycleListener - interface javax.jdo.listener.AttachLifecycleListener.
This interface is implemented by listeners to be notified of attach events.
addExtension(String, Object) - Method in interface javax.jdo.Query
Add a vendor-specific extension to this query.
addGroup(String) - Method in interface javax.jdo.FetchPlan
Add the fetch group to the set of active fetch groups.
addInstanceLifecycleListener(InstanceLifecycleListener, Class[]) - Method in interface javax.jdo.PersistenceManager
Adds the listener instance to the list of lifecycle event listeners.
addInstanceLifecycleListener(InstanceLifecycleListener, Class[]) - Method in interface javax.jdo.PersistenceManagerFactory
Add the parameter listener to the list of instance lifecycle event listeners set as the initial listeners for each PersistenceManager created by this PersistenceManagerFactory.
addRegisterClassListener(RegisterClassListener) - Method in class javax.jdo.spi.JDOImplHelper
Add the specified RegisterClassListener to the listener list.
allocate(int) - Method in interface javax.jdo.datastore.Sequence
Provides a hint to the implementation that the application will need additional sequence value objects in short order.
assertKeyNotNull(Object) - Method in class javax.jdo.identity.SingleFieldIdentity
Assert that the key is not null.
attachCopy(Object, boolean) - Method in interface javax.jdo.PersistenceManager
Import the specified object into the PersistenceManager.
attachCopyAll(Collection, boolean) - Method in interface javax.jdo.PersistenceManager
Import the specified objects into the PersistenceManager.
attachCopyAll(Object[], boolean) - Method in interface javax.jdo.PersistenceManager
Import the specified objects into the PersistenceManager.

B

ByteIdentity - class javax.jdo.identity.ByteIdentity.
This class is for identity with a single byte field.
ByteIdentity(Class, byte) - Constructor for class javax.jdo.identity.ByteIdentity
Constructor with class and key.
ByteIdentity(Class, Byte) - Constructor for class javax.jdo.identity.ByteIdentity
Constructor with class and key.
ByteIdentity(Class, String) - Constructor for class javax.jdo.identity.ByteIdentity
Constructor with class and key.
ByteIdentity() - Constructor for class javax.jdo.identity.ByteIdentity
Constructor only for Externalizable.
begin() - Method in interface javax.jdo.Transaction
Begin a transaction.

C

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;.
CLEAR - Static variable in class javax.jdo.listener.InstanceLifecycleEvent
 
CLOSE_PERSISTENCE_MANAGER_FACTORY - Static variable in class javax.jdo.spi.JDOPermission
An instance of JDOPermission to be used for closePersistenceManagerFactory permission checking.
CREATE - Static variable in class javax.jdo.listener.InstanceLifecycleEvent
 
CharIdentity - class javax.jdo.identity.CharIdentity.
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.
ClearCallback - interface javax.jdo.listener.ClearCallback.
This interface is used to notify instances of clear events.
ClearLifecycleListener - interface javax.jdo.listener.ClearLifecycleListener.
This interface is implemented by listeners to be notified of clear events.
CreateLifecycleListener - interface javax.jdo.listener.CreateLifecycleListener.
This interface is implemented by listeners to be notified of create events.
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.
clearGroups() - Method in interface javax.jdo.FetchPlan
Remove all active groups leaving no active fetch group.
close(Iterator) - 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.
closeAll() - Method in interface javax.jdo.Extent
Close all Iterators 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.
commit() - Method in interface javax.jdo.Transaction
Commit the current transaction.
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.
construct(String) - Method in interface javax.jdo.spi.JDOImplHelper.StringConstructor
Construct an instance of the class for which this instance is registered.
construct(String, String) - Method in class javax.jdo.spi.JDOImplHelper
Construct an instance of the parameter class, using the keyString as an argument to the constructor.
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.
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.
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.

D

DEFAULT - Static variable in interface javax.jdo.FetchPlan
For use with FetchPlan.addGroup(java.lang.String), FetchPlan.removeGroup(java.lang.String), and the various FetchPlan.setGroups(java.util.Collection) calls.
DELETE - Static variable in class javax.jdo.listener.InstanceLifecycleEvent
 
DETACH - Static variable in class javax.jdo.listener.InstanceLifecycleEvent
 
DETACHED - Static variable in interface javax.jdo.spi.PersistenceCapable
If jdoFlags is set to DETACHED, then fields identified as loadedFields can be read and written without having a StateManager.
DIRTY - Static variable in class javax.jdo.listener.InstanceLifecycleEvent
 
DataStoreCache - interface javax.jdo.datastore.DataStoreCache.
Many JDO implementations allow instances to be cached in a second-level cache, and allow direct management of the cache by knowledgeable applications.
DataStoreCache.EmptyDataStoreCache - class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache.
This class is an empty implementation of the DataStoreCache interface.
DataStoreCache.EmptyDataStoreCache() - Constructor for class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
 
DeleteCallback - interface javax.jdo.listener.DeleteCallback.
This interface is used to notify instances of delete events.
DeleteLifecycleListener - interface javax.jdo.listener.DeleteLifecycleListener.
This interface is implemented by listeners to be notified of delete events.
DetachCallback - interface javax.jdo.listener.DetachCallback.
This interface is used to notify instances of detach events.
DetachLifecycleListener - interface javax.jdo.listener.DetachLifecycleListener.
This interface is implemented by listeners to be notified of detach events.
Detachable - interface javax.jdo.spi.Detachable.
This interface is implemented by classes that can be detached from the persistence context and later attached.
DirtyLifecycleListener - interface javax.jdo.listener.DirtyLifecycleListener.
This interface is implemented by listeners to be notified of dirty events.
declareImports(String) - Method in interface javax.jdo.Query
Set the import statements to be used to identify the fully qualified name of variables or parameters.
declareParameters(String) - Method in interface javax.jdo.Query
Declare the list of parameters query execution.
declareVariables(String) - Method in interface javax.jdo.Query
Declare the unbound variables to be used in the query.
deletePersistent(Object) - Method in interface javax.jdo.PersistenceManager
Delete the persistent instance from the data store.
deletePersistentAll(Object[]) - Method in interface javax.jdo.PersistenceManager
Delete an array of instances from the data store.
deletePersistentAll(Collection) - Method in interface javax.jdo.PersistenceManager
Delete a Collection of instances from the data store.
deletePersistentAll(Object[]) - Method in interface javax.jdo.Query
Deletes all the instances of the candidate class that pass the filter.
deletePersistentAll(Map) - Method in interface javax.jdo.Query
Deletes all the instances of the candidate class that pass the filter.
deletePersistentAll() - Method in interface javax.jdo.Query
Deletes all the instances of the candidate class that pass the filter.
detachCopy(Object) - Method in interface javax.jdo.PersistenceManager
Detach the specified object from the PersistenceManager.
detachCopyAll(Collection) - Method in interface javax.jdo.PersistenceManager
Detach the specified objects from the PersistenceManager.
detachCopyAll(Object[]) - Method in interface javax.jdo.PersistenceManager
Detach the specified objects from the PersistenceManager.

E

Extent - interface javax.jdo.Extent.
Instances of the Extent class represent the entire collection of instances in the data store of the candidate class possibly including its subclasses.
equals(Object) - Method in class javax.jdo.identity.ByteIdentity
Determine if the other object represents the same object id.
equals(Object) - Method in class javax.jdo.identity.CharIdentity
Determine if the other object represents the same object id.
equals(Object) - Method in class javax.jdo.identity.IntIdentity
Determine if the other object represents the same object id.
equals(Object) - Method in class javax.jdo.identity.LongIdentity
Determine if the other object represents the same object id.
equals(Object) - Method in class javax.jdo.identity.ObjectIdentity
Determine if the other object represents the same object id.
equals(Object) - Method in class javax.jdo.identity.ShortIdentity
Determine if the other object represents the same object id.
equals(Object) - Method in class javax.jdo.identity.SingleFieldIdentity
Check the class and class name and object type.
equals(Object) - Method in class javax.jdo.identity.StringIdentity
Determine if the other object represents the same object id.
evict(Object) - Method in interface javax.jdo.PersistenceManager
Mark an instance as no longer needed in the cache.
evict(Object) - Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
 
evict(Object) - Method in interface javax.jdo.datastore.DataStoreCache
Evict the parameter instance from the second-level cache.
evictAll(Object[]) - Method in interface javax.jdo.PersistenceManager
Mark an array of instances as no longer needed in the cache.
evictAll(Collection) - Method in interface javax.jdo.PersistenceManager
Mark a Collection of instances as no longer needed in the cache.
evictAll() - Method in interface javax.jdo.PersistenceManager
Mark all persistent-nontransactional instances as no longer needed in the cache.
evictAll() - Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
 
evictAll(Object[]) - Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
 
evictAll(Collection) - Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
 
evictAll(Class, boolean) - Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
 
evictAll() - Method in interface javax.jdo.datastore.DataStoreCache
Evict the parameter instances from the second-level cache.
evictAll(Object[]) - Method in interface javax.jdo.datastore.DataStoreCache
Evict the parameter instances from the second-level cache.
evictAll(Collection) - Method in interface javax.jdo.datastore.DataStoreCache
Evict the parameter instances from the second-level cache.
evictAll(Class, boolean) - Method in interface javax.jdo.datastore.DataStoreCache
Evict the parameter instances from the second-level cache.
execute() - Method in interface javax.jdo.Query
Execute the query and return the filtered Collection.
execute(Object) - Method in interface javax.jdo.Query
Execute the query and return the filtered Collection.
execute(Object, Object) - Method in interface javax.jdo.Query
Execute the query and return the filtered Collection.
execute(Object, Object, Object) - Method in interface javax.jdo.Query
Execute the query and return the filtered Collection.
executeWithArray(Object[]) - Method in interface javax.jdo.Query
Execute the query and return the filtered Collection.
executeWithMap(Map) - Method in interface javax.jdo.Query
Execute the query and return the filtered Collection.

F

FETCH_SIZE_GREEDY - Static variable in interface javax.jdo.FetchPlan
For use with FetchPlan.setFetchSize(int).
FETCH_SIZE_OPTIMAL - Static variable in interface javax.jdo.FetchPlan
For use with FetchPlan.setFetchSize(int).
FetchPlan - interface javax.jdo.FetchPlan.
Fetch groups are activated using methods on this interface.
fetchBooleanField(int) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchByteField(int) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchCharField(int) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchDoubleField(int) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchFloatField(int) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchIntField(int) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchLongField(int) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchObjectField(int) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchShortField(int) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchStringField(int) - Method in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fieldFlags - Variable in class javax.jdo.spi.RegisterClassEvent
The flags of managed fields of the persistence-capable class
fieldNames - Variable in class javax.jdo.spi.RegisterClassEvent
The names of managed fields of the persistence-capable class
fieldTypes - Variable in class javax.jdo.spi.RegisterClassEvent
The types of managed fields of the persistence-capable class
flush() - Method in interface javax.jdo.PersistenceManager
Flushes all dirty, new, and deleted instances to the data store.

G

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 in the data store; this method returns the Class of the instances.
getCause() - Method in class 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.
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.
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.
getDoubleField(PersistenceCapable, int, double) - Method in interface javax.jdo.spi.StateManager
Return the value for the field.
getEventType() - Method in class javax.jdo.listener.InstanceLifecycleEvent
Returns the event type that triggered this event.
getExtent(Class, 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) - Method in interface javax.jdo.PersistenceManager
Equivalent to getExtent (persistenceCapableClass, true).
getFailedObject() - Method in class javax.jdo.JDOException
The exception may include a failed object.
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
Return the fetch size, or FetchPlan.FETCH_SIZE_OPTIMAL if not set, or FetchPlan.FETCH_SIZE_GREEDY to fetch all.
getFieldFlags(Class) - Method in class javax.jdo.spi.JDOImplHelper
Get the field flags for a PersistenceCapable class.
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.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.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 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(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.
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.
getLongField(PersistenceCapable, int, long) - Method in interface javax.jdo.spi.StateManager
Return the value for the field.
getMapping() - Method in interface javax.jdo.PersistenceManagerFactory
Get the Mapping setting for this factory.
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.
getNativeConnection() - Method in interface javax.jdo.datastore.JDOConnection
Returns the native, datastore-specific connection that this connection wraps.
getNestedExceptions() - Method in class 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, 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(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.
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
Return the objects with the given oids.
getObjectsById(Object[]) - Method in interface javax.jdo.PersistenceManager
Return the objects with the given oids.
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.
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.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(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() - Method in interface javax.jdo.Transaction
The Transaction instance is always associated with exactly one PersistenceManager.
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.
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 Properties instance and a class loader.
getPersistenceManagerFactory(String) - Static method in class javax.jdo.JDOHelper
Returns a PersistenceManagerFactory configured based on the properties stored in the resource at propsResource.
getPersistenceManagerFactory(String, ClassLoader) - Static method in class javax.jdo.JDOHelper
Returns a PersistenceManagerFactory configured based on the properties stored in the resource at propsResource.
getPersistenceManagerFactory(String, ClassLoader, ClassLoader) - Static method in class javax.jdo.JDOHelper
Returns a PersistenceManagerFactory configured based on the properties stored in the resource at propsResource.
getPersistenceManagerFactory(File) - Static method in class javax.jdo.JDOHelper
Returns a PersistenceManagerFactory configured based on the properties stored in the file at propsFile.
getPersistenceManagerFactory(File, ClassLoader) - Static method in class javax.jdo.JDOHelper
Returns a PersistenceManagerFactory configured based on the properties stored in the file at propsFile.
getPersistenceManagerFactory(String, Context) - Static method in class javax.jdo.JDOHelper
Returns a PersistenceManagerFactory at the JNDI location specified by jndiLocation in the context context.
getPersistenceManagerFactory(String, Context, ClassLoader) - Static method in class javax.jdo.JDOHelper
Returns a PersistenceManagerFactory at the JNDI location specified by jndiLocation in the context context.
getPersistenceManagerFactory(InputStream) - Static method in class javax.jdo.JDOHelper
Returns a PersistenceManagerFactory configured based on the Properties stored in the input stream at stream.
getPersistenceManagerFactory(InputStream, ClassLoader) - Static method in class javax.jdo.JDOHelper
Returns a PersistenceManagerFactory configured based on the Properties stored in the input stream at stream.
getPersistenceManagerFactory() - Method in interface javax.jdo.PersistenceManager
This method returns the PersistenceManagerFactory used to create this PersistenceManager.
getProperties() - Method in interface javax.jdo.PersistenceManagerFactory
Return non-configurable properties of this PersistenceManagerFactory.
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.
getResourceBundle() - Method in class javax.jdo.spi.I18NHelper
Returns the resource bundle used by this I18NHelper.
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.
getShortField(PersistenceCapable, int, short) - Method in interface javax.jdo.spi.StateManager
Return the value for the field.
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.
getTarget() - Method in class javax.jdo.listener.InstanceLifecycleEvent
Returns the "other" object.
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(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.
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(Object) - Static method in class javax.jdo.JDOHelper
Return the version of the instance.
getVersion(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
Return the object representing the version of the calling instance.

H

hasSubclasses() - Method in interface javax.jdo.Extent
Returns whether this Extent was defined to contain subclasses.
hashClassName() - Method in class javax.jdo.identity.SingleFieldIdentity
Return the hash code of the class name.
hashCode - Variable in class javax.jdo.identity.SingleFieldIdentity
The hashCode.
hashCode() - Method in class javax.jdo.identity.SingleFieldIdentity
Return the cached hash code.

I

I18NHelper - class javax.jdo.spi.I18NHelper.
Helper class for constructing messages from bundles.
InstanceCallbacks - interface javax.jdo.InstanceCallbacks.
A PersistenceCapable class that provides callback methods for life cycle events implements this interface.
InstanceLifecycleEvent - class javax.jdo.listener.InstanceLifecycleEvent.
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 javax.jdo.listener.InstanceLifecycleListener.
All lifecycle listeners extend from this base interface.
IntIdentity - class javax.jdo.identity.IntIdentity.
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.
initCause(Throwable) - Method in class 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.
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(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(Object) - Static method in class javax.jdo.JDOHelper
Tests whether the parameter instance has been detached.
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(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.
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(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.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.

J

JDOCanRetryException - exception javax.jdo.JDOCanRetryException.
This is the base class for exceptions that can be retried.
JDOCanRetryException() - Constructor for class javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException without a detail message.
JDOCanRetryException(String) - Constructor for class javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException with the specified detail message.
JDOCanRetryException(String, Throwable[]) - Constructor for class javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException with the specified detail message and nested Throwables.
JDOCanRetryException(String, Throwable) - Constructor for class javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException with the specified detail message and nested Throwables.
JDOCanRetryException(String, Object) - Constructor for class javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException with the specified detail message and failed object.
JDOCanRetryException(String, Throwable[], Object) - Constructor for class javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException with the specified detail message, nested Throwables, and failed object.
JDOCanRetryException(String, Throwable, Object) - Constructor for class javax.jdo.JDOCanRetryException
Constructs a new JDOCanRetryException with the specified detail message, nested Throwables, and failed object.
JDOConnection - interface javax.jdo.datastore.JDOConnection.
The underlying connection that is being used by a PersistenceManager.
JDODataStoreException - exception javax.jdo.JDODataStoreException.
This class represents data store exceptions that can be retried.
JDODataStoreException() - Constructor for class javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException without a detail message.
JDODataStoreException(String) - Constructor for class javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException with the specified detail message.
JDODataStoreException(String, Throwable[]) - Constructor for class javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException with the specified detail message and nested Throwables.
JDODataStoreException(String, Throwable) - Constructor for class javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException with the specified detail message and nested Throwables.
JDODataStoreException(String, Object) - Constructor for class javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException with the specified detail message and failed object.
JDODataStoreException(String, Throwable[], Object) - Constructor for class javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException with the specified detail message, nested Throwables, and failed object.
JDODataStoreException(String, Throwable, Object) - Constructor for class javax.jdo.JDODataStoreException
Constructs a new JDODataStoreException with the specified detail message, nested Throwables, and failed object.
JDODetachedFieldAccessException - exception javax.jdo.JDODetachedFieldAccessException.
This class represents exceptions caused by access of an unloaded field while the instance is detached.
JDODetachedFieldAccessException() - Constructor for class javax.jdo.JDODetachedFieldAccessException
Constructs a new JDODetachedFieldAccessException without a detail message.
JDODetachedFieldAccessException(String) - Constructor for class javax.jdo.JDODetachedFieldAccessException
Constructs a new JDODetachedFieldAccessException with the specified detail message.
JDODetachedFieldAccessException(String, Throwable[]) - Constructor for class javax.jdo.JDODetachedFieldAccessException
Constructs a new JDODetachedFieldAccessException with the specified detail message and nested Throwables.
JDODetachedFieldAccessException(String, Throwable) - Constructor for class javax.jdo.JDODetachedFieldAccessException
Constructs a new JDODetachedFieldAccessException with the specified detail message and nested Throwables.
JDOException - exception javax.jdo.JDOException.
This is the root of all JDO Exceptions.
JDOException() - Constructor for class javax.jdo.JDOException
Constructs a new JDOException without a detail message.
JDOException(String) - Constructor for class javax.jdo.JDOException
Constructs a new JDOException with the specified detail message.
JDOException(String, Throwable[]) - Constructor for class javax.jdo.JDOException
Constructs a new JDOException with the specified detail message and nested Throwables.
JDOException(String, Throwable) - Constructor for class javax.jdo.JDOException
Constructs a new JDOException with the specified detail message and nested Throwable.
JDOException(String, Object) - Constructor for class javax.jdo.JDOException
Constructs a new JDOException with the specified detail message and failed object.
JDOException(String, Throwable[], Object) - Constructor for class javax.jdo.JDOException
Constructs a new JDOException with the specified detail message, nested Throwables, and failed object.
JDOException(String, Throwable, Object) - Constructor for class javax.jdo.JDOException
Constructs a new JDOException with the specified detail message, nested Throwable, and failed object.
JDOFatalDataStoreException - exception javax.jdo.JDOFatalDataStoreException.
This class represents data store exceptions that cannot be retried.
JDOFatalDataStoreException() - Constructor for class javax.jdo.JDOFatalDataStoreException
Constructs a new JDOFatalDataStoreException without a detail message.
JDOFatalDataStoreException(String) - Constructor for class javax.jdo.JDOFatalDataStoreException
Constructs a new JDOFatalDataStoreException with the specified detail message.
JDOFatalDataStoreException(String, Object) - Constructor for class javax.jdo.JDOFatalDataStoreException
Constructs a new JDOFatalDataStoreException with the specified detail message and failed object.
JDOFatalDataStoreException(String, Throwable[]) - Constructor for class javax.jdo.JDOFatalDataStoreException
Constructs a new JDOFatalDataStoreException with the specified detail message and nested Throwables.
JDOFatalDataStoreException(String, Throwable) - Constructor for class javax.jdo.JDOFatalDataStoreException
Constructs a new JDOFatalDataStoreException with the specified detail message and nested Throwables.
JDOFatalException - exception javax.jdo.JDOFatalException.
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 class javax.jdo.JDOFatalException
Constructs a new JDOFatalException without a detail message.
JDOFatalException(String) - Constructor for class javax.jdo.JDOFatalException
Constructs a new JDOFatalException with the specified detail message.
JDOFatalException(String, Throwable[]) - Constructor for class javax.jdo.JDOFatalException
Constructs a new JDOFatalException with the specified detail message and nested Throwables.
JDOFatalException(String, Throwable) - Constructor for class javax.jdo.JDOFatalException
Constructs a new JDOFatalException with the specified detail message and nested Throwables.
JDOFatalException(String, Object) - Constructor for class javax.jdo.JDOFatalException
Constructs a new JDOFatalException with the specified detail message and failed object.
JDOFatalException(String, Throwable[], Object) - Constructor for class javax.jdo.JDOFatalException
Constructs a new JDOFatalException with the specified detail message, nested Throwables, and failed object.
JDOFatalException(String, Throwable, Object) - Constructor for class javax.jdo.JDOFatalException
Constructs a new JDOFatalException with the specified detail message, nested Throwables, and failed object.
JDOFatalInternalException - exception javax.jdo.JDOFatalInternalException.
This class represents errors in the implementation for which no user error handling is possible.
JDOFatalInternalException() - Constructor for class javax.jdo.JDOFatalInternalException
Constructs a new JDOFatalInternalException without a detail message.
JDOFatalInternalException(String) - Constructor for class javax.jdo.JDOFatalInternalException
Constructs a new JDOFatalInternalException with the specified detail message.
JDOFatalInternalException(String, Throwable[]) - Constructor for class javax.jdo.JDOFatalInternalException
Constructs a new JDOFatalInternalException with the specified detail message and nested Throwables.
JDOFatalInternalException(String, Throwable) - Constructor for class javax.jdo.JDOFatalInternalException
Constructs a new JDOFatalInternalException with the specified detail message and nested Throwables.
JDOFatalUserException - exception javax.jdo.JDOFatalUserException.
This class represents user errors that cannot be retried.
JDOFatalUserException() - Constructor for class javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException without a detail message.
JDOFatalUserException(String) - Constructor for class javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException with the specified detail message.
JDOFatalUserException(String, Throwable[]) - Constructor for class javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException with the specified detail message and nested Throwables.
JDOFatalUserException(String, Throwable) - Constructor for class javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException with the specified detail message and nested Throwables.
JDOFatalUserException(String, Object) - Constructor for class javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException with the specified detail message and failed object.
JDOFatalUserException(String, Throwable[], Object) - Constructor for class javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException with the specified detail message, nested Throwables, and failed object.
JDOFatalUserException(String, Throwable, Object) - Constructor for class javax.jdo.JDOFatalUserException
Constructs a new JDOFatalUserException with the specified detail message, nested Throwables, and failed object.
JDOHelper - class javax.jdo.JDOHelper.
This class can be used by a JDO-aware application to call the JDO behavior of PersistenceCapable instances without declaring them to be PersistenceCapable.
JDOHelper() - Constructor for class javax.jdo.JDOHelper
 
JDOImplHelper - class javax.jdo.spi.JDOImplHelper.
This class is a helper class for JDO implementations.
JDOImplHelper.StringConstructor - interface javax.jdo.spi.JDOImplHelper.StringConstructor.
Construct an instance of a key class using a String as input.
JDONullIdentityException - exception javax.jdo.JDONullIdentityException.
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 class javax.jdo.JDONullIdentityException
Constructs a new JDONullIdentityException without a detail message.
JDONullIdentityException(String) - Constructor for class javax.jdo.JDONullIdentityException
Constructs a new JDONullIdentityException with the specified detail message.
JDONullIdentityException(String, Object) - Constructor for class javax.jdo.JDONullIdentityException
Constructs a new JDONullIdentityException with the specified detail message and failed object.
JDONullIdentityException(String, Throwable[]) - Constructor for class javax.jdo.JDONullIdentityException
Constructs a new JDONullIdentityException with the specified detail message and nested Throwables.
JDONullIdentityException(String, Throwable) - Constructor for class javax.jdo.JDONullIdentityException
Constructs a new JDONullIdentityException with the specified detail message and nested Throwables.
JDOObjectNotFoundException - exception javax.jdo.JDOObjectNotFoundException.
This class represents exceptions caused by the user accessing an object that does not exist in the datastore.
JDOObjectNotFoundException() - Constructor for class javax.jdo.JDOObjectNotFoundException
Constructs a new JDOObjectNotFoundException without a detail message.
JDOObjectNotFoundException(String) - Constructor for class javax.jdo.JDOObjectNotFoundException
Constructs a new JDOObjectNotFoundException with the specified detail message.
JDOObjectNotFoundException(String, Object) - Constructor for class javax.jdo.JDOObjectNotFoundException
Constructs a new JDOObjectNotFoundException with the specified detail message and failed object.
JDOObjectNotFoundException(String, Throwable[]) - Constructor for class javax.jdo.JDOObjectNotFoundException
Constructs a new JDOObjectNotFoundException with the specified detail message and nested Throwables.
JDOOptimisticVerificationException - exception javax.jdo.JDOOptimisticVerificationException.
This class represents optimistic verification failures.
JDOOptimisticVerificationException() - Constructor for class javax.jdo.JDOOptimisticVerificationException
Constructs a new JDOOptimisticVerificationException without a detail message.
JDOOptimisticVerificationException(String) - Constructor for class javax.jdo.JDOOptimisticVerificationException
Constructs a new JDOOptimisticVerificationException with the specified detail message.
JDOOptimisticVerificationException(String, Object) - Constructor for class javax.jdo.JDOOptimisticVerificationException
Constructs a new JDOOptimisticVerificationException with the specified detail message and failed object.
JDOOptimisticVerificationException(String, Throwable[]) - Constructor for class javax.jdo.JDOOptimisticVerificationException
Constructs a new JDOOptimisticVerificationException with the specified detail message and nested Throwables.
JDOPermission - class javax.jdo.spi.JDOPermission.
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.
JDOQL - Static variable in interface javax.jdo.Query
The string constant used as the first argument to PersistenceManager.newQuery(String,Object) to identify that the created query should obey the JDOQL syntax and semantic rules.
JDOUnsupportedOptionException - exception javax.jdo.JDOUnsupportedOptionException.
This class represents exceptions caused by the use of optional features not supported by the JDO implementation.
JDOUnsupportedOptionException() - Constructor for class javax.jdo.JDOUnsupportedOptionException
Constructs a new JDOUnsupportedOptionException without a detail message.
JDOUnsupportedOptionException(String) - Constructor for class javax.jdo.JDOUnsupportedOptionException
Constructs a new JDOUnsupportedOptionException with the specified detail message.
JDOUnsupportedOptionException(String, Throwable[]) - Constructor for class javax.jdo.