Uses of Package
javax.persistence

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

Classes in javax.persistence used by javax.persistence
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
          Factory of EntityManager.
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.
PersistenceContextType
          Enumeration of possible values for PersistenceContext : Transaction scoped or extended.
PersistenceException
          The PersistenceException is thrown by the persistence provider when a problem occurs.
Query
          Interface used to control query execution.
TemporalType
          The TemporalType enum defines the mapping for these temporal types.
 

Classes in javax.persistence used by javax.persistence.spi
EntityManagerFactory
          Factory of EntityManager.
 



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