Library:Java EE 5
Version:5.0.0
Compatibility:JDK 1.5
Enums in library Java EE 5.
NamePackageDescription
CascadeTypejavax.persistenceDefines the set of cascadable operations that are propagated to the associated entity.
DiscriminatorTypejavax.persistenceDefines supported types of the discriminator column.
EnumTypejavax.persistenceDefines mapping for the enumerated types.
FetchTypejavax.persistenceDefines strategies for fetching data from the database.
FlushModeTypejavax.persistenceFlush mode setting.
GenerationTypejavax.persistenceDefines the types of primary key generation.
InheritanceTypejavax.persistenceDefines inheritance strategy options.
LockModeTypejavax.persistenceLock modes that can be specified by means of the EntityManager.lock() method.
PersistenceContextTypejavax.persistenceSpecifies whether a transaction-scoped or extended persistence context is to be used in PersistenceContext .
PersistenceUnitTransactionTypejavax.persistence.spiThis enum class defines whether the entity managers created by the EntityManagerFactory will be JTA or resource-local entity managers.
TemporalTypejavax.persistenceType used to indicate a specific mapping of Date or Calendar .
TransactionAttributeTypejavax.ejbNo description provided.
TransactionManagementTypejavax.ejbNo description provided.
Search