Uses of Package
javax.jdo

Packages that use javax.jdo
Package
Description
Package providing the Java Data Objects (JDO) primary API components.
This package contains classes representing the different components of the JDO Metadata.
This package contains the interfaces and classes used by JDO implementations.
  • Classes in javax.jdo used by javax.jdo
    Class
    Description
    Converts persistent attribute values (fields or properties) to different values stored in the underlying datastore and vice versa.
    Constant values used in JDO.
    Instances of the Extent class represent the entire collection of instances in the data store of the candidate class or interface possibly including its subclasses or subinterfaces.
    FetchGroup represents a named fetch group for a specific class or interface.
    Fetch groups are activated using methods on this interface.
    This is the base class for exceptions that can be retried.
    This class represents data store exceptions that can be retried.
    Interface for a JDO Enhancer.
    This is the root of all JDO Exceptions.
    This class represents data store exceptions that cannot be retried.
    This class represents exceptions that are fatal; that is, the condition that caused it cannot be bypassed even if the operation is retried.
    This class can be used by a JDO-aware application to call the JDO behavior of PersistenceCapable instances without declaring them to be PersistenceCapable.
    Interface for a type-safe refactorable JDOQL query, using a fluent API, based around expressions.
    Interface for a type-safe subquery, using a fluent API.
    This class represents user errors that can possibly be retried.
    This class defines the object states for JDO instances.
    PersistenceManager is the primary interface for JDO-aware application components.
    The PersistenceManagerFactory is the interface to use to obtain PersistenceManager instances.
    The Query interface allows applications to obtain persistent instances, values, and aggregate data from the data store.
    The JDO Transaction interface provides for initiation and completion of transactions under user control.
  • Classes in javax.jdo used by javax.jdo.metadata
    Class
    Description
    Converts persistent attribute values (fields or properties) to different values stored in the underlying datastore and vice versa.
  • Classes in javax.jdo used by javax.jdo.spi
    Class
    Description
    PersistenceManager is the primary interface for JDO-aware application components.