Spring Data JPA

Uses of Class
org.springframework.data.jpa.repository.support.PersistenceProvider

Packages that use PersistenceProvider
org.springframework.data.jpa.repository.support JPA repository implementations. 
 

Uses of PersistenceProvider in org.springframework.data.jpa.repository.support
 

Methods in org.springframework.data.jpa.repository.support that return PersistenceProvider
static PersistenceProvider PersistenceProvider.fromEntityManager(javax.persistence.EntityManager em)
          Determines the PersistenceProvider from the given EntityManager.
static PersistenceProvider PersistenceProvider.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PersistenceProvider[] PersistenceProvider.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


Spring Data JPA

Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.