Spring Data Commmons

Uses of Class
org.springframework.data.repository.query.QueryLookupStrategy.Key

Packages that use QueryLookupStrategy.Key
org.springframework.data.repository.config Base classes for repository namespace implementations. 
org.springframework.data.repository.query Support classes to work with query methods. 
org.springframework.data.repository.support Base classes to implement repositories for various data stores. 
 

Uses of QueryLookupStrategy.Key in org.springframework.data.repository.config
 

Methods in org.springframework.data.repository.config that return QueryLookupStrategy.Key
 QueryLookupStrategy.Key RepositoryConfig.getQueryLookupStrategyKey()
           
 QueryLookupStrategy.Key ParentDelegatingRepositoryConfigInformation.getQueryLookupStrategyKey()
           
 QueryLookupStrategy.Key ManualRepositoryConfigInformation.getQueryLookupStrategyKey()
           
 QueryLookupStrategy.Key CommonRepositoryConfigInformation.getQueryLookupStrategyKey()
          Returns the strategy finder methods should be resolved.
 

Uses of QueryLookupStrategy.Key in org.springframework.data.repository.query
 

Methods in org.springframework.data.repository.query that return QueryLookupStrategy.Key
static QueryLookupStrategy.Key QueryLookupStrategy.Key.create(String xml)
          Returns a strategy key from the given XML value.
static QueryLookupStrategy.Key QueryLookupStrategy.Key.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static QueryLookupStrategy.Key[] QueryLookupStrategy.Key.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of QueryLookupStrategy.Key in org.springframework.data.repository.support
 

Methods in org.springframework.data.repository.support with parameters of type QueryLookupStrategy.Key
protected abstract  QueryLookupStrategy RepositoryFactorySupport.getQueryLookupStrategy(QueryLookupStrategy.Key key)
          Returns the QueryLookupStrategy for the given QueryLookupStrategy.Key.
 void RepositoryFactorySupport.setQueryLookupStrategyKey(QueryLookupStrategy.Key key)
          Sets the strategy of how to lookup a query to execute finders.
 void RepositoryFactoryBeanSupport.setQueryLookupStrategyKey(QueryLookupStrategy.Key queryLookupStrategyKey)
          Set the QueryLookupStrategy.Key to be used.
 


Spring Data Commmons

Copyright © 2011. All Rights Reserved.