| Package | Description |
|---|---|
| org.springframework.data.jpa.provider |
JPA provider-specific utilities.
|
| org.springframework.data.jpa.repository.query |
Query implementation to execute 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,
QueryMethodEvaluationContextProvider 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.