| Package | Description |
|---|---|
| org.springframework.data.jpa.repository.query |
Query implementation to execute queries against JPA.
|
| org.springframework.data.jpa.repository.support |
JPA repository implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJpaQueryMethodFactory
A factory for creating
JpaQueryMethod instances. |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.data.repository.query.QueryLookupStrategy |
JpaQueryLookupStrategy.create(javax.persistence.EntityManager em,
JpaQueryMethodFactory queryMethodFactory,
org.springframework.data.repository.query.QueryLookupStrategy.Key key,
org.springframework.data.repository.query.QueryMethodEvaluationContextProvider evaluationContextProvider,
EscapeCharacter escape)
Creates a
QueryLookupStrategy for the given EntityManager and QueryLookupStrategy.Key. |
| Modifier and Type | Method and Description |
|---|---|
void |
JpaRepositoryFactoryBean.setQueryMethodFactory(JpaQueryMethodFactory factory)
Configures the
JpaQueryMethodFactory to be used. |
void |
JpaRepositoryFactory.setQueryMethodFactory(JpaQueryMethodFactory queryMethodFactory)
Configures the
JpaQueryMethodFactory to be used. |
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.