Uses of Package
javax.persistence

Packages that use javax.persistence
javax.persistence API used by EJB 3.0 container 
javax.persistence.criteria   
javax.persistence.spi API used by EJB 3.0 container 
 

Classes in javax.persistence used by javax.persistence
AccessType
          Is used with the annotation to specify an access type to be applied to an entity class, mapped superclass, or embeddable class, or to a specific attribute of such a class.
Cache
          Interface used to interact with the second-level cache.
CacheRetrieveMode
          Used as the value of the javax.persistence.cache.retrieveMode property to specify the behavior when data is retrieved by the find methods and by queries.
CacheStoreMode
          Used as the value of the javax.persistence.cache.storeMode property to specify the behavior when data is read from the database and when data is committed into the database.
CascadeType
          List of operations that are cascadable.
DiscriminatorType
          The DiscriminatorType enum defines the different types for DiscriminatorColumn.
EntityManager
          Interface used to interact with the persistence context.
EntityManagerFactory
          Interface used to interact with the entity manager factory for the persistence unit.
EntityTransaction
          The EntityTransaction interface is used to control resource transactions on resource-local entity managers.
EnumType
          The EnumType enum defines the mapping for enumerated types.
FetchType
          The FetchType enum defines strategies for fetching data from the database.
FlushModeType
          When queries are executed within a transaction, if FlushModeType.AUTO is set on the Query object, or if the flush mode setting for the persistence context is AUTO (the default) and a flush mode setting has not been specified for the Query object, the persistence provider is responsible for ensuring that all updates to the state of all entities in the persistence context which could potentially affect the result of the query are visible to the processing of the query.
GenerationType
          Enumeration of the types of primary key generation.
InheritanceType
          The InheritanceType enum defines the strategy for mapping used in Inheritance.
LockModeType
          Lock modes available.
Parameter
          Type for query parameter objects.
PersistenceContextType
          Enumeration of possible values for PersistenceContext : Transaction scoped or extended.
PersistenceException
          The PersistenceException is thrown by the persistence provider when a problem occurs.
PersistenceUnitUtil
          The PersistenceUnitUtil interface provides access to utility methods that can be invoked on entities associated with the persistence unit.
PersistenceUtil
          Utility interface between the application and the persistence provider(s).
PessimisticLockScope
          Defines the values of the javax.persistence.lock.scope property for pessimistic locking.
Query
          Interface used to control query execution.
SharedCacheMode
          The enum javax.persistence.SharedCacheMode defines the use of caching.
TemporalType
          The TemporalType enum defines the mapping for these temporal types.
TupleElement
          The TupleElement interface defines an element that is returned in a query result tuple.
TypedQuery
          Interface used to control the execution of typed queries.
ValidationMode
          The validation mode to be used by the provider for the persistence unit.
 

Classes in javax.persistence used by javax.persistence.criteria
Parameter
          Type for query parameter objects.
Tuple
          Interface for extracting the elements of a query result tuple.
TupleElement
          The TupleElement interface defines an element that is returned in a query result tuple.
 

Classes in javax.persistence used by javax.persistence.spi
EntityManagerFactory
          Interface used to interact with the entity manager factory for the persistence unit.
SharedCacheMode
          The enum javax.persistence.SharedCacheMode defines the use of caching.
ValidationMode
          The validation mode to be used by the provider for the persistence unit.
 



Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.