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

A

AbstractDocumentStoreTemplate<C> - Class in org.springframework.data.document
 
AbstractDocumentStoreTemplate() - Constructor for class org.springframework.data.document.AbstractDocumentStoreTemplate
 
AbstractMonitor - Class in org.springframework.data.document.mongodb.monitor
Base class to encapsulate common configuration settings when connecting to a database
AbstractMonitor() - Constructor for class org.springframework.data.document.mongodb.monitor.AbstractMonitor
 
ActionExecutedContext - Class in org.springframework.data.document.web.servlet
 
ActionExecutedContext(ActionExecutingContext, ModelAndView, Exception) - Constructor for class org.springframework.data.document.web.servlet.ActionExecutedContext
 
ActionExecutingContext - Class in org.springframework.data.document.web.servlet
 
ActionExecutingContext(ServletWebRequest, Object, Method, Object[], ExtendedModelMap) - Constructor for class org.springframework.data.document.web.servlet.ActionExecutingContext
 
ActionInterceptor - Interface in org.springframework.data.document.web.servlet
 
addReturnValueAsModelAttribute(Method, Class, Object, ExtendedModelMap) - Method in class org.springframework.data.document.web.bind.annotation.support.HandlerMethodInvoker
 
addReturnValueAsModelAttribute(Method, Class, Object, ExtendedModelMap) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.support.InterceptingHandlerMethodInvoker
 
addToSet(String, Object) - Method in class org.springframework.data.document.mongodb.query.BasicUpdate
 
addToSet(String, Object) - Method in class org.springframework.data.document.mongodb.query.Update
Update using the $addToSet update modifier
afterCompletion(ActionExecutedContext) - Method in interface org.springframework.data.document.web.servlet.ActionInterceptor
 
afterPropertiesSet() - Method in class org.springframework.data.document.mongodb.MongoFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.document.mongodb.MongoOptionsFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
afterPropertiesSet() - Method in class org.springframework.data.document.mongodb.repository.MongoRepositoryFactoryBean
 
all(Object) - Method in class org.springframework.data.document.mongodb.query.Criteria
Creates a criterion using the $all operator
and(Criteria) - Method in class org.springframework.data.document.mongodb.query.BasicQuery
 
and(Criteria) - Method in class org.springframework.data.document.mongodb.query.Query
 
AnnotationMethodHandlerAdapter - Class in org.springframework.data.document.web.servlet.mvc.annotation
Implementation of the HandlerAdapter interface that maps handler methods based on HTTP paths, HTTP methods and request parameters expressed through the RequestMapping annotation.
AnnotationMethodHandlerAdapter() - Constructor for class org.springframework.data.document.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
AssertMetrics - Class in org.springframework.data.document.mongodb.monitor
JMX Metrics for assertions
AssertMetrics(Mongo) - Constructor for class org.springframework.data.document.mongodb.monitor.AssertMetrics
 

B

BackgroundFlushingMetrics - Class in org.springframework.data.document.mongodb.monitor
JMX Metrics for Background Flushing
BackgroundFlushingMetrics(Mongo) - Constructor for class org.springframework.data.document.mongodb.monitor.BackgroundFlushingMetrics
 
BasicQuery - Class in org.springframework.data.document.mongodb.query
 
BasicQuery(String) - Constructor for class org.springframework.data.document.mongodb.query.BasicQuery
 
BasicQuery(DBObject) - Constructor for class org.springframework.data.document.mongodb.query.BasicQuery
 
BasicQuery(String, String) - Constructor for class org.springframework.data.document.mongodb.query.BasicQuery
 
BasicQuery(DBObject, DBObject) - Constructor for class org.springframework.data.document.mongodb.query.BasicQuery
 
BasicUpdate - Class in org.springframework.data.document.mongodb.query
 
BasicUpdate(String) - Constructor for class org.springframework.data.document.mongodb.query.BasicUpdate
 
BasicUpdate(DBObject) - Constructor for class org.springframework.data.document.mongodb.query.BasicUpdate
 
BtreeIndexCounters - Class in org.springframework.data.document.mongodb.monitor
JMX Metrics for B-tree index counters
BtreeIndexCounters(Mongo) - Constructor for class org.springframework.data.document.mongodb.monitor.BtreeIndexCounters
 

C

CannotGetMongoDbConnectionException - Exception in org.springframework.data.document.mongodb
 
CannotGetMongoDbConnectionException(String, Throwable) - Constructor for exception org.springframework.data.document.mongodb.CannotGetMongoDbConnectionException
 
CannotGetMongoDbConnectionException(String) - Constructor for exception org.springframework.data.document.mongodb.CannotGetMongoDbConnectionException
 
closeDB(DB) - Static method in class org.springframework.data.document.mongodb.MongoDbUtils
Perform actual closing of the Mongo DB object, catching and logging any cleanup exceptions thrown.
CollectionCallback<T> - Interface in org.springframework.data.document.mongodb
 
collectionExists(String) - Method in interface org.springframework.data.document.mongodb.MongoOperations
Check to see if a collection with a given name exists.
collectionExists(String) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
CollectionOptions - Class in org.springframework.data.document.mongodb
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.document.mongodb.CollectionOptions
Constructs a new CollectionOptions instance.
ConnectionMetrics - Class in org.springframework.data.document.mongodb.monitor
JMX Metrics for Connections
ConnectionMetrics(Mongo) - Constructor for class org.springframework.data.document.mongodb.monitor.ConnectionMetrics
 
ControllerCounter - Class in org.springframework.data.document.analytics
 
ControllerCounter() - Constructor for class org.springframework.data.document.analytics.ControllerCounter
 
convert(BigInteger) - Method in enum org.springframework.data.document.mongodb.SimpleMongoConverter.BigIntegerToIdConverter
 
convert(ObjectId) - Method in enum org.springframework.data.document.mongodb.SimpleMongoConverter.ObjectIdToBigIntegerConverter
 
convert(ObjectId) - Method in enum org.springframework.data.document.mongodb.SimpleMongoConverter.ObjectIdToStringConverter
 
convert(String) - Method in enum org.springframework.data.document.mongodb.SimpleMongoConverter.StringToObjectIdConverter
 
convertObjectId(ObjectId, Class<T>) - Method in interface org.springframework.data.document.mongodb.MongoConverter
Converts the given ObjectId to the given target type.
convertObjectId(Object) - Method in interface org.springframework.data.document.mongodb.MongoConverter
Returns the ObjectId instance for the given id.
convertObjectId(ObjectId, Class<T>) - Method in class org.springframework.data.document.mongodb.SimpleMongoConverter
 
convertObjectId(Object) - Method in class org.springframework.data.document.mongodb.SimpleMongoConverter
 
convertToDbObject(CollectionOptions) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
convertValueIfNecessary(Object) - Method in class org.springframework.data.document.mongodb.query.Update
 
count() - Method in class org.springframework.data.document.mongodb.repository.SimpleMongoRepository
 
createBeanDefEntry(Class, CompositeComponentDefinition, String, Object, ParserContext) - Method in class org.springframework.data.document.mongodb.config.MongoJmxParser
 
createBinder(NativeWebRequest, Object, String) - Method in class org.springframework.data.document.web.bind.annotation.support.HandlerMethodInvoker
 
createBinder(HttpServletRequest, Object, String) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Template method for creating a new ServletRequestDataBinder instance.
createBinder(NativeWebRequest, Object, String) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.support.InterceptingHandlerMethodInvoker
 
createCollection(String) - Method in interface org.springframework.data.document.mongodb.MongoOperations
Create an uncapped collection with the provided name.
createCollection(String, CollectionOptions) - Method in interface org.springframework.data.document.mongodb.MongoOperations
Create a collect with the provided name and options.
createCollection(String) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
createCollection(String, CollectionOptions) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
createDatabase(String) - Method in class org.springframework.data.document.mongodb.MongoAdmin
 
createDatabase(String) - Method in interface org.springframework.data.document.mongodb.MongoAdminOperations
 
createHttpInputMessage(NativeWebRequest) - Method in class org.springframework.data.document.web.bind.annotation.support.HandlerMethodInvoker
Return a HttpInputMessage for the given NativeWebRequest.
createHttpInputMessage(HttpServletRequest) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Template method for creating a new HttpInputMessage instance.
createHttpInputMessage(NativeWebRequest) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.support.InterceptingHandlerMethodInvoker
Return a HttpInputMessage for the given NativeWebRequest.
createHttpOutputMessage(NativeWebRequest) - Method in class org.springframework.data.document.web.bind.annotation.support.HandlerMethodInvoker
Return a HttpOutputMessage for the given NativeWebRequest.
createHttpOutputMessage(HttpServletResponse) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Template method for creating a new HttpOuputMessage instance.
createHttpOutputMessage(NativeWebRequest) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.support.InterceptingHandlerMethodInvoker
Return a HttpOutputMessage for the given NativeWebRequest.
createIsNewStrategy(Class<?>) - Method in class org.springframework.data.document.mongodb.repository.SimpleMongoRepository
 
