Spring Data Commons

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

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

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

Methods in org.springframework.data.repository.core.support with parameters of type QueryLookupStrategy.Key
protected  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.
 

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.
 


Spring Data Commons

Copyright © 2012. All Rights Reserved.