See: Description
| Class | Description |
|---|---|
| MappingMongoEntityInformation<T,ID> |
MongoEntityInformation implementation using a MongoPersistentEntity instance to lookup the necessary
information. |
| MongoAnnotationProcessor |
Annotation processor to create Querydsl query types for QueryDsl annotated classes.
|
| MongoRepositoryFactory |
Factory to create
MongoRepository instances. |
| MongoRepositoryFactoryBean<T extends Repository<S,ID>,S,ID extends Serializable> |
FactoryBean to create MongoRepository instances. |
| QuerydslAbstractMongodbQuery<K,Q extends QuerydslAbstractMongodbQuery<K,Q>> |
QuerydslAbstractMongodbQuery provides a base class for general Querydsl query implementation. |
| QuerydslAnyEmbeddedBuilder<Q extends QuerydslAbstractMongodbQuery<K,Q>,K> |
QuerydslAnyEmbeddedBuilder is a builder for constraints on embedded objects. |
| QuerydslJoinBuilder<Q extends QuerydslAbstractMongodbQuery<K,Q>,K,T> |
QuerydslJoinBuilder is a builder for join constraints. |
| QuerydslMongoPredicateExecutor<T> |
MongoDB-specific
QuerydslPredicateExecutor that allows execution Predicates in various forms. |
| QuerydslMongoRepository<T,ID extends Serializable> | Deprecated
since 2.0.
|
| QuerydslRepositorySupport |
Base class to create repository implementations based on Querydsl.
|
| ReactiveMongoRepositoryFactory |
Factory to create
ReactiveMongoRepository instances. |
| ReactiveMongoRepositoryFactoryBean<T extends Repository<S,ID>,S,ID extends Serializable> |
FactoryBean to create
ReactiveMongoRepository instances. |
| SimpleMongoRepository<T,ID> |
Repository base implementation for Mongo.
|
| SimpleReactiveMongoRepository<T,ID extends Serializable> |
Reactive repository base implementation for Mongo.
|
| SpringDataMongodbQuery<T> |
Spring Data specific simple
Fetchable Query
implementation. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.