See: Description
| Class | Description |
|---|---|
| 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.
|
Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.