createMap() - Method in class org.springframework.data.document.mongodb.SimpleMongoConverter
Create a Map instance.
createRepositoryFactory() - Method in class org.springframework.data.document.mongodb.repository.MongoRepositoryFactoryBean
 
createSingleRepositoryConfigInformationFor(Element) - Method in class org.springframework.data.document.mongodb.config.SimpleMongoRepositoryConfiguration
 
createWrapper(Object, boolean) - Method in class org.springframework.data.document.mongodb.SimpleMongoConverter
Callback to allow customizing creation of a MongoBeanWrapper.
Criteria - Class in org.springframework.data.document.mongodb.query
 
Criteria(String) - Constructor for class org.springframework.data.document.mongodb.query.Criteria
 
CriteriaDefinition - Interface in org.springframework.data.document.mongodb.query
 
CursorPreparer - Interface in org.springframework.data.document.mongodb
Simple callback interface to allow customization of a DBCursor.

D

DbCallback<T> - Interface in org.springframework.data.document.mongodb
 
delete(T) - Method in class org.springframework.data.document.mongodb.repository.SimpleMongoRepository
 
delete(Iterable<? extends T>) - Method in class org.springframework.data.document.mongodb.repository.SimpleMongoRepository
 
deleteAll() - Method in class org.springframework.data.document.mongodb.repository.SimpleMongoRepository
 
doBind(WebDataBinder, NativeWebRequest) - Method in class org.springframework.data.document.web.bind.annotation.support.HandlerMethodInvoker
 
doBind(WebDataBinder, NativeWebRequest) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.support.InterceptingHandlerMethodInvoker
 
doCreateCollection(String, DBObject) - Method in class org.springframework.data.document.mongodb.MongoTemplate
Create the specified collection using the provided options
DocumentMapper<D,T> - Interface in org.springframework.data.document
Class used to map a Document to a business object.
DocumentStoreConnectionCallback<C,T> - Interface in org.springframework.data.document
 
doFind(String, DBObject, DBObject, Class<T>, CursorPreparer) - Method in class org.springframework.data.document.mongodb.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<T>, MongoReader<T>) - Method in class org.springframework.data.document.mongodb.MongoTemplate
Map the results of an ad-hoc query on the default MongoDB collection to a List using the provided MongoReader The query document is specified as a standard DBObject and so is the fields specification.
doFindOne(String, DBObject, DBObject, Class<T>, MongoReader<T>) - Method in class org.springframework.data.document.mongodb.MongoTemplate
Map the results of an ad-hoc query on the default MongoDB collection to an object using the provided MongoReader 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.document.mongodb.MongoDbUtils
 
doInCollection(DBCollection) - Method in interface org.springframework.data.document.mongodb.CollectionCallback
 
doInConnection(C) - Method in interface org.springframework.data.document.DocumentStoreConnectionCallback
 
doInDB(DB) - Method in interface org.springframework.data.document.mongodb.DbCallback
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.data.document.mongodb.config.MongoParser
 
dropCollection(String) - Method in interface org.springframework.data.document.mongodb.MongoOperations
Drop the collection with the given name.
dropCollection(String) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
dropDatabase(String) - Method in class org.springframework.data.document.mongodb.MongoAdmin
 
dropDatabase(String) - Method in interface org.springframework.data.document.mongodb.MongoAdminOperations
 

E

ensureIndex(IndexDefinition) - Method in interface org.springframework.data.document.mongodb.MongoOperations
Ensure that an index for the provided IndexDefinition exists for the default collection.
ensureIndex(String, IndexDefinition) - Method in interface org.springframework.data.document.mongodb.MongoOperations
Ensure that an index for the provided IndexDefinition exists.
ensureIndex(IndexDefinition) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
ensureIndex(String, IndexDefinition) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
equals(Object) - Method in class org.springframework.data.document.mongodb.MongoPropertyDescriptors.MongoPropertyDescriptor
 
exclude(String) - Method in class org.springframework.data.document.mongodb.query.Field
 
execute(DocumentStoreConnectionCallback<C, T>) - Method in class org.springframework.data.document.AbstractDocumentStoreTemplate
 
execute(DbCallback<T>) - Method in interface org.springframework.data.document.mongodb.MongoOperations
Executes a DbCallback translating any exceptions as necessary.
execute(CollectionCallback<T>) - Method in interface org.springframework.data.document.mongodb.MongoOperations
Executes the given CollectionCallback on the default collection.
execute(String, CollectionCallback<T>) - Method in interface org.springframework.data.document.mongodb.MongoOperations
Executes the given CollectionCallback on the collection of the given name.
execute(DbCallback<T>) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
execute(CollectionCallback<T>) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
execute(String, CollectionCallback<T>) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
execute(Object[]) - Method in class org.springframework.data.document.mongodb.repository.MongoQuery
 
executeCommand(String) - Method in interface org.springframework.data.document.mongodb.MongoOperations
Execute the a MongoDB command expressed as a JSON string.
executeCommand(DBObject) - Method in interface org.springframework.data.document.mongodb.MongoOperations
Execute a MongoDB command.
executeCommand(String) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
executeCommand(DBObject) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
executeInSession(DbCallback<T>) - Method in interface org.springframework.data.document.mongodb.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.document.mongodb.MongoTemplate
 
exists(boolean) - Method in class org.springframework.data.document.mongodb.query.Criteria
Creates a criterion using the $exists operator
exists(ID) - Method in class org.springframework.data.document.mongodb.repository.SimpleMongoRepository
 

F

Field - Class in org.springframework.data.document.mongodb.query
 
Field() - Constructor for class org.springframework.data.document.mongodb.query.Field
 
fields() - Method in class org.springframework.data.document.mongodb.query.Query
 
find(Query, Class<T>) - Method in interface org.springframework.data.document.mongodb.MongoOperations
Map the results of an ad-hoc query on the default MongoDB collection to a List of the specified type.
find(Query, Class<T>, MongoReader<T>) - Method in interface org.springframework.data.document.mongodb.MongoOperations
Map the results of an ad-hoc query on the default MongoDB collection to a List of the specified type.
find(String, Query, Class<T>) - Method in interface org.springframework.data.document.mongodb.MongoOperations
Map the results of an ad-hoc query on the specified collection to a List of the specified type.
find(String, Query, Class<T>, MongoReader<T>) - Method in interface org.springframework.data.document.mongodb.MongoOperations
Map the results of an ad-hoc query on the specified collection to a List of the specified type.
find(String, Query, Class<T>, CursorPreparer) - Method in interface org.springframework.data.document.mongodb.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.document.mongodb.MongoTemplate
 
find(Query, Class<T>, MongoReader<T>) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
find(String, Query, Class<T>) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
find(String, Query, Class<T>, MongoReader<T>) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
find(String, Query, Class<T>, CursorPreparer) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
findAll() - Method in class org.springframework.data.document.mongodb.repository.SimpleMongoRepository
 
findAll(Pageable) - Method in class org.springframework.data.document.mongodb.repository.SimpleMongoRepository
 
findAll(Sort) - Method in class org.springframework.data.document.mongodb.repository.SimpleMongoRepository
 
findById(ID) - Method in class org.springframework.data.document.mongodb.repository.SimpleMongoRepository
 
findOne(Query, Class<T>) - Method in interface org.springframework.data.document.mongodb.MongoOperations
Map the results of an ad-hoc query on the default MongoDB collection to a single instance of an object of the specified type.
findOne(Query, Class<T>, MongoReader<T>) - Method in interface org.springframework.data.document.mongodb.MongoOperations
Map the results of an ad-hoc query on the default MongoDB collection to a single instance of an object of the specified type.
findOne(String, Query, Class<T>) - Method in interface org.springframework.data.document.mongodb.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(String, Query, Class<T>, MongoReader<T>) - Method in interface org.springframework.data.document.mongodb.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.document.mongodb.MongoTemplate
 
findOne(Query, Class<T>, MongoReader<T>) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
findOne(String, Query, Class<T>) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
findOne(String, Query, Class<T>, MongoReader<T>) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 

G

GeospatialIndex - Class in org.springframework.data.document.mongodb.query
 
GeospatialIndex() - Constructor for class org.springframework.data.document.mongodb.query.GeospatialIndex
 
GeospatialIndex(String) - Constructor for class org.springframework.data.document.mongodb.query.GeospatialIndex
 
getAccesses() - Method in class org.springframework.data.document.mongodb.monitor.BtreeIndexCounters
 
getAction() - Method in class org.springframework.data.document.analytics.MvcEvent
 
getActionInterceptors() - Method in class org.springframework.data.document.web.servlet.mvc.annotation.support.InterceptingHandlerMethodInvoker
 
getAutoconfigRepositoryInformation(String) - Method in class org.springframework.data.document.mongodb.config.SimpleMongoRepositoryConfiguration
 
getAvailable() - Method in class org.springframework.data.document.mongodb.monitor.ConnectionMetrics
 
getAverageMs() - Method in class org.springframework.data.document.mongodb.monitor.BackgroundFlushingMetrics
 
getBeanClass(Element) - Method in class org.springframework.data.document.mongodb.config.MongoParser
 
