Uses of Interface
javax.persistence.spi.PersistenceProvider

Packages that use PersistenceProvider
javax.persistence The javax.persistence package contains the classes and interfaces that define the contracts between a persistence provider and the managed classes and the clients of the Java Persistence API. 
 

Uses of PersistenceProvider in javax.persistence
 

Fields in javax.persistence with type parameters of type PersistenceProvider
protected static Set<PersistenceProvider> Persistence.providers