| Package | Description |
|---|---|
| org.springframework.data.jpa.provider | |
| org.springframework.data.jpa.repository.query |
Query implementation to exectue queries against JPA.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PersistenceProvider
Enumeration representing persistence providers to be used.
|
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.data.repository.query.QueryLookupStrategy |
JpaQueryLookupStrategy.create(javax.persistence.EntityManager em,
org.springframework.data.repository.query.QueryLookupStrategy.Key key,
QueryExtractor extractor,
org.springframework.data.repository.query.EvaluationContextProvider evaluationContextProvider)
Creates a
QueryLookupStrategy for the given EntityManager and QueryLookupStrategy.Key. |
| Constructor and Description |
|---|
JpaQueryMethod(Method method,
org.springframework.data.repository.core.RepositoryMetadata metadata,
org.springframework.data.projection.ProjectionFactory factory,
QueryExtractor extractor)
Creates a
JpaQueryMethod. |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.