Spring Data Document

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

Packages that use org.springframework.data.mongodb.repository.query
org.springframework.data.mongodb.repository.query   
org.springframework.data.mongodb.repository.support   
 

Classes in org.springframework.data.mongodb.repository.query used by org.springframework.data.mongodb.repository.query
AbstractMongoQuery
          Base class for RepositoryQuery implementations for Mongo.
ConvertingParameterAccessor
          Custom ParameterAccessor that uses a MongoWriter to serialize parameters into Mongo format.
ConvertingParameterAccessor.PotentiallyConvertingIterator
          Custom Iterator that adds a method to access elements in a converted manner.
EntityInformationCreator
          Interface for components being able to provide EntityInformationCreator for a given Class.
MongoEntityInformation
          Mongo specific EntityInformation.
MongoParameterAccessor
          Mongo-specific ParameterAccessor exposing a maximum distance parameter.
MongoParameters
          Custom extension of Parameters discovering additional
MongoQueryMethod
          TODO - Extract methods for MongoQueryMethod.getAnnotatedQuery() into superclass as it is currently copied from Spring Data JPA
 

Classes in org.springframework.data.mongodb.repository.query used by org.springframework.data.mongodb.repository.support
EntityInformationCreator
          Interface for components being able to provide EntityInformationCreator for a given Class.
MongoEntityInformation
          Mongo specific EntityInformation.
 


Spring Data Document

Copyright © 2012. All Rights Reserved.