Spring Data Commons

Uses of Interface
org.springframework.data.repository.query.RepositoryQuery

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

Classes in org.springframework.data.repository.core.support with type parameters of type RepositoryQuery
 interface QueryCreationListener<T extends RepositoryQuery>
          Callback for listeners that want to execute functionality on RepositoryQuery creation.
 

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

Methods in org.springframework.data.repository.query that return RepositoryQuery
 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 © 2011. All Rights Reserved.