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