| 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 QueryLookupStrategy |
JpaQueryLookupStrategy.create(javax.persistence.EntityManager em,
QueryLookupStrategy.Key key,
QueryExtractor extractor,
EvaluationContextProvider evaluationContextProvider,
EscapeCharacter escape)
|
| Constructor and Description |
|---|
JpaQueryMethod(Method method,
RepositoryMetadata metadata,
ProjectionFactory factory,
QueryExtractor extractor)
Creates a
JpaQueryMethod. |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.