Spring Data Commons

Uses of Interface
org.springframework.data.repository.core.NamedQueries

Packages that use NamedQueries
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 NamedQueries in org.springframework.data.repository.core.support
 

Classes in org.springframework.data.repository.core.support that implement NamedQueries
 class PropertiesBasedNamedQueries
          NamedQueries implementation backed by a Properties instance.
 

Fields in org.springframework.data.repository.core.support declared as NamedQueries
static NamedQueries PropertiesBasedNamedQueries.EMPTY
           
 

Methods in org.springframework.data.repository.core.support with parameters of type NamedQueries
 void RepositoryFactorySupport.setNamedQueries(NamedQueries namedQueries)
          Configures a NamedQueries instance to be handed to the QueryLookupStrategy for query creation.
 void RepositoryFactoryBeanSupport.setNamedQueries(NamedQueries namedQueries)
          Setter to inject a NamedQueries instance.
 

Uses of NamedQueries in org.springframework.data.repository.query
 

Methods in org.springframework.data.repository.query with parameters of type NamedQueries
 RepositoryQuery QueryLookupStrategy.resolveQuery(Method method, RepositoryMetadata metadata, NamedQueries namedQueries)
          Resolves a RepositoryQuery from the given QueryMethod that can be executed afterwards.
 


Spring Data Commons

Copyright © 2012. All Rights Reserved.