Uses of Enum
javax.persistence.PersistenceContextType
Packages that use PersistenceContextType
-
Uses of PersistenceContextType in javax.persistence
Subclasses with type arguments of type PersistenceContextType in javax.persistenceModifier and TypeClassDescriptionenumSpecifies whether a transaction-scoped or extended persistence context is to be used inPersistenceContext.Methods in javax.persistence that return PersistenceContextTypeModifier and TypeMethodDescriptionstatic PersistenceContextTypeReturns the enum constant of this type with the specified name.static PersistenceContextType[]PersistenceContextType.values()Returns an array containing the constants of this enum type, in the order they are declared.