| Package | Description |
|---|---|
| org.springframework.data.jpa.provider | |
| org.springframework.data.jpa.repository.query |
Query implementation to exectue queries against JPA.
|
| Modifier and Type | Method and Description |
|---|---|
static PersistenceProvider |
PersistenceProvider.fromEntityManager(javax.persistence.EntityManager em)
Determines the
PersistenceProvider from the given EntityManager. |
static PersistenceProvider |
PersistenceProvider.fromMetamodel(javax.persistence.metamodel.Metamodel metamodel)
Determines the
PersistenceProvider from the given Metamodel. |
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.
|
| Constructor and Description |
|---|
PartTreeJpaQuery(JpaQueryMethod method,
javax.persistence.EntityManager em,
PersistenceProvider persistenceProvider)
Creates a new
PartTreeJpaQuery. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.