getBits() - Method in class org.springframework.data.document.mongodb.monitor.MemoryMetrics
 
getCapped() - Method in class org.springframework.data.document.mongodb.CollectionOptions
 
getCollection(String) - Method in interface org.springframework.data.document.mongodb.MongoOperations
Get a collection by name, creating it if it doesn't exist.
getCollection(Class<T>) - Method in interface org.springframework.data.document.mongodb.MongoOperations
Query for a list of objects of type T from the default collection.
getCollection(String, Class<T>) - Method in interface org.springframework.data.document.mongodb.MongoOperations
Query for a list of objects of type T from the specified collection.
getCollection(String, Class<T>, MongoReader<T>) - Method in interface org.springframework.data.document.mongodb.MongoOperations
Query for a list of objects of type T from the specified collection, mapping the DBObject using the provided MongoReader.
getCollection(String) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
getCollection(Class<T>) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
getCollection(String, Class<T>) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
getCollection(String, Class<T>, MongoReader<T>) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
getCollectionNames() - Method in interface org.springframework.data.document.mongodb.MongoOperations
A set of collection names.
getCollectionNames() - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
getCommandCount() - Method in class org.springframework.data.document.mongodb.monitor.OperationCounters
 
getConnection() - Method in class org.springframework.data.document.AbstractDocumentStoreTemplate
 
getController() - Method in class org.springframework.data.document.analytics.MvcEvent
 
getConverter() - Method in class org.springframework.data.document.mongodb.MongoTemplate
Returns the default MongoConverter.
getCount() - Method in class org.springframework.data.document.analytics.ControllerCounter
 
getCriteriaObject() - Method in class org.springframework.data.document.mongodb.query.Criteria
 
getCriteriaObject() - Method in interface org.springframework.data.document.mongodb.query.CriteriaDefinition
 
getCriteriaObject() - Method in class org.springframework.data.document.mongodb.query.OrCriteria
 
getCurrent() - Method in class org.springframework.data.document.mongodb.monitor.ConnectionMetrics
 
getCurrentQueueReaders() - Method in class org.springframework.data.document.mongodb.monitor.GlobalLockMetrics
 
getCurrentQueueTotal() - Method in class org.springframework.data.document.mongodb.monitor.GlobalLockMetrics
 
getCurrentQueueWriters() - Method in class org.springframework.data.document.mongodb.monitor.GlobalLockMetrics
 
getDatabaseStats(String) - Method in class org.springframework.data.document.mongodb.MongoAdmin
 
getDatabaseStats(String) - Method in interface org.springframework.data.document.mongodb.MongoAdminOperations
 
getDate() - Method in class org.springframework.data.document.analytics.MvcEvent
 
getDb(String) - Method in class org.springframework.data.document.mongodb.MongoAdmin
 
getDB(Mongo, String) - Static method in class org.springframework.data.document.mongodb.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.document.mongodb.MongoDbUtils
Obtains a DB connection for the given Mongo instance and database name
getDb() - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
getDb(String) - Method in class org.springframework.data.document.mongodb.monitor.AbstractMonitor
 
getDefaultCollection() - Method in interface org.springframework.data.document.mongodb.MongoOperations
The default collection used by this template.
getDefaultCollection() - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
getDefaultCollectionName() - Method in interface org.springframework.data.document.mongodb.MongoOperations
The default collection name used by this template.
getDefaultCollectionName() - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
getDeleteCount() - Method in class org.springframework.data.document.mongodb.monitor.OperationCounters
 
getException() - Method in class org.springframework.data.document.web.servlet.ActionExecutedContext
 
getExceptionTranslator() - Method in class org.springframework.data.document.mongodb.MongoFactoryBean
 
getFieldsObject() - Method in class org.springframework.data.document.mongodb.query.BasicQuery
 
getFieldsObject() - Method in class org.springframework.data.document.mongodb.query.Field
 
getFieldsObject() - Method in class org.springframework.data.document.mongodb.query.Query
 
getFlushes() - Method in class org.springframework.data.document.mongodb.monitor.BackgroundFlushingMetrics
 
getGetMoreCount() - Method in class org.springframework.data.document.mongodb.monitor.OperationCounters
 
getGlobalRepositoryConfigInformation(Element) - Method in class org.springframework.data.document.mongodb.config.MongoRepositoryConfigDefinitionParser
 
getHandler() - Method in class org.springframework.data.document.web.servlet.ActionExecutingContext
 
getHandlerMethod() - Method in class org.springframework.data.document.web.servlet.ActionExecutingContext
 
getHandlerParameters() - Method in class org.springframework.data.document.web.servlet.ActionExecutingContext
 
getHits() - Method in class org.springframework.data.document.mongodb.monitor.BtreeIndexCounters
 
getHostName() - Method in class org.springframework.data.document.mongodb.monitor.ServerInfo
 
getHttpServletRequest() - Method in class org.springframework.data.document.web.servlet.ActionExecutingContext
 
getHttpServletResponse() - Method in class org.springframework.data.document.web.servlet.ActionExecutingContext
 
getIdDescriptor() - Method in class org.springframework.data.document.mongodb.MongoPropertyDescriptors
Returns the MongoPropertyDescriptors.MongoPropertyDescriptor for the id property.
getImplicitModel() - Method in class org.springframework.data.document.web.servlet.ActionExecutingContext
 
getIndexObject() - Method in class org.springframework.data.document.mongodb.query.GeospatialIndex
 
getIndexObject() - Method in class org.springframework.data.document.mongodb.query.Index
 
getIndexObject() - Method in interface org.springframework.data.document.mongodb.query.IndexDefinition
 
getIndexOptions() - Method in class org.springframework.data.document.mongodb.query.GeospatialIndex
 
getIndexOptions() - Method in class org.springframework.data.document.mongodb.query.Index
 
getIndexOptions() - Method in interface org.springframework.data.document.mongodb.query.IndexDefinition
 
getInsertCount() - Method in class org.springframework.data.document.mongodb.monitor.OperationCounters
 
getKey() - Method in class org.springframework.data.document.mongodb.query.Criteria
 
getKeyToMap() - Method in class org.springframework.data.document.mongodb.MongoPropertyDescriptors.MongoPropertyDescriptor
Returns the key that shall be used for mapping.
getLastFinished() - Method in class org.springframework.data.document.mongodb.monitor.BackgroundFlushingMetrics
 
getLastModified(HttpServletRequest, Object) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
getLastMs() - Method in class org.springframework.data.document.mongodb.monitor.BackgroundFlushingMetrics
 
getLimit() - Method in class org.springframework.data.document.mongodb.query.BasicQuery
 
getLimit() - Method in class org.springframework.data.document.mongodb.query.Query
 
getLocalTime() - Method in class org.springframework.data.document.mongodb.monitor.ServerInfo
 
getLockTime() - Method in class org.springframework.data.document.mongodb.monitor.GlobalLockMetrics
 
getLockTimeRatio() - Method in class org.springframework.data.document.mongodb.monitor.GlobalLockMetrics
 
getMaxDocuments() - Method in class org.springframework.data.document.mongodb.CollectionOptions
 
getMemoryInfoSupported() - Method in class org.springframework.data.document.mongodb.monitor.MemoryMetrics
 
getMemoryMappedSpace() - Method in class org.springframework.data.document.mongodb.monitor.MemoryMetrics
 
getMessageConverters() - Method in class org.springframework.data.document.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Return the message body converters that this adapter has been configured with.
getMethods() - Method in class org.springframework.data.document.analytics.ControllerCounter
 
getMisses() - Method in class org.springframework.data.document.mongodb.monitor.BtreeIndexCounters
 
getMissRatio() - Method in class org.springframework.data.document.mongodb.monitor.BtreeIndexCounters
 
getModelAndView() - Method in class org.springframework.data.document.web.servlet.ActionExecutedContext
 
getMongoTemplateRef() - Method in class org.springframework.data.document.mongodb.config.SimpleMongoRepositoryConfiguration
Returns the bean name of the MongoTemplate to be referenced.
getMongoTemplateRef() - Method in interface org.springframework.data.document.mongodb.config.SimpleMongoRepositoryConfiguration.MongoRepositoryConfiguration
 
getMsg() - Method in class org.springframework.data.document.mongodb.monitor.AssertMetrics
 
getName() - Method in class org.springframework.data.document.analytics.ControllerCounter
 
getName() - Method in class org.springframework.data.document.mongodb.MongoPropertyDescriptors.MongoPropertyDescriptor
Returns the name of the property.
getObject() - Method in class org.springframework.data.document.mongodb.MongoFactoryBean
 
getObject() - Method in class org.springframework.data.document.mongodb.MongoOptionsFactoryBean
 
getObjectType() - Method in class org.springframework.data.document.mongodb.MongoFactoryBean
 
getObjectType() - Method in class org.springframework.data.document.mongodb.MongoOptionsFactoryBean
 
getOrder() - Method in class org.springframework.data.document.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
getP1() - Method in class org.springframework.data.document.analytics.Parameters
 
