Uses of Enum Class
org.springframework.data.jpa.provider.PersistenceProvider
-
Uses of PersistenceProvider in org.springframework.data.jpa.provider
Modifier 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.