670 Commits (00bea23eed73860477f3fd58666fc63624dba59c)
 

Author SHA1 Message Date
Thomas Risberg 596341a462 fixed typo 15 years ago
Mark Pollack b1f6ff9d89 Update documentation. Add support to configure MongoOptions in .xsd 15 years ago
Mark Pollack 704c84b644 Add JMX namespace parser 15 years ago
Mark Pollack 1519b81b1d Add JMX namespace parser 15 years ago
Thomas Risberg 42b13175fe DATADOC-30 updated documentation 15 years ago
Thomas Risberg bccd302b50 added IndexSpecification to support creating GeospatialIndex 15 years ago
Thomas Risberg c47c7deeeb added indexing features to MongoTemplate 15 years ago
Thomas Risberg 222b1507cd DATADOC-30 updated documenation 15 years ago
Mark Pollack e9d3726531 Additional JMX Metrics 15 years ago
Mark Pollack e910c2c300 Additional JMX Metrics 15 years ago
Thomas Risberg adf8508d1d updated dependency on spring-data-commons to 1.0.0.M3 15 years ago
Mark Pollack fae810fd31 update static snaphot location for docs 15 years ago
Oliver Gierke 93d22dbd61 Let repositories use the domain class' name to select collection. 15 years ago
Thomas Risberg f192c4289b added new OrQuery class 15 years ago
Thomas Risberg 4f32ee1403 refactored the Query/Update "DSL" again 15 years ago
Thomas Risberg fc4205488b renamed package from builder to query 15 years ago
Mark Pollack 96fd017123 jmx functionality 15 years ago
Thomas Risberg 3a47f192d7 update methods now return WriteResult; added configurable WriteResultChecking for update methods 15 years ago
Thomas Risberg 895776bea2 refactored MongoOperations to use UpdateDefinition/QueryDefinition throughout; added skip/limit/sort to CursorPreparer for queries; cleanup; refactored Query 15 years ago
Oliver Gierke eafed37283 Re-refactored repository query execution after polishing of the core query builder API. 15 years ago
Thomas Risberg 7d948e28f3 added skip() 15 years ago
Thomas Risberg d4ebb9a01c added skip also 15 years ago
Thomas Risberg 9e5eb96150 first part of MongoTemplate/Query refactoring 15 years ago
Oliver Gierke f9e50916e1 Refactored repository implementation to use QuerySpec API. 15 years ago
Thomas Risberg 4ed5ff7dc8 created Sort as separate construct 15 years ago
Oliver Gierke 3ecad1cfd2 DATADOC-30 - Improvements to reference documentation. 15 years ago
Thomas Risberg e2146bf997 renamed query methods to find; changed query methods taking JSON to accept the new Query object instead; added support for fields specification; removed write concern methods for collection and DB; 15 years ago
Thomas Risberg d5b1b06a79 updated to Spring 3.0.5 15 years ago
Thomas Risberg b362d559cb added QuerySpec and associated support classes; refactored UpdateSpec to implement Update interface 15 years ago
Thomas Risberg 0b2a3fae1d renamed UpdateBuilder to UpdateSpec and moved to builder package 15 years ago
Thomas Risberg 325e356bb8 DATADOC-14 added WriteConcern for MongoTemplate to be used for write operations when specified and also methods to set WriteConcern for DB and Collections 15 years ago
Oliver Gierke 29e770a9f7 DATACMNS-12 - Adapted namespace XSD to latest changes Spring Data Commons. 15 years ago
Thomas Risberg 2cd7b74264 added getter/setter for ExceptionTranslator 15 years ago
Thomas Risberg a1c6c8d671 added ExceptionTranslator inreface to factory bean for convenience during configuration and to be consistent with JPA configs 15 years ago
Thomas Risberg 1daf3059ba fixed bug for handling the case of non-generated keys on inserts 15 years ago
Thomas Risberg 96badc7a9e made the utils class public again 15 years ago
Mark Pollack d86175fcd3 DATADOC-21 - Create namespace to configure Mongo root object 15 years ago
Oliver Gierke 9cb0b69aa1 Adapted newly introduced Property model. 15 years ago
Oliver Gierke 9152ca89da Added support for non-primitive-value-referencing queries. 15 years ago
Oliver Gierke 5796611b8f Simplified MongoPropertyDescriptor.isOfIdType(). 15 years ago
Oliver Gierke cb6bed43ab Improvements to repositories. 15 years ago
Oliver Gierke 8abd7df7ef Improvements to SimpleMongoConverter and MongoTemplate. 15 years ago
Oliver Gierke b49f285de5 Improvements to JavaDoc of MongoReader interface. 15 years ago
Oliver Gierke 67cb890644 Renamed DBHolder to DbHolder and reduced its scope to package visibility. 15 years ago
Oliver Gierke fe68229fbd Renamed DBCallback to DbCallback. 15 years ago
Oliver Gierke fb442d34e1 Updated copyright notice to reach into 2011 as well. 15 years ago
Oliver Gierke affbe71f93 DATADOC-4 - Improved MongoTemplate exception handling 15 years ago
Oliver Gierke 47dde8ab4d Minor FindBugs polishing. 15 years ago
Oliver Gierke b88ce28709 Polished MongoTemplate 15 years ago
Oliver Gierke 70059760bb DATADOC-30 - Fixed typo in InvalidDocumentStoreApiUsageException. 15 years ago