Spring Data Jpa

org.springframework.data.jpa.repository.query
Class JpaQueryLookupStrategy

java.lang.Object
  extended by org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy

public final class JpaQueryLookupStrategy
extends Object

Query lookup strategy to execute finders.

Author:
Oliver Gierke

Method Summary
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public 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.

Parameters:
em -
key -
Returns:

Spring Data Jpa

Copyright © 2011 SpringSource. All Rights Reserved.