Commit Graph

  • 36a6f4ec86 DATADOC-17 - Added support for 'Like' keyword in finders. Oliver Gierke 2010-12-03 09:27:54 +01:00
  • 4a80c2c7dc DATADOC-17 - Added initial draft of repository implementation for MongoDB. Oliver Gierke 2010-12-03 01:53:30 +01:00
  • fdb8726542 Renamed datastore folder to data in src/test/resources. Oliver Gierke 2010-12-03 01:48:01 +01:00
  • d982683418 Merge remote branch 'origin/master' Mark Pollack 2010-12-02 17:10:39 -05:00
  • 7a85c0cab3 polished Thomas Risberg 2010-12-02 17:08:00 -05:00
  • 0dae45fa7f trying to fix pom to upload javadocs Mark Pollack 2010-12-02 17:00:27 -05:00
  • 81c0b4fbde Merge remote branch 'origin/master' Mark Pollack 2010-12-02 16:40:00 -05:00
  • 3c8861e274 trying to fix pom to upload javadocs Mark Pollack 2010-12-02 16:35:32 -05:00
  • 2e561f9202 DATADOC-11 removing query builder experimental code from master branch Thomas Risberg 2010-12-02 16:35:59 -05:00
  • 8a8dc2b06b trying to fix pom to upload javadocs Mark Pollack 2010-12-02 16:35:17 -05:00
  • 885e9575f2 DATADOC-16 added updateMulti and updateFirst methods Thomas Risberg 2010-12-02 16:24:51 -05:00
  • 69dfe329a6 Merge branch 'master' of github.com:SpringSource/spring-data-document Thomas Risberg 2010-12-02 15:51:56 -05:00
  • d5900e217b DATADOC-16 added remove methods Thomas Risberg 2010-12-02 15:51:37 -05:00
  • 1cba030dc9 DATADOC-19 Move FactoryBeans in bean.factory package to root namespace Mark Pollack 2010-12-02 15:48:51 -05:00
  • 00de6896ad DATADOC-19 Move FactoryBeans in bean.factory package to root namespace Mark Pollack 2010-12-02 15:47:49 -05:00
  • effffcbe0e DATADOC-16 added update methods Thomas Risberg 2010-12-02 15:39:30 -05:00
  • 6bd97203b1 DATADOC-12 - Rename query methods in MongoTemplate Mark Pollack 2010-12-02 14:00:49 -05:00
  • 2af7e57299 DATADOC-13 Add query method that uses the default collection name in MongoTemplate Mark Pollack 2010-12-02 13:43:09 -05:00
  • 6ff41e8a53 DATADOC-11 - Move org.springframework.datastore.document.mongodb.query to a different branch Just remove methods in MongoTemplate that referred to this package. Mark Pollack 2010-12-02 13:37:04 -05:00
  • abe658458f DATADOC-10 - Remove use of AbstractDocumentStoreTemplate in MongoTemplate Mark Pollack 2010-12-02 13:27:06 -05:00
  • d2d2238a57 Merge remote branch 'origin/master' Mark Pollack 2010-12-02 12:41:30 -05:00
  • 23eeaff5b4 Remove unused DB field Mark Pollack 2010-12-02 12:40:28 -05:00
  • 5d5688fd1b added quick fix to populate generated _id in saved object Thomas Risberg 2010-12-02 12:28:29 -05:00
  • 50e48b570b added fallback to use String for non ObjectId type '_id' fields Thomas Risberg 2010-12-02 08:25:35 -05:00
  • 38043d4ea6 fixed mapping of String to ObjectId for '_id' field Thomas Risberg 2010-12-02 08:18:19 -05:00
  • 4c096b041c cleanup Thomas Risberg 2010-12-01 20:49:35 -05:00
  • 77189f169a added handling of ObjectId fields Thomas Risberg 2010-12-01 20:41:58 -05:00
  • 4f4d93f41e added back basic enum support; added the support for mapping 'id' properties to '_id' key Thomas Risberg 2010-12-01 17:31:08 -05:00
  • 94776dd24d changed a few remaining "datastore" to "data" Thomas Risberg 2010-11-18 10:19:44 -05:00
  • 4deafda208 Support for defining replica sets or pairs Graeme Rocher 2010-11-11 16:07:08 +01:00
  • 532e4a4806 Support for authentication via MongoTemplate and a new execute method that doesn't start and finish a request Graeme Rocher 2010-11-11 12:25:51 +01:00
  • 433900cd9f Support for configuring replication sets Graeme Rocher 2010-11-10 14:37:04 +01:00
  • bd064120b2 fixed manifest Graeme Rocher 2010-11-10 14:10:36 +01:00
  • cf04bf7d7a allow configuration of host and port when MongoOptions exists Graeme Rocher 2010-11-10 13:57:10 +01:00
  • ede9c6ed8b Renamed packages from datastore to data Graeme Rocher 2010-11-10 12:43:07 +01:00
  • 243e13ec55 new MongoOptionsFactoryBean for easy config of the MongoOptions instance Graeme Rocher 2010-11-10 12:17:59 +01:00
  • 1a628d0648 Renamed packages etc. Graeme Rocher 2010-11-10 12:17:36 +01:00
  • 0a9d3973f9 fixed bug where we were referencing the null dbHolder instead of the instantiated one Graeme Rocher 2010-11-09 15:32:09 +01:00
  • fb42907fb8 Merge branch 'master' of git.springsource.org:spring-data/datastore-document Graeme Rocher 2010-11-05 12:03:49 +01:00
  • 42b2746fc9 moved warning message so its only printed if the host isn't specified Graeme Rocher 2010-11-05 12:03:38 +01:00
  • 9f90b9776e upgraded docbkx-maven-plugin to 2.0.7 Thomas Risberg 2010-11-04 11:26:29 -04:00
  • 28fb505dc2 Merge branch 'master' of git.springsource.org:spring-data/datastore-document Costin Leau 2010-11-02 17:55:11 +02:00
  • 6962cb4fba + update snapshot site + downgrade Maven AWS Costin Leau 2010-11-02 17:54:34 +02:00
  • ab051120a6 Updates to MongoTemplate to use a Mongo instance to lazily create DB instances rather than directly using a DB instance. Also integrated with Spring TransactionSynchronization so a single DB instance can be shared by multiple templates in a single thread Graeme Rocher 2010-11-02 14:31:58 +01:00
  • 995b7326b8 additional query method on mongotemplate using default collection Mark Pollack 2010-10-25 16:04:46 -04:00
  • c9b1068eb2 removed old mapper interfaces Mark Pollack 2010-10-17 02:27:40 -04:00
  • 39846d625d Add @Ignore for MvcAnalyticsTests Mark Pollack 2010-10-17 02:24:19 -04:00
  • fbdc2b9928 Add Map support to reflection based serializer Mark Pollack 2010-10-17 02:23:02 -04:00
  • f850239c7b add callback so DB operations use same connection across multiple operations Mark Pollack 2010-10-17 02:22:31 -04:00
  • ec1e8a8c1c Add some tests for conversion, nested object conversion support, and base classes for use in MVC analystics Mark Pollack 2010-10-16 04:02:11 -04:00
  • e2a9193a7f Add some tests for conversion, nested object conversion support, and base classes for use in MVC analystics Mark Pollack 2010-10-16 04:00:43 -04:00
  • ffe37a71eb add apache headers Mark Pollack 2010-10-15 12:29:32 -04:00
  • 980b284739 Initial implementation of controller 'action' method interceptor support. Mark Pollack 2010-10-15 12:28:40 -04:00
  • 6a071e5426 added constructor that takes converter Thomas Risberg 2010-10-12 13:11:37 -04:00
  • 2cd4516c09 added org.springframework.validation to template.mf Thomas Risberg 2010-10-12 12:44:52 -04:00
  • dca1e6dcf9 development on converter infrastructure Mark Pollack 2010-10-12 12:02:13 -04:00
  • 259e3c478e updates related to collection creation Mark Pollack 2010-10-08 16:41:23 -04:00
  • 25b9e71644 cleanup Thomas Risberg 2010-10-07 14:29:22 -04:00
  • d250019ec3 fixed copyright and footer Thomas Risberg 2010-10-07 09:27:35 -04:00
  • a8468d0400 minor fixes to build scripts Thomas Risberg 2010-10-07 08:30:16 -04:00
  • fc5105381f Changed to Datastore Document Thomas Risberg 2010-10-06 15:06:04 -04:00
  • c981b6a5e2 Switched to use new project layout; updated build; moved things around Thomas Risberg 2010-10-06 15:02:01 -04:00
  • 7e8b597108 added support for $or criteria Thomas Risberg 2010-09-19 11:29:19 -04:00
  • 9e22617751 revorked MongoTemplate to use Query object Thomas Risberg 2010-09-18 16:22:21 -04:00
  • ef2ddad903 revorked MongoTemplate to use Query object Thomas Risberg 2010-09-18 16:15:40 -04:00
  • fc180f071f beginning of a simple query builder Thomas Risberg 2010-09-18 16:08:35 -04:00
  • 67fe517379 added additional execute signatures Thomas Risberg 2010-09-14 16:06:43 -04:00
  • a08f5f3b3a added additional query signatures Thomas Risberg 2010-09-14 15:29:56 -04:00
  • 9c8c442b3d updated to use parent pom; added query methods Thomas Risberg 2010-09-14 13:07:25 -04:00
  • 2515607121 refactoring connection factory bean; adding exception translation hooks Thomas Risberg 2010-08-31 10:33:40 -04:00
  • 7966aba1e0 some more refactoring Thomas Risberg 2010-08-27 20:48:53 -04:00
  • 307481edb4 refactoring Thomas Risberg 2010-08-27 17:59:27 -04:00
  • 7f05a7e212 renaming, refactoring, adding MongoBeanPropertyDocumentSource Thomas Risberg 2010-08-27 17:53:32 -04:00
  • 1b295fd65d adding beginning of DocumentTemplates for MongoDB and CouchDB; added simple MongBeanPropertyDocumentMapper Thomas Risberg 2010-08-27 01:10:50 -04:00
  • 7d16a97488 fixed spring dependencies trisberg 2010-07-27 10:17:25 -04:00
  • 8f96a7d41a adding beginnings of some Mongo abstractions trisberg 2010-07-19 15:42:52 -04:00
  • eca4edc1af beginning of the MongoDB support trisberg 2010-07-15 16:40:43 -04:00