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 QueryLookupStrategy create(javax.persistence.EntityManager em, 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 QueryLookupStrategy create(javax.persistence.EntityManager em,
                                         QueryLookupStrategy.Key key,
                                         QueryExtractor extractor)
Creates a QueryLookupStrategy for the given EntityManager and QueryLookupStrategy.Key.

Parameters:
em -
key -
Returns:

Spring Data Jpa

Copyright © 2011-2012 SpringSource. All Rights Reserved.