Spring Data MongoDB

Package org.springframework.data.mongodb.repository.support

Class Summary
MappingMongoEntityInformation<T,ID extends Serializable> MongoEntityInformation implementation using a MongoPersistentEntity instance to lookup the necessary information.
MongoAnnotationProcessor Annotation processor to create Querydsl query types for QueryDsl annoated classes.
MongoRepositoryFactory Factory to create MongoRepository instances.
MongoRepositoryFactoryBean<T extends Repository<S,ID>,S,ID extends Serializable> FactoryBean to create MongoRepository instances.
QueryDslMongoRepository<T,ID extends Serializable> Special QueryDsl based repository implementation that allows execution Predicates in various forms.
QuerydslRepositorySupport Base class to create repository implementations based on Querydsl.
SimpleMongoRepository<T,ID extends Serializable> Repository base implementation for Mongo.
 


Spring Data MongoDB

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