Commit Graph

  • d8ce9189f1 documentation updates Mark Pollack 2011-04-07 19:24:51 -04:00
  • dfe7d16475 first cut of cross-store chapter; fixed document title Thomas Risberg 2011-04-07 19:07:37 -04:00
  • 21a7a538bf beginning of cross-store docs Thomas Risberg 2011-04-07 17:19:07 -04:00
  • dd2e1acf05 updated AspectJ version Thomas Risberg 2011-04-07 17:18:47 -04:00
  • 403792b412 add images in documentation Mark Pollack 2011-04-07 17:07:24 -04:00
  • dd684dd0e8 fix highlighting in documentation for java/xml program listings Mark Pollack 2011-04-07 14:54:05 -04:00
  • 348924b865 Quick fix of failing test Mark Pollack 2011-04-07 14:13:24 -04:00
  • e2aca7d2d3 DATADOC-85 checked for null Query passed in Thomas Risberg 2011-04-07 12:44:58 -04:00
  • e0720fa6f5 DATADOC-85 added mapping from 'id' to '_id' for queries used in remove operation Thomas Risberg 2011-04-07 11:52:29 -04:00
  • ec6cec99b7 DATADOC-87 - Created GeoSpatialIndexed annotation and modified index creation listener to create geospatial indexes. Also added test case for same. Jon Brisbin 2011-04-07 10:47:47 -05:00
  • 4d79cdc61d added a MongoTemplate to the mapping configuration code sample Thomas Risberg 2011-04-07 10:54:07 -04:00
  • a86c3409ce Aligned names of bean definition parsers. Oliver Gierke 2011-04-07 07:57:49 +02:00
  • 5ec5d57fe4 Removed duplication in SimpleMongoConverter and MappingMongoConverter. Oliver Gierke 2011-04-07 07:55:21 +02:00
  • 76cdde1c9f DATADOC-75 - Changed addConverters(…) to setConverters(…). Oliver Gierke 2011-04-07 07:43:15 +02:00
  • fecb060f4f DATADOC-59 - Document @Query annotation for repositories Mark Pollack 2011-04-07 01:42:54 -04:00
  • 302f111c56 DATADOC-82 - Document QueryDslPredicateExecutor Mark Pollack 2011-04-07 01:41:37 -04:00
  • b00684d968 DATADOC-59 - Document @Query annotation for repositories Mark Pollack 2011-04-07 01:33:15 -04:00
  • e35864cd5b DATADOC-62 - Create abstract @Configuration class for Mongo Configuration Mark Pollack 2011-04-07 01:32:02 -04:00
  • 1c3483abbf DATADOC-59 - Document @Query annotation for repositories DATADOC-82 - Document QueryDslPredicateExecutor Mark Pollack 2011-04-07 01:25:36 -04:00
  • e946782259 adding tem[late tests for a query using $in Thomas Risberg 2011-04-06 20:07:29 -04:00
  • 8cfdd6ffc9 DATADOC-56 running same id/_id tests for both SimpleMongoConverter and MappingMongoConverter Thomas Risberg 2011-04-06 19:40:42 -04:00
  • bcbacf981d DATADOC-48 added more complexity to test Thomas Risberg 2011-04-06 18:49:38 -04:00
  • c5c8a78acb added test for $in Thomas Risberg 2011-04-06 18:49:12 -04:00
  • 5359af9745 DATADOC-5 - Provide detailed mapping of Mongo errors onto Spring DAO exception Mark Pollack 2011-04-06 18:35:00 -04:00
  • 9fe27e590d DATADOC-62 - Create abstract @Configuration class for Mongo Configuration Mark Pollack 2011-04-06 18:21:51 -04:00
  • 40d9930b2c DATADOC-75 - Rename setConverters(...) to addConverters(...) in MongoConverter implementations Mark Pollack 2011-04-06 16:31:45 -04:00
  • ce17352702 DATADOC-79: Check for situation that causes an error if a unique index doesn't also specify sparse=true and issue a warning message in the log. Jon Brisbin 2011-04-06 14:27:06 -05:00
  • 2e874e6dbc DATADOC-67 - Criteria API to support keywords for geo search Mark Pollack 2011-04-06 14:34:35 -04:00
  • fbc45f5b52 Removed forced conversion of id property to ObjectId before querying. Oliver Gierke 2011-04-06 18:42:24 +02:00
  • de19359eea Merge branch 'master' of github.com:SpringSource/spring-data-document J. Brisbin 2011-04-06 11:51:27 -05:00
  • ff78ecf1be Fix for test case using a different constructor J. Brisbin 2011-04-06 11:51:13 -05:00
  • f774a607ef fixed added additional test without generated id for testPersonWithCustomIdName Thomas Risberg 2011-04-06 12:48:06 -04:00
  • 9fb1a9e63a added additional test without generated id for testPersonWithCustomIdName Thomas Risberg 2011-04-06 12:37:50 -04:00
  • 35d4998638 Added code to look for @Document(collection="customcollection") in template.insertList(), added tests for same. Jon Brisbin 2011-04-06 11:36:54 -05:00
  • cdb57b1146 removed PersonInvalidId test Thomas Risberg 2011-04-06 11:51:14 -04:00
  • c274bef3c8 Removed some obsolete code, changed the way the converter handles _id types. Jon Brisbin 2011-04-06 10:44:09 -05:00
  • 1b4edb35b0 DATADOC-48 added new @RelatedDocument annotation Thomas Risberg 2011-04-06 11:39:51 -04:00
  • c8eb42a6f7 fixed test so it works on both MongoDB 1.6.5 and 1.8.0 Thomas Risberg 2011-04-06 10:20:41 -04:00
  • a983c07b65 Change MongoTemplate.save to call getEntityCollection MongoTemplate.getEntityCollection checks mappingContext to auto-register classes Remove autowire option from mapping-converter xsd Enable GeoSpatialTests Mark Pollack 2011-04-05 23:00:17 -04:00
  • 4175791d0b DATADOC-67 - Criteria API to support keywords for geo search Mark Pollack 2011-04-05 16:37:28 -04:00
  • b43b5aa4b2 Took out documentation reference to autowire property which was removed in previous commit. Jon Brisbin 2011-04-05 15:28:48 -05:00
  • 3e2a60c89a DATADOC-78: Refactored some of the code to use a new MappingContextAware interface available in spring-data-commons-core for obtaining a reference to the active MappingContext. Also added proper configuration to the namespace handler. Also tweaked the docs slightly. Jon Brisbin 2011-04-05 15:12:49 -05:00
  • 6e1af80b5f documentation updates Mark Pollack 2011-04-05 15:26:34 -04:00
  • a3e67bd0a3 update introductory docs Mark Pollack 2011-04-05 14:04:29 -04:00
  • 1b5986f3ad Ignore GeoSpatialTests for now as it breaks the build and thus prevents publication of artifacts. Oliver Gierke 2011-04-05 13:23:14 +02:00
  • 305121ae7e DATAJPA-44 - Adapted refactorings in Spring Data Commons Core. Oliver Gierke 2011-04-05 10:58:10 +02:00
  • 478afae925 DATACMNS-24 - Adapted refactorings in Spring Data Commons Core. Oliver Gierke 2011-04-05 08:05:27 +02:00
  • 3fdd43bef8 DATADOC-78: Added code to MongoTemplate to check for overriden collection name when saving an entity without specifying a collection. Removed SLF4J from source code and reverted to commons-logging API for internal logging. Jon Brisbin 2011-04-04 15:14:42 -05:00
  • b25e0c432e Added catch/ignore in base event listener to keep from blowing chunks when listener is defined with a different generic type. Added event listener to the tests. Jon Brisbin 2011-04-04 11:06:34 -05:00
  • ece8e7500f Tweaked docs for event handlers. J. Brisbin 2011-04-04 08:12:52 -05:00
  • fac31f5ce3 Quick-and-dirty coverage of event handling the documentation J. Brisbin 2011-04-01 14:22:59 -05:00
  • ba76226abd Fix for array primitives, pushing first bit of documentation J. Brisbin 2011-04-01 11:30:32 -05:00
  • 979d6748ba fixed artifactId for the mongodb log4j module Thomas Risberg 2011-03-31 23:02:10 -04:00
  • db45349553 fixed coordinates for Penn Station Thomas Risberg 2011-03-31 23:01:01 -04:00
  • 7e774428e4 DATADOC-67 - Criteria API to support keywords for geo search Mark Pollack 2011-03-31 18:46:08 -04:00
  • 2b9b082978 DATADOC-72 renamed Query.and() to Query.addCriteria() to avoid confusion with Criteria.add() method that supports chained Criteria Thomas Risberg 2011-03-31 18:33:51 -04:00
  • f4f9eac03a DATADOC-48 added support for removing any related Mongo documents when entities are removed Thomas Risberg 2011-03-31 17:11:08 -04:00
  • a13579f487 Remove duplication of IndexDefinition classes. Mark Pollack 2011-03-31 16:49:01 -04:00
  • f9f26e7668 DATADOC-48 added advice for moving changeset from detached entity to newly merged persistent entity Thomas Risberg 2011-03-31 13:43:13 -04:00
  • 8723d85570 DATADOC-76 added documenattion for findAndRemove Thomas Risberg 2011-03-31 09:59:53 -04:00
  • bbd55fa456 DATADOC-76 added documenattion for findAndRemove Thomas Risberg 2011-03-31 09:25:19 -04:00
  • 52f42b29d7 DATADOC-76 added support for findAndRemove to MongoTemplate Thomas Risberg 2011-03-30 18:19:18 -04:00
  • 2c5d0b3893 Fix for null dbobjects causing NPEs in event framework. Jon Brisbin 2011-03-30 17:08:38 -05:00
  • 27ba19eac6 Tweaked the README to cover configuring the collection name using Log4J pattern. Jon Brisbin 2011-03-30 16:32:53 -05:00
  • 1bc042666a Merge branch 'master' of github.com:SpringSource/spring-data-document Jon Brisbin 2011-03-30 16:28:01 -05:00
  • 9b97c27599 Use Log4J pattern to generate collection name, fix for test data cleanup. Jon Brisbin 2011-03-30 16:21:23 -05:00
  • 057eeb101c DATADOC-48 using the entity lifecycle for transaction synch registration Thomas Risberg 2011-03-29 21:17:07 -04:00
  • bfb3db5a2e more tests for the chained Criteria support Thomas Risberg 2011-03-29 21:16:11 -04:00
  • c0b8a8e227 DATADOC-74 Update to version 2.4 of mongo driver Mark Pollack 2011-03-29 18:01:10 -04:00
  • 8e9cf3a9b1 Fix for build, which was failing on MvcEvent being null in one of the tests. Jon Brisbin 2011-03-29 15:17:23 -05:00
  • 1b9726c3b6 Merge branch 'master' of github.com:SpringSource/spring-data-document J. Brisbin 2011-03-29 15:05:26 -05:00
  • 7e5378bf60 Added events, changed tests so that application context is created before each run so that indexing is done correctly. J. Brisbin 2011-03-29 15:05:14 -05:00
  • 940823778e Made MongoEntityInformation public as it's needed when extending SimpleRepositoryFactory. Oliver Gierke 2011-03-29 20:37:22 +02:00
  • 8a2302ec48 DATADOC-59 - Polished JavaDoc of @Query annotation. Oliver Gierke 2011-03-29 20:04:31 +02:00
  • c6798c9acd Merge branch 'master' of github.com:SpringSource/spring-data-document J. Brisbin 2011-03-29 11:26:51 -05:00
  • 084424778d Renamed log4j appender module J. Brisbin 2011-03-29 11:26:46 -05:00
  • 07a343e1de renamed module spring-data-mongo-log4j to spring-data-mongodb-log4j Thomas Risberg 2011-03-29 12:11:29 -04:00
  • 81db620c6d fixed persistence test Thomas Risberg 2011-03-29 11:48:21 -04:00
  • f2732197f5 DATADOC-38 fixed class cast exception when calling save with non ObjectId ids Thomas Risberg 2011-03-29 11:47:02 -04:00
  • c10e38c9e4 Configured Maven JAR plugin to package the Bundlor generated MANIFEST.MF. Oliver Gierke 2011-03-29 08:43:25 +02:00
  • 6d13d36a18 DATADOC-72 added support for Mongo's $elemMatch and chained Criteria Thomas Risberg 2011-03-28 17:02:04 -04:00
  • 615f3f1323 DATADOC-48 improving the entity id handling for partial entity document persistence Thomas Risberg 2011-03-28 13:58:15 -04:00
  • 6d8ecf2cbb added mongodb-log4j module Thomas Risberg 2011-03-28 13:57:07 -04:00
  • 635e156bc0 JIRA: DATADOC-70: Trying to fix problem with indexes being wiped out in the tests, trying to make sure indexes get created properly. Now tests do not wipe out database automatically. Jon Brisbin 2011-03-25 13:52:53 -05:00
  • 0468ba3ad9 DATADOC-48 adding checks not to overwrite existing keys in changeset Thomas Risberg 2011-03-25 11:14:51 -04:00
  • 95510e4851 Use more readable logging output pattern. Oliver Gierke 2011-03-25 13:08:28 +01:00
  • 0fc3c9d6d3 Polished toString() method of Index. Oliver Gierke 2011-03-25 13:07:49 +01:00
  • 511128f4e7 Let Querydsl annotation processor work with @Document annotation. Oliver Gierke 2011-03-25 08:26:42 +01:00
  • 986203833a Fixed potential NullPointer. Oliver Gierke 2011-03-24 15:50:18 +01:00
  • 7ec8b30fb2 Tweaked README to reflect recent changes in timestamp handling. Jon Brisbin 2011-03-23 11:55:50 -05:00
  • c24327d1bc Took out leftover crap from pom file, changed timestamp handling to use java.util.Date/ISODate objects rather than string/long. Jon Brisbin 2011-03-23 11:54:53 -05:00
  • b04023f1f1 Forgot to change Maven artifactId after renaming submodule. Jon Brisbin 2011-03-23 11:11:20 -05:00
  • 42386d4fee Added Log4J appender submodule to main project. Jon Brisbin 2011-03-23 10:40:26 -05:00
  • 1b5ef78741 Merge branch 'log4j-appender' J. Brisbin 2011-03-23 10:20:56 -05:00
  • 168e8a8896 DATADOC-48 simplified cross-store persistence of @Document annotated fields in a JPA entity; adjusted to package chamges in data-commons; Merge commit 'f21f25fb5284a8647dea16934d660b3608d5006c' Thomas Risberg 2011-03-23 11:24:32 -04:00
  • f21f25fb52 DATADOC-48 simplified cross-store persistence of @Document annotated fields in a JPA entity Thomas Risberg 2011-03-23 07:44:52 -04:00
  • 261c1ae293 Fixed merge conflicts after applying latest changes from master. Oliver Gierke 2011-03-23 09:27:50 +01:00
  • 7d7cf60e23 DATADOC-69 - Repository namespace now allows referenceing a MappingContext and picks up the default one if available. Oliver Gierke 2011-03-23 09:12:07 +01:00
  • bfd79377ca Made MongoPersistentEntityIndexCreator an ApplicationListener again. Oliver Gierke 2011-03-23 07:45:25 +01:00
  • 18b0f45985 Adapt latest changes in Spring Data Commons. Oliver Gierke 2011-03-23 07:41:04 +01:00