Spring Data Document
A B C D E F G H I J L M N O P Q R S T U V W Y

A

AbstractMongoConfiguration - Class in org.springframework.data.mongodb.config
 
AbstractMongoConfiguration() - Constructor for class org.springframework.data.mongodb.config.AbstractMongoConfiguration
 
AbstractMongoConverter - Class in org.springframework.data.mongodb.core.convert
Base class for MongoConverter implementations.
AbstractMongoConverter(GenericConversionService) - Constructor for class org.springframework.data.mongodb.core.convert.AbstractMongoConverter
Creates a new AbstractMongoConverter using the given GenericConversionService.
AbstractMongoEventListener<E> - Class in org.springframework.data.mongodb.core.mapping.event
Base class to implement domain class specific ApplicationListeners.
AbstractMongoEventListener() - Constructor for class org.springframework.data.mongodb.core.mapping.event.AbstractMongoEventListener
Creates a new AbstractMongoEventListener.
AbstractMongoQuery - Class in org.springframework.data.mongodb.repository
Base class for RepositoryQuery implementations for Mongo.
AbstractMongoQuery(MongoQueryMethod, MongoTemplate) - Constructor for class org.springframework.data.mongodb.repository.AbstractMongoQuery
Creates a new AbstractMongoQuery from the given MongoQueryMethod and MongoTemplate.
AbstractMonitor - Class in org.springframework.data.mongodb.monitor
Base class to encapsulate common configuration settings when connecting to a database
AbstractMonitor() - Constructor for class org.springframework.data.mongodb.monitor.AbstractMonitor
 
add(Distance) - Method in class org.springframework.data.mongodb.core.geo.Distance
Adds the given distance to the current one.
add(Distance, Metric) - Method in class org.springframework.data.mongodb.core.geo.Distance
Adds the given Distance to the current one and forces the result to be in a given Metric.
addCriteria(Criteria) - Method in class org.springframework.data.mongodb.core.query.BasicQuery
 
addCriteria(Criteria) - Method in class org.springframework.data.mongodb.core.query.Query
 
addCustomTypeKeyIfNecessary(TypeInformation<?>, Object, DBObject) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
Adds custom type information to the given DBObject if necessary.
addMultiFieldOperation(String, String, Object) - Method in class org.springframework.data.mongodb.core.query.Update
 
addToSet(String, Object) - Method in class org.springframework.data.mongodb.core.query.BasicUpdate
 
addToSet(String, Object) - Method in class org.springframework.data.mongodb.core.query.Update
Update using the $addToSet update modifier
afterCommit() - Method in class org.springframework.data.persistence.document.DocumentBackedTransactionSynchronization
 
afterCompletion(int) - Method in class org.springframework.data.persistence.document.DocumentBackedTransactionSynchronization
 
AfterConvertEvent<E> - Class in org.springframework.data.mongodb.core.mapping.event
 
AfterConvertEvent(DBObject, E) - Constructor for class org.springframework.data.mongodb.core.mapping.event.AfterConvertEvent
 
AfterLoadEvent<DBObject> - Class in org.springframework.data.mongodb.core.mapping.event
 
AfterLoadEvent(DBObject) - Constructor for class org.springframework.data.mongodb.core.mapping.event.AfterLoadEvent
 
afterMappingMongoConverterCreation(MappingMongoConverter) - Method in class org.springframework.data.mongodb.config.AbstractMongoConfiguration
Hook that allows post-processing after the MappingMongoConverter has been successfully created.
afterPropertiesSet() - Method in class org.springframework.data.mongodb.core.convert.AbstractMongoConverter
 
afterPropertiesSet() - Method in class org.springframework.data.mongodb.core.MongoOptionsFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.mongodb.repository.MongoRepositoryFactoryBean
 
AfterSaveEvent<E> - Class in org.springframework.data.mongodb.core.mapping.event
 
AfterSaveEvent(E, DBObject) - Constructor for class org.springframework.data.mongodb.core.mapping.event.AfterSaveEvent
 
all(Object...) - Method in class org.springframework.data.mongodb.core.query.Criteria
Creates a criterion using the $all operator
and(String) - Method in class org.springframework.data.mongodb.core.query.Criteria
Static factory method to create a Criteria using the provided key
APP_ID - Static variable in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
append(LoggingEvent) - Method in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
applicationContext - Variable in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
 
applicationId - Variable in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
asArray() - Method in class org.springframework.data.mongodb.core.geo.Point
 
asList() - Method in class org.springframework.data.mongodb.core.geo.Point
 
AssertMetrics - Class in org.springframework.data.mongodb.monitor
JMX Metrics for assertions
AssertMetrics(Mongo) - Constructor for class org.springframework.data.mongodb.monitor.AssertMetrics
 

B

BackgroundFlushingMetrics - Class in org.springframework.data.mongodb.monitor
JMX Metrics for Background Flushing
BackgroundFlushingMetrics(Mongo) - Constructor for class org.springframework.data.mongodb.monitor.BackgroundFlushingMetrics
 
BasicMongoPersistentEntity<T> - Class in org.springframework.data.mongodb.core.mapping
Mongo specific PersistentEntity implementation that adds Mongo specific meta-data such as the collection name and the like.
BasicMongoPersistentEntity(TypeInformation<T>) - Constructor for class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentEntity
Creates a new BasicMongoPersistentEntity with the given TypeInformation.
BasicMongoPersistentProperty - Class in org.springframework.data.mongodb.core.mapping
Mongo specific PersistentProperty implementation.
BasicMongoPersistentProperty(Field, PropertyDescriptor, MongoPersistentEntity<?>, SimpleTypeHolder) - Constructor for class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentProperty
Creates a new BasicMongoPersistentProperty.
BasicQuery - Class in org.springframework.data.mongodb.core.query
Custom Query implementation to setup a basic query from some arbitrary JSON query string.
BasicQuery(String) - Constructor for class org.springframework.data.mongodb.core.query.BasicQuery
 
BasicQuery(DBObject) - Constructor for class org.springframework.data.mongodb.core.query.BasicQuery
 
BasicQuery(String, String) - Constructor for class org.springframework.data.mongodb.core.query.BasicQuery
 
BasicQuery(DBObject, DBObject) - Constructor for class org.springframework.data.mongodb.core.query.BasicQuery
 
BasicUpdate - Class in org.springframework.data.mongodb.core.query
 
BasicUpdate(String) - Constructor for class org.springframework.data.mongodb.core.query.BasicUpdate
 
BasicUpdate(DBObject) - Constructor for class org.springframework.data.mongodb.core.query.BasicUpdate
 
BeanNames - Class in org.springframework.data.mongodb.config
 
BeanNames() - Constructor for class org.springframework.data.mongodb.config.BeanNames
 
beforeCommit(boolean) - Method in class org.springframework.data.persistence.document.DocumentBackedTransactionSynchronization
 
beforeCompletion() - Method in class org.springframework.data.persistence.document.DocumentBackedTransactionSynchronization
 
BeforeConvertEvent<T> - Class in org.springframework.data.mongodb.core.mapping.event
 
BeforeConvertEvent(T) - Constructor for class org.springframework.data.mongodb.core.mapping.event.BeforeConvertEvent
 
BeforeSaveEvent<E> - Class in org.springframework.data.mongodb.core.mapping.event
 
BeforeSaveEvent(E, DBObject) - Constructor for class org.springframework.data.mongodb.core.mapping.event.BeforeSaveEvent
 
Box - Class in org.springframework.data.mongodb.core.geo
Represents a geospatial box value
Box(Point, Point) - Constructor for class org.springframework.data.mongodb.core.geo.Box
 
Box(double[], double[]) - Constructor for class org.springframework.data.mongodb.core.geo.Box
 
BtreeIndexCounters - Class in org.springframework.data.mongodb.monitor
JMX Metrics for B-tree index counters
BtreeIndexCounters(Mongo) - Constructor for class org.springframework.data.mongodb.monitor.BtreeIndexCounters
 

C

CachingMongoPersistentProperty - Class in org.springframework.data.mongodb.core.mapping
MongoPersistentProperty caching access to CachingMongoPersistentProperty.isIdProperty() and CachingMongoPersistentProperty.getFieldName().
CachingMongoPersistentProperty(Field, PropertyDescriptor, MongoPersistentEntity<?>, SimpleTypeHolder) - Constructor for class org.springframework.data.mongodb.core.mapping.CachingMongoPersistentProperty
Creates a new CachingMongoPersistentProperty.
CannotGetMongoDbConnectionException - Exception in org.springframework.data.mongodb
 
CannotGetMongoDbConnectionException(String, Throwable) - Constructor for exception org.springframework.data.mongodb.CannotGetMongoDbConnectionException
 
CannotGetMongoDbConnectionException(String) - Constructor for exception org.springframework.data.mongodb.CannotGetMongoDbConnectionException
 
CannotGetMongoDbConnectionException(String, String, String, char[]) - Constructor for exception org.springframework.data.mongodb.CannotGetMongoDbConnectionException
 
checkForIndexes(MongoPersistentEntity<?>) - Method in class org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexCreator
 
Circle - Class in org.springframework.data.mongodb.core.geo
Represents a geospatial circle value
Circle(Point, double) - Constructor for class org.springframework.data.mongodb.core.geo.Circle
 
Circle(double, double, double) - Constructor for class org.springframework.data.mongodb.core.geo.Circle
 
close() - Method in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
closeDB(DB) - Static method in class org.springframework.data.mongodb.core.MongoDbUtils
Perform actual closing of the Mongo DB object, catching and logging any cleanup exceptions thrown.
CollectionCallback<T> - Interface in org.springframework.data.mongodb.core
 
