| Name | Description | Type | Package | Framework |
| AbstractDeleteEvent | Base class for delete events. | Class | org.springframework.data.mongodb.core.mapping.event | SpringData MongoDb |
|
| AbstractMongoConfiguration | Base class for Spring Data MongoDB configuration using JavaConfig. | Class | org.springframework.data.mongodb.config | SpringData MongoDb |
|
| AbstractMongoConverter | Base class for MongoConverter implementations. | Class | org.springframework.data.mongodb.core.convert | SpringData MongoDb |
|
| AbstractMongoEventListener | Base class to implement domain class specific ApplicationListeners. | Class | org.springframework.data.mongodb.core.mapping.event | SpringData MongoDb |
|
| AbstractMongoQuery | Base class for RepositoryQuery implementations for Mongo. | Class | org.springframework.data.mongodb.repository.query | SpringData MongoDb |
|
| AbstractMonitor | | Class | org.springframework.data.mongodb.monitor | SpringData MongoDb |
|
| AfterConvertEvent | | Class | org.springframework.data.mongodb.core.mapping.event | SpringData MongoDb |
|
| AfterDeleteEvent | Event being thrown after a single or a set of documents has/have been deleted. | Class | org.springframework.data.mongodb.core.mapping.event | SpringData MongoDb |
|
| AfterLoadEvent | Event to be triggered after loading DBObjects to be mapped onto a given type. | Class | org.springframework.data.mongodb.core.mapping.event | SpringData MongoDb |
|
| AfterSaveEvent | | Class | org.springframework.data.mongodb.core.mapping.event | SpringData MongoDb |
|
| Aggregation | An Aggregation is a representation of a list of aggregation steps to be performed by the MongoDB AggregationSince:1. | Class | org.springframework.data.mongodb.core.aggregation | SpringData MongoDb |
|
| AggregationFunctionExpressions | enum AggregationFunctionExpressionsAn enum of supported AggregationExpressions in aggregation pipeline stages. | Class | org.springframework.data.mongodb.core.aggregation | SpringData MongoDb |
|
| AggregationOperation | Represents one single operation in an aggregation pipeline. | Interface | org.springframework.data.mongodb.core.aggregation | SpringData MongoDb |
|
| AggregationOperationContext | The context for an AggregationOperation. | Interface | org.springframework.data.mongodb.core.aggregation | SpringData MongoDb |
|
| AggregationOptions | Holds a set of configurable aggregation options that can be used within an aggregation pipeline. | Class | org.springframework.data.mongodb.core.aggregation | SpringData MongoDb |
|
| AggregationResults | Collects the results of executing an aggregation operation. | Class | org.springframework.data.mongodb.core.aggregation | SpringData MongoDb |
|
| AssertMetrics | | Class | org.springframework.data.mongodb.monitor | SpringData MongoDb |
|
| AuditingEventListener | Event listener to populate auditing related fields on an entity about to be saved. | Class | org.springframework.data.mongodb.core.mapping.event | SpringData MongoDb |
|
| BackgroundFlushingMetrics | | Class | org.springframework.data.mongodb.monitor | SpringData MongoDb |
|
| BasicMongoPersistentEntity | MongoDB specific MongoPersistentEntity implementation that adds Mongo specific meta-data such as thecollection name and the like. | Class | org.springframework.data.mongodb.core.mapping | SpringData MongoDb |
|
| BasicMongoPersistentProperty | MongoDB specific MongoPersistentProperty implementation. | Class | org.springframework.data.mongodb.core.mapping | SpringData MongoDb |
|
| BasicQuery | Custom Query implementation to setup a basic query from some arbitrary JSON query string. | Class | org.springframework.data.mongodb.core.query | SpringData MongoDb |
|
| BasicUpdate | | Class | org.springframework.data.mongodb.core.query | SpringData MongoDb |
|
| BeanNames | Constants to declare bean names used by the namespace configuration. | Class | org.springframework.data.mongodb.config | SpringData MongoDb |
|
| BeforeConvertEvent | Event being thrown before a domain object is converted to be persisted. | Class | org.springframework.data.mongodb.core.mapping.event | SpringData MongoDb |
|
| BeforeDeleteEvent | Event being thrown before a document is deleted. | Class | org.springframework.data.mongodb.core.mapping.event | SpringData MongoDb |
|
| BeforeSaveEvent | | Class | org.springframework.data.mongodb.core.mapping.event | SpringData MongoDb |
|
| BtreeIndexCounters | | Class | org.springframework.data.mongodb.monitor | SpringData MongoDb |
|
| CachingMongoPersistentProperty | MongoPersistentProperty caching access to isIdProperty() and getFieldName(). | Class | org.springframework.data.mongodb.core.mapping | SpringData MongoDb |
|
| CannotGetMongoDbConnectionException | Exception being thrown in case we cannot connect to a MongoDB instance. | Class | org.springframework.data.mongodb | SpringData MongoDb |
|
| CollectionCallback | | Interface | org.springframework.data.mongodb.core | SpringData MongoDb |
|
| CollectionOptions | Provides a simple wrapper to encapsulate the variety of settings you can use when creating a collection. | Class | org.springframework.data.mongodb.core | SpringData MongoDb |
|
| CompoundIndex | Mark a class to use compound indexes. | Class | org.springframework.data.mongodb.core.index | SpringData MongoDb |
|
| CompoundIndexDefinition | Index definition to span multiple keys. | Class | org.springframework.data.mongodb.core.index | SpringData MongoDb |
|
| CompoundIndexes | | Class | org.springframework.data.mongodb.core.index | SpringData MongoDb |
|
| ConnectionMetrics | | Class | org.springframework.data.mongodb.monitor | SpringData MongoDb |
|
| ConvertingParameterAccessor | Custom ParameterAccessor that uses a MongoWriter to serialize parameters into Mongo format. | Class | org.springframework.data.mongodb.repository.query | SpringData MongoDb |
|
| Criteria | Central class for creating queries. | Class | org.springframework.data.mongodb.core.query | SpringData MongoDb |
|
| CriteriaDefinition | | Interface | org.springframework.data.mongodb.core.query | SpringData MongoDb |
|
| CustomConversions | Value object to capture custom conversion. | Class | org.springframework.data.mongodb.core.convert | SpringData MongoDb |
|
| DbCallback | | Interface | org.springframework.data.mongodb.core | SpringData MongoDb |
|
| DBObjectUtils | | Class | org.springframework.data.mongodb.util | SpringData MongoDb |
|
| DBRef | An annotation that indicates the annotated field is to be stored using a DBRef. | Class | org.springframework.data.mongodb.core.mapping | SpringData MongoDb |
|
| DbRefProxyHandler | | Interface | org.springframework.data.mongodb.core.convert | SpringData MongoDb |
|
| DbRefResolver | Used to resolve associations annotated with DBRef. | Interface | org.springframework.data.mongodb.core.convert | SpringData MongoDb |
|
| DbRefResolverCallback | Callback interface to be used in conjunction with DbRefResolver. | Interface | org.springframework.data.mongodb.core.convert | SpringData MongoDb |
|
| DefaultDbRefResolver | A DbRefResolver that resolves DBRefs by delegating to aDbRefResolverCallback than is able to generate lazy loading proxies. | Class | org.springframework.data.mongodb.core.convert | SpringData MongoDb |
|
| DefaultIndexOperations | Default implementation of IndexOperations. | Class | org.springframework.data.mongodb.core | SpringData MongoDb |
|
| DefaultMongoTypeMapper | Default implementation of MongoTypeMapper allowing configuration of the key to lookup and store typeinformation in DBObject. | Class | org.springframework.data.mongodb.core.convert | SpringData MongoDb |
|
| Document | Identifies a domain object to be persisted to MongoDB. | Class | org.springframework.data.mongodb.core.mapping | SpringData MongoDb |
|
| DocumentCallbackHandler | An interface used by MongoTemplate for processing documents returned from a MongoDB query on a per-documentbasis. | Interface | org.springframework.data.mongodb.core | SpringData MongoDb |
|
| EnableMongoAuditing | Annotation to enable auditing in MongoDB via annotation configuration. | Class | org.springframework.data.mongodb.config | SpringData MongoDb |
|
| EnableMongoRepositories | Annotation to activate MongoDB repositories. | Class | org.springframework.data.mongodb.repository.config | SpringData MongoDb |
|
| ExecutableMongoScript | Value object for MongoDB JavaScript functions implementation that can be saved or directly executed. | Class | org.springframework.data.mongodb.core.script | SpringData MongoDb |
|
| ExposedFields | Value object to capture the fields exposed by an AggregationOperation. | Class | org.springframework.data.mongodb.core.aggregation | SpringData MongoDb |
|
| ExpressionNode | A value object for nodes in an expression. | Class | org.springframework.data.mongodb.core.spel | SpringData MongoDb |
|
| ExpressionTransformationContextSupport | The context for an ExpressionNode transformation. | Class | org.springframework.data.mongodb.core.spel | SpringData MongoDb |
|
| ExpressionTransformer | SPI interface to implement components that can transfrom an ExpressionTransformationContextSupport into anAuthor:Oliver Gierke | Interface | org.springframework.data.mongodb.core.spel | SpringData MongoDb |
|
| Field | Abstraction for a field. | Class | org.springframework.data.mongodb.core.aggregation | SpringData MongoDb |
|
| Field | Annotation to define custom metadata for document fields. | Class | org.springframework.data.mongodb.core.mapping | SpringData MongoDb |
|
| Field | | Class | org.springframework.data.mongodb.core.query | SpringData MongoDb |
|
| Fields | Value object to capture a list of Field instances. | Class | org.springframework.data.mongodb.core.aggregation | SpringData MongoDb |
|
| FieldsExposingAggregationOperation | AggregationOperation that exposes new ExposedFields that can be used for later aggregation pipelineAggregationOperations. | Interface | org.springframework.data.mongodb.core.aggregation | SpringData MongoDb |
|
| FindAndModifyOptions | | Class | org.springframework.data.mongodb.core | SpringData MongoDb |
|
| GeoCommand | Wrapper around a Shape to allow appropriate query rendering. | Class | org.springframework.data.mongodb.core.query | SpringData MongoDb |
|
| GeoJson | Interface definition for structures defined in GeoJSON (http://geojson. | Interface | org.springframework.data.mongodb.core.geo | SpringData MongoDb |
|
| GeoJsonConfiguration | Configuration class to expose GeoJsonModule as a Spring bean. | Class | org.springframework.data.mongodb.core | SpringData MongoDb |
|
| GeoJsonGeometryCollection | Defines a GeoJsonGeometryCollection that consists of a List of GeoJson objects. | Class | org.springframework.data.mongodb.core.geo | SpringData MongoDb |
|
| GeoJsonLineString | GeoJsonLineString is defined as list of at least 2 Points. | Class | org.springframework.data.mongodb.core.geo | SpringData MongoDb |
|
| GeoJsonModule | A Jackson Module to register custom JsonSerializer and JsonDeserializers for GeoJSON types. | Class | org.springframework.data.mongodb.core.geo | SpringData MongoDb |
|
| GeoJsonMultiLineString | GeoJsonMultiLineString is defined as list of GeoJsonLineStrings. | Class | org.springframework.data.mongodb.core.geo | SpringData MongoDb |
|
| GeoJsonMultiPoint | GeoJsonMultiPoint is defined as list of Points. | Class | org.springframework.data.mongodb.core.geo | SpringData MongoDb |
|
| GeoJsonMultiPolygon | GeoJsonMultiPolygon is defined as a list of GeoJsonPolygons. | Class | org.springframework.data.mongodb.core.geo | SpringData MongoDb |
|
| GeoJsonPoint | GeoJson representation of Point. | Class | org.springframework.data.mongodb.core.geo | SpringData MongoDb |
|
| GeoJsonPolygon | GeoJson representation of Polygon. | Class | org.springframework.data.mongodb.core.geo | SpringData MongoDb |
|
| GeoNearOperation | Represents a geoNear aggregation operation. | Class | org.springframework.data.mongodb.core.aggregation | SpringData MongoDb |
|
| GeospatialIndex | Value object to capture data to create a geo index. | Class | org.springframework.data.mongodb.core.index | SpringData MongoDb |
|
| GeoSpatialIndexed | Mark a field to be indexed using MongoDB's geospatial indexing feature. | Class | org.springframework.data.mongodb.core.index | SpringData MongoDb |
|
| GeoSpatialIndexType | enum GeoSpatialIndexTypeGeoposatial index type. | Class | org.springframework.data.mongodb.core.index | SpringData MongoDb |
|
| GlobalLockMetrics | | Class | org.springframework.data.mongodb.monitor | SpringData MongoDb |
|
| GridFsCriteria | GridFs-specific helper class to define Criterias. | Class | org.springframework.data.mongodb.gridfs | SpringData MongoDb |
|
| GridFsOperations | Collection of operations to store and read files from MongoDB GridFS. | Interface | org.springframework.data.mongodb.gridfs | SpringData MongoDb |
|
| GridFsResource | GridFSDBFile based Resource implementation. | Class | org.springframework.data.mongodb.gridfs | SpringData MongoDb |
|
| GridFsTemplate | GridFsOperations implementation to store content into MongoDB GridFS. | Class | org.springframework.data.mongodb.gridfs | SpringData MongoDb |
|
| GroupBy | Collects the parameters required to perform a group operation on a collection. | Class | org.springframework.data.mongodb.core.mapreduce | SpringData MongoDb |
|
| GroupByResults | Collects the results of executing a group operation. | Class | org.springframework.data.mongodb.core.mapreduce | SpringData MongoDb |
|
| GroupOperation | Encapsulates the aggregation framework $group-operation. | Class | org.springframework.data.mongodb.core.aggregation | SpringData MongoDb |
|
| Index | | Class | org.springframework.data.mongodb.core.index | SpringData MongoDb |
|
| IndexDefinition | | Interface | org.springframework.data.mongodb.core.index | SpringData MongoDb |
|
| IndexDirection | | Class | org.springframework.data.mongodb.core.index | SpringData MongoDb |
|
| Indexed | Mark a field to be indexed using MongoDB's indexing feature. | Class | org.springframework.data.mongodb.core.index | SpringData MongoDb |
|
| IndexField | Value object for an index field. | Class | org.springframework.data.mongodb.core.index | SpringData MongoDb |
|
| IndexInfo | | Class | org.springframework.data.mongodb.core.index | SpringData MongoDb |
|
| IndexOperations | Index operations on a collection. | Interface | org.springframework.data.mongodb.core | SpringData MongoDb |
|
| IndexPredicate | | Class | org.springframework.data.mongodb.core.index | SpringData MongoDb |
|
| InvalidMongoDbApiUsageException | | Class | org.springframework.data.mongodb | SpringData MongoDb |
|
| LazyLoadingException | | Class | org.springframework.data.mongodb | SpringData MongoDb |
|
| LazyLoadingProxy | Allows direct interaction with the underlying DefaultDbRefResolver. | Interface | org.springframework.data.mongodb.core.convert | SpringData MongoDb |
|
| LimitOperation | Encapsulates the $limit-operation. | Class | org.springframework.data.mongodb.core.aggregation | SpringData MongoDb |
|
| LiteralNode | A node representing a literal in an expression. | Class | org.springframework.data.mongodb.core.spel | SpringData MongoDb |
|
| LoggingEventListener | ApplicationListener for Mongo mapping events logging the events. | Class | org.springframework.data.mongodb.core.mapping.event | SpringData MongoDb |
|
| MappingMongoConverter | MongoConverter that uses a MappingContext to do sophisticated mapping of domain objects toAuthor:Oliver Gierke, Jon Brisbin, Patrik Wasik, Thomas Darimont, Christoph Strobl | Class | org.springframework.data.mongodb.core.convert | SpringData MongoDb |
|
| MappingMongoConverterParser | Bean definition parser for the mapping-converter element. | Class | org.springframework.data.mongodb.config | SpringData MongoDb |
|
| MappingMongoEntityInformation | MongoEntityInformation implementation using a MongoPersistentEntity instance to lookup the necessaryinformation. | Class | org.springframework.data.mongodb.repository.support | SpringData MongoDb |
|
| MapReduceCounts | Value object to encapsulate results of a map-reduce count. | Class | org.springframework.data.mongodb.core.mapreduce | SpringData MongoDb |
|
| MapReduceOptions | | Class | org.springframework.data.mongodb.core.mapreduce | SpringData MongoDb |
|
| MapReduceResults | Collects the results of performing a MapReduce operations. | Class | org.springframework.data.mongodb.core.mapreduce | SpringData MongoDb |
|
| MapReduceTiming | | Class | org.springframework.data.mongodb.core.mapreduce | SpringData MongoDb |
|
| MatchOperation | Encapsulates the $match-operation. | Class | org.springframework.data.mongodb.core.aggregation | SpringData MongoDb |
|
| MemoryMetrics | | Class | org.springframework.data.mongodb.monitor | SpringData MongoDb |
|
| Meta | Meta-data for Query instances. | Class | org.springframework.data.mongodb.core.query | SpringData MongoDb |
|
| Meta | | Class | org.springframework.data.mongodb.repository | SpringData MongoDb |
|
| MethodReferenceNode | An ExpressionNode representing a method reference. | Class | org.springframework.data.mongodb.core.spel | SpringData MongoDb |
|
| MongoAction | Represents an action taken against the collection. | Class | org.springframework.data.mongodb.core | SpringData MongoDb |
|
| MongoActionOperation | enum MongoActionOperationEnumeration for operations on a collection. | Class | org.springframework.data.mongodb.core | SpringData MongoDb |
|
| MongoAdmin | Mongo server administration exposed via JMX annotationsAuthor:Mark Pollack, Thomas Darimont | Class | org.springframework.data.mongodb.core | SpringData MongoDb |
|
| MongoAdminOperations | | Interface | org.springframework.data.mongodb.core | SpringData MongoDb |
|
| MongoAnnotationProcessor | Annotation processor to create Querydsl query types for QueryDsl annotated classes. | Class | org.springframework.data.mongodb.repository.support | SpringData MongoDb |
|
| MongoAuditingBeanDefinitionParser | BeanDefinitionParser to register a AuditingEventListener to transparently set auditing information onAuthor:Oliver Gierke | Class | org.springframework.data.mongodb.config | SpringData MongoDb |
|
| MongoChangeSetPersister | | Class | org.springframework.data.mongodb.crossstore | SpringData MongoDb |
|
| MongoClientFactoryBean | Convenient factory for configuring MongoDB. | Class | org.springframework.data.mongodb.core | SpringData MongoDb |
|
| MongoClientOptionsFactoryBean | A factory bean for construction of a MongoClientOptions instance. | Class | org.springframework.data.mongodb.core | SpringData MongoDb |
|
| MongoClientParser | Parser for mongo-client definitions. | Class | org.springframework.data.mongodb.config | SpringData MongoDb |
|
| MongoClientVersion | MongoClientVersion holds information about the used mongo-java client and is used to distinguish betweenSince:1. | Class | org.springframework.data.mongodb.util | SpringData MongoDb |
|
| MongoCollectionUtils | Helper class featuring helper methods for working with MongoDb collections. | Class | org.springframework.data.mongodb | SpringData MongoDb |
|
| MongoConverter | Central Mongo specific converter interface which combines MongoWriter and MongoReader. | Interface | org.springframework.data.mongodb.core.convert | SpringData MongoDb |
|
| MongoCredentialPropertyEditor | Parse a String to a Collection of MongoCredential. | Class | org.springframework.data.mongodb.config | SpringData MongoDb |
|
| MongoDataIntegrityViolationException | Mongo-specific DataIntegrityViolationException. | Class | org.springframework.data.mongodb.core | SpringData MongoDb |
|
| MongoDbFactory | Interface for factories creating DB instances. | Interface | org.springframework.data.mongodb | SpringData MongoDb |
|
| MongoDbFactoryParser | BeanDefinitionParser to parse db-factory elements into BeanDefinitions. | Class | org.springframework.data.mongodb.config | SpringData MongoDb |
|
| MongoDbUtils | Helper class featuring helper methods for internal MongoDb classes. | Class | org.springframework.data.mongodb.core | SpringData MongoDb |
|
| MongoEntityInformation | Mongo specific EntityInformation. | Interface | org.springframework.data.mongodb.repository.query | SpringData MongoDb |
|
| MongoEntityMetadata | Extension of EntityMetadata to additionally expose the collection name an entity shall be persisted to. | Interface | org.springframework.data.mongodb.repository.query | SpringData MongoDb |
|
| MongoExceptionTranslator | Simple PersistenceExceptionTranslator for Mongo. | Class | org.springframework.data.mongodb.core | SpringData MongoDb |
|
| MongoFactoryBean | Convenient factory for configuring MongoDB. | Class | org.springframework.data.mongodb.core | SpringData MongoDb |
|
| MongoJmxParser | | Class | org.springframework.data.mongodb.config | SpringData MongoDb |
|
| MongoLog4jAppender | Log4j appender writing log entries into a MongoDB instance. | Class | org.springframework.data.mongodb.log4j | SpringData MongoDb |
|
| MongoMappingContext | Default implementation of a MappingContext for MongoDB using BasicMongoPersistentEntity andBasicMongoPersistentProperty as primary abstractions. | Class | org.springframework.data.mongodb.core.mapping | SpringData MongoDb |
|
| MongoMappingEvent | | Class | org.springframework.data.mongodb.core.mapping.event | SpringData MongoDb |
|
| MongoMappingEventPublisher | An implementation of ApplicationEventPublisher that will only fire MappingContextEvents for use by the indexcreator when MongoTemplate is used 'stand-alone', that is not declared inside a Spring ApplicationContext. | Class | org.springframework.data.mongodb.core.index | SpringData MongoDb |
|
| MongoNamespaceHandler | NamespaceHandler for Mongo DB configuration. | Class | org.springframework.data.mongodb.config | SpringData MongoDb |
|
| MongoOperations | Interface that specifies a basic set of MongoDB operations. | Interface | org.springframework.data.mongodb.core | SpringData MongoDb |
|
| MongoOptionsFactoryBean | A factory bean for construction of a MongoOptions instance. | Class | org.springframework.data.mongodb.core | SpringData MongoDb |
|
| MongoParameterAccessor | Mongo-specific ParameterAccessor exposing a maximum distance parameter. | Interface | org.springframework.data.mongodb.repository.query | SpringData MongoDb |
|
| MongoParameters | Custom extension of Parameters discovering additionalAuthor:Oliver Gierke, Christoph Strobl | Class | org.springframework.data.mongodb.repository.query | SpringData MongoDb |
|
| MongoParametersParameterAccessor | Mongo-specific ParametersParameterAccessor to allow access to the Distance parameter. | Class | org.springframework.data.mongodb.repository.query | SpringData MongoDb |
|
| MongoParser | Parser for | Class | org.springframework.data.mongodb.config | SpringData MongoDb | |
|
| MongoPersistentEntity | MongoDB specific PersistentEntity abstraction. | Interface | org.springframework.data.mongodb.core.mapping | SpringData MongoDb |
|
| MongoPersistentEntityIndexCreator | Component that inspects MongoPersistentEntity instances contained in the given MongoMappingContextfor indexing metadata and ensures the indexes to be available. | Class | org.springframework.data.mongodb.core.index | SpringData MongoDb |
|
| MongoPersistentEntityIndexResolver | IndexResolver implementation inspecting MongoPersistentEntity for MongoPersistentEntity to beAll MongoPersistentProperty of the MongoPersistentEntity are inspected for potential indexes by | Class | org.springframework.data.mongodb.core.index | SpringData MongoDb |
|
| MongoPersistentProperty | MongoDB specific PersistentProperty extension. | Interface | org.springframework.data.mongodb.core.mapping | SpringData MongoDb |
|
| MongoQueryMethod | Mongo specific implementation of QueryMethod. | Class | org.springframework.data.mongodb.repository.query | SpringData MongoDb |
|
| MongoRepository | Mongo specific Repository interface. | Interface | org.springframework.data.mongodb.repository | SpringData MongoDb |
|
| MongoRepositoryBean | CdiRepositoryBean to create Mongo repository instances. | Class | org.springframework.data.mongodb.repository.cdi | SpringData MongoDb |
|
| MongoRepositoryConfigNamespaceHandler | NamespaceHandler to register repository configuration. | Class | org.springframework.data.mongodb.repository.config | SpringData MongoDb |
|
| MongoRepositoryConfigurationExtension | RepositoryConfigurationExtension for MongoDB. | Class | org.springframework.data.mongodb.repository.config | SpringData MongoDb |
|
| MongoRepositoryExtension | CDI extension to export Mongo repositories. | Class | org.springframework.data.mongodb.repository.cdi | SpringData MongoDb |
|
| MongoRepositoryFactory | Factory to create MongoRepository instances. | Class | org.springframework.data.mongodb.repository.support | SpringData MongoDb |
|
| MongoRepositoryFactoryBean | FactoryBean to create MongoRepository instances. | Class | org.springframework.data.mongodb.repository.support | SpringData MongoDb |
|
| MongoSimpleTypes | Simple constant holder for a SimpleTypeHolder enriched with Mongo specific simple types. | Class | org.springframework.data.mongodb.core.mapping | SpringData MongoDb |
|
| MongoTemplate | Primary implementation of MongoOperations. | Class | org.springframework.data.mongodb.core | SpringData MongoDb |
|
| MongoTypeMapper | Mongo-specific TypeMapper exposing that DBObjects might contain a type key. | Interface | org.springframework.data.mongodb.core.convert | SpringData MongoDb |
|
| MongoWriter | A MongoWriter is responsible for converting an object of type T to the native MongoDB representation DBObject. | Interface | org.springframework.data.mongodb.core.convert | SpringData MongoDb |
|
| NamedMongoScript | An ExecutableMongoScript assigned to a name that allows calling the function by its name once ithas been saved to the DB instance. | Class | org.springframework.data.mongodb.core.script | SpringData MongoDb |
|
| Near | Annotation to be used for disambiguing method parameters that shall be used to trigger geo near queries. | Class | org.springframework.data.mongodb.repository | SpringData MongoDb |
|
| NearQuery | Builder class to build near-queries. | Class | org.springframework.data.mongodb.core.query | SpringData MongoDb |
|
| OperationCounters | | Class | org.springframework.data.mongodb.monitor | SpringData MongoDb |
|
| OperatorNode | An ExpressionNode representing an operator. | Class | org.springframework.data.mongodb.core.spel | SpringData MongoDb |
|
| Order | An enum that specifies the ordering for sort or index specificationsAuthor:Thomas Risberg, Oliver Gierke | Class | org.springframework.data.mongodb.core.query | SpringData MongoDb |
|
| PartTreeMongoQuery | RepositoryQuery implementation for Mongo. | Class | org.springframework.data.mongodb.repository.query | SpringData MongoDb |
|
| ProjectionOperation | Encapsulates the aggregation framework $project-operation. | Class | org.springframework.data.mongodb.core.aggregation | SpringData MongoDb |
|
| Query | | Class | org.springframework.data.mongodb.core.query | SpringData MongoDb |
|
| Query | Annotation to declare finder queries directly on repository methods. | Class | org.springframework.data.mongodb.repository | SpringData MongoDb |
|
| QueryDslMongoRepository | Special QueryDsl based repository implementation that allows execution Predicates in various forms. | Class | org.springframework.data.mongodb.repository.support | SpringData MongoDb |
|
| QuerydslRepositorySupport | Base class to create repository implementations based on Querydsl. | Class | org.springframework.data.mongodb.repository.support | SpringData MongoDb |
|
| QueryMapper | A helper class to encapsulate any modifications of a Query object before it gets submitted to the database. | Class | org.springframework.data.mongodb.core.convert | SpringData MongoDb |
|
| QueryUtils | Collection of utility methods to apply sorting and pagination to a DBCursor. | Class | org.springframework.data.mongodb.repository.query | SpringData MongoDb |
|
| ReadPreferencePropertyEditor | Parse a String to a ReadPreference. | Class | org.springframework.data.mongodb.config | SpringData MongoDb |
|
| ScriptOperations | Script operations on DB level. | Interface | org.springframework.data.mongodb.core | SpringData MongoDb |
|
| SerializationUtils | Utility methods for JSON serialization. | Class | org.springframework.data.mongodb.core.query | SpringData MongoDb |
|
| ServerAddressPropertyEditor | Parse a String to a ServerAddress array. | Class | org.springframework.data.mongodb.config | SpringData MongoDb |
|
| ServerInfo | Expose basic server information via JMXAuthor:Mark Pollack, Thomas Darimont, Christoph Strobl | Class | org.springframework.data.mongodb.monitor | SpringData MongoDb |
|
| SimpleMongoDbFactory | Factory to create DB instances from a Mongo instance. | Class | org.springframework.data.mongodb.core | SpringData MongoDb |
|
| SimpleMongoRepository | Repository base implementation for Mongo. | Class | org.springframework.data.mongodb.repository.support | SpringData MongoDb |
|
| SkipOperation | Encapsulates the aggregation framework $skip-operation. | Class | org.springframework.data.mongodb.core.aggregation | SpringData MongoDb |
|
| SortOperation | Encapsulates the aggregation framework $sort-operation. | Class | org.springframework.data.mongodb.core.aggregation | SpringData MongoDb |
|
| Sphere | Represents a geospatial sphere value. | Class | org.springframework.data.mongodb.core.geo | SpringData MongoDb |
|
| StringBasedMongoQuery | Query to use a plain JSON String to create the Query to actually execute. | Class | org.springframework.data.mongodb.repository.query | SpringData MongoDb |
|
| StringToWriteConcernConverter | Converter to create WriteConcern instances from String representations. | Class | org.springframework.data.mongodb.config | SpringData MongoDb |
|
| Term | A Term defines one or multiple words Term. | Class | org.springframework.data.mongodb.core.query | SpringData MongoDb |
|
| TextCriteria | | Class | org.springframework.data.mongodb.core.query | SpringData MongoDb |
|
| TextIndexDefinition | IndexDefinition to span multiple keys for text search. | Class | org.springframework.data.mongodb.core.index | SpringData MongoDb |
|
| TextIndexed | TextIndexed marks a field to be part of the text index. | Class | org.springframework.data.mongodb.core.index | SpringData MongoDb |
|
| TextQuery | Query implementation to be used to for performing full text searches. | Class | org.springframework.data.mongodb.core.query | SpringData MongoDb |
|
| TextScore | TextScore marks the property to be considered as the on server calculated textScore when doingNOTE Property will not be written when saving entity. | Class | org.springframework.data.mongodb.core.mapping | SpringData MongoDb |
|
| TypeBasedAggregationOperationContext | AggregationOperationContext aware of a particular type and a MappingContext to potentially translateproperty references into document field names. | Class | org.springframework.data.mongodb.core.aggregation | SpringData MongoDb |
|
| TypedAggregation | A TypedAggregation is a special Aggregation that holds information of the input aggregation type. | Class | org.springframework.data.mongodb.core.aggregation | SpringData MongoDb |
|
| UncategorizedMongoDbException | | Class | org.springframework.data.mongodb | SpringData MongoDb |
|
| UnwindOperation | Encapsulates the aggregation framework $unwind-operation. | Class | org.springframework.data.mongodb.core.aggregation | SpringData MongoDb |
|
| Update | Class to easily construct MongoDB update clauses. | Class | org.springframework.data.mongodb.core.query | SpringData MongoDb |
|
| UpdateMapper | A subclass of QueryMapper that retains type information on the mongo types. | Class | org.springframework.data.mongodb.core.convert | SpringData MongoDb |
|
| ValidatingMongoEventListener | javax. | Class | org.springframework.data.mongodb.core.mapping.event | SpringData MongoDb |
|
| WriteConcernPropertyEditor | Parse a string to a WriteConcern. | Class | org.springframework.data.mongodb.config | SpringData MongoDb |
|
| WriteConcernResolver | A strategy interface to determine the WriteConcern to use for a given MongoAction. | Interface | org.springframework.data.mongodb.core | SpringData MongoDb |
|
| WriteResultChecking | enum WriteResultCheckingEnum to represent how strict the check of WriteResult shall be. | Class | org.springframework.data.mongodb.core | SpringData MongoDb |