Spring Data MongoDB

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

Interface Summary
ConvertingParameterAccessor.PotentiallyConvertingIterator Custom Iterator that adds a method to access elements in a converted manner.
MongoEntityInformation<T,ID extends Serializable> Mongo specific EntityInformation.
MongoEntityMetadata<T> Extension of EntityMetadata to additionally expose the collection name an entity shall be persisted to.
MongoParameterAccessor Mongo-specific ParameterAccessor exposing a maximum distance parameter.
 

Class Summary
AbstractMongoQuery Base class for RepositoryQuery implementations for Mongo.
ConvertingParameterAccessor Custom ParameterAccessor that uses a MongoWriter to serialize parameters into Mongo format.
MongoParameters Custom extension of Parameters discovering additional
MongoParametersParameterAccessor Mongo-specific ParametersParameterAccessor to allow access to the Distance parameter.
MongoQueryMethod Mongo specific implementation of QueryMethod.
PartTreeMongoQuery RepositoryQuery implementation for Mongo.
QueryUtils Collection of utility methods to apply sorting and pagination to a DBCursor.
StringBasedMongoQuery Query to use a plain JSON String to create the Query to actually execute.
 


Spring Data MongoDB

Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.