collectionExists(Class<T>) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Check to see if a collection with a name indicated by the entity class exists.
collectionExists(String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Check to see if a collection with a given name exists.
collectionExists(Class<T>) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
collectionExists(String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
collectionLayout - Variable in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
CollectionOptions - Class in org.springframework.data.mongodb.core
Provides a simple wrapper to encapsulate the variety of settings you can use when creating a collection.
CollectionOptions(Integer, Integer, Boolean) - Constructor for class org.springframework.data.mongodb.core.CollectionOptions
Constructs a new CollectionOptions instance.
collectionPattern - Variable in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
CompoundIndex - Annotation Type in org.springframework.data.mongodb.core.index
Mark a class to use compound indexes.
CompoundIndexes - Annotation Type in org.springframework.data.mongodb.core.index
 
ConfigurableTypeMapper - Class in org.springframework.data.mongodb.core.convert
TypeMapper allowing to configure a Map containing Class to String mappings that will be used to map the values found under the configured type key (see DefaultTypeMapper.setTypeKey(String).
ConfigurableTypeMapper(Map<? extends Class<?>, String>) - Constructor for class org.springframework.data.mongodb.core.convert.ConfigurableTypeMapper
Creates a new ConfigurableTypeMapper for the given type map.
ConnectionMetrics - Class in org.springframework.data.mongodb.monitor
JMX Metrics for Connections
ConnectionMetrics(Mongo) - Constructor for class org.springframework.data.mongodb.monitor.ConnectionMetrics
 
connectToMongo() - Method in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
conversions - Variable in class org.springframework.data.mongodb.core.convert.AbstractMongoConverter
 
conversionService - Variable in class org.springframework.data.mongodb.core.convert.AbstractMongoConverter
 
convertId(Object) - Method in class org.springframework.data.mongodb.core.QueryMapper
Converts the given raw id value into either ObjectId or String.
ConvertingParameterAccessor - Class in org.springframework.data.mongodb.repository
Custom ParameterAccessor that uses a MongoWriter to serialize parameters into Mongo format.
ConvertingParameterAccessor(MongoWriter<?>, MongoParameterAccessor) - Constructor for class org.springframework.data.mongodb.repository.ConvertingParameterAccessor
Creates a new ConvertingParameterAccessor with the given MongoWriter and delegate.
ConvertingParameterAccessor.PotentiallyConvertingIterator - Interface in org.springframework.data.mongodb.repository
Custom Iterator that adds a method to access elements in a converted manner.
convertToDbObject(CollectionOptions) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
convertToMongoType(Object) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
 
convertToMongoType(Object) - Method in interface org.springframework.data.mongodb.core.convert.MongoWriter
Converts the given object into one Mongo will be able to store natively.
count(Predicate) - Method in class org.springframework.data.mongodb.repository.QueryDslMongoRepository
 
count() - Method in class org.springframework.data.mongodb.repository.SimpleMongoRepository
 
createAssociation() - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentProperty
 
createBeanDefEntry(Class<?>, CompositeComponentDefinition, String, Object, ParserContext) - Method in class org.springframework.data.mongodb.config.MongoJmxParser
 
createCollection(Collection<?>, MongoPersistentProperty) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
Writes the given Collection using the given MongoPersistentProperty information.
createCollection(Class<T>) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Create an uncapped collection with a name based on the provided entity class.
createCollection(Class<T>, CollectionOptions) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Create a collect with a name based on the provided entity class using the options.
createCollection(String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Create an uncapped collection with the provided name.
createCollection(String, CollectionOptions) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Create a collect with the provided name and options.
createCollection(Class<T>) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
createCollection(Class<T>, CollectionOptions) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
createCollection(String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
createCollection(String, CollectionOptions) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
createDatabase(String) - Method in class org.springframework.data.mongodb.core.MongoAdmin
 
createDatabase(String) - Method in interface org.springframework.data.mongodb.core.MongoAdminOperations
 
createDBRef(Object, DBRef) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
 
createOutObject() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
 
createParameter(MethodParameter) - Method in class org.springframework.data.mongodb.repository.MongoParameters
 
createPersistentEntity(TypeInformation<T>) - Method in class org.springframework.data.mongodb.core.mapping.MongoMappingContext
 
createPersistentEntity(TypeInformation<T>) - Method in class org.springframework.data.mongodb.core.mapping.SimpleMongoMappingContext
 
createPersistentProperty(Field, PropertyDescriptor, BasicMongoPersistentEntity<?>, SimpleTypeHolder) - Method in class org.springframework.data.mongodb.core.mapping.MongoMappingContext
 
createPersistentProperty(Field, PropertyDescriptor, SimpleMongoMappingContext.SimpleMongoPersistentEntity<?>, SimpleTypeHolder) - Method in class org.springframework.data.mongodb.core.mapping.SimpleMongoMappingContext
 
createQuery(ConvertingParameterAccessor) - Method in class org.springframework.data.mongodb.repository.AbstractMongoQuery
Create a Query instance using the given ParameterAccessor
createQuery(ConvertingParameterAccessor) - Method in class org.springframework.data.mongodb.repository.PartTreeMongoQuery
 
createQuery(ConvertingParameterAccessor) - Method in class org.springframework.data.mongodb.repository.StringBasedMongoQuery
 
createRepositoryFactory() - Method in class org.springframework.data.mongodb.repository.MongoRepositoryFactoryBean
 
createSingleRepositoryConfigInformationFor(Element) - Method in class org.springframework.data.mongodb.config.SimpleMongoRepositoryConfiguration
 
Criteria - Class in org.springframework.data.mongodb.core.query
 
Criteria(String) - Constructor for class org.springframework.data.mongodb.core.query.Criteria
 
Criteria(List<Criteria>, String) - Constructor for class org.springframework.data.mongodb.core.query.Criteria
 
CriteriaDefinition - Interface in org.springframework.data.mongodb.core.query
 
CursorPreparer - Interface in org.springframework.data.mongodb.core
Simple callback interface to allow customization of a DBCursor.
CustomConversions - Class in org.springframework.data.mongodb.core.convert
Value object to capture custom conversion.
CustomConversions(List<?>) - Constructor for class org.springframework.data.mongodb.core.convert.CustomConversions
Creates a new CustomConversions instance registering the given converters.

D

database - Variable in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
DAY - Static variable in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
db - Variable in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
DbCallback<T> - Interface in org.springframework.data.mongodb.core
 
DBRef - Annotation Type in org.springframework.data.mongodb.core.mapping
An annotation that indicates the annotated field is to be stored using a com.mongodb.DBRef
DEFAULT_TYPE_KEY - Static variable in class org.springframework.data.mongodb.core.convert.DefaultTypeMapper
 
DefaultTypeMapper - Class in org.springframework.data.mongodb.core.convert
Default implementation of TypeMapper allowing configuration of the key to lookup and store type information in DBObject.
DefaultTypeMapper() - Constructor for class org.springframework.data.mongodb.core.convert.DefaultTypeMapper
 
delete(ID) - Method in class org.springframework.data.mongodb.repository.SimpleMongoRepository
 
delete(T) - Method in class org.springframework.data.mongodb.repository.SimpleMongoRepository
 
delete(Iterable<? extends T>) - Method in class org.springframework.data.mongodb.repository.SimpleMongoRepository
 
deleteAll() - Method in class org.springframework.data.mongodb.repository.SimpleMongoRepository
 
destroy() - Method in class org.springframework.data.mongodb.core.SimpleMongoDbFactory
Clean up the Mongo instance.
Distance - Class in org.springframework.data.mongodb.core.geo
Value object to represent distances in a given metric.
Distance(double) - Constructor for class org.springframework.data.mongodb.core.geo.Distance
Creates a new Distance.
Distance(double, Metric) - Constructor for class org.springframework.data.mongodb.core.geo.Distance
Creates a new Distance with the given Metric.
distanceMultiplier(double) - Method in class org.springframework.data.mongodb.core.query.NearQuery
Configures a distance multiplier the resulting distances get applied.
distanceMultiplier(Metric) - Method in class org.springframework.data.mongodb.core.query.NearQuery
Configures the distance multiplier to the multiplier of the given Metric.
doCreateCollection(String, DBObject) - Method in class org.springframework.data.mongodb.core.MongoTemplate
Create the specified collection using the provided options
Document - Annotation Type in org.springframework.data.mongodb.core.mapping
Identifies a domain object to be persisted to MongoDB.
DocumentBacked - Interface in org.springframework.data.persistence.document
 
DocumentBackedTransactionSynchronization - Class in org.springframework.data.persistence.document
 
DocumentBackedTransactionSynchronization(ChangeSetPersister<Object>, ChangeSetBacked) - Constructor for class org.springframework.data.persistence.document.DocumentBackedTransactionSynchronization
 
DocumentCallbackHandler - Interface in org.springframework.data.mongodb.core
An interface used by MongoTemplate for processing documents returned from a MongoDB query on a per-document basis.
doFind(String, DBObject, DBObject, Class<T>, CursorPreparer) - Method in class org.springframework.data.mongodb.core.MongoTemplate
Map the results of an ad-hoc query on the default MongoDB collection to a List of the specified type.
doFind(String, DBObject, DBObject, Class<S>, CursorPreparer, MongoTemplate.DbObjectCallback<T>) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
doFind(String, DBObject, DBObject, Class<T>) - Method in class org.springframework.data.mongodb.core.MongoTemplate
Map the results of an ad-hoc query on the default MongoDB collection to a List using the template's converter.
doFindAndRemove(String, DBObject, DBObject, DBObject, Class<T>) - Method in class org.springframework.data.mongodb.core.MongoTemplate
Map the results of an ad-hoc query on the default MongoDB collection to an object using the template's converter.
doFindOne(String, DBObject, DBObject, Class<T>) - Method in class org.springframework.data.mongodb.core.MongoTemplate
Map the results of an ad-hoc query on the default MongoDB collection to an object using the template's converter

The query document is specified as a standard DBObject and so is the fields specification.

doGetDB(Mongo, String, String, char[], boolean) - Static method in class org.springframework.data.mongodb.core.MongoDbUtils
 
doInCollection(DBCollection) - Method in interface org.springframework.data.mongodb.core.CollectionCallback
 
doInDB(DB) - Method in interface org.springframework.data.mongodb.core.DbCallback
 
doInsert(String, T, MongoWriter<T>) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
doInsertAll(Collection<? extends T>, MongoWriter<T>) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
doInsertBatch(String, Collection<? extends T>, MongoWriter<T>) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.data.mongodb.config.MongoParser
 
doRemove(String, Query, Class<T>) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
doSave(String, T, MongoWriter<T>) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
doUpdate(String, Query, Update, Class<?>, boolean, boolean) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
dropCollection(Class<T>) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Drop the collection with the name indicated by the entity class.
dropCollection(String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Drop the collection with the given name.
dropCollection(Class<T>) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
dropCollection(String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
dropDatabase(String) - Method in class org.springframework.data.mongodb.core.MongoAdmin
 
dropDatabase(String) - Method in interface org.springframework.data.mongodb.core.MongoAdminOperations
 

E

elemMatch(Criteria) - Method in class org.springframework.data.mongodb.core.query.Criteria
Creates a criterion using the $elemMatch operator
ensureIndex(String, String, String, IndexDirection, boolean, boolean, boolean) - Method in class org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexCreator
 
ensureIndex(IndexDefinition, Class<?>) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Ensure that an index for the provided IndexDefinition exists for the collection indicated by the entity class.
ensureIndex(IndexDefinition, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Ensure that an index for the provided IndexDefinition exists.
ensureIndex(IndexDefinition, Class<?>) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
ensureIndex(IndexDefinition, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
ensureNotIterable(Object) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
equals(Object) - Method in class org.springframework.data.mongodb.core.convert.MongoPropertyDescriptors.MongoPropertyDescriptor
 
equals(Object) - Method in class org.springframework.data.mongodb.core.geo.Box
 
equals(Object) - Method in class org.springframework.data.mongodb.core.geo.Distance
 
equals(Object) - Method in class org.springframework.data.mongodb.core.geo.GeoResult
 
equals(Object) - Method in class org.springframework.data.mongodb.core.geo.GeoResults
 
equals(Object) - Method in class org.springframework.data.mongodb.core.geo.Point
 
equals(Object) - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceCounts
 
equals(Object) - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceTiming
 
exclude(String) - Method in class org.springframework.data.mongodb.core.query.Field
 
execute(DbCallback<T>) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Executes a DbCallback translating any exceptions as necessary.
execute(Class<?>, CollectionCallback<T>) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Executes the given CollectionCallback on the entity collection of the specified class.
execute(String, CollectionCallback<T>) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Executes the given CollectionCallback on the collection of the given name.
execute(DbCallback<T>) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
execute(Class<?>, CollectionCallback<T>) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
execute(String, CollectionCallback<T>) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
execute(Object[]) - Method in class org.springframework.data.mongodb.repository.AbstractMongoQuery
 
executeCommand(String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Execute the a MongoDB command expressed as a JSON string.
executeCommand(DBObject) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Execute a MongoDB command.
executeCommand(DBObject, int) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Execute a MongoDB command.
executeCommand(String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
executeCommand(DBObject) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
executeCommand(DBObject, int) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
executeInSession(DbCallback<T>) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Executes the given DbCallback within the same connection to the database so as to ensure consistency in a write heavy environment where you may read the data that you wrote.
executeInSession(DbCallback<T>) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
executeQuery(Query, String, DocumentCallbackHandler) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Execute a MongoDB query and iterate over the query results on a per-document basis with a DocumentCallbackHandler.
executeQuery(Query, String, DocumentCallbackHandler, CursorPreparer) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Execute a MongoDB query and iterate over the query results on a per-document basis with a DocumentCallbackHandler using the provided CursorPreparer.
executeQuery(Query, String, DocumentCallbackHandler) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
executeQuery(Query, String, DocumentCallbackHandler, CursorPreparer) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
exists(boolean) - Method in class org.springframework.data.mongodb.core.query.Criteria
Creates a criterion using the $exists operator
exists(ID) - Method in class org.springframework.data.mongodb.repository.SimpleMongoRepository
 
extraOption(String, Object) - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
Add additional extra options that may not have a method on this class.

F

Field - Annotation Type in org.springframework.data.mongodb.core.mapping
Annotation to define custom metadata for document fields.
Field - Class in org.springframework.data.mongodb.core.query
 
Field() - Constructor for class org.springframework.data.mongodb.core.query.Field
 
fields() - Method in class org.springframework.data.mongodb.core.query.Query
 
finalizeFunction(String) - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
Sets the finalize function
find(Query, Class<T>) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Map the results of an ad-hoc query on the collection for the entity class to a List of the specified type.
find(Query, Class<T>, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Map the results of an ad-hoc query on the specified collection to a List of the specified type.
find(Query, Class<T>, CursorPreparer, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Map the results of an ad-hoc query on the specified collection to a List of the specified type.
find(Query, Class<T>) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
find(Query, Class<T>, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
find(Query, Class<T>, CursorPreparer, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
findAll(Class<T>) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Query for a list of objects of type T from the collection used by the entity class.
findAll(Class<T>, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Query for a list of objects of type T from the specified collection.
findAll(Class<T>) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
findAll(Class<T>, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
findAll() - Method in interface org.springframework.data.mongodb.repository.MongoRepository
 
findAll(Sort) - Method in interface org.springframework.data.mongodb.repository.MongoRepository
 
findAll(Predicate) - Method in class org.springframework.data.mongodb.repository.QueryDslMongoRepository
 
findAll(Predicate, OrderSpecifier<?>...) - Method in class org.springframework.data.mongodb.repository.QueryDslMongoRepository
 
findAll(Predicate, Pageable) - Method in class org.springframework.data.mongodb.repository.QueryDslMongoRepository
 
findAll() - Method in class org.springframework.data.mongodb.repository.SimpleMongoRepository
 
findAll(Pageable) - Method in class org.springframework.data.mongodb.repository.SimpleMongoRepository
 
findAll(Sort) - Method in class org.springframework.data.mongodb.repository.SimpleMongoRepository
 
findAll(Iterable<ID>) - Method in class org.springframework.data.mongodb.repository.SimpleMongoRepository
 
findAndRemove(Query, Class<T>) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Map the results of an ad-hoc query on the collection for the entity type to a single instance of an object of the specified type.
findAndRemove(Query, Class<T>, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Map the results of an ad-hoc query on the specified collection to a single instance of an object of the specified type.
findAndRemove(Query, Class<T>) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
findAndRemove(Query, Class<T>, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
findById(Object, Class<T>) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Returns a document with the given id mapped onto the given class.
findById(Object, Class<T>, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Returns the document with the given id from the given collection mapped onto the given target class.
findById(Object, Class<T>) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
findById(Object, Class<T>, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
findOne(Query, Class<T>) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Map the results of an ad-hoc query on the collection for the entity class to a single instance of an object of the specified type.
findOne(Query, Class<T>, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Map the results of an ad-hoc query on the specified collection to a single instance of an object of the specified type.
findOne(Query, Class<T>) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
findOne(Query, Class<T>, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
findOne(Predicate) - Method in class org.springframework.data.mongodb.repository.QueryDslMongoRepository
 
findOne(ID) - Method in class org.springframework.data.mongodb.repository.SimpleMongoRepository
 
findTypeToBeUsed(DBObject) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
Returns the type to be used to convert the DBObject given to.
flush() - Method in class org.springframework.data.persistence.document.DocumentBackedTransactionSynchronization
 
from(EntityPath<T>) - Method in class org.springframework.data.mongodb.repository.QuerydslRepositorySupport
Returns a MongodbQuery for the given EntityPath.
from(EntityPath<T>, String) - Method in class org.springframework.data.mongodb.repository.QuerydslRepositorySupport
Returns a MongodbQuery for the given EntityPath querying the given collection.

G

geoNear(NearQuery, Class<T>) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Returns GeoResult for all entities matching the given NearQuery.
geoNear(NearQuery, Class<T>, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Returns GeoResult for all entities matching the given NearQuery.
geoNear(NearQuery, Class<T>) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
geoNear(NearQuery, Class<T>, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
GeoPage<T> - Class in org.springframework.data.mongodb.core.geo
Custom Page to carry the average distance retrieved from the GeoResults the GeoPage is set up from.
GeoPage(GeoResults<T>) - Constructor for class org.springframework.data.mongodb.core.geo.GeoPage
Creates a new GeoPage from the given GeoResults.
GeoPage(GeoResults<T>, Pageable, long) - Constructor for class org.springframework.data.mongodb.core.geo.GeoPage
Creates a new GeoPage from the given GeoResults, Pageable and total.
GeoResult<T> - Class in org.springframework.data.mongodb.core.geo
Calue object capturing some arbitrary object plus a distance.
GeoResult(T, Distance) - Constructor for class org.springframework.data.mongodb.core.geo.GeoResult
Creates a new GeoResult for the given content and distance.
GeoResults<T> - Class in org.springframework.data.mongodb.core.geo
Value object to capture GeoResults as well as the average distance they have.
GeoResults(List<GeoResult<T>>) - Constructor for class org.springframework.data.mongodb.core.geo.GeoResults
Creates a new GeoResults instance manually calculating the average distance from the distance values of the given GeoResults.
GeoResults(List<GeoResult<T>>, Metric) - Constructor for class org.springframework.data.mongodb.core.geo.GeoResults
 
GeoResults(List<GeoResult<T>>, Distance) - Constructor for class org.springframework.data.mongodb.core.geo.GeoResults
Creates a new GeoResults instance from the given GeoResults and average distance.
GeospatialIndex - Class in org.springframework.data.mongodb.core.index
Value object to capture data to create a geo index.
GeospatialIndex(String) - Constructor for class org.springframework.data.mongodb.core.index.GeospatialIndex
Creates a new GeospatialIndex for the given field.
GeoSpatialIndexed - Annotation Type in org.springframework.data.mongodb.core.index
Mark a field to be indexed using MongoDB's geospatial indexing feature.
getAccesses() - Method in class org.springframework.data.mongodb.monitor.BtreeIndexCounters
 
getApplicationId() - Method in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
getAutoconfigRepositoryInformation(String) - Method in class org.springframework.data.mongodb.config.SimpleMongoRepositoryConfiguration
 
getAvailable() - Method in class org.springframework.data.mongodb.monitor.ConnectionMetrics
 
getAverageDistance() - Method in class org.springframework.data.mongodb.core.geo.GeoPage
Returns the average distance of the underlying results.
getAverageDistance() - Method in class org.springframework.data.mongodb.core.geo.GeoResults
Returns the average distance of all GeoResults in this list.
getAverageMs() - Method in class org.springframework.data.mongodb.monitor.BackgroundFlushingMetrics
 
getBeanClass(Element) - Method in class org.springframework.data.mongodb.config.MongoParser
 
getBindableValue(int) - Method in class org.springframework.data.mongodb.repository.ConvertingParameterAccessor
 
getBits() - Method in class org.springframework.data.mongodb.monitor.MemoryMetrics
 
getCapped() - Method in class org.springframework.data.mongodb.core.CollectionOptions
 
getCenter() - Method in class org.springframework.data.mongodb.core.geo.Circle
 
getCollection() - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentEntity
Returns the collection the entity should be stored in.
getCollection() - Method in interface org.springframework.data.mongodb.core.mapping.MongoPersistentEntity
 
getCollection(String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Get a collection by name, creating it if it doesn't exist.
getCollection(String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
getCollectionName(Class<?>) - Method in interface org.springframework.data.mongodb.core.MongoOperations
The collection name used for the specified class by this template.
getCollectionName(Class<?>) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
getCollectionName() - Method in class org.springframework.data.mongodb.repository.MappingMongoEntityInformation
 
getCollectionName() - Method in interface org.springframework.data.mongodb.repository.MongoEntityInformation
Returns the name of the collection the entity shall be persisted to.
getCollectionNames() - Method in interface org.springframework.data.mongodb.core.MongoOperations
A set of collection names.
getCollectionNames() - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
getCollectionPattern() - Method in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
getCommandCount() - Method in class org.springframework.data.mongodb.monitor.OperationCounters
 
getContent() - Method in class org.springframework.data.mongodb.core.geo.GeoResult
Returns the actual content object.
getContent() - Method in class org.springframework.data.mongodb.core.geo.GeoResults
Returns the actual
getConversionService() - Method in class org.springframework.data.mongodb.core.convert.AbstractMongoConverter
 
getConversionService() - Method in interface org.springframework.data.mongodb.core.convert.MongoConverter
Returns the underlying ConversionService used by the converter.
getConverter() - Method in interface org.springframework.data.mongodb.core.MongoOperations
Returns the underlying MongoConverter.
getConverter() - Method in class org.springframework.data.mongodb.core.MongoTemplate
Returns the default org.springframework.data.mongodb.core.core.convert.MongoConverter.
getCounts() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceResults
 
getCreateQueryIndexes() - Method in class org.springframework.data.mongodb.config.SimpleMongoRepositoryConfiguration
Returns whether to create indexes for query methods.
getCreateQueryIndexes() - Method in interface org.springframework.data.mongodb.config.SimpleMongoRepositoryConfiguration.MongoRepositoryConfiguration
 
getCriteriaObject() - Method in class org.springframework.data.mongodb.core.query.Criteria
 
getCriteriaObject() - Method in interface org.springframework.data.mongodb.core.query.CriteriaDefinition
 
getCriteriaObject() - Method in class org.springframework.data.mongodb.core.query.OrCriteria
 
getCurrent() - Method in class org.springframework.data.mongodb.monitor.ConnectionMetrics
 
getCurrentQueueReaders() - Method in class org.springframework.data.mongodb.monitor.GlobalLockMetrics
 
getCurrentQueueTotal() - Method in class org.springframework.data.mongodb.monitor.GlobalLockMetrics
 
getCurrentQueueWriters() - Method in class org.springframework.data.mongodb.monitor.GlobalLockMetrics
 
getCustomWriteTarget(Class<?>) - Method in class org.springframework.data.mongodb.core.convert.CustomConversions
Returns the target type to convert to in case we have a custom conversion registered to convert the given source type into a Mongo native one.
getCustomWriteTarget(Class<?>, Class<?>) - Method in class org.springframework.data.mongodb.core.convert.CustomConversions
Returns the target type we can write an onject of the given source type to.
getDatabase() - Method in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
getDatabase() - Method in exception org.springframework.data.mongodb.CannotGetMongoDbConnectionException
 
getDatabaseName() - Method in class org.springframework.data.mongodb.config.AbstractMongoConfiguration
 
getDatabaseStats(String) - Method in class org.springframework.data.mongodb.core.MongoAdmin
 
getDatabaseStats(String) - Method in interface org.springframework.data.mongodb.core.MongoAdminOperations
 
getDB(Mongo, String) - Static method in class org.springframework.data.mongodb.core.MongoDbUtils
Obtains a DB connection for the given Mongo instance and database name
getDB(Mongo, String, String, char[]) - Static method in class org.springframework.data.mongodb.core.MongoDbUtils
Obtains a DB connection for the given Mongo instance and database name
getDb() - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
getDb() - Method in class org.springframework.data.mongodb.core.SimpleMongoDbFactory
 
getDb(String) - Method in class org.springframework.data.mongodb.core.SimpleMongoDbFactory
 
getDb() - Method in interface org.springframework.data.mongodb.MongoDbFactory
Creates a default DB instance.
getDb(String) - Method in interface org.springframework.data.mongodb.MongoDbFactory
Creates a DB instance to access the database with the given name.
getDb(String) - Method in class org.springframework.data.mongodb.monitor.AbstractMonitor
 
getDBObject() - Method in class org.springframework.data.mongodb.core.mapping.event.MongoMappingEvent
 
getDBRef() - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentProperty
 
getDBRef() - Method in interface org.springframework.data.mongodb.core.mapping.MongoPersistentProperty
Returns the DBRef if the property is a reference.
getDeleteCount() - Method in class org.springframework.data.mongodb.monitor.OperationCounters
 
getDirection() - Method in class org.springframework.data.mongodb.core.index.IndexPredicate
 
getDistance() - Method in class org.springframework.data.mongodb.core.geo.GeoResult
Returns the distance the actual content object has from the origin.
getDistanceIndex() - Method in class org.springframework.data.mongodb.repository.MongoParameters
Returns the index of a Distance parameter to be used for geo queries.
getEmitCount() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceCounts
 
getEmitLoopTime() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceTiming
 
getEntityInformation(Class<T>) - Method in class org.springframework.data.mongodb.repository.MongoRepositoryFactoryBean.MongoRepositoryFactory
 
getEntityInformation() - Method in class org.springframework.data.mongodb.repository.SimpleMongoRepository
 
getExtraOptions() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
 
getFactoryInstance(MongoTemplate) - Method in class org.springframework.data.mongodb.repository.MongoRepositoryFactoryBean
Creates and initializes a RepositoryFactorySupport instance.
getFieldName() - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentProperty
Returns the key to be used to store the value of the property inside a Mongo DBObject.
getFieldName() - Method in class org.springframework.data.mongodb.core.mapping.CachingMongoPersistentProperty
 
getFieldName() - Method in interface org.springframework.data.mongodb.core.mapping.MongoPersistentProperty
Returns the name of the field a property is persisted to.
getFieldOrder() - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentProperty
 
getFieldOrder() - Method in interface org.springframework.data.mongodb.core.mapping.MongoPersistentProperty
Returns the order of the field if defined.
getFieldsObject() - Method in class org.springframework.data.mongodb.core.query.BasicQuery
 
getFieldsObject() - Method in class org.springframework.data.mongodb.core.query.Field
 
getFieldsObject() - Method in class org.springframework.data.mongodb.core.query.Query
 
getFinalizeFunction() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
 
getFlushes() - Method in class org.springframework.data.mongodb.monitor.BackgroundFlushingMetrics
 
getGeoNearLocation() - Method in class org.springframework.data.mongodb.repository.ConvertingParameterAccessor
 
getGeoNearLocation() - Method in interface org.springframework.data.mongodb.repository.MongoParameterAccessor
Returns the Point to use for a geo-near query.
getGeoNearLocation() - Method in class org.springframework.data.mongodb.repository.MongoParametersParameterAccessor
 
getGetMoreCount() - Method in class org.springframework.data.mongodb.monitor.OperationCounters
 
getGlobalRepositoryConfigInformation(Element) - Method in class org.springframework.data.mongodb.config.MongoRepositoryConfigParser
 
getHits() - Method in class org.springframework.data.mongodb.monitor.BtreeIndexCounters
 
getHost() - Method in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
getHostName() - Method in class org.springframework.data.mongodb.monitor.ServerInfo
 
getId(T) - Method in class org.springframework.data.mongodb.repository.MappingMongoEntityInformation
 
getIdAttribute() - Method in class org.springframework.data.mongodb.repository.MappingMongoEntityInformation
 
getIdAttribute() - Method in interface org.springframework.data.mongodb.repository.MongoEntityInformation
Returns the attribute that the id will be persisted to.
getIdDescriptor() - Method in class org.springframework.data.mongodb.core.convert.MongoPropertyDescriptors
Returns the MongoPropertyDescriptors.MongoPropertyDescriptor for the id property.
getIdPropertyName(Object) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
getIdType() - Method in class org.springframework.data.mongodb.repository.MappingMongoEntityInformation
 
getIdValue(Object) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
getIndexKeys() - Method in class org.springframework.data.mongodb.core.index.GeospatialIndex
 
getIndexKeys() - Method in class org.springframework.data.mongodb.core.index.Index
 
getIndexKeys() - Method in interface org.springframework.data.mongodb.core.index.IndexDefinition
 
getIndexOptions() - Method in class org.springframework.data.mongodb.core.index.GeospatialIndex
 
getIndexOptions() - Method in class org.springframework.data.mongodb.core.index.Index
 
getIndexOptions() - Method in interface org.springframework.data.mongodb.core.index.IndexDefinition
 
getInfoOrLowerWriteConcern() - Method in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
getInititalEntityClasses(Element, BeanDefinitionBuilder) - Method in class org.springframework.data.mongodb.config.MappingMongoConverterParser
 
getInputCount() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceCounts
 
getInsertCount() - Method in class org.springframework.data.mongodb.monitor.OperationCounters
 
getJavaScriptMode() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
 
getKey() - Method in class org.springframework.data.mongodb.core.query.Criteria
 
getKeyToMap() - Method in class org.springframework.data.mongodb.core.convert.MongoPropertyDescriptors.MongoPropertyDescriptor
Returns the key that shall be used for mapping.
getLastFinished() - Method in class org.springframework.data.mongodb.monitor.BackgroundFlushingMetrics
 
getLastMs() - Method in class org.springframework.data.mongodb.monitor.BackgroundFlushingMetrics
 
getLimit() - Method in class org.springframework.data.mongodb.core.query.Query
 
getLocalTime() - Method in class org.springframework.data.mongodb.monitor.ServerInfo
 
getLockTime() - Method in class org.springframework.data.mongodb.monitor.GlobalLockMetrics
 
getLockTimeRatio() - Method in class org.springframework.data.mongodb.monitor.GlobalLockMetrics
 
getLowerLeft() - Method in class org.springframework.data.mongodb.core.geo.Box
 
getMappedObject(DBObject, MongoPersistentEntity<?>) - Method in class org.springframework.data.mongodb.core.QueryMapper
Replaces the property keys used in the given DBObject with the appropriate keys by using the PersistentEntity metadata.
getMappingBasePackage() - Method in class org.springframework.data.mongodb.config.AbstractMongoConfiguration
 
getMappingContext() - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
 
getMappingContext() - Method in interface org.springframework.data.mongodb.core.convert.MongoConverter
Returns the underlying MappingContext used by the converter.
getMapTime() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceTiming
 
getMaxDistance() - Method in class org.springframework.data.mongodb.repository.ConvertingParameterAccessor
 
getMaxDistance() - Method in interface org.springframework.data.mongodb.repository.MongoParameterAccessor
Returns a Distance to be applied to Mongo geo queries.
getMaxDistance() - Method in class org.springframework.data.mongodb.repository.MongoParametersParameterAccessor
 
getMaxDocuments() - Method in class org.springframework.data.mongodb.core.CollectionOptions
 
getMemoryInfoSupported() - Method in class org.springframework.data.mongodb.monitor.MemoryMetrics
 
getMemoryMappedSpace() - Method in class org.springframework.data.mongodb.monitor.MemoryMetrics
 
getMetric() - Method in class org.springframework.data.mongodb.core.geo.Distance
 
getMetric() - Method in class org.springframework.data.mongodb.core.query.NearQuery
Returns the Metric underlying the actual query.
getMisses() - Method in class org.springframework.data.mongodb.monitor.BtreeIndexCounters
 
getMissRatio() - Method in class org.springframework.data.mongodb.monitor.BtreeIndexCounters
 
getMongoOperations() - Method in class org.springframework.data.mongodb.repository.SimpleMongoRepository
Returns the underlying MongoOperations instance.
getMongoTemplateRef() - Method in class org.springframework.data.mongodb.config.SimpleMongoRepositoryConfiguration
Returns the bean name of the org.springframework.data.mongodb.core.core.MongoTemplate to be referenced.
getMongoTemplateRef() - Method in interface org.springframework.data.mongodb.config.SimpleMongoRepositoryConfiguration.MongoRepositoryConfiguration
 
getMsg() - Method in class org.springframework.data.mongodb.monitor.AssertMetrics
 
getMultiplier() - Method in interface org.springframework.data.mongodb.core.geo.Metric
Returns the multiplier to calculate metrics values from a base scale.
getMultiplier() - Method in enum org.springframework.data.mongodb.core.geo.Metrics
 
getName() - Method in class org.springframework.data.mongodb.core.convert.MongoPropertyDescriptors.MongoPropertyDescriptor
Returns the name of the property.
getName() - Method in class org.springframework.data.mongodb.core.index.IndexPredicate
 
getNamedQueriesLocation() - Method in class org.springframework.data.mongodb.config.SimpleMongoRepositoryConfiguration
 
getNearIndex() - Method in class org.springframework.data.mongodb.repository.MongoParameters
Returns the index of the parameter to be used to start a geo-near query from.
getNormalizedValue() - Method in class org.springframework.data.mongodb.core.geo.Distance
Returns the normalized value regarding the underlying Metric.
getObject() - Method in class org.springframework.data.mongodb.core.MongoFactoryBean
 
getObject() - Method in class org.springframework.data.mongodb.core.MongoOptionsFactoryBean
 
getObjectType() - Method in class org.springframework.data.mongodb.core.MongoFactoryBean
 
getObjectType() - Method in class org.springframework.data.mongodb.core.MongoOptionsFactoryBean
 
getOperator() - Method in class org.springframework.data.mongodb.core.query.NorCriteria
 
getOperator() - Method in class org.springframework.data.mongodb.core.query.OrCriteria
 
getOptionsObject() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
 
getOutputCollection() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
 
getOutputCollection() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceResults
 
getOutputCount() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceCounts
 
getOutputDatabase() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
 
getOutputSharded() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
 
getOutputType() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
 
getPageable() - Method in class org.springframework.data.mongodb.repository.ConvertingParameterAccessor
 
getPassword() - Method in exception org.springframework.data.mongodb.CannotGetMongoDbConnectionException
 
getPersistentId(ChangeSetBacked, ChangeSet) - Method in class org.springframework.data.persistence.document.mongodb.MongoChangeSetPersister
 
getPersistentState(Class<? extends ChangeSetBacked>, Object, ChangeSet) - Method in class org.springframework.data.persistence.document.mongodb.MongoChangeSetPersister
 
getPort() - Method in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
getPreferredCollectionName(Class<?>) - Static method in class org.springframework.data.mongodb.MongoCollectionUtils
Obtains the collection name to use for the provided class
getPropertyType() - Method in class org.springframework.data.mongodb.core.convert.MongoPropertyDescriptors.MongoPropertyDescriptor
Returns the plain property type.
getQueryCount() - Method in class org.springframework.data.mongodb.monitor.OperationCounters
 
getQueryLookupStrategy(QueryLookupStrategy.Key) - Method in class org.springframework.data.mongodb.repository.MongoRepositoryFactoryBean.MongoRepositoryFactory
 
getQueryMethod() - Method in class org.springframework.data.mongodb.repository.AbstractMongoQuery
 
getQueryObject() - Method in class org.springframework.data.mongodb.core.query.BasicQuery
 
getQueryObject() - Method in class org.springframework.data.mongodb.core.query.Query
 
getRadius() - Method in class org.springframework.data.mongodb.core.geo.Circle
 
getRawResults() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceResults
 
getRegular() - Method in class org.springframework.data.mongodb.monitor.AssertMetrics
 
getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.data.mongodb.repository.MongoRepositoryFactoryBean.MongoRepositoryFactory
 
getResets() - Method in class org.springframework.data.mongodb.monitor.BtreeIndexCounters
 
getResidentSpace() - Method in class org.springframework.data.mongodb.monitor.MemoryMetrics
 
getRollovers() - Method in class org.springframework.data.mongodb.monitor.AssertMetrics
 
getScopeVariables() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
 
getServerStatus() - Method in class org.springframework.data.mongodb.monitor.AbstractMonitor
 
getSimpleTypeHolder() - Method in class org.springframework.data.mongodb.core.convert.CustomConversions
Returns the underlying SimpleTypeHolder.
getSingleCriteriaObject() - Method in class org.springframework.data.mongodb.core.query.Criteria
 
getSize() - Method in class org.springframework.data.mongodb.core.CollectionOptions
 
getSkip() - Method in class org.springframework.data.mongodb.core.query.Query
 
getSort() - Method in class org.springframework.data.mongodb.repository.ConvertingParameterAccessor
 
getSortObject() - Method in class org.springframework.data.mongodb.core.query.BasicQuery
 
getSortObject() - Method in class org.springframework.data.mongodb.core.query.Query
 
getSortObject() - Method in class org.springframework.data.mongodb.core.query.Sort
 
getSource() - Method in class org.springframework.data.mongodb.core.mapping.event.MongoMappingEvent
 
getTargetRepository(RepositoryMetadata) - Method in class org.springframework.data.mongodb.repository.MongoRepositoryFactoryBean.MongoRepositoryFactory
 
getTiming() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceResults
 
getTotalMs() - Method in class org.springframework.data.mongodb.monitor.BackgroundFlushingMetrics
 
getTotalTime() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceTiming
 
getTotalTime() - Method in class org.springframework.data.mongodb.monitor.GlobalLockMetrics
 
getTree() - Method in class org.springframework.data.mongodb.repository.PartTreeMongoQuery
 
getTypeInformation(String) - Method in class org.springframework.data.mongodb.core.convert.ConfigurableTypeMapper
 
getTypeInformation(String) - Method in class org.springframework.data.mongodb.core.convert.DefaultTypeMapper
Returns the TypeInformation that shall be used when the given String value is found as type hint.
getTypeMapper() - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
 
getTypeMapper() - Method in interface org.springframework.data.mongodb.core.convert.TypeMapperProvider
Returns the TypeMapper.
getTypeString(TypeInformation<?>) - Method in class org.springframework.data.mongodb.core.convert.ConfigurableTypeMapper
 
getTypeString(TypeInformation<?>) - Method in class org.springframework.data.mongodb.core.convert.DefaultTypeMapper
Turn the given type information into the String representation that shall be stored inside the DBObject.
getTypeToSet() - Method in class org.springframework.data.mongodb.core.convert.MongoPropertyDescriptors.MongoPropertyDescriptor
Returns the type type to be set.
getUpdateCount() - Method in class org.springframework.data.mongodb.monitor.OperationCounters
 
getUpdateObject() - Method in class org.springframework.data.mongodb.core.query.BasicUpdate
 
getUpdateObject() - Method in class org.springframework.data.mongodb.core.query.Update
 
getUpperRight() - Method in class org.springframework.data.mongodb.core.geo.Box
 
getUptime() - Method in class org.springframework.data.mongodb.monitor.ServerInfo
 
getUptimeEstimate() - Method in class org.springframework.data.mongodb.monitor.ServerInfo
 
getUser() - Method in class org.springframework.data.mongodb.monitor.AssertMetrics
 
getUserCredentials() - Method in class org.springframework.data.mongodb.config.AbstractMongoConfiguration
 
getUsername() - Method in exception org.springframework.data.mongodb.CannotGetMongoDbConnectionException
 
getValue() - Method in class org.springframework.data.mongodb.core.geo.Distance
 
getValueInternal(MongoPersistentProperty, DBObject, StandardEvaluationContext, String) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
 
getVersion() - Method in class org.springframework.data.mongodb.monitor.ServerInfo
 
getVirtualAddressSpace() - Method in class org.springframework.data.mongodb.monitor.MemoryMetrics
 
getWarning() - Method in class org.springframework.data.mongodb.monitor.AssertMetrics
 
getWarnOrHigherWriteConcern() - Method in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
getX() - Method in class org.springframework.data.mongodb.core.geo.Point
 
getY() - Method in class org.springframework.data.mongodb.core.geo.Point
 
GlobalLockMetrics - Class in org.springframework.data.mongodb.monitor
JMX Metrics for Global Locks
GlobalLockMetrics(Mongo) - Constructor for class org.springframework.data.mongodb.monitor.GlobalLockMetrics
 
gt(Object) - Method in class org.springframework.data.mongodb.core.query.Criteria
Creates a criterion using the $gt operator
gte(Object) - Method in class org.springframework.data.mongodb.core.query.Criteria
Creates a criterion using the $gte operator

H

hasCustomReadTarget(Class<?>, Class<?>) - Method in class org.springframework.data.mongodb.core.convert.CustomConversions
Returns whether we have a custom conversion registered to read the given source into the given target type.
hasCustomWriteTarget(Class<?>) - Method in class org.springframework.data.mongodb.core.convert.CustomConversions
Returns whether we have a custom conversion registered to write into a Mongo native type.
hasCustomWriteTarget(Class<?>, Class<?>) - Method in class org.springframework.data.mongodb.core.convert.CustomConversions
Returns whether we have a custom conversion registered to write an object of the given source type into an object of the given Mongo native target type.
hashCode() - Method in class org.springframework.data.mongodb.core.convert.MongoPropertyDescriptors.MongoPropertyDescriptor
 
hashCode() - Method in class org.springframework.data.mongodb.core.geo.Box
 
hashCode() - Method in class org.springframework.data.mongodb.core.geo.Distance
 
hashCode() - Method in class org.springframework.data.mongodb.core.geo.GeoResult
 
hashCode() - Method in class org.springframework.data.mongodb.core.geo.GeoResults
 
hashCode() - Method in class org.springframework.data.mongodb.core.geo.Point
 
hashCode() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceCounts
 
hashCode() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceTiming
 
HOLDER - Static variable in class org.springframework.data.mongodb.core.mapping.MongoSimpleTypes
 
host - Variable in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
HOUR - Static variable in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 

I

in(Object...) - Method in class org.springframework.data.mongodb.core.query.Criteria
Creates a criterion using the $in operator
in(Collection<?>) - Method in class org.springframework.data.mongodb.core.query.Criteria
Creates a criterion using the $in operator
inc(String, Number) - Method in class org.springframework.data.mongodb.core.query.BasicUpdate
 
inc(String, Number) - Method in class org.springframework.data.mongodb.core.query.Update
Update using the $inc update modifier
include(String) - Method in class org.springframework.data.mongodb.core.query.Field
 
Index - Class in org.springframework.data.mongodb.core.index
 
Index() - Constructor for class org.springframework.data.mongodb.core.index.Index
 
Index(String, Order) - Constructor for class org.springframework.data.mongodb.core.index.Index
 
Index.Duplicates - Enum in org.springframework.data.mongodb.core.index
 
IndexDefinition - Interface in org.springframework.data.mongodb.core.index
 
IndexDirection - Enum in org.springframework.data.mongodb.core.index
 
Indexed - Annotation Type in org.springframework.data.mongodb.core.index
Mark a field to be indexed using MongoDB's indexing feature.
IndexPredicate - Class in org.springframework.data.mongodb.core.index
 
IndexPredicate() - Constructor for class org.springframework.data.mongodb.core.index.IndexPredicate
 
infoOrLowerWriteConcern - Variable in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
init() - Method in class org.springframework.data.mongodb.config.MongoRepositoryNamespaceHandler
 
inKilometers() - Method in class org.springframework.data.mongodb.core.query.NearQuery
Will cause the results' distances being returned in kilometers.
inMiles() - Method in class org.springframework.data.mongodb.core.query.NearQuery
Will cause the results' distances being returned in miles.
insert(Object) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Insert the object into the collection for the entity type of the object to save.
insert(Object, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Insert the object into the specified collection.
insert(Collection<? extends Object>, Class<?>) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Insert a Collection of objects into a collection in a single batch write to the database.
insert(Collection<? extends Object>, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Insert a list of objects into the specified collection in a single batch write to the database.
insert(Object) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
insert(Object, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
insert(Collection<? extends Object>, Class<?>) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
insert(Collection<? extends Object>, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
insertAll(Collection<? extends Object>) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Insert a mixed Collection of objects into a database collection determining the collection name to use based on the class.
insertAll(Collection<? extends Object>) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
insertDBObject(String, DBObject) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
insertDBObjectList(String, List<DBObject>) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
InvalidMongoDbApiUsageException - Exception in org.springframework.data.mongodb
 
InvalidMongoDbApiUsageException(String) - Constructor for exception org.springframework.data.mongodb.InvalidMongoDbApiUsageException
 
InvalidMongoDbApiUsageException(String, Throwable) - Constructor for exception org.springframework.data.mongodb.InvalidMongoDbApiUsageException
 
is(Object) - Method in class org.springframework.data.mongodb.core.query.Criteria
Creates a criterion using equality
isAssociation() - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentProperty
 
isCollection() - Method in class org.springframework.data.mongodb.core.convert.MongoPropertyDescriptors.MongoPropertyDescriptor
Returns whether the descriptor is for a collection.
isDbReference() - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentProperty
 
isDbReference() - Method in interface org.springframework.data.mongodb.core.mapping.MongoPersistentProperty
Returns whether the propert is a DBRef.
isDBTransactional(DB, Mongo) - Static method in class org.springframework.data.mongodb.core.MongoDbUtils
Return whether the given DB instance is transactional, that is, bound to the current thread by Spring's transaction facilities.
isEnum() - Method in class org.springframework.data.mongodb.core.convert.MongoPropertyDescriptors.MongoPropertyDescriptor
Returns whether the descriptor is for an Enum.
isIdProperty() - Method in class org.springframework.data.mongodb.core.convert.MongoPropertyDescriptors.MongoPropertyDescriptor
Returns whether the property is the id-property.
isIdProperty() - Method in class org.springframework.data.mongodb.core.mapping.BasicMongoPersistentProperty
Also considers fields as id that are of supported id type and name.
isIdProperty() - Method in class org.springframework.data.mongodb.core.mapping.CachingMongoPersistentProperty
 
isMap() - Method in class org.springframework.data.mongodb.core.convert.MongoPropertyDescriptors.MongoPropertyDescriptor
Returns whther we describe a Map.
isMappable() - Method in class org.springframework.data.mongodb.core.convert.MongoPropertyDescriptors.MongoPropertyDescriptor
Returns whether the underlying property is actually mappable.
isOfIdType() - Method in class org.springframework.data.mongodb.core.convert.MongoPropertyDescriptors.MongoPropertyDescriptor
Returns whether the property is of one of the supported id types.
isSimpleType(Class<?>) - Method in class org.springframework.data.mongodb.core.convert.CustomConversions
Returns whether the given type is considered to be simple.
isSingleton() - Method in class org.springframework.data.mongodb.core.MongoFactoryBean
 
isSingleton() - Method in class org.springframework.data.mongodb.core.MongoOptionsFactoryBean
 
isTypeKey(String) - Method in class org.springframework.data.mongodb.core.convert.DefaultTypeMapper
 
isTypeKey(String) - Method in interface org.springframework.data.mongodb.core.convert.TypeMapper
Returns whether the given key is the key being used as type key.
isUnique() - Method in class org.springframework.data.mongodb.core.index.IndexPredicate
 
iterator() - Method in class org.springframework.data.mongodb.core.convert.MongoPropertyDescriptors
 
iterator() - Method in class org.springframework.data.mongodb.core.geo.GeoResults
 
iterator() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceResults
 
iterator() - Method in class org.springframework.data.mongodb.repository.ConvertingParameterAccessor
 

J

javaScriptMode(boolean) - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
Flag that toggles behavior in the map-reduce operation so as to avoid intermediate conversion to BSON between the map and reduce steps.

L

LEVEL - Static variable in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
limit(int) - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
Limit the number of objects to return from the collection that is fed into the map reduce operation Often used in conjunction with a query and sort option so as to reduce the portion of the data that will be processed.
limit(int) - Method in class org.springframework.data.mongodb.core.query.Query
 
log - Static variable in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
 
log - Variable in class org.springframework.data.mongodb.core.mapping.event.AbstractMongoEventListener
 
log - Variable in class org.springframework.data.persistence.document.DocumentBackedTransactionSynchronization
 
log - Variable in class org.springframework.data.persistence.document.mongodb.MongoChangeSetPersister
 
logCommandExecutionError(DBObject, CommandResult) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
logger - Variable in class org.springframework.data.mongodb.core.MongoAdmin
Logger available to subclasses
logger - Variable in class org.springframework.data.mongodb.core.MongoFactoryBean
Logger, available to subclasses.
logger - Variable in class org.springframework.data.mongodb.core.SimpleMongoDbFactory
 
LoggingEventListener - Class in org.springframework.data.mongodb.core.mapping.event
 
LoggingEventListener() - Constructor for class org.springframework.data.mongodb.core.mapping.event.LoggingEventListener
 
lt(Object) - Method in class org.springframework.data.mongodb.core.query.Criteria
Creates a criterion using the $lt operator
lte(Object) - Method in class org.springframework.data.mongodb.core.query.Criteria
Creates a criterion using the $lte operator

M

mappingContext - Variable in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
 
mappingContextAwareBeanPostProcessor() - Method in class org.springframework.data.mongodb.config.AbstractMongoConfiguration
 
mappingMongoConverter() - Method in class org.springframework.data.mongodb.config.AbstractMongoConfiguration
 
MappingMongoConverter - Class in org.springframework.data.mongodb.core.convert
MongoConverter that uses a MappingContext to do sophisticated mapping of domain objects to DBObject.
MappingMongoConverter(MongoDbFactory, MappingContext<? extends MongoPersistentEntity<?>, MongoPersistentProperty>) - Constructor for class org.springframework.data.mongodb.core.convert.MappingMongoConverter
Creates a new MappingMongoConverter given the new MongoDbFactory and MappingContext.
MappingMongoConverterParser - Class in org.springframework.data.mongodb.config
 
MappingMongoConverterParser() - Constructor for class org.springframework.data.mongodb.config.MappingMongoConverterParser
 
MappingMongoEntityInformation<T,ID extends Serializable> - Class in org.springframework.data.mongodb.repository
MongoEntityInformation implementation using a MongoPersistentEntity instance to lookup the necessary information.
MappingMongoEntityInformation(MongoPersistentEntity<T>) - Constructor for class org.springframework.data.mongodb.repository.MappingMongoEntityInformation
Creates a new MappingMongoEntityInformation for the given MongoPersistentEntity.
MappingMongoEntityInformation(MongoPersistentEntity<T>, String) - Constructor for class org.springframework.data.mongodb.repository.MappingMongoEntityInformation
Creates a new MappingMongoEntityInformation for the given MongoPersistentEntity and custom collection name.
mapReduce(String, String, String, Class<T>) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Execute a map-reduce operation.
mapReduce(String, String, String, MapReduceOptions, Class<T>) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Execute a map-reduce operation that takes additional map-reduce options.
mapReduce(Query, String, String, String, Class<T>) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Execute a map-reduce operation that takes a query.
mapReduce(Query, String, String, String, MapReduceOptions, Class<T>) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Execute a map-reduce operation that takes a query and additional map-reduce options
mapReduce(String, String, String, Class<T>) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
mapReduce(String, String, String, MapReduceOptions, Class<T>) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
mapReduce(Query, String, String, String, Class<T>) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
mapReduce(Query, String, String, String, MapReduceOptions, Class<T>) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
MapReduceCounts - Class in org.springframework.data.mongodb.core.mapreduce
 
MapReduceCounts(int, int, int) - Constructor for class org.springframework.data.mongodb.core.mapreduce.MapReduceCounts
 
MapReduceOptions - Class in org.springframework.data.mongodb.core.mapreduce
 
MapReduceOptions() - Constructor for class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
 
MapReduceResults<T> - Class in org.springframework.data.mongodb.core.mapreduce
 
MapReduceResults(List<T>, DBObject) - Constructor for class org.springframework.data.mongodb.core.mapreduce.MapReduceResults
 
MapReduceTiming - Class in org.springframework.data.mongodb.core.mapreduce
 
MapReduceTiming(long, long, long) - Constructor for class org.springframework.data.mongodb.core.mapreduce.MapReduceTiming
 
maxDistance(double) - Method in class org.springframework.data.mongodb.core.query.Criteria
Creates a geospatical criterion using a $maxDistance operation, for use with $near
maxDistance(double) - Method in class org.springframework.data.mongodb.core.query.NearQuery
Sets the max distance results shall have from the configured origin.
maxDistance(double, Metric) - Method in class org.springframework.data.mongodb.core.query.NearQuery
Sets the maximum distance supplied in a given metric.
maxDistance(Distance) - Method in class org.springframework.data.mongodb.core.query.NearQuery
Sets the maximum distance to the given Distance.
maybeConvertArray(Object[]) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
 
maybeConvertList(BasicDBList) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
 
maybeEmitEvent(MongoMappingEvent<T>) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
MemoryMetrics - Class in org.springframework.data.mongodb.monitor
JMX Metrics for Memory
MemoryMetrics(Mongo) - Constructor for class org.springframework.data.mongodb.monitor.MemoryMetrics
 
MESSAGE - Static variable in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
Metric - Interface in org.springframework.data.mongodb.core.geo
Interface for Metrics that can be applied to a base scale.
Metrics - Enum in org.springframework.data.mongodb.core.geo
Commonly used Metrics for NearQuerys.
mod(Number, Number) - Method in class org.springframework.data.mongodb.core.query.Criteria
Creates a criterion using the $mod operator
mongo - Variable in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
mongo() - Method in class org.springframework.data.mongodb.config.AbstractMongoConfiguration
 
mongo - Variable in class org.springframework.data.mongodb.monitor.AbstractMonitor
 
MongoAdmin - Class in org.springframework.data.mongodb.core
Mongo server administration exposed via JMX annotations
MongoAdmin(Mongo) - Constructor for class org.springframework.data.mongodb.core.MongoAdmin
 
MongoAdminOperations - Interface in org.springframework.data.mongodb.core
 
MongoAnnotationProcessor - Class in org.springframework.data.mongodb.repository
Annotation processor to create Querydsl query types for QueryDsl annoated classes
MongoAnnotationProcessor() - Constructor for class org.springframework.data.mongodb.repository.MongoAnnotationProcessor
 
MongoChangeSetPersister - Class in org.springframework.data.persistence.document.mongodb
 
MongoChangeSetPersister() - Constructor for class org.springframework.data.persistence.document.mongodb.MongoChangeSetPersister
 
MongoCollectionUtils - Class in org.springframework.data.mongodb
Helper class featuring helper methods for working with MongoDb collections.
MongoConverter - Interface in org.springframework.data.mongodb.core.convert
Central Mongo specific converter interface which combines MongoWriter and MongoReader.
mongoDbFactory() - Method in class org.springframework.data.mongodb.config.AbstractMongoConfiguration
 
mongoDbFactory - Variable in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
 
MongoDbFactory - Interface in org.springframework.data.mongodb
Interface for factories creating DB instances.
MongoDbFactoryParser - Class in org.springframework.data.mongodb.config
BeanDefinitionParser to parse db-factory elements into BeanDefinitions.
MongoDbFactoryParser() - Constructor for class org.springframework.data.mongodb.config.MongoDbFactoryParser
 
MongoDbUtils - Class in org.springframework.data.mongodb.core
Helper class featuring helper methods for internal MongoDb classes.
MongoDocumentWriter - Interface in org.springframework.data.mongodb.core
 
MongoEntityInformation<T,ID extends Serializable> - Interface in org.springframework.data.mongodb.repository
Mongo specific EntityInformation.
MongoExceptionTranslator - Class in org.springframework.data.mongodb.core
Simple PersistenceExceptionTranslator for Mongo.
MongoExceptionTranslator() - Constructor for class org.springframework.data.mongodb.core.MongoExceptionTranslator
 
MongoFactoryBean - Class in org.springframework.data.mongodb.core
Convenient factory for configuring MongoDB.
MongoFactoryBean() - Constructor for class org.springframework.data.mongodb.core.MongoFactoryBean
 
MongoJmxParser - Class in org.springframework.data.mongodb.config
 
MongoJmxParser() - Constructor for class org.springframework.data.mongodb.config.MongoJmxParser
 
MongoLog4jAppender - Class in org.springframework.data.document.mongodb.log4j
 
MongoLog4jAppender() - Constructor for class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
MongoLog4jAppender(boolean) - Constructor for class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
mongoMappingContext() - Method in class org.springframework.data.mongodb.config.AbstractMongoConfiguration
 
MongoMappingContext - Class in org.springframework.data.mongodb.core.mapping
 
MongoMappingContext() - Constructor for class org.springframework.data.mongodb.core.mapping.MongoMappingContext
Creates a new MongoMappingContext.
MongoMappingEvent<T> - Class in org.springframework.data.mongodb.core.mapping.event
 
MongoMappingEvent(T, DBObject) - Constructor for class org.springframework.data.mongodb.core.mapping.event.MongoMappingEvent
 
MongoMappingEventPublisher - Class in org.springframework.data.mongodb.core.index
An implementation of ApplicationEventPublisher that will only fire MappingContextEvents for use by the index creator when MongoTemplate is used 'stand-alone', that is not declared inside a Spring ApplicationContext.
MongoMappingEventPublisher(MongoPersistentEntityIndexCreator) - Constructor for class org.springframework.data.mongodb.core.index.MongoMappingEventPublisher
 
MongoOperations - Interface in org.springframework.data.mongodb.core
Interface that specifies a basic set of MongoDB operations.
MongoOptionsFactoryBean - Class in org.springframework.data.mongodb.core
A factory bean for construction of a MongoOptions instance
MongoOptionsFactoryBean() - Constructor for class org.springframework.data.mongodb.core.MongoOptionsFactoryBean
 
MongoParameterAccessor - Interface in org.springframework.data.mongodb.repository
Mongo-specific ParameterAccessor exposing a maximum distance parameter.
MongoParameters - Class in org.springframework.data.mongodb.repository
Custom extension of Parameters discovering additional
MongoParameters(Method, boolean) - Constructor for class org.springframework.data.mongodb.repository.MongoParameters
Creates a new MongoParameters instance from the given Method and MongoQueryMethod.
MongoParametersParameterAccessor - Class in org.springframework.data.mongodb.repository
Mongo-specific ParametersParameterAccessor to allow access to the Distance parameter.
MongoParametersParameterAccessor(MongoQueryMethod, Object[]) - Constructor for class org.springframework.data.mongodb.repository.MongoParametersParameterAccessor
Creates a new MongoParametersParameterAccessor.
MongoParser - Class in org.springframework.data.mongodb.config
Parser for <mongo;gt; definitions.
MongoParser() - Constructor for class org.springframework.data.mongodb.config.MongoParser
 
MongoPersistentEntity<T> - Interface in org.springframework.data.mongodb.core.mapping
 
MongoPersistentEntityIndexCreator - Class in org.springframework.data.mongodb.core.index
Component that inspects BasicMongoPersistentEntity instances contained in the given MongoMappingContext for indexing metadata and ensures the indexes to be available.
MongoPersistentEntityIndexCreator(MongoMappingContext, MongoDbFactory) - Constructor for class org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexCreator
Creats a new MongoPersistentEntityIndexCreator for the given MongoMappingContext and MongoDbFactory.
MongoPersistentProperty - Interface in org.springframework.data.mongodb.core.mapping
Mongo specific PersistentProperty implementation.
MongoPropertyDescriptors - Class in org.springframework.data.mongodb.core.convert
An iterable of MongoPropertyDescriptors.MongoPropertyDescriptors that allows dedicated access to the MongoPropertyDescriptors.MongoPropertyDescriptor that captures the id-property.
MongoPropertyDescriptors(Class<?>) - Constructor for class org.springframework.data.mongodb.core.convert.MongoPropertyDescriptors
Creates the MongoPropertyDescriptors for the given type.
MongoPropertyDescriptors.MongoPropertyDescriptor - Class in org.springframework.data.mongodb.core.convert
Simple value object to have a more suitable abstraction for MongoDB specific property handling.
MongoPropertyDescriptors.MongoPropertyDescriptor(PropertyDescriptor, Class<?>) - Constructor for class org.springframework.data.mongodb.core.convert.MongoPropertyDescriptors.MongoPropertyDescriptor
Creates a new MongoPropertyDescriptors.MongoPropertyDescriptor for the given PropertyDescriptor.
MongoReader<T> - Interface in org.springframework.data.mongodb.core.convert
A MongoWriter is responsible for converting a native MongoDB DBObject to an object of type T.
MongoRepository<T,ID extends Serializable> - Interface in org.springframework.data.mongodb.repository
Mongo specific Repository interface.
MongoRepositoryConfigParser - Class in org.springframework.data.mongodb.config
BeanDefinitionParser to create Mongo DB repositories from classpath scanning or manual definition.
MongoRepositoryConfigParser() - Constructor for class org.springframework.data.mongodb.config.MongoRepositoryConfigParser
 
MongoRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,ID>,S,ID extends Serializable> - Class in org.springframework.data.mongodb.repository
FactoryBean to create MongoRepository instances.
MongoRepositoryFactoryBean() - Constructor for class org.springframework.data.mongodb.repository.MongoRepositoryFactoryBean
 
MongoRepositoryFactoryBean.MongoRepositoryFactory - Class in org.springframework.data.mongodb.repository
Repository to create MongoRepository instances.
MongoRepositoryFactoryBean.MongoRepositoryFactory(MongoTemplate) - Constructor for class org.springframework.data.mongodb.repository.MongoRepositoryFactoryBean.MongoRepositoryFactory
Creates a new MongoRepositoryFactoryBean.MongoRepositoryFactory with the given MongoTemplate and MappingContext.
MongoRepositoryNamespaceHandler - Class in org.springframework.data.mongodb.config
NamespaceHandler for Mongo DB based repositories.
MongoRepositoryNamespaceHandler() - Constructor for class org.springframework.data.mongodb.config.MongoRepositoryNamespaceHandler
 
MongoSimpleTypes - Class in org.springframework.data.mongodb.core.mapping
Simple constant holder for a SimpleTypeHolder enriched with Mongo specific simple types.
mongoTemplate() - Method in class org.springframework.data.mongodb.config.AbstractMongoConfiguration
 
MongoTemplate - Class in org.springframework.data.mongodb.core
Primary implementation of MongoOperations.
MongoTemplate(Mongo, String) - Constructor for class org.springframework.data.mongodb.core.MongoTemplate
Constructor used for a basic template configuration
MongoTemplate(Mongo, String, UserCredentials) - Constructor for class org.springframework.data.mongodb.core.MongoTemplate
Constructor used for a template configuration with user credentials in the form of UserCredentials
MongoTemplate(MongoDbFactory) - Constructor for class org.springframework.data.mongodb.core.MongoTemplate
Constructor used for a basic template configuration
MongoTemplate(MongoDbFactory, MongoConverter) - Constructor for class org.springframework.data.mongodb.core.MongoTemplate
Constructor used for a basic template configuration.
MongoWriter<T> - Interface in org.springframework.data.mongodb.core.convert
A MongoWriter is responsible for converting an object of type T to the native MongoDB representation DBObject.
MONTH - Static variable in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 

N

NAME - Static variable in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
named(String) - Method in class org.springframework.data.mongodb.core.index.GeospatialIndex
 
named(String) - Method in class org.springframework.data.mongodb.core.index.Index
 
ne(Object) - Method in class org.springframework.data.mongodb.core.query.Criteria
Creates a criterion using the $ne operator
near(Point) - Method in class org.springframework.data.mongodb.core.query.Criteria
Creates a geospatial criterion using a $near operation
near(double, double) - Static method in class org.springframework.data.mongodb.core.query.NearQuery
Creates a new NearQuery starting near the given coordinates.
near(double, double, Metric) - Static method in class org.springframework.data.mongodb.core.query.NearQuery
Creates a new NearQuery starting at the given coordinates using the given Metric to adapt given values to further configuration.
near(Point) - Static method in class org.springframework.data.mongodb.core.query.NearQuery
Creates a new NearQuery starting at the given Point.
near(Point, Metric) - Static method in class org.springframework.data.mongodb.core.query.NearQuery
Creates a NearQuery starting near the given Point using the given Metric to adapt given values to further configuration.
Near - Annotation Type in org.springframework.data.mongodb.repository
Annotation to be used for disambiguing method parameters that shall be used to trigger geo near queries.
NearQuery - Class in org.springframework.data.mongodb.core.query
Builder class to build near-queries.
nearSphere(Point) - Method in class org.springframework.data.mongodb.core.query.Criteria
Creates a geospatial criterion using a $nearSphere operation.
nextConverted() - Method in interface org.springframework.data.mongodb.repository.ConvertingParameterAccessor.PotentiallyConvertingIterator
Returns the next element which has already been converted.
nin(Object...) - Method in class org.springframework.data.mongodb.core.query.Criteria
Creates a criterion using the $nin operator
nor(Query...) - Method in class org.springframework.data.mongodb.core.query.Query
 
NorCriteria - Class in org.springframework.data.mongodb.core.query
 
NorCriteria(Query[]) - Constructor for class org.springframework.data.mongodb.core.query.NorCriteria
 
NorQuery - Class in org.springframework.data.mongodb.core.query
 
NorQuery(Query...) - Constructor for class org.springframework.data.mongodb.core.query.NorQuery
 
not() - Method in class org.springframework.data.mongodb.core.query.Criteria
Creates a criterion using the $not meta operator which affects the clause directly following
num(int) - Method in class org.springframework.data.mongodb.core.query.NearQuery
Configures the number of results to return.

O

on(String, Order) - Method in class org.springframework.data.mongodb.core.index.Index
 
on(String, Order) - Method in class org.springframework.data.mongodb.core.query.Sort
 
onAfterConvert(DBObject, E) - Method in class org.springframework.data.mongodb.core.mapping.event.AbstractMongoEventListener
 
onAfterConvert(DBObject, Object) - Method in class org.springframework.data.mongodb.core.mapping.event.LoggingEventListener
 
onAfterLoad(DBObject) - Method in class org.springframework.data.mongodb.core.mapping.event.AbstractMongoEventListener
 
onAfterLoad(DBObject) - Method in class org.springframework.data.mongodb.core.mapping.event.LoggingEventListener
 
onAfterSave(E, DBObject) - Method in class org.springframework.data.mongodb.core.mapping.event.AbstractMongoEventListener
 
onAfterSave(Object, DBObject) - Method in class org.springframework.data.mongodb.core.mapping.event.LoggingEventListener
 
onApplicationEvent(MappingContextEvent<MongoPersistentEntity<MongoPersistentProperty>, MongoPersistentProperty>) - Method in class org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexCreator
 
onApplicationEvent(MongoMappingEvent<E>) - Method in class org.springframework.data.mongodb.core.mapping.event.AbstractMongoEventListener
 
onBeforeConvert(E) - Method in class org.springframework.data.mongodb.core.mapping.event.AbstractMongoEventListener
 
onBeforeConvert(Object) - Method in class org.springframework.data.mongodb.core.mapping.event.LoggingEventListener
 
onBeforeSave(E, DBObject) - Method in class org.springframework.data.mongodb.core.mapping.event.AbstractMongoEventListener
 
onBeforeSave(Object, DBObject) - Method in class org.springframework.data.mongodb.core.mapping.event.LoggingEventListener
 
OperationCounters - Class in org.springframework.data.mongodb.monitor
JMX Metrics for Operation counters
OperationCounters(Mongo) - Constructor for class org.springframework.data.mongodb.monitor.OperationCounters
 
options() - Static method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
Static factory method to create a Criteria using the provided key
or(List<Query>) - Method in class org.springframework.data.mongodb.core.query.Criteria
Creates an or query using the $or operator for all of the provided queries
or(Query...) - Method in class org.springframework.data.mongodb.core.query.Query
 
OrCriteria - Class in org.springframework.data.mongodb.core.query
 
OrCriteria(Query[]) - Constructor for class org.springframework.data.mongodb.core.query.OrCriteria
 
Order - Enum in org.springframework.data.mongodb.core.query
An enum that specifies the ordering for sort or index specifications
org.springframework.data.document.mongodb.log4j - package org.springframework.data.document.mongodb.log4j
 
org.springframework.data.mongodb - package org.springframework.data.mongodb
 
org.springframework.data.mongodb.config - package org.springframework.data.mongodb.config
Spring XML namespace configuration for MongoDB specific repositories.
org.springframework.data.mongodb.core - package org.springframework.data.mongodb.core
MongoDB core support.
org.springframework.data.mongodb.core.convert - package org.springframework.data.mongodb.core.convert
 
org.springframework.data.mongodb.core.geo - package org.springframework.data.mongodb.core.geo
 
org.springframework.data.mongodb.core.index - package org.springframework.data.mongodb.core.index
 
org.springframework.data.mongodb.core.mapping - package org.springframework.data.mongodb.core.mapping
 
org.springframework.data.mongodb.core.mapping.event - package org.springframework.data.mongodb.core.mapping.event
 
org.springframework.data.mongodb.core.mapreduce - package org.springframework.data.mongodb.core.mapreduce
 
org.springframework.data.mongodb.core.query - package org.springframework.data.mongodb.core.query
MongoDB specific query and update support.
org.springframework.data.mongodb.monitor - package org.springframework.data.mongodb.monitor
MongoDB specific JMX monitoring support.
org.springframework.data.mongodb.repository - package org.springframework.data.mongodb.repository
MongoDB specific repository implementation.
org.springframework.data.persistence.document - package org.springframework.data.persistence.document
 
org.springframework.data.persistence.document.mongodb - package org.springframework.data.persistence.document.mongodb
 
OrQuery - Class in org.springframework.data.mongodb.core.query
 
OrQuery(Query...) - Constructor for class org.springframework.data.mongodb.core.query.OrQuery
 
outputCollection(String) - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
The collection where the results from the map-reduce operation will be stored.
outputDatabase(String) - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
The database where the results from the map-reduce operation will be stored.
outputSharded(boolean) - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
If true and combined with an output mode that writes to a collection, the output collection will be sharded using the _id field.
outputTypeInline() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
With this option, no collection will be created, and the whole map-reduce operation will happen in RAM.
outputTypeMerge() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
This option will merge new data into the old output collection.
outputTypeReduce() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
If documents exists for a given key in the result set and in the old collection, then a reduce operation (using the specified reduce function) will be performed on the two values and the result will be written to the output collection.
outputTypeReplace() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
The output will be inserted into a collection which will atomically replace any existing collection with the same name.

P

parse(Element, ParserContext) - Method in class org.springframework.data.mongodb.config.MongoJmxParser
 
parseConverter(Element, ParserContext) - Method in class org.springframework.data.mongodb.config.MappingMongoConverterParser
 
parseCounts(DBObject) - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceResults
 
parseInternal(Element, ParserContext) - Method in class org.springframework.data.mongodb.config.MappingMongoConverterParser
 
parseInternal(Element, ParserContext) - Method in class org.springframework.data.mongodb.config.MongoDbFactoryParser
 
parseTiming(DBObject) - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceResults
 
PartTreeMongoQuery - Class in org.springframework.data.mongodb.repository
RepositoryQuery implementation for Mongo.
PartTreeMongoQuery(MongoQueryMethod, MongoTemplate) - Constructor for class org.springframework.data.mongodb.repository.PartTreeMongoQuery
Creates a new PartTreeMongoQuery from the given QueryMethod and MongoTemplate.
persistState(ChangeSetBacked, ChangeSet) - Method in class org.springframework.data.persistence.document.mongodb.MongoChangeSetPersister
 
Point - Class in org.springframework.data.mongodb.core.geo
Represents a geospatial point value.
Point(double, double) - Constructor for class org.springframework.data.mongodb.core.geo.Point
 
Point(Point) - Constructor for class org.springframework.data.mongodb.core.geo.Point
 
pop(String, Update.Position) - Method in class org.springframework.data.mongodb.core.query.BasicUpdate
 
pop(String, Update.Position) - Method in class org.springframework.data.mongodb.core.query.Update
Update using the $pop update modifier
populateIdIfNecessary(Object, Object) - Method in class org.springframework.data.mongodb.core.MongoTemplate
Populates the id property of the saved object, if it's not set already.
port - Variable in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
postProcessBeanDefinition(SimpleMongoRepositoryConfiguration.MongoRepositoryConfiguration, BeanDefinitionBuilder, BeanDefinitionRegistry, Object) - Method in class org.springframework.data.mongodb.config.MongoRepositoryConfigParser
 
prepare(DBCursor) - Method in interface org.springframework.data.mongodb.core.CursorPreparer
Prepare the given cursor (apply limits, skips and so on).
prepareCollection(DBCollection) - Method in class org.springframework.data.mongodb.core.MongoTemplate
Prepare the collection before any processing is done using it.
prepareWriteConcern(WriteConcern) - Method in class org.springframework.data.mongodb.core.MongoTemplate
Prepare the WriteConcern before any processing is done using it.
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.springframework.data.mongodb.repository.MongoAnnotationProcessor
 
processDocument(DBObject) - Method in interface org.springframework.data.mongodb.core.DocumentCallbackHandler
 
PROPERTIES - Static variable in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
publishEvent(ApplicationEvent) - Method in class org.springframework.data.mongodb.core.index.MongoMappingEventPublisher
 
pull(String, Object) - Method in class org.springframework.data.mongodb.core.query.BasicUpdate
 
pull(String, Object) - Method in class org.springframework.data.mongodb.core.query.Update
Update using the $pull update modifier
pullAll(String, Object[]) - Method in class org.springframework.data.mongodb.core.query.BasicUpdate
 
pullAll(String, Object[]) - Method in class org.springframework.data.mongodb.core.query.Update
Update using the $pullAll update modifier
push(String, Object) - Method in class org.springframework.data.mongodb.core.query.BasicUpdate
 
push(String, Object) - Method in class org.springframework.data.mongodb.core.query.Update
Update using the $push update modifier
pushAll(String, Object[]) - Method in class org.springframework.data.mongodb.core.query.BasicUpdate
 
pushAll(String, Object[]) - Method in class org.springframework.data.mongodb.core.query.Update
Update using the $pushAll update modifier

Q

query(Query) - Method in class org.springframework.data.mongodb.core.query.NearQuery
Adds an actual query to the NearQuery to restrict the objects considered for the actual near operation.
Query - Class in org.springframework.data.mongodb.core.query
 
Query() - Constructor for class org.springframework.data.mongodb.core.query.Query
 
Query(Criteria) - Constructor for class org.springframework.data.mongodb.core.query.Query
 
query(Criteria) - Static method in class org.springframework.data.mongodb.core.query.Query
Static factory method to create a Query using the provided criteria
Query - Annotation Type in org.springframework.data.mongodb.repository
Annotation to declare finder queries directly on repository methods.
QueryDslMongoRepository<T,ID extends Serializable> - Class in org.springframework.data.mongodb.repository
Special QueryDsl based repository implementation that allows execution Predicates in various forms.
QueryDslMongoRepository(MongoEntityInformation<T, ID>, MongoTemplate) - Constructor for class org.springframework.data.mongodb.repository.QueryDslMongoRepository
Creates a new QueryDslMongoRepository for the given EntityMetadata and MongoTemplate.
QueryDslMongoRepository(MongoEntityInformation<T, ID>, MongoTemplate, EntityPathResolver) - Constructor for class org.springframework.data.mongodb.repository.QueryDslMongoRepository
Creates a new QueryDslMongoRepository for the given MongoEntityInformation, MongoTemplate and EntityPathResolver.
QuerydslRepositorySupport - Class in org.springframework.data.mongodb.repository
Base class to create repository implementations based on Querydsl.
QuerydslRepositorySupport(MongoOperations) - Constructor for class org.springframework.data.mongodb.repository.QuerydslRepositorySupport
Creates a new QuerydslRepositorySupport for the given MongoOperations.
QueryMapper - Class in org.springframework.data.mongodb.core
A helper class to encapsulate any modifications of a Query object before it gets submitted to the database.
QueryMapper(ConversionService) - Constructor for class org.springframework.data.mongodb.core.QueryMapper
Creates a new QueryMapper with the given ConversionService.

R

read(Class<S>, DBObject) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
 
read(TypeInformation<S>, DBObject) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
 
read(Class<S>, DBObject) - Method in interface org.springframework.data.mongodb.core.convert.MongoReader
Ready from the native MongoDB DBObject representation to an instance of the class T.
readMap(TypeInformation<?>, DBObject) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
Reads the given DBObject into a Map. will recursively resolve nested Maps as well.
readType(DBObject) - Method in class org.springframework.data.mongodb.core.convert.DefaultTypeMapper
 
readType(DBObject) - Method in interface org.springframework.data.mongodb.core.convert.TypeMapper
Reads the TypeInformation from the given DBObject.
regex(String) - Method in class org.springframework.data.mongodb.core.query.Criteria
Creates a criterion using a $regex
regex(String, String) - Method in class org.springframework.data.mongodb.core.query.Criteria
Creates a criterion using a $regex and $options
registerConvertersIn(GenericConversionService) - Method in class org.springframework.data.mongodb.core.convert.CustomConversions
Populates the given GenericConversionService with the convertes registered.
registerJmxComponents(String, Element, ParserContext) - Method in class org.springframework.data.mongodb.config.MongoJmxParser
 
RelatedDocument - Annotation Type in org.springframework.data.persistence.document
 
remove(Object) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Remove the given object from the collection by Id
remove(Query, Class<T>) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Remove all documents that match the provided query document criteria from the the collection used to store the entityClass.
remove(Query, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Remove all documents from the specified collection that match the provided query document criteria.
remove(Object) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
remove(Query, Class<T>) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
remove(Query, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
rename(String, String) - Method in class org.springframework.data.mongodb.core.query.BasicUpdate
 
rename(String, String) - Method in class org.springframework.data.mongodb.core.query.Update
Update using the $rename update modifier
replaceWithResourceIfNecessary(String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
requiresLayout() - Method in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.data.mongodb.config.MappingMongoConverterParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.data.mongodb.config.MongoDbFactoryParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.data.mongodb.config.MongoParser
 
resume() - Method in class org.springframework.data.persistence.document.DocumentBackedTransactionSynchronization
 

S

save(Object) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Save the object to the collection for the entity type of the object to save.
save(Object, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Save the object to the specified collection.
save(Object) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
save(Object, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
save(Iterable<? extends T>) - Method in interface org.springframework.data.mongodb.repository.MongoRepository
 
save(T) - Method in class org.springframework.data.mongodb.repository.SimpleMongoRepository
 
save(Iterable<? extends T>) - Method in class org.springframework.data.mongodb.repository.SimpleMongoRepository
 
saveDBObject(String, DBObject) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
scopeVariables(Map<String, Object>) - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
Key-value pairs that are placed into JavaScript global scope and can be accessed from map, reduce, and finalize scripts.
ServerInfo - Class in org.springframework.data.mongodb.monitor
Expose basic server information via JMX
ServerInfo(Mongo) - Constructor for class org.springframework.data.mongodb.monitor.ServerInfo
 
set(String, Object) - Method in class org.springframework.data.mongodb.core.query.BasicUpdate
 
set(String, Object) - Method in class org.springframework.data.mongodb.core.query.Update
Update using the $set update modifier
setApplicationContext(ApplicationContext) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
setApplicationId(String) - Method in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
setAutoConnectRetry(boolean) - Method in class org.springframework.data.mongodb.core.MongoOptionsFactoryBean
this controls whether or not on a connect, the system retries automatically
setCapped(Boolean) - Method in class org.springframework.data.mongodb.core.CollectionOptions
 
setCollectionPattern(String) - Method in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
setConnectionsPerHost(int) - Method in class org.springframework.data.mongodb.core.MongoOptionsFactoryBean
number of connections allowed per host will block if run out
setConnectTimeout(int) - Method in class org.springframework.data.mongodb.core.MongoOptionsFactoryBean
connect timeout in milliseconds. 0 is default and infinite
setCreateIndexesForQueryMethods(boolean) - Method in class org.springframework.data.mongodb.repository.MongoRepositoryFactoryBean
Configures whether to automatically create indexes for the properties referenced in a query method.
setCustomConversions(CustomConversions) - Method in class org.springframework.data.mongodb.core.convert.AbstractMongoConverter
Registers the given custom conversions with the converter.
setDatabase(String) - Method in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
setDirection(IndexDirection) - Method in class org.springframework.data.mongodb.core.index.IndexPredicate
 
setEntityManagerFactory(EntityManagerFactory) - Method in class org.springframework.data.persistence.document.mongodb.MongoChangeSetPersister
 
setExceptionTranslator(PersistenceExceptionTranslator) - Method in class org.springframework.data.mongodb.core.MongoFactoryBean
 
setHandleUnmappedClasses(boolean) - Method in class org.springframework.data.mongodb.core.convert.ConfigurableTypeMapper
Configures whether to try to handle unmapped classes by simply writing the class' name or loading the class as specified in the superclass.
setHost(String) - Method in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
setHost(String) - Method in class org.springframework.data.mongodb.core.MongoFactoryBean
 
setInfoOrLowerWriteConcern(String) - Method in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
setMaxDocuments(Integer) - Method in class org.springframework.data.mongodb.core.CollectionOptions
 
setMaxWaitTime(int) - Method in class org.springframework.data.mongodb.core.MongoOptionsFactoryBean
max wait time of a blocking thread for a connection
setMongoOptions(MongoOptions) - Method in class org.springframework.data.mongodb.core.MongoFactoryBean
 
setMongoTemplate(MongoTemplate) - Method in class org.springframework.data.persistence.document.mongodb.MongoChangeSetPersister
 
setName(String) - Method in class org.springframework.data.mongodb.core.index.IndexPredicate
 
setPassword(String) - Method in class org.springframework.data.mongodb.core.MongoAdmin
Sets the password to use to authenticate with the Mongo database.
setPassword(String) - Method in class org.springframework.data.mongodb.monitor.AbstractMonitor
Sets the password to use to authenticate with the Mongo database.
setPort(int) - Method in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
setPort(int) - Method in class org.springframework.data.mongodb.core.MongoFactoryBean
 
setReplicaPair(List<ServerAddress>) - Method in class org.springframework.data.mongodb.core.MongoFactoryBean
 
setReplicaSetSeeds(List<ServerAddress>) - Method in class org.springframework.data.mongodb.core.MongoFactoryBean
 
setSize(Integer) - Method in class org.springframework.data.mongodb.core.CollectionOptions
 
setSlaveOk(boolean) - Method in class org.springframework.data.mongodb.core.MongoOptionsFactoryBean
Specifies if the driver is allowed to read from secondaries or slaves.
setSlaveOk(boolean) - Method in class org.springframework.data.mongodb.core.MongoTemplate
TODO: document properly
setSocketKeepAlive(boolean) - Method in class org.springframework.data.mongodb.core.MongoOptionsFactoryBean
This controls whether or not to have socket keep alive
setSocketTimeout(int) - Method in class org.springframework.data.mongodb.core.MongoOptionsFactoryBean
socket timeout. 0 is default and infinite
setSortObject(DBObject) - Method in class org.springframework.data.mongodb.core.query.BasicQuery
 
setTemplate(MongoTemplate) - Method in class org.springframework.data.mongodb.repository.MongoRepositoryFactoryBean
Configures the MongoTemplate to be used.
setThreadsAllowedToBlockForConnectionMultiplier(int) - Method in class org.springframework.data.mongodb.core.MongoOptionsFactoryBean
multiplier for connectionsPerHost for # of threads that can block if connectionsPerHost is 10, and threadsAllowedToBlockForConnectionMultiplier is 5, then 50 threads can block more than that and an exception will be throw
setTypeKey(String) - Method in class org.springframework.data.mongodb.core.convert.DefaultTypeMapper
Sets the key to store the type information under.
setTypeMapper(TypeMapper) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
Configures the TypeMapper to be used to add type information to DBObjects created by the converter and how to lookup type information from DBObjects when reading them.
setUnique(boolean) - Method in class org.springframework.data.mongodb.core.index.IndexPredicate
 
setUseFieldAccessOnly(boolean) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
Configures whether to use field access only for entity mapping.
setUsername(String) - Method in class org.springframework.data.mongodb.core.MongoAdmin
Sets the username to use to connect to the Mongo database
setUsername(String) - Method in class org.springframework.data.mongodb.monitor.AbstractMonitor
Sets the username to use to connect to the Mongo database
setWarnOrHigherWriteConcern(String) - Method in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
setWriteConcern(WriteConcern) - Method in class org.springframework.data.mongodb.core.MongoFactoryBean
Sets the WriteConcern to be configured for the Mongo instance to be created.
setWriteConcern(WriteConcern) - Method in class org.springframework.data.mongodb.core.MongoTemplate
Configures the WriteConcern to be used with the template.
setWriteConcern(WriteConcern) - Method in class org.springframework.data.mongodb.core.SimpleMongoDbFactory
Configures the WriteConcern to be used on the DB instance being created.
setWriteFsync(boolean) - Method in class org.springframework.data.mongodb.core.MongoOptionsFactoryBean
This controls whether or not to fsync.
setWriteNumber(int) - Method in class org.springframework.data.mongodb.core.MongoOptionsFactoryBean
This specifies the number of servers to wait for on the write operation, and exception raising behavior.
setWriteResultChecking(WriteResultChecking) - Method in class org.springframework.data.mongodb.core.MongoTemplate
Configures the WriteResultChecking to be used with the template.
setWriteTimeout(int) - Method in class org.springframework.data.mongodb.core.MongoOptionsFactoryBean
This controls timeout for write operations in milliseconds.
SimpleMongoDbFactory - Class in org.springframework.data.mongodb.core
Factory to create DB instances from a Mongo instance.
SimpleMongoDbFactory(Mongo, String) - Constructor for class org.springframework.data.mongodb.core.SimpleMongoDbFactory
Create an instance of SimpleMongoDbFactory given the Mongo instance and database name.
SimpleMongoDbFactory(Mongo, String, UserCredentials) - Constructor for class org.springframework.data.mongodb.core.SimpleMongoDbFactory
Create an instance of SimpleMongoDbFactory given the Mongo instance, database name, and username/password
SimpleMongoMappingContext - Class in org.springframework.data.mongodb.core.mapping
 
SimpleMongoMappingContext() - Constructor for class org.springframework.data.mongodb.core.mapping.SimpleMongoMappingContext
 
SimpleMongoRepository<T,ID extends Serializable> - Class in org.springframework.data.mongodb.repository
Repository base implementation for Mongo.
SimpleMongoRepository(MongoEntityInformation<T, ID>, MongoTemplate) - Constructor for class org.springframework.data.mongodb.repository.SimpleMongoRepository
Creates a ew SimpleMongoRepository for the given MongoEntityInformation and MongoTemplate.
SimpleMongoRepositoryConfiguration - Class in org.springframework.data.mongodb.config
RepositoryConfig implementation to create SimpleMongoRepositoryConfiguration.MongoRepositoryConfiguration instances for both automatic and manual configuration.
SimpleMongoRepositoryConfiguration(Element) - Constructor for class org.springframework.data.mongodb.config.SimpleMongoRepositoryConfiguration
Creates a new SimpleMongoRepositoryConfiguration for the given Element.
SimpleMongoRepositoryConfiguration.MongoRepositoryConfiguration - Interface in org.springframework.data.mongodb.config
Simple interface for configuration values specific to Mongo repositories.
size(int) - Method in class org.springframework.data.mongodb.core.query.Criteria
Creates a criterion using the $size operator
skip(int) - Method in class org.springframework.data.mongodb.core.query.Query
 
slice(String, int) - Method in class org.springframework.data.mongodb.core.query.Field
 
slice(String, int, int) - Method in class org.springframework.data.mongodb.core.query.Field
 
socketKeepAlive - Variable in class org.springframework.data.mongodb.core.MongoOptionsFactoryBean
This controls whether or not to have socket keep alive turned on (SO_KEEPALIVE).
sort() - Method in class org.springframework.data.mongodb.core.query.Query
 
Sort - Class in org.springframework.data.mongodb.core.query
 
Sort() - Constructor for class org.springframework.data.mongodb.core.query.Sort
 
Sort(String, Order) - Constructor for class org.springframework.data.mongodb.core.query.Sort
 
sparse() - Method in class org.springframework.data.mongodb.core.index.Index
 
spelExpressionParser - Variable in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
 
spherical(boolean) - Method in class org.springframework.data.mongodb.core.query.NearQuery
Configures whether to return spherical values for the actual distance.
StringBasedMongoQuery - Class in org.springframework.data.mongodb.repository
Query to use a plain JSON String to create the Query to actually execute.
StringBasedMongoQuery(String, MongoQueryMethod, MongoTemplate) - Constructor for class org.springframework.data.mongodb.repository.StringBasedMongoQuery
Creates a new StringBasedMongoQuery.
StringBasedMongoQuery(MongoQueryMethod, MongoTemplate) - Constructor for class org.springframework.data.mongodb.repository.StringBasedMongoQuery
 
SUPPORTED_ID_CLASSES - Static variable in class org.springframework.data.mongodb.core.convert.MongoPropertyDescriptors.MongoPropertyDescriptor
 
suspend() - Method in class org.springframework.data.persistence.document.DocumentBackedTransactionSynchronization
 

T

TIMESTAMP - Static variable in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
toDBObject() - Method in class org.springframework.data.mongodb.core.query.NearQuery
Returns the DBObject built by the NearQuery.
toString() - Method in class org.springframework.data.mongodb.core.geo.Box
 
toString() - Method in class org.springframework.data.mongodb.core.geo.Circle
 
toString() - Method in class org.springframework.data.mongodb.core.geo.Distance
 
toString() - Method in class org.springframework.data.mongodb.core.geo.GeoResult
 
toString() - Method in class org.springframework.data.mongodb.core.geo.GeoResults
 
toString() - Method in class org.springframework.data.mongodb.core.geo.Point
 
toString() - Method in class org.springframework.data.mongodb.core.index.GeospatialIndex
 
toString() - Method in class org.springframework.data.mongodb.core.index.Index
 
toString() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceCounts
 
toString() - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceTiming
 
TRACEBACK - Static variable in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.data.mongodb.core.MongoExceptionTranslator
 
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.data.mongodb.core.MongoFactoryBean
 
type(int) - Method in class org.springframework.data.mongodb.core.query.Criteria
Creates a criterion using the $type operator
typeMapper - Variable in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
 
TypeMapper - Interface in org.springframework.data.mongodb.core.convert
Interface to define strategies how to store type information in a DBObject.
TypeMapperProvider - Interface in org.springframework.data.mongodb.core.convert
Interfaces for components being able to provide a TypeMapper.

U

UncategorizedMongoDbException - Exception in org.springframework.data.mongodb
 
UncategorizedMongoDbException(String, Throwable) - Constructor for exception org.springframework.data.mongodb.UncategorizedMongoDbException
 
unique() - Method in class org.springframework.data.mongodb.core.index.Index
 
unique(Index.Duplicates) - Method in class org.springframework.data.mongodb.core.index.Index
 
unset(String) - Method in class org.springframework.data.mongodb.core.query.BasicUpdate
 
unset(String) - Method in class org.springframework.data.mongodb.core.query.Update
Update using the $unset update modifier
unwrapList(BasicDBList, TypeInformation<T>) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
 
Update - Class in org.springframework.data.mongodb.core.query
 
Update() - Constructor for class org.springframework.data.mongodb.core.query.Update
 
update(String, Object) - Static method in class org.springframework.data.mongodb.core.query.Update
Static factory method to create an Update using the provided key
Update.Position - Enum in org.springframework.data.mongodb.core.query
 
updateFirst(Query, Update, Class<?>) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Updates the first object that is found in the collection of the entity class that matches the query document with the provided update document.
updateFirst(Query, Update, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Updates the first object that is found in the specified collection that matches the query document criteria with the provided updated document.
updateFirst(Query, Update, Class<?>) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
updateFirst(Query, Update, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
updateMulti(Query, Update, Class<?>) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Updates all objects that are found in the collection for the entity class that matches the query document criteria with the provided updated document.
updateMulti(Query, Update, String) - Method in interface org.springframework.data.mongodb.core.MongoOperations
Updates all objects that are found in the specified collection that matches the query document criteria with the provided updated document.
updateMulti(Query, Update, Class<?>) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
updateMulti(Query, Update, String) - Method in class org.springframework.data.mongodb.core.MongoTemplate
 
useFieldAccessOnly - Variable in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
 

V

validate(RepositoryMetadata) - Method in class org.springframework.data.mongodb.repository.MongoRepositoryFactoryBean.MongoRepositoryFactory
 
valueOf(String) - Static method in enum org.springframework.data.mongodb.core.geo.Metrics
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.mongodb.core.index.Index.Duplicates
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.mongodb.core.index.IndexDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.mongodb.core.query.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.mongodb.core.query.Update.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.mongodb.core.WriteResultChecking
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.data.mongodb.core.geo.Metrics
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.mongodb.core.index.Index.Duplicates
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.mongodb.core.index.IndexDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.mongodb.core.query.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.mongodb.core.query.Update.Position
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.mongodb.core.WriteResultChecking
Returns an array containing the constants of this enum type, in the order they are declared.
verbose(boolean) - Method in class org.springframework.data.mongodb.core.mapreduce.MapReduceOptions
Flag to set that will provide statistics on job execution time.

W

warnOrHigherWriteConcern - Variable in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 
where(String) - Static method in class org.springframework.data.mongodb.core.query.Criteria
Static factory method to create a Criteria using the provided key
withBits(int) - Method in class org.springframework.data.mongodb.core.index.GeospatialIndex
 
withinBox(Box) - Method in class org.springframework.data.mongodb.core.query.Criteria
Creates a geospatial criterion using a $within $box operation
withinCenter(Circle) - Method in class org.springframework.data.mongodb.core.query.Criteria
Creates a geospatial criterion using a $within $center operation
withinCenterSphere(Circle) - Method in class org.springframework.data.mongodb.core.query.Criteria
Creates a geospatial criterion using a $within $center operation.
withMax(int) - Method in class org.springframework.data.mongodb.core.index.GeospatialIndex
 
withMin(int) - Method in class org.springframework.data.mongodb.core.index.GeospatialIndex
 
write(Object, DBObject) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
Root entry method into write conversion.
write(T, DBObject) - Method in interface org.springframework.data.mongodb.core.convert.MongoWriter
Write the given object of type T to the native MongoDB object representation DBObject.
writeInternal(Object, DBObject) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
Internal write conversion method which should be used for nested invocations.
writeInternal(Object, DBObject, MongoPersistentEntity<?>) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
 
writeMapInternal(Map<Object, Object>, DBObject, TypeInformation<?>) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
 
writePropertyInternal(Object, DBObject, MongoPersistentProperty) - Method in class org.springframework.data.mongodb.core.convert.MappingMongoConverter
 
WriteResultChecking - Enum in org.springframework.data.mongodb.core
 
writeType(Class<?>, DBObject) - Method in class org.springframework.data.mongodb.core.convert.DefaultTypeMapper
 
writeType(TypeInformation<?>, DBObject) - Method in class org.springframework.data.mongodb.core.convert.DefaultTypeMapper
 
writeType(Class<?>, DBObject) - Method in interface org.springframework.data.mongodb.core.convert.TypeMapper
Writes type information for the given type into the given DBObject.
writeType(TypeInformation<?>, DBObject) - Method in interface org.springframework.data.mongodb.core.convert.TypeMapper
Writes type information for the given TypeInformation into the given DBObject.

Y

YEAR - Static variable in class org.springframework.data.document.mongodb.log4j.MongoLog4jAppender
 

A B C D E F G H I J L M N O P Q R S T U V W Y
Spring Data Document

Copyright © 2011. All Rights Reserved.