Uses of Enum Class
org.springframework.data.jpa.provider.PersistenceProvider
Packages that use PersistenceProvider
-
Uses of PersistenceProvider in org.springframework.data.jpa.provider
Methods in org.springframework.data.jpa.provider that return PersistenceProviderModifier and TypeMethodDescriptionstatic PersistenceProvider
PersistenceProvider.fromEntityManager
(jakarta.persistence.EntityManager em) Determines thePersistenceProvider
from the givenEntityManager
.static PersistenceProvider
PersistenceProvider.fromMetamodel
(jakarta.persistence.metamodel.Metamodel metamodel) Determines thePersistenceProvider
from the givenMetamodel
.static PersistenceProvider
Returns 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.