Spring Data Commmons

Uses of Package
org.springframework.data.repository.query

Packages that use org.springframework.data.repository.query
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.query.parser Support classes for parsing queries from method names. 
org.springframework.data.repository.support Base classes to implement repositories for various data stores. 
 

Classes in org.springframework.data.repository.query used by org.springframework.data.repository.config
QueryLookupStrategy.Key
           
 

Classes in org.springframework.data.repository.query used by org.springframework.data.repository.query
Parameter
          Class to abstract a single parameter of a query method.
Parameters
          Abstracts method parameters that have to be bound to query parameters or applied to the query independently.
QueryCreationException
          Exception to be thrown if a query cannot be created from a QueryMethod.
QueryLookupStrategy.Key
           
QueryMethod
          Abstraction of a method that is designated to execute a finder query.
RepositoryQuery
          Interface for a query abstraction.
SimpleParameterAccessor.BindableParameterIterator
          Iterator class to allow traversing all bindable parameters inside the accessor.
 

Classes in org.springframework.data.repository.query used by org.springframework.data.repository.query.parser
SimpleParameterAccessor
          SimpleParameterAccessor is used to bind method parameters.
SimpleParameterAccessor.BindableParameterIterator
          Iterator class to allow traversing all bindable parameters inside the accessor.
 

Classes in org.springframework.data.repository.query used by org.springframework.data.repository.support
QueryLookupStrategy
          Strategy interface for which way to lookup RepositoryQuerys.
QueryLookupStrategy.Key
           
 


Spring Data Commmons

Copyright © 2011. All Rights Reserved.