getP2() - Method in class org.springframework.data.document.analytics.Parameters
 
getP3() - Method in class org.springframework.data.document.analytics.Parameters
 
getParameters() - Method in class org.springframework.data.document.analytics.MvcEvent
 
getPropertyType() - Method in class org.springframework.data.document.mongodb.MongoPropertyDescriptors.MongoPropertyDescriptor
Returns the plain property type.
getQueryCount() - Method in class org.springframework.data.document.mongodb.monitor.OperationCounters
 
getQueryLookupStrategy(QueryLookupStrategy.Key) - Method in class org.springframework.data.document.mongodb.repository.MongoRepositoryFactoryBean.MongoRepositoryFactory
 
getQueryObject() - Method in class org.springframework.data.document.mongodb.query.BasicQuery
 
getQueryObject() - Method in class org.springframework.data.document.mongodb.query.Query
 
getRegular() - Method in class org.springframework.data.document.mongodb.monitor.AssertMetrics
 
getRemoteUser() - Method in class org.springframework.data.document.analytics.MvcEvent
 
getRepositoryBaseInterface() - Method in class org.springframework.data.document.mongodb.config.SimpleMongoRepositoryConfiguration
 
getRepositoryClass(Class<?>) - Method in class org.springframework.data.document.mongodb.repository.MongoRepositoryFactoryBean.MongoRepositoryFactory
 
getRequestAddress() - Method in class org.springframework.data.document.analytics.MvcEvent
 
getRequestUri() - Method in class org.springframework.data.document.analytics.MvcEvent
 
getResets() - Method in class org.springframework.data.document.mongodb.monitor.BtreeIndexCounters
 
getResidentSpace() - Method in class org.springframework.data.document.mongodb.monitor.MemoryMetrics
 
getRollovers() - Method in class org.springframework.data.document.mongodb.monitor.AssertMetrics
 
getServerStatus() - Method in class org.springframework.data.document.mongodb.monitor.AbstractMonitor
 
getServletWebRequest() - Method in class org.springframework.data.document.web.servlet.ActionExecutingContext
 
getSize() - Method in class org.springframework.data.document.mongodb.CollectionOptions
 
getSkip() - Method in class org.springframework.data.document.mongodb.query.BasicQuery
 
getSkip() - Method in class org.springframework.data.document.mongodb.query.Query
 
getSortObject() - Method in class org.springframework.data.document.mongodb.query.BasicQuery
 
getSortObject() - Method in class org.springframework.data.document.mongodb.query.Query
 
getSortObject() - Method in class org.springframework.data.document.mongodb.query.Sort
 
getTargetRepository(Class<T>, Class<?>) - Method in class org.springframework.data.document.mongodb.repository.MongoRepositoryFactoryBean.MongoRepositoryFactory
 
getTotalMs() - Method in class org.springframework.data.document.mongodb.monitor.BackgroundFlushingMetrics
 
getTotalTime() - Method in class org.springframework.data.document.mongodb.monitor.GlobalLockMetrics
 
getTypeToSet() - Method in class org.springframework.data.document.mongodb.MongoPropertyDescriptors.MongoPropertyDescriptor
Returns the type type to be set.
getUpdateCount() - Method in class org.springframework.data.document.mongodb.monitor.OperationCounters
 
getUpdateObject() - Method in class org.springframework.data.document.mongodb.query.BasicUpdate
 
getUpdateObject() - Method in class org.springframework.data.document.mongodb.query.Update
 
getUptime() - Method in class org.springframework.data.document.mongodb.monitor.ServerInfo
 
getUptimeEstimate() - Method in class org.springframework.data.document.mongodb.monitor.ServerInfo
 
getUser() - Method in class org.springframework.data.document.mongodb.monitor.AssertMetrics
 
getVersion() - Method in class org.springframework.data.document.mongodb.monitor.ServerInfo
 
getVirtualAddressSpace() - Method in class org.springframework.data.document.mongodb.monitor.MemoryMetrics
 
getWarning() - Method in class org.springframework.data.document.mongodb.monitor.AssertMetrics
 
GlobalLockMetrics - Class in org.springframework.data.document.mongodb.monitor
JMX Metrics for Global Locks
GlobalLockMetrics(Mongo) - Constructor for class org.springframework.data.document.mongodb.monitor.GlobalLockMetrics
 
gt(Object) - Method in class org.springframework.data.document.mongodb.query.Criteria
Creates a criterion using the $gt operator
gte(Object) - Method in class org.springframework.data.document.mongodb.query.Criteria
Creates a criterion using the $gte operator

H

handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
HandlerMethodInvoker - Class in org.springframework.data.document.web.bind.annotation.support
Support class for invoking an annotated handler method.
HandlerMethodInvoker(HandlerMethodResolver) - Constructor for class org.springframework.data.document.web.bind.annotation.support.HandlerMethodInvoker
 
HandlerMethodInvoker(HandlerMethodResolver, WebBindingInitializer) - Constructor for class org.springframework.data.document.web.bind.annotation.support.HandlerMethodInvoker
 
HandlerMethodInvoker(HandlerMethodResolver, WebBindingInitializer, SessionAttributeStore, ParameterNameDiscoverer, WebArgumentResolver[], HttpMessageConverter[]) - Constructor for class org.springframework.data.document.web.bind.annotation.support.HandlerMethodInvoker
 
hashCode() - Method in class org.springframework.data.document.mongodb.MongoPropertyDescriptors.MongoPropertyDescriptor
 

I

in(Object...) - Method in class org.springframework.data.document.mongodb.query.Criteria
Creates a criterion using the $in operator
inc(String, Number) - Method in class org.springframework.data.document.mongodb.query.BasicUpdate
 
inc(String, Number) - Method in class org.springframework.data.document.mongodb.query.Update
Update using the $inc update modifier
include(String) - Method in class org.springframework.data.document.mongodb.query.Field
 
Index - Class in org.springframework.data.document.mongodb.query
 
Index() - Constructor for class org.springframework.data.document.mongodb.query.Index
 
Index(String, Order) - Constructor for class org.springframework.data.document.mongodb.query.Index
 
Index.Duplicates - Enum in org.springframework.data.document.mongodb.query
 
IndexDefinition - Interface in org.springframework.data.document.mongodb.query
 
init() - Method in class org.springframework.data.document.mongodb.config.MongoRepositoryNamespaceHandler
 
initBinder(Object, String, WebDataBinder, NativeWebRequest) - Method in class org.springframework.data.document.web.bind.annotation.support.HandlerMethodInvoker
 
initBinder(Object, String, WebDataBinder, NativeWebRequest) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.support.InterceptingHandlerMethodInvoker
 
initializeConverters() - Method in class org.springframework.data.document.mongodb.SimpleMongoConverter
Initializes additional converters that handle ObjectId conversion.
insert(Object) - Method in interface org.springframework.data.document.mongodb.MongoOperations
Insert the object into the default collection.
insert(String, Object) - Method in interface org.springframework.data.document.mongodb.MongoOperations
Insert the object into the specified collection.
insert(T, MongoWriter<T>) - Method in interface org.springframework.data.document.mongodb.MongoOperations
Insert the object into the default collection.
insert(String, T, MongoWriter<T>) - Method in interface org.springframework.data.document.mongodb.MongoOperations
Insert the object into the specified collection.
insert(Object) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
insert(String, Object) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
insert(T, MongoWriter<T>) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
insert(String, T, MongoWriter<T>) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
insertDBObject(String, DBObject) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
insertDBObjectList(String, List<DBObject>) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
insertList(List<? extends Object>) - Method in interface org.springframework.data.document.mongodb.MongoOperations
Insert a list of objects into the default collection in a single batch write to the database.
insertList(String, List<? extends Object>) - Method in interface org.springframework.data.document.mongodb.MongoOperations
Insert a list of objects into the specified collection in a single batch write to the database.
insertList(List<? extends T>, MongoWriter<T>) - Method in interface org.springframework.data.document.mongodb.MongoOperations
Insert a list of objects into the default collection using the provided MongoWriter instance
insertList(String, List<? extends T>, MongoWriter<T>) - Method in interface org.springframework.data.document.mongodb.MongoOperations
Insert a list of objects into the specified collection using the provided MongoWriter instance
insertList(List<? extends Object>) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
insertList(String, List<? extends Object>) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
insertList(List<? extends T>, MongoWriter<T>) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
insertList(String, List<? extends T>, MongoWriter<T>) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
InterceptingHandlerMethodInvoker - Class in org.springframework.data.document.web.servlet.mvc.annotation.support
Support class for invoking an annotated handler method.
InterceptingHandlerMethodInvoker(HandlerMethodResolver) - Constructor for class org.springframework.data.document.web.servlet.mvc.annotation.support.InterceptingHandlerMethodInvoker
 
InterceptingHandlerMethodInvoker(HandlerMethodResolver, WebBindingInitializer) - Constructor for class org.springframework.data.document.web.servlet.mvc.annotation.support.InterceptingHandlerMethodInvoker
 
