Spring Data Document

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

Class Summary
DefaultEntityInformationCreator Simple EntityInformationCreator to to create MongoEntityInformation instances based on a MappingContext.
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 Document

Copyright © 2012. All Rights Reserved.