public final class JpaQueryLookupStrategy extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.data.repository.query.QueryLookupStrategy |
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. |
public static org.springframework.data.repository.query.QueryLookupStrategy create(javax.persistence.EntityManager em,
JpaQueryMethodFactory queryMethodFactory,
@Nullable
org.springframework.data.repository.query.QueryLookupStrategy.Key key,
org.springframework.data.repository.query.QueryMethodEvaluationContextProvider evaluationContextProvider,
EscapeCharacter escape)
QueryLookupStrategy for the given EntityManager and QueryLookupStrategy.Key.em - must not be null.queryMethodFactory - must not be null.key - may be null.evaluationContextProvider - must not be null.escape - extractor - must not be null.Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.