Uses of Enum Class
org.springframework.data.jpa.provider.PersistenceProvider
Packages that use PersistenceProvider
-
Uses of PersistenceProvider in org.springframework.data.jpa.provider
Subclasses with type arguments of type PersistenceProvider in org.springframework.data.jpa.providerModifier and TypeClassDescriptionenumEnumeration representing persistence providers to be used.Methods in org.springframework.data.jpa.provider that return PersistenceProviderModifier and TypeMethodDescriptionstatic PersistenceProviderPersistenceProvider.fromEntityManager(EntityManager em) Determines thePersistenceProviderfrom the givenEntityManagerby introspectingEntityManagerFactoryviaEntityManager.getEntityManagerFactory().static PersistenceProviderPersistenceProvider.fromEntityManagerFactory(EntityManagerFactory emf) Determines thePersistenceProviderfrom the givenEntityManagerFactory.static PersistenceProviderPersistenceProvider.fromMetamodel(Metamodel metamodel) Determines thePersistenceProviderfrom the givenMetamodel.static PersistenceProviderReturns the enum constant of this class with the specified name.static PersistenceProvider[]PersistenceProvider.values()Returns an array containing the constants of this enum class, in the order they are declared.