InterceptingHandlerMethodInvoker(HandlerMethodResolver, WebBindingInitializer, SessionAttributeStore, ParameterNameDiscoverer, WebArgumentResolver[], HttpMessageConverter[], ActionInterceptor[]) - Constructor for class org.springframework.data.document.web.servlet.mvc.annotation.support.InterceptingHandlerMethodInvoker
 
InvalidDocumentStoreApiUsageException - Exception in org.springframework.data.document
 
InvalidDocumentStoreApiUsageException(String) - Constructor for exception org.springframework.data.document.InvalidDocumentStoreApiUsageException
 
InvalidDocumentStoreApiUsageException(String, Throwable) - Constructor for exception org.springframework.data.document.InvalidDocumentStoreApiUsageException
 
invokeHandlerMethod(Method, Object, NativeWebRequest, ExtendedModelMap) - Method in class org.springframework.data.document.web.bind.annotation.support.HandlerMethodInvoker
 
invokeHandlerMethod(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
invokeHandlerMethod(Method, Object, NativeWebRequest, ExtendedModelMap) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.support.InterceptingHandlerMethodInvoker
 
is(Object) - Method in class org.springframework.data.document.mongodb.query.Criteria
Creates a criterion using the $is operator
isBindingCandidate(Object) - Method in class org.springframework.data.document.web.bind.annotation.support.HandlerMethodInvoker
Determine whether the given value qualifies as a "binding candidate", i.e. might potentially be subject to bean-style data binding later on.
isBindingCandidate(Object) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.support.InterceptingHandlerMethodInvoker
Determine whether the given value qualifies as a "binding candidate", i.e. might potentially be subject to bean-style data binding later on.
isCollection() - Method in class org.springframework.data.document.mongodb.MongoPropertyDescriptors.MongoPropertyDescriptor
Returns whether the descriptor is for a collection.
isDBTransactional(DB, Mongo) - Static method in class org.springframework.data.document.mongodb.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.document.mongodb.MongoPropertyDescriptors.MongoPropertyDescriptor
Returns whether the descriptor is for an Enum.
isMap() - Method in class org.springframework.data.document.mongodb.MongoPropertyDescriptors.MongoPropertyDescriptor
Returns whther we describe a Map.
isMappable() - Method in class org.springframework.data.document.mongodb.MongoPropertyDescriptors.MongoPropertyDescriptor
Returns whether the underlying property is actually mappable.
isOfIdType() - Method in class org.springframework.data.document.mongodb.MongoPropertyDescriptors.MongoPropertyDescriptor
Returns whether the property is of one of the supported id types.
isSimpleType(Class<?>) - Static method in class org.springframework.data.document.mongodb.SimpleMongoConverter
 
isSingleton() - Method in class org.springframework.data.document.mongodb.MongoFactoryBean
 
isSingleton() - Method in class org.springframework.data.document.mongodb.MongoOptionsFactoryBean
 
iterator() - Method in class org.springframework.data.document.mongodb.MongoPropertyDescriptors
 

L

limit(int) - Method in class org.springframework.data.document.mongodb.query.Query
 
logger - Variable in class org.springframework.data.document.mongodb.MongoAdmin
Logger available to subclasses
logger - Variable in class org.springframework.data.document.mongodb.MongoFactoryBean
Logger, available to subclasses.
lt(Object) - Method in class org.springframework.data.document.mongodb.query.Criteria
Creates a criterion using the $lt operator
lte(Object) - Method in class org.springframework.data.document.mongodb.query.Criteria
Creates a criterion using the $lte operator

M

mapDocument(D) - Method in interface org.springframework.data.document.DocumentMapper
 
MemoryMetrics - Class in org.springframework.data.document.mongodb.monitor
JMX Metrics for Memory
MemoryMetrics(Mongo) - Constructor for class org.springframework.data.document.mongodb.monitor.MemoryMetrics
 
methodResolver - Variable in class org.springframework.data.document.web.servlet.mvc.annotation.support.InterceptingHandlerMethodInvoker
 
mod(Number, Number) - Method in class org.springframework.data.document.mongodb.query.Criteria
Creates a criterion using the $mod operator
mongo - Variable in class org.springframework.data.document.mongodb.monitor.AbstractMonitor
 
MongoAdmin - Class in org.springframework.data.document.mongodb
Mongo server administration exposed via JMX annotations
MongoAdmin(Mongo) - Constructor for class org.springframework.data.document.mongodb.MongoAdmin
 
MongoAdminOperations - Interface in org.springframework.data.document.mongodb
 
MongoConverter - Interface in org.springframework.data.document.mongodb
 
MongoDbUtils - Class in org.springframework.data.document.mongodb
Helper class featuring helper methods for internal MongoDb classes.
MongoDocumentWriter - Interface in org.springframework.data.document.mongodb
 
MongoExceptionTranslator - Class in org.springframework.data.document.mongodb
Simple PersistenceExceptionTranslator for Mongo.
MongoExceptionTranslator() - Constructor for class org.springframework.data.document.mongodb.MongoExceptionTranslator
 
MongoFactoryBean - Class in org.springframework.data.document.mongodb
Convenient factory for configuring MongoDB.
MongoFactoryBean() - Constructor for class org.springframework.data.document.mongodb.MongoFactoryBean
 
MongoJmxParser - Class in org.springframework.data.document.mongodb.config
 
MongoJmxParser() - Constructor for class org.springframework.data.document.mongodb.config.MongoJmxParser
 
MongoOperations - Interface in org.springframework.data.document.mongodb
Interface that specifies a basic set of MongoDB operations.
MongoOptionsFactoryBean - Class in org.springframework.data.document.mongodb
A factory bean for consruction a MongoOptions instance
MongoOptionsFactoryBean() - Constructor for class org.springframework.data.document.mongodb.MongoOptionsFactoryBean
 
MongoParser - Class in org.springframework.data.document.mongodb.config
Parser for <mongo;gt; definitions.
MongoParser() - Constructor for class org.springframework.data.document.mongodb.config.MongoParser
 
MongoPropertyDescriptors - Class in org.springframework.data.document.mongodb
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.document.mongodb.MongoPropertyDescriptors
Creates the MongoPropertyDescriptors for the given type.
MongoPropertyDescriptors.MongoPropertyDescriptor - Class in org.springframework.data.document.mongodb
Simple value object to have a more suitable abstraction for MongoDB specific property handling.
MongoPropertyDescriptors.MongoPropertyDescriptor(PropertyDescriptor) - Constructor for class org.springframework.data.document.mongodb.MongoPropertyDescriptors.MongoPropertyDescriptor
Creates a new MongoPropertyDescriptors.MongoPropertyDescriptor for the given PropertyDescriptor.
MongoQuery - Class in org.springframework.data.document.mongodb.repository
RepositoryQuery implementation for Mongo.
MongoQuery(QueryMethod, MongoTemplate) - Constructor for class org.springframework.data.document.mongodb.repository.MongoQuery
Creates a new MongoQuery from the given QueryMethod and MongoTemplate.
MongoReader<T> - Interface in org.springframework.data.document.mongodb
A MongoWriter is responsible for converting a native MongoDB DBObject to an object of type T.
MongoReaderWriter<T> - Interface in org.springframework.data.document.mongodb
 
MongoRepository<T,ID extends Serializable> - Interface in org.springframework.data.document.mongodb.repository
Mongo specific Repository interface.
MongoRepositoryConfigDefinitionParser - Class in org.springframework.data.document.mongodb.config
BeanDefinitionParser to create Mongo DB repositories from classpath scanning or manual definition.
MongoRepositoryConfigDefinitionParser() - Constructor for class org.springframework.data.document.mongodb.config.MongoRepositoryConfigDefinitionParser
 
MongoRepositoryFactoryBean - Class in org.springframework.data.document.mongodb.repository
FactoryBean to create MongoRepository instances.
MongoRepositoryFactoryBean() - Constructor for class org.springframework.data.document.mongodb.repository.MongoRepositoryFactoryBean
 
MongoRepositoryFactoryBean.MongoRepositoryFactory - Class in org.springframework.data.document.mongodb.repository
Repository to create MongoRepository instances.
MongoRepositoryFactoryBean.MongoRepositoryFactory(MongoTemplate) - Constructor for class org.springframework.data.document.mongodb.repository.MongoRepositoryFactoryBean.MongoRepositoryFactory
Creates a new MongoRepositoryFactoryBean.MongoRepositoryFactory fwith the given MongoTemplate.
MongoRepositoryNamespaceHandler - Class in org.springframework.data.document.mongodb.config
NamespaceHandler for Mongo DB based repositories.
MongoRepositoryNamespaceHandler() - Constructor for class org.springframework.data.document.mongodb.config.MongoRepositoryNamespaceHandler
 
MongoTemplate - Class in org.springframework.data.document.mongodb
Primary implementation of MongoOperations.
MongoTemplate(Mongo, String) - Constructor for class org.springframework.data.document.mongodb.MongoTemplate
Constructor used for a basic template configuration
MongoTemplate(Mongo, String, WriteConcern, WriteResultChecking) - Constructor for class org.springframework.data.document.mongodb.MongoTemplate
Constructor used for a basic template configuration with a specific WriteConcern to be used for all database write operations
MongoTemplate(Mongo, String, String) - Constructor for class org.springframework.data.document.mongodb.MongoTemplate
Constructor used for a basic template configuration with a default collection name
MongoTemplate(Mongo, String, String, WriteConcern, WriteResultChecking) - Constructor for class org.springframework.data.document.mongodb.MongoTemplate
Constructor used for a basic template configuration with a default collection name and with a specific WriteConcern to be used for all database write operations
MongoTemplate(Mongo, String, String, MongoConverter) - Constructor for class org.springframework.data.document.mongodb.MongoTemplate
Constructor used for a template configuration with a default collection name and a custom MongoConverter
MongoTemplate(Mongo, String, String, MongoConverter, WriteConcern, WriteResultChecking) - Constructor for class org.springframework.data.document.mongodb.MongoTemplate
Constructor used for a template configuration with a default collection name and a custom MongoConverter and with a specific WriteConcern to be used for all database write operations
MongoWriter<T> - Interface in org.springframework.data.document.mongodb
A MongoWriter is responsible for converting an object of type T to the native MongoDB representation DBObject.
MvcEvent - Class in org.springframework.data.document.analytics
 
MvcEvent() - Constructor for class org.springframework.data.document.analytics.MvcEvent
 

N

named(String) - Method in class org.springframework.data.document.mongodb.query.GeospatialIndex
 
named(String) - Method in class org.springframework.data.document.mongodb.query.Index
 
nin(Object...) - Method in class org.springframework.data.document.mongodb.query.Criteria
Creates a criterion using the $nin operator
not() - Method in class org.springframework.data.document.mongodb.query.Criteria
Creates a criterion using the $not meta operator which affects the clause directly following

O

on(String, Order) - Method in class org.springframework.data.document.mongodb.query.Index
 
on(String, Order) - Method in class org.springframework.data.document.mongodb.query.Sort
 
OperationCounters - Class in org.springframework.data.document.mongodb.monitor
JMX Metrics for Operation counters
OperationCounters(Mongo) - Constructor for class org.springframework.data.document.mongodb.monitor.OperationCounters
 
or(List<Query>) - Method in class org.springframework.data.document.mongodb.query.Criteria
Creates an or query using the $or operator for all of the provided queries
or(Query...) - Method in class org.springframework.data.document.mongodb.query.Query
 
OrCriteria - Class in org.springframework.data.document.mongodb.query
 
OrCriteria(Query[]) - Constructor for class org.springframework.data.document.mongodb.query.OrCriteria
 
Order - Enum in org.springframework.data.document.mongodb.query
An enum that specifies the ordering for sort or index specifications
org.springframework.data.document - package org.springframework.data.document
 
org.springframework.data.document.analytics - package org.springframework.data.document.analytics
 
org.springframework.data.document.mongodb - package org.springframework.data.document.mongodb
MongoDB core support.
org.springframework.data.document.mongodb.config - package org.springframework.data.document.mongodb.config
Spring XML namespace configuration for MongoDB specific repositories.
org.springframework.data.document.mongodb.monitor - package org.springframework.data.document.mongodb.monitor
MongoDB specific JMX monitoring support.
org.springframework.data.document.mongodb.query - package org.springframework.data.document.mongodb.query
MongoDB specific query and update support.
org.springframework.data.document.mongodb.repository - package org.springframework.data.document.mongodb.repository
MongoDB specific repository implementation.
org.springframework.data.document.web.bind.annotation.support - package org.springframework.data.document.web.bind.annotation.support
 
org.springframework.data.document.web.servlet - package org.springframework.data.document.web.servlet
 
org.springframework.data.document.web.servlet.mvc.annotation - package org.springframework.data.document.web.servlet.mvc.annotation
 
org.springframework.data.document.web.servlet.mvc.annotation.support - package org.springframework.data.document.web.servlet.mvc.annotation.support
 
OrQuery - Class in org.springframework.data.document.mongodb.query
 
OrQuery(Query...) - Constructor for class org.springframework.data.document.mongodb.query.OrQuery
 

P

PAGE_NOT_FOUND_LOG_CATEGORY - Static variable in class org.springframework.data.document.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Log category to use when no mapped handler is found for a request.
pageNotFoundLogger - Static variable in class org.springframework.data.document.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Additional logger to use when no mapped handler is found for a request.
Parameters - Class in org.springframework.data.document.analytics
 
Parameters() - Constructor for class org.springframework.data.document.analytics.Parameters
 
parse(Element, ParserContext) - Method in class org.springframework.data.document.mongodb.config.MongoJmxParser
 
parseDefaultValueAttribute(String) - Method in class org.springframework.data.document.web.bind.annotation.support.HandlerMethodInvoker
 
parseDefaultValueAttribute(String) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.support.InterceptingHandlerMethodInvoker
 
pop(String, Update.Position) - Method in class org.springframework.data.document.mongodb.query.BasicUpdate
 
pop(String, Update.Position) - Method in class org.springframework.data.document.mongodb.query.Update
Update using the $pop update modifier
populateIdIfNecessary(Object, Object) - Method in class org.springframework.data.document.mongodb.MongoTemplate
Populates the id property of the saved object, if it's not set already.
postHandle(ActionExecutedContext) - Method in interface org.springframework.data.document.web.servlet.ActionInterceptor
 
postProcessBeanDefinition(SimpleMongoRepositoryConfiguration.MongoRepositoryConfiguration, BeanDefinitionBuilder, Object) - Method in class org.springframework.data.document.mongodb.config.MongoRepositoryConfigDefinitionParser
 
preHandle(ActionExecutingContext) - Method in interface org.springframework.data.document.web.servlet.ActionInterceptor
 
prepare(DBCursor) - Method in interface org.springframework.data.document.mongodb.CursorPreparer
Prepare the given cursor (apply limits, skips and so on).
pull(String, Object) - Method in class org.springframework.data.document.mongodb.query.BasicUpdate
 
pull(String, Object) - Method in class org.springframework.data.document.mongodb.query.Update
Update using the $pull update modifier
pullAll(String, Object[]) - Method in class org.springframework.data.document.mongodb.query.BasicUpdate
 
pullAll(String, Object[]) - Method in class org.springframework.data.document.mongodb.query.Update
Update using the $pullAll update modifier
push(String, Object) - Method in class org.springframework.data.document.mongodb.query.BasicUpdate
 
push(String, Object) - Method in class org.springframework.data.document.mongodb.query.Update
Update using the $push update modifier
pushAll(String, Object[]) - Method in class org.springframework.data.document.mongodb.query.BasicUpdate
 
pushAll(String, Object[]) - Method in class org.springframework.data.document.mongodb.query.Update
Update using the $pushAll update modifier

Q

Query - Class in org.springframework.data.document.mongodb.query
 
Query() - Constructor for class org.springframework.data.document.mongodb.query.Query
 
Query(Criteria) - Constructor for class org.springframework.data.document.mongodb.query.Query
 

R

raiseMissingCookieException(String, Class) - Method in class org.springframework.data.document.web.bind.annotation.support.HandlerMethodInvoker
 
raiseMissingCookieException(String, Class) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.support.InterceptingHandlerMethodInvoker
 
raiseMissingHeaderException(String, Class) - Method in class org.springframework.data.document.web.bind.annotation.support.HandlerMethodInvoker
 
raiseMissingHeaderException(String, Class) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.support.InterceptingHandlerMethodInvoker
 
raiseMissingParameterException(String, Class) - Method in class org.springframework.data.document.web.bind.annotation.support.HandlerMethodInvoker
 
raiseMissingParameterException(String, Class) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.support.InterceptingHandlerMethodInvoker
 
raiseSessionRequiredException(String) - Method in class org.springframework.data.document.web.bind.annotation.support.HandlerMethodInvoker
 
raiseSessionRequiredException(String) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.support.InterceptingHandlerMethodInvoker
 
read(Class<S>, DBObject) - Method in interface org.springframework.data.document.mongodb.MongoReader
Ready from the native MongoDB DBObject representation to an instance of the class T.
read(Class<S>, DBObject) - Method in class org.springframework.data.document.mongodb.SimpleMongoConverter
 
readMap(MongoPropertyDescriptors.MongoPropertyDescriptor, DBObject, Class<?>) - Method in class org.springframework.data.document.mongodb.SimpleMongoConverter
Reads every key/value pair from the DBObject into a Map instance.
regex(String) - Method in class org.springframework.data.document.mongodb.query.Criteria
Creates a criterion using a $regex
registerJmxComponents(String, Element, ParserContext) - Method in class org.springframework.data.document.mongodb.config.MongoJmxParser
 
remove(Query) - Method in interface org.springframework.data.document.mongodb.MongoOperations
Remove all documents from the default collection that match the provided query document criteria.
remove(String, Query) - Method in interface org.springframework.data.document.mongodb.MongoOperations
Remove all documents from the specified collection that match the provided query document criteria.
remove(Query) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
remove(String, Query) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
rename(String, String) - Method in class org.springframework.data.document.mongodb.query.BasicUpdate
 
rename(String, String) - Method in class org.springframework.data.document.mongodb.query.Update
Update using the $rename update modifier
resolveCommonArgument(MethodParameter, NativeWebRequest) - Method in class org.springframework.data.document.web.bind.annotation.support.HandlerMethodInvoker
 
resolveCommonArgument(MethodParameter, NativeWebRequest) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.support.InterceptingHandlerMethodInvoker
 
resolveCookieValue(String, Class, NativeWebRequest) - Method in class org.springframework.data.document.web.bind.annotation.support.HandlerMethodInvoker
Resolves the given @CookieValue annotation.
resolveCookieValue(String, Class, NativeWebRequest) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.support.InterceptingHandlerMethodInvoker
Resolves the given @CookieValue annotation.
resolveDefaultValue(String) - Method in class org.springframework.data.document.web.bind.annotation.support.HandlerMethodInvoker
 
resolveDefaultValue(String) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.support.InterceptingHandlerMethodInvoker
 
resolveHandlerArguments(Method, Object, NativeWebRequest, ExtendedModelMap) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.support.InterceptingHandlerMethodInvoker
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.data.document.mongodb.config.MongoParser
 
resolvePathVariable(String, Class, NativeWebRequest) - Method in class org.springframework.data.document.web.bind.annotation.support.HandlerMethodInvoker
Resolves the given @PathVariable annotation.
resolvePathVariable(String, Class, NativeWebRequest) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.support.InterceptingHandlerMethodInvoker
Resolves the given @PathVariable annotation.
resolveRequestBody(MethodParameter, NativeWebRequest, Object) - Method in class org.springframework.data.document.web.bind.annotation.support.HandlerMethodInvoker
Resolves the given @RequestBody annotation.
resolveRequestBody(MethodParameter, NativeWebRequest, Object) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.support.InterceptingHandlerMethodInvoker
Resolves the given @RequestBody annotation.
resolveStandardArgument(Class<?>, NativeWebRequest) - Method in class org.springframework.data.document.web.bind.annotation.support.HandlerMethodInvoker
 
resolveStandardArgument(Class<?>, NativeWebRequest) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.support.InterceptingHandlerMethodInvoker
 

S

save(Object) - Method in interface org.springframework.data.document.mongodb.MongoOperations
Save the object to the default collection.
save(String, Object) - Method in interface org.springframework.data.document.mongodb.MongoOperations
Save the object to the specified collection.
save(T, MongoWriter<T>) - Method in interface org.springframework.data.document.mongodb.MongoOperations
Save the object into the default collection using the provided writer.
save(String, T, MongoWriter<T>) - Method in interface org.springframework.data.document.mongodb.MongoOperations
Save the object into the specified collection using the provided writer.
save(Object) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
save(String, Object) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
save(T, MongoWriter<T>) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
save(String, T, MongoWriter<T>) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
save(T) - Method in class org.springframework.data.document.mongodb.repository.SimpleMongoRepository
 
save(Iterable<? extends T>) - Method in class org.springframework.data.document.mongodb.repository.SimpleMongoRepository
 
saveDBObject(String, DBObject) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
ServerInfo - Class in org.springframework.data.document.mongodb.monitor
Expose basic server information via JMX
ServerInfo(Mongo) - Constructor for class org.springframework.data.document.mongodb.monitor.ServerInfo
 
sessionAttributeStore - Variable in class org.springframework.data.document.web.servlet.mvc.annotation.support.InterceptingHandlerMethodInvoker
 
set(String, Object) - Method in class org.springframework.data.document.mongodb.query.BasicUpdate
 
set(String, Object) - Method in class org.springframework.data.document.mongodb.query.Update
Update using the $set update modifier
setAction(String) - Method in class org.springframework.data.document.analytics.MvcEvent
 
setActionInterceptors(ActionInterceptor[]) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
setAlwaysUseFullPath(boolean) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Set if URL lookup should always use the full path within the current servlet context.
setAutoConnectRetry(boolean) - Method in class org.springframework.data.document.mongodb.MongoOptionsFactoryBean
this controls whether or not on a connect, the system retries automatically
setBeanFactory(BeanFactory) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
setCacheSecondsForSessionAttributeHandlers(int) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Cache content produced by @SessionAttributes annotated handlers for the given number of seconds.
setCapped(Boolean) - Method in class org.springframework.data.document.mongodb.CollectionOptions
 
setConnectionsPerHost(int) - Method in class org.springframework.data.document.mongodb.MongoOptionsFactoryBean
number of connections allowed per host will block if run out
setConnectTimeout(int) - Method in class org.springframework.data.document.mongodb.MongoOptionsFactoryBean
connect timeout in milliseconds. 0 is default and infinite
setController(String) - Method in class org.springframework.data.document.analytics.MvcEvent
 
setCount(double) - Method in class org.springframework.data.document.analytics.ControllerCounter
 
setCustomArgumentResolver(WebArgumentResolver) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Set a custom WebArgumentResolvers to use for special method parameter types.
setCustomArgumentResolvers(WebArgumentResolver[]) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Set one or more custom WebArgumentResolvers to use for special method parameter types.
setCustomModelAndViewResolver(ModelAndViewResolver) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Set a custom ModelAndViewResolvers to use for special method return types.
setCustomModelAndViewResolvers(ModelAndViewResolver[]) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Set one or more custom ModelAndViewResolvers to use for special method return types.
setDatabaseName(String) - Method in class org.springframework.data.document.mongodb.MongoTemplate
Sets the database name to be used.
setDate(Date) - Method in class org.springframework.data.document.analytics.MvcEvent
 
setDefaultCollectionName(String) - Method in class org.springframework.data.document.mongodb.MongoTemplate
Sets the name of the default collection to be used.
setExceptionTranslator(PersistenceExceptionTranslator) - Method in class org.springframework.data.document.mongodb.MongoFactoryBean
 
setHost(String) - Method in class org.springframework.data.document.mongodb.MongoFactoryBean
 
setLimit(int) - Method in class org.springframework.data.document.mongodb.query.BasicQuery
 
setMaxDocuments(Integer) - Method in class org.springframework.data.document.mongodb.CollectionOptions
 
setMaxWaitTime(int) - Method in class org.springframework.data.document.mongodb.MongoOptionsFactoryBean
max wait time of a blocking thread for a connection
setMessageConverters(HttpMessageConverter<?>[]) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Set the message body converters to use.
setMethodNameResolver(MethodNameResolver) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Set the MethodNameResolver to use for resolving default handler methods (carrying an empty @RequestMapping annotation).
setMethods(Map<String, Double>) - Method in class org.springframework.data.document.analytics.ControllerCounter
 
setMongoOptions(MongoOptions) - Method in class org.springframework.data.document.mongodb.MongoFactoryBean
 
setName(String) - Method in class org.springframework.data.document.analytics.ControllerCounter
 
setOrder(int) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Specify the order value for this HandlerAdapter bean.
setP1(String) - Method in class org.springframework.data.document.analytics.Parameters
 
setP2(String) - Method in class org.springframework.data.document.analytics.Parameters
 
setP3(String) - Method in class org.springframework.data.document.analytics.Parameters
 
setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Set the ParameterNameDiscoverer to use for resolving method parameter names if needed (e.g. for default attribute names).
setParameters(Parameters) - Method in class org.springframework.data.document.analytics.MvcEvent
 
setPassword(String) - Method in class org.springframework.data.document.mongodb.MongoAdmin
Sets the password to use to authenticate with the Mongo database.
setPassword(String) - Method in class org.springframework.data.document.mongodb.MongoTemplate
Sets the password to use to authenticate with the Mongo database.
setPassword(String) - Method in class org.springframework.data.document.mongodb.monitor.AbstractMonitor
Sets the password to use to authenticate with the Mongo database.
setPathMatcher(PathMatcher) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Set the PathMatcher implementation to use for matching URL paths against registered URL patterns.
setPort(int) - Method in class org.springframework.data.document.mongodb.MongoFactoryBean
 
setRemoteUser(String) - Method in class org.springframework.data.document.analytics.MvcEvent
 
setReplicaPair(List<ServerAddress>) - Method in class org.springframework.data.document.mongodb.MongoFactoryBean
 
setReplicaSetSeeds(List<ServerAddress>) - Method in class org.springframework.data.document.mongodb.MongoFactoryBean
 
setRequestAddress(String) - Method in class org.springframework.data.document.analytics.MvcEvent
 
setRequestUri(String) - Method in class org.springframework.data.document.analytics.MvcEvent
 
setSessionAttributeStore(SessionAttributeStore) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Specify the strategy to store session attributes with.
setSize(Integer) - Method in class org.springframework.data.document.mongodb.CollectionOptions
 
setSkip(int) - Method in class org.springframework.data.document.mongodb.query.BasicQuery
 
setSocketTimeout(int) - Method in class org.springframework.data.document.mongodb.MongoOptionsFactoryBean
socket timeout. 0 is default and infinite
setSortObject(DBObject) - Method in class org.springframework.data.document.mongodb.query.BasicQuery
 
setSynchronizeOnSession(boolean) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Set if controller execution should be synchronized on the session, to serialize parallel invocations from the same client.
setTemplate(MongoTemplate) - Method in class org.springframework.data.document.mongodb.repository.MongoRepositoryFactoryBean
Configures the MongoTemplate to be used.
setThreadsAllowedToBlockForConnectionMultiplier(int) - Method in class org.springframework.data.document.mongodb.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
setUrlDecode(boolean) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Set if context path and request URI should be URL-decoded.
setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Set the UrlPathHelper to use for resolution of lookup paths.
setUsername(String) - Method in class org.springframework.data.document.mongodb.MongoAdmin
Sets the username to use to connect to the Mongo database
setUsername(String) - Method in class org.springframework.data.document.mongodb.MongoTemplate
Sets the username to use to connect to the Mongo database
setUsername(String) - Method in class org.springframework.data.document.mongodb.monitor.AbstractMonitor
Sets the username to use to connect to the Mongo database
setWebBindingInitializer(WebBindingInitializer) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Specify a WebBindingInitializer which will apply pre-configured configuration to every DataBinder that this controller uses.
SimpleMongoConverter - Class in org.springframework.data.document.mongodb
Basic MongoConverter implementation to convert between domain classes and DBObjects.
SimpleMongoConverter() - Constructor for class org.springframework.data.document.mongodb.SimpleMongoConverter
Creates a SimpleMongoConverter.
SimpleMongoConverter(GenericConversionService) - Constructor for class org.springframework.data.document.mongodb.SimpleMongoConverter
Creates a new SimpleMongoConverter for the given ConversionService.
SimpleMongoConverter.BigIntegerToIdConverter - Enum in org.springframework.data.document.mongodb
Simple singleton to convert BigIntegers to their ObjectId representation.
SimpleMongoConverter.ObjectIdToBigIntegerConverter - Enum in org.springframework.data.document.mongodb
Simple singleton to convert ObjectIds to their BigInteger representation.
SimpleMongoConverter.ObjectIdToStringConverter - Enum in org.springframework.data.document.mongodb
Simple singleton to convert ObjectIds to their String representation.
SimpleMongoConverter.StringToObjectIdConverter - Enum in org.springframework.data.document.mongodb
Simple singleton to convert Strings to their ObjectId representation.
SimpleMongoRepository<T,ID extends Serializable> - Class in org.springframework.data.document.mongodb.repository
Repository base implementation for Mongo.
SimpleMongoRepository(Class<T>, MongoTemplate) - Constructor for class org.springframework.data.document.mongodb.repository.SimpleMongoRepository
Creates a ew SimpleMongoRepository for the given domain class and MongoTemplate.
SimpleMongoRepositoryConfiguration - Class in org.springframework.data.document.mongodb.config
RepositoryConfig implementation to create SimpleMongoRepositoryConfiguration.MongoRepositoryConfiguration instances for both automatic and manual configuration.
SimpleMongoRepositoryConfiguration(Element) - Constructor for class org.springframework.data.document.mongodb.config.SimpleMongoRepositoryConfiguration
Creates a new SimpleMongoRepositoryConfiguration for the given Element.
SimpleMongoRepositoryConfiguration.MongoRepositoryConfiguration - Interface in org.springframework.data.document.mongodb.config
Simple interface for configuration values specific to Mongo repositories.
size(int) - Method in class org.springframework.data.document.mongodb.query.Criteria
Creates a criterion using the $size operator
skip(int) - Method in class org.springframework.data.document.mongodb.query.Query
 
slice(String, int) - Method in class org.springframework.data.document.mongodb.query.Field
 
slice(String, int, int) - Method in class org.springframework.data.document.mongodb.query.Field
 
sort() - Method in class org.springframework.data.document.mongodb.query.Query
 
Sort - Class in org.springframework.data.document.mongodb.query
 
Sort() - Constructor for class org.springframework.data.document.mongodb.query.Sort
 
Sort(String, Order) - Constructor for class org.springframework.data.document.mongodb.query.Sort
 
substituteMappedIdIfNecessary(DBObject, Class<?>, MongoReader<?>) - Method in class org.springframework.data.document.mongodb.MongoTemplate
Substitutes the id key if it is found in he query.
SUPPORTED_ID_CLASSES - Static variable in class org.springframework.data.document.mongodb.MongoPropertyDescriptors.MongoPropertyDescriptor
 
supports(Object) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
 

T

toString() - Method in class org.springframework.data.document.analytics.ControllerCounter
 
toString() - Method in class org.springframework.data.document.web.servlet.ActionExecutedContext
 
toString() - Method in class org.springframework.data.document.web.servlet.ActionExecutingContext
 
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.data.document.mongodb.MongoExceptionTranslator
 
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.data.document.mongodb.MongoFactoryBean
 
type(int) - Method in class org.springframework.data.document.mongodb.query.Criteria
Creates a criterion using the $type operator

U

UncategorizedDocumentStoreException - Exception in org.springframework.data.document
 
UncategorizedDocumentStoreException(String, Throwable) - Constructor for exception org.springframework.data.document.UncategorizedDocumentStoreException
 
unique() - Method in class org.springframework.data.document.mongodb.query.Index
 
unique(Index.Duplicates) - Method in class org.springframework.data.document.mongodb.query.Index
 
unset(String) - Method in class org.springframework.data.document.mongodb.query.BasicUpdate
 
unset(String) - Method in class org.springframework.data.document.mongodb.query.Update
Update using the $unset update modifier
Update - Class in org.springframework.data.document.mongodb.query
 
Update() - Constructor for class org.springframework.data.document.mongodb.query.Update
 
Update.Position - Enum in org.springframework.data.document.mongodb.query
 
updateFirst(Query, Update) - Method in interface org.springframework.data.document.mongodb.MongoOperations
Updates the first object that is found in the default collection that matches the query document with the provided updated document.
updateFirst(String, Query, Update) - Method in interface org.springframework.data.document.mongodb.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) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
updateFirst(String, Query, Update) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
updateModelAttributes(Object, Map<String, Object>, ExtendedModelMap, NativeWebRequest) - Method in class org.springframework.data.document.web.bind.annotation.support.HandlerMethodInvoker
 
