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)
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)
QueryLookupStrategy
for the given EntityManager
and QueryLookupStrategy.Key
.em
- key
- Copyright © 2011-2012-2012 SpringSource. All Rights Reserved.