Spring Data Commons

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

Packages that use ParameterAccessor
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. 
 

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

Classes in org.springframework.data.repository.query that implement ParameterAccessor
 class ParametersParameterAccessor
          ParameterAccessor implementation using a Parameters instance to find special parameters.
 

Uses of ParameterAccessor in org.springframework.data.repository.query.parser
 

Constructors in org.springframework.data.repository.query.parser with parameters of type ParameterAccessor
AbstractQueryCreator(PartTree tree, ParameterAccessor parameters)
          Creates a new AbstractQueryCreator for the given PartTree and ParametersParameterAccessor.
 


Spring Data Commons

Copyright © 2011. All Rights Reserved.