updateModelAttributes(Object, Map<String, Object>, ExtendedModelMap, NativeWebRequest) - Method in class org.springframework.data.document.web.servlet.mvc.annotation.support.InterceptingHandlerMethodInvoker
 
updateMulti(Query, Update) - Method in interface org.springframework.data.document.mongodb.MongoOperations
Updates all objects that are found in the default collection that matches the query document criteria with the provided updated document.
updateMulti(String, Query, Update) - Method in interface org.springframework.data.document.mongodb.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) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 
updateMulti(String, Query, Update) - Method in class org.springframework.data.document.mongodb.MongoTemplate
 

V

validate(Class<? extends Repository<?, ?>>, Object) - Method in class org.springframework.data.document.mongodb.repository.MongoRepositoryFactoryBean.MongoRepositoryFactory
 
valueOf(String) - Static method in enum org.springframework.data.document.mongodb.query.Index.Duplicates
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.document.mongodb.query.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.document.mongodb.query.Update.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.document.mongodb.SimpleMongoConverter.BigIntegerToIdConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.document.mongodb.SimpleMongoConverter.ObjectIdToBigIntegerConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.document.mongodb.SimpleMongoConverter.ObjectIdToStringConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.document.mongodb.SimpleMongoConverter.StringToObjectIdConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.document.mongodb.WriteResultChecking
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.data.document.mongodb.query.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.document.mongodb.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.document.mongodb.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.document.mongodb.SimpleMongoConverter.BigIntegerToIdConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.document.mongodb.SimpleMongoConverter.ObjectIdToBigIntegerConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.document.mongodb.SimpleMongoConverter.ObjectIdToStringConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.document.mongodb.SimpleMongoConverter.StringToObjectIdConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.document.mongodb.WriteResultChecking
Returns an array containing the constants of this enum type, in the order they are declared.

W

where(String) - Static method in class org.springframework.data.document.mongodb.query.Criteria
Static factory method to create a Criteria using the provided key
withMax(int) - Method in class org.springframework.data.document.mongodb.query.GeospatialIndex
 
withMin(int) - Method in class org.springframework.data.document.mongodb.query.GeospatialIndex
 
write(T, DBObject) - Method in interface org.springframework.data.document.mongodb.MongoWriter
Write the given object of type T to the native MongoDB object representation DBObject.
write(Object, DBObject) - Method in class org.springframework.data.document.mongodb.SimpleMongoConverter
 
writeArray(DBObject, String, Object[]) - Method in class org.springframework.data.document.mongodb.SimpleMongoConverter
Writes the given array to the given DBObject.
writeMap(DBObject, String, Map<String, Object>) - Method in class org.springframework.data.document.mongodb.SimpleMongoConverter
Writes the given Map to the given DBObject.
WriteResultChecking - Enum in org.springframework.data.document.mongodb
 

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

Copyright © 2011. All Rights Reserved.