Uses of Package
javax.persistence

Packages that use javax.persistence
javax.persistence   
javax.persistence.criteria   
javax.persistence.spi   
 

Classes in javax.persistence used by javax.persistence
AccessType
           
Cache
          Interface used to interact with the second-level cache.
Caching
           
CascadeType
          Defines the set of cascadable operations that are propagated to the associated entity.
DiscriminatorType
          Defines supported types of the discriminator column
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
          Defines mapping for the enumerated types.
FetchType
          Defines strategies for fetching data from the database.
FlushModeType
          Flush mode setting.
GenerationType
          Defines the types of primary key generation.
InheritanceType
          Defines inheritance strategy options.
LockModeType
          Lock modes that can be specified by means of the EntityManager.lock() method.
PersistenceContextType
          Specifies whether a transaction-scoped or extended persistence context is to be used in PersistenceContext.
PersistenceException
          Thrown by the persistence provider when a problem occurs.
PersistenceUtil
          Utility interface between the application and the persistence provider(s).
Query
          Interface used to control query execution.
TemporalType
          Type used to indicate a specific mapping of Date or Calendar.
TupleElement
          The TupleElement interface defines an element that is returned in a query result tuple.
ValidationMode
           
 

Classes in javax.persistence used by javax.persistence.criteria
Parameter
          Type for query parameters.
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
Caching
           
EntityManagerFactory
          Interface used to interact with the entity manager factory * for the persistence unit.
ValidationMode
           
 



Copyright © 2007-2009 Hibernate.org. All Rights Reserved.