Spring Data Document

Uses of Class
org.springframework.data.mongodb.repository.ConvertingParameterAccessor

Packages that use ConvertingParameterAccessor
org.springframework.data.mongodb.repository MongoDB specific repository implementation. 
 

Uses of ConvertingParameterAccessor in org.springframework.data.mongodb.repository
 

Methods in org.springframework.data.mongodb.repository with parameters of type ConvertingParameterAccessor
protected  Query StringBasedMongoQuery.createQuery(ConvertingParameterAccessor accessor)
           
protected  Query PartTreeMongoQuery.createQuery(ConvertingParameterAccessor accessor)
           
protected abstract  Query AbstractMongoQuery.createQuery(ConvertingParameterAccessor accessor)
          Create a Query instance using the given ParameterAccessor
 


Spring Data Document

Copyright © 2011. All Rights Reserved.