Commit Graph

  • ea1f090b40 Add docs for index ops and clean up 'bare' references to Mongo, change to MongoDB Mark Pollack 2011-12-06 11:02:42 -05:00
  • b5958fb5cc DATAMONGO-338 - Query parser implementation go Regex, Exists, True and False keywords. Oliver Gierke 2011-12-06 17:01:56 +01:00
  • 75b7aff80a DATAMONGO-318 - Don't throw exceptions for updates not affecting any documents. Oliver Gierke 2011-12-06 15:15:13 +01:00
  • 7da0fcdd0c DATAMONGO-199 - Fixed bug in CachingMongoPersistentProperty. Oliver Gierke 2011-12-06 14:48:25 +01:00
  • c88b6d89db DATAMONGO-251 - Polishing. Oliver Gierke 2011-12-06 14:33:45 +01:00
  • de1540aadc DATAMONGO-234 - Polishing. Oliver Gierke 2011-12-06 14:24:51 +01:00
  • d1b24d6cfb DATAMONGO-332 - Updated reference documentation to list correct dependencies. Oliver Gierke 2011-12-06 14:06:43 +01:00
  • e85f3d3299 DATAMONGO-251 - Support geting index information on a collection or mapped class. Mark Pollack 2011-12-06 02:25:13 -05:00
  • ef6e08d3f4 DATAMONGO-234 - MongoTemplate should support the findAndModify operation to update version fields Mark Pollack 2011-12-06 00:26:18 -05:00
  • 21010fbd49 DATACMNS-91 - Reject null parameters in SimpleMongoRepository. Oliver Gierke 2011-12-02 13:34:44 +01:00
  • 4325d6c9fa Reactivated accidentally disabled unit tests. Oliver Gierke 2011-12-02 13:02:57 +01:00
  • bc16ccfded DATACMNS-77 - Using constants from ClassTypeInformation inside MappingMongoConverter. Oliver Gierke 2011-12-02 11:33:37 +01:00
  • 04f5f9f662 DATACMNS-103 - Adapt changes in BeanWrapper. Oliver Gierke 2011-12-02 10:08:48 +01:00
  • b1f1b8efaa DATAMONGO-321 - Overhaul of id handling. Oliver Gierke 2011-12-01 17:50:36 +01:00
  • de300e2643 DATAMONGO-328 - Set required MongoDB version to 0. Oliver Gierke 2011-12-01 17:05:28 +01:00
  • 20088b83d9 Removed compiler warnings. Oliver Gierke 2011-12-01 16:47:40 +01:00
  • 58f200f15e DATAMONGO-335 - Set up hybrid Spring 3.1/3.0.6 build. Oliver Gierke 2011-12-01 16:06:38 +01:00
  • 8718700249 DATAMONGO-334 - Switched to use http://repo.springsource.org as repository. Oliver Gierke 2011-12-01 16:05:08 +01:00
  • f4063d1679 DATAMONGO-333 - Default to Object for AbstractMongoEventlistener domain type. Oliver Gierke 2011-12-01 12:16:27 +01:00
  • ef063613c7 DATAMONGO-325 - MongoTemplate now correctly refuses not found map reduce JavaScript files. Oliver Gierke 2011-11-30 22:53:44 +01:00
  • 2eda0f1701 DATAMONGO-185 - Expose hints on Query. Oliver Gierke 2011-11-30 22:29:59 +01:00
  • ec7b65e21d DATAMONGO-331 - Fixed typo in WriteConcern enumeration for db-factory element. Oliver Gierke 2011-11-30 18:27:33 +01:00
  • c7f7571f3f DATAMONGO-326 - QueryMapper now delegates type conversion to MongoConverter. Oliver Gierke 2011-11-30 17:26:46 +01:00
  • 9f71af42e8 DATAMONGO-329 - Fixed Collection and Map value handling for more open properties. Oliver Gierke 2011-11-30 16:20:25 +01:00
  • 92775170e1 DATAMONGO-301 - Allow classpath-scanning for Converters. Oliver Gierke 2011-11-30 15:26:18 +01:00
  • 4c7e338770 Adapt refactorings in SD Commons. Oliver Gierke 2011-11-28 18:07:33 +01:00
  • e3fff52d17 DATAMONGO-298 - CustomConversions now also considers sub-types of Number as simple. Oliver Gierke 2011-11-24 15:20:49 +01:00
  • 5477ab20b2 DATAMONGO-324 - Added shortcut in MappingMongoConverter to allow reading DBObjects without conversion. Oliver Gierke 2011-11-24 12:59:47 +01:00
  • 4cf3567f42 DATAMONGO-310 - MappingMongoConverter now creates native Mongo types for Maps and Collections in convertToMongoType(…). Oliver Gierke 2011-11-23 13:13:40 +01:00
  • b26bb62a63 DATAMONGO-305 - Removed synchronization from Query class. Oliver Gierke 2011-11-23 12:48:39 +01:00
  • f156d7b5af DATAMONGO-312 - MappingMongoConverter handles complex enum types correctly. Oliver Gierke 2011-11-23 11:58:09 +01:00
  • 7bf3643902 DATAMONGO-304 - Removed document subpackage from Log4jAppender module. Oliver Gierke 2011-11-23 11:07:47 +01:00
  • 201ae3e92d Polished unit test. Oliver Gierke 2011-11-23 10:58:35 +01:00
  • 07556ec58c DATAMONGO-323 - Annotated repository queries consider dynamic sort now. Oliver Gierke 2011-11-23 10:58:22 +01:00
  • 39807b17e1 DATAMONGO-309 - MappingMongoConverter now correctly maps Arrays as Map values. Oliver Gierke 2011-11-23 10:28:40 +01:00
  • 4913fe26ac DATAMONGO-296 - Hook into Querydsl serialization to get predicate parameters converted. Oliver Gierke 2011-11-23 09:49:22 +01:00
  • 7642a719ff Polishing. Oliver Gierke 2011-11-23 09:26:19 +01:00
  • 6c1ce576a4 DATACMNS-98 - Reflect refactoring. Oliver Gierke 2011-11-21 19:21:10 +01:00
  • c99882201d DATAMONGO-234 - MongoTemplate should support the findAndModify operation to update version fields Mark Pollack 2011-11-17 17:38:54 -05:00
  • ce6a64e4a9 DATAMONGO-308 - Add support for upsert methods Mark Pollack 2011-11-16 16:25:58 -05:00
  • 2fcc323bcd DATAMONGO-213 - Add WriteConcern to arguments of MongoOperations.update*() methods Mark Pollack 2011-11-16 14:55:35 -05:00
  • 17c7b1d2b5 DATAMONGO-213 - Add WriteConcern to arguments of MongoOperations.update*() methods Mark Pollack 2011-11-16 14:30:56 -05:00
  • cfefe46cd4 DATAMONGO-213 - Add WriteConcern to arguments of MongoOperations.update*() methods DATAMONGO-320 - Remove use of slaveOk boolean option in MongoTemplate as it is deprecated. Replace with ReadPreference Mark Pollack 2011-11-16 13:28:13 -05:00
  • 64921ddad1 DATAMONGO-319 - WriteConcern not parsed correctly in namespace handlers DATAMONGO-311 - Update MongoDB driver to v 2.7.x Mark Pollack 2011-11-15 16:54:02 -05:00
  • edda1764fe DATAMONGO-311 - Update MongoDB driver to v 2.7.x Still investigating write_concern compatiblity as mentioned in the ticket Mark Pollack 2011-11-15 12:44:25 -05:00
  • 8113b79109 DATAMONGO-315 - MongoTemplate.findOne(query) methods ignore SortOrder on query Mark Pollack 2011-11-14 23:26:16 -05:00
  • 9fde4dff3e DATAMONGO-195 - Add description of @Field mapping annotation to reference docs Mark Pollack 2011-11-14 22:53:08 -05:00
  • d4b3e2b99d DATAMONGO-306 - NullPointerException if mongo factory created via URI with out credentials Mark Pollack 2011-11-14 22:48:07 -05:00
  • 68a31d75f3 DATAMONGO-313 [Refactoring] - Use MongoOperations interface instead of MongoTemplate class Mark Pollack 2011-11-14 22:20:50 -05:00
  • 3e15c21419 DATAMONGO-208 - Add suppoprt for group() operation on collection in MongoOperations Mark Pollack 2011-11-14 22:07:50 -05:00
  • e9f253d34f DATAMONGO-316 - Replica Set configuration via properties file throws ArrayIndexOutOfBoundsException Mark Pollack 2011-11-14 16:38:18 -05:00
  • 80aa057acb Preparing for snapshot builds Thomas Risberg 2011-11-04 09:24:45 -04:00
  • 613b183b70 Preparing for 1.0.0.M5 MongoDB release Thomas Risberg 2011-11-04 09:20:18 -04:00
  • 5d1320a82a preparing for snapshot builds Thomas Risberg 2011-10-24 17:46:12 -04:00
  • 8ccaf61d12 preparing for 1.0.0.M5 MongoDB release Thomas Risberg 2011-10-24 17:39:28 -04:00
  • 2c46cfd8fe Updating documentation with project name changes Thomas Risberg 2011-10-24 17:32:41 -04:00
  • 45f2900d15 Updating documentation with package name changes and Criteria changes Thomas Risberg 2011-10-24 17:04:20 -04:00
  • 79934538b6 DATAMONGO-303 - Updated to Querydsl 2.2.4. Oliver Gierke 2011-10-24 14:52:01 -05:00
  • 0e4e0094a5 DATAMONGO-302, DATACMNS-91 - Added null-checks for CRUD methods where necessary. Oliver Gierke 2011-10-24 14:21:12 -05:00
  • 5df61563f4 DATADOC-300 Changing to use InvalidMongoDbApiUsageException Thomas Risberg 2011-10-20 15:44:23 -04:00
  • 04ebec993d DATADOC-300 Removing old 'or' metod, adding JavaDoc Thomas Risberg 2011-10-20 15:34:51 -04:00
  • caa245dd08 DATADOC-283 DATADOC-300 Refatoring the QueryCriteria implementations to better support $and, $or and $nor queries Thomas Risberg 2011-10-20 15:22:37 -04:00
  • 717ff38319 DATADOC-230 - Added method to remove objects from specific collection. Oliver Gierke 2011-10-20 10:02:36 +02:00
  • 33155ba0f4 DATADOC-295 - Added ability to setup a SimpleMongoDbFactory using a MongoURI. Oliver Gierke 2011-10-14 13:17:12 +02:00
  • 9f62efa47c Fixed typo in reference documentation. Oliver Gierke 2011-10-14 13:17:40 +02:00
  • 620fc876f4 Removed unused imports. Oliver Gierke 2011-10-14 13:17:30 +02:00
  • cfcf839232 DATADOC-297 - Pruned irrelevant sub modules. Oliver Gierke 2011-10-13 20:27:03 +02:00
  • 7ce1e5fbd3 DATADOC-294 - Overhaul of collection and type information handling. Oliver Gierke 2011-10-13 18:01:17 +02:00
  • 2d12ba38f8 DATADOC-289 - Filter AfterLoadEvent for specific domain type. Christoph Leiter 2011-10-12 13:33:59 +02:00
  • 1554d489ca DATACMNS-73 - Fixed package imports in DocumentBacking aspect. Oliver Gierke 2011-10-12 15:05:02 +02:00
  • f030d304f4 DATADOC-271, DATACMNS-73 - Adapted changes of SD Commons. Oliver Gierke 2011-10-12 14:40:42 +02:00
  • 105e1da82b DATADOC-271 - Added license headers to cross-store files. Oliver Gierke 2011-10-12 14:30:21 +02:00
  • dbc7601d7b DATADOC-293 - Activated Polygon related tests. Oliver Gierke 2011-10-12 14:04:52 +02:00
  • ccf981b8fb DATADOC-271 Re-packaging Mongo cross-store support, removing 'document' in package name Thomas Risberg 2011-10-12 08:16:16 -04:00
  • 8a43b4bbc0 DATADOC-65 - Allow usage of SpEL in @Document. Oliver Gierke 2011-10-12 12:59:53 +02:00
  • 1c2c592b96 DATADOC-271 Re-packaging Mongo cross-store support, removing 'document' in package name Thomas Risberg 2011-10-12 07:08:01 -04:00
  • cd4b409bf2 DATADOC-283 - Adding query support for $and operator. Thomas Risberg 2011-10-12 04:10:52 -04:00
  • f71477f17d DATADOC-289 - Fixed invocation of AfterLoadEvent in AbstractMongoEventListener. Oliver Gierke 2011-10-11 17:37:32 +02:00
  • 454df1e7f1 DATADOC-273 - Persisting type information for raw types as well. Oliver Gierke 2011-10-11 13:21:09 +02:00
  • 80641a0943 DATADOC-293 - Added Polygon abstraction to Criteria. Oliver Gierke 2011-10-11 12:29:54 +02:00
  • e405bf574c DATADOC-291 - MongoQueryCreator now considers mapping information for query building. Oliver Gierke 2011-10-06 22:57:27 +02:00
  • 9f8e406aff DATADOC-275 - Fixed id handling for DBRefs. Oliver Gierke 2011-09-30 11:50:44 +02:00
  • 7d26366352 Added test case to show usage of custom converters and querying. Oliver Gierke 2011-09-30 09:35:10 +02:00
  • 864ae831dd DATADOC-285 - Added test case for issue, doesn't fail right now. Oliver Gierke 2011-09-27 14:36:50 +02:00
  • bfb13d99e3 DATADOC-280 - Added maxAutoConnectRetryTime config option. Oliver Gierke 2011-09-27 13:59:50 +02:00
  • f39de4c28e DATADOC-286 - Added support for GreaterThanEqual and LessThanEqual. Oliver Gierke 2011-09-27 11:48:20 +02:00
  • 3bdeb68617 DATADOC-278 - QueryMapper now converts ids for $ne correctly. Oliver Gierke 2011-09-27 10:43:02 +02:00
  • 6b40a27c92 DATACMNS-76 - Adapt changes of Spring Data Commons. Oliver Gierke 2011-09-26 20:21:58 +02:00
  • 237cbec945 DATADOC-284 - Added custom SpringDataMongodbSerializer. Oliver Gierke 2011-09-21 18:44:38 +02:00
  • 39bc6771b7 DATADOC-183 - Added count(…) methods to MongoOperations. Oliver Gierke 2011-09-15 12:00:03 +02:00
  • 73b2d5a99c DATADOC-270 - Removed critical Sonar warnings from codebase. Oliver Gierke 2011-09-14 15:34:29 +02:00
  • 5dab0c721e DATADOC-277 - Upgraded to Querydsl 2.2.2. Oliver Gierke 2011-09-14 11:49:36 +02:00
  • bf7c9663cf DATADOC-274, DATADOC-276 - Split up repository package to be consistent with Spring Data JPA. Oliver Gierke 2011-09-07 16:20:26 +02:00
  • 135742b7e4 Fixed potential NullPointException in debug level in MongoQueryCreator. Oliver Gierke 2011-09-07 15:37:34 +02:00
  • dee0307055 DATADOC-269 - XML configuration for replica sets is not working Mark Pollack 2011-09-13 12:13:05 -04:00
  • 06fb4144e0 DATADOC-261 - Added id to geoNear section of reference Documentation. Oliver Gierke 2011-09-07 13:46:11 +02:00
  • 5fdc600570 DATADOC-272 - Moved XSD file into correct package. Oliver Gierke 2011-09-07 13:29:06 +02:00
  • f54c69b6ef DATADOC-258 - Updated dependencies to the latest versions. Oliver Gierke 2011-09-07 11:53:54 +02:00
  • decdcff79f Added fallback references to general repository documentation. Oliver Gierke 2011-09-07 11:51:28 +02:00
  • be8daa5268 Removed obsolete MongoBeanWrapper and MongoPropertyDescriptors. Oliver Gierke 2011-09-07 11:44:50 +02:00