Thomas Risberg
2674565246
DATADOC-16 added insert/insertList methods
2010-12-15 12:37:56 -05:00
Oliver Gierke
8c4ba74d01
Reactivate integration tests for now.
2010-12-07 20:50:22 +01:00
Oliver Gierke
dd64a2bdf7
DATADOC-20 - Implemented namespace for Mongo repositories.
...
Created Mongo specific implementation of basic namespace functionality from Spring Data Commons. Allows classpath scanning for MongoRepository based repository interfaces.
2010-12-07 20:50:22 +01:00
Oliver Gierke
be372c549e
Removed invalid manifest file from invalid location.
2010-12-07 20:50:21 +01:00
Thomas Risberg
61b0fbdad2
completed the set of modifier operations for UpdateBuilder
2010-12-06 11:24:10 -05:00
Thomas Risberg
0fda8f7520
added $unset to UpdateBuilder
2010-12-06 10:26:26 -05:00
Thomas Risberg
4d49068117
fixed maven artifactId for Mongo
2010-12-03 15:03:04 -05:00
Oliver Gierke
69ca5e2a98
Merge branch 'master' of github.com:SpringSource/spring-data-document
...
* 'master' of github.com:SpringSource/spring-data-document:
added a simple UpdateBuilder implementation
README updates.
README updates.
README updates.
README updates.
README updates.
README updates.
README updates.
README updates.
README updates.
Add initial README
DATADOC-23 removed DocumentSource and its subclasses
2010-12-03 20:57:06 +01:00
Oliver Gierke
72a71166e0
DATADOC-22 - Added pagination and sorting to repository and finders.
...
- added CursorCallback to be able to apply limit, skip and sorting to the query execution
- added paged execution for queries and extended SimpleMongoRepository to support paging and sorting as well
- minor JavaDoc polishing.
2010-12-03 20:56:41 +01:00
Thomas Risberg
9500bcbe29
added a simple UpdateBuilder implementation
2010-12-03 14:49:48 -05:00
Mark Pollack
3cb857ef05
README updates.
2010-12-03 11:57:07 -05:00
Mark Pollack
01775d288e
README updates.
2010-12-03 11:08:30 -05:00
Mark Pollack
2b0c85b235
README updates.
2010-12-03 11:07:40 -05:00
Mark Pollack
1429a12fe4
README updates.
2010-12-03 11:07:04 -05:00
Mark Pollack
3bafb88662
README updates.
2010-12-03 11:03:06 -05:00
Mark Pollack
8732b957de
README updates.
2010-12-03 11:01:12 -05:00
Mark Pollack
60f7dfb5c7
README updates.
2010-12-03 10:59:39 -05:00
Mark Pollack
d592028890
README updates.
2010-12-03 10:58:41 -05:00
Mark Pollack
6858f8c609
README updates.
2010-12-03 10:53:38 -05:00
Mark Pollack
c68088fe55
Merge remote branch 'origin/master'
2010-12-03 10:51:04 -05:00
Mark Pollack
7599a2d0b7
Add initial README
2010-12-03 10:50:52 -05:00
Thomas Risberg
38ca06bd49
DATADOC-23 removed DocumentSource and its subclasses
2010-12-03 09:35:33 -05:00
Oliver Gierke
cbc1f8b189
Removed code I actually shouldn't have committed yet ^^.
2010-12-03 09:36:58 +01:00
Oliver Gierke
36a6f4ec86
DATADOC-17 - Added support for 'Like' keyword in finders.
2010-12-03 09:27:54 +01:00
Oliver Gierke
4a80c2c7dc
DATADOC-17 - Added initial draft of repository implementation for MongoDB.
...
Currently only supports executing finders for collections and single entities (i.e. no pagination support currently).
2010-12-03 01:53:30 +01:00
Oliver Gierke
fdb8726542
Renamed datastore folder to data in src/test/resources.
2010-12-03 01:48:01 +01:00
Mark Pollack
d982683418
Merge remote branch 'origin/master'
2010-12-02 17:10:39 -05:00
Thomas Risberg
7a85c0cab3
polished
2010-12-02 17:08:00 -05:00
Mark Pollack
0dae45fa7f
trying to fix pom to upload javadocs
2010-12-02 17:00:39 -05:00
Mark Pollack
81c0b4fbde
Merge remote branch 'origin/master'
2010-12-02 16:40:00 -05:00
Mark Pollack
3c8861e274
trying to fix pom to upload javadocs
2010-12-02 16:39:46 -05:00
Thomas Risberg
2e561f9202
DATADOC-11 removing query builder experimental code from master branch
2010-12-02 16:35:59 -05:00
Mark Pollack
8a8dc2b06b
trying to fix pom to upload javadocs
2010-12-02 16:35:17 -05:00
Thomas Risberg
885e9575f2
DATADOC-16 added updateMulti and updateFirst methods
2010-12-02 16:24:51 -05:00
Thomas Risberg
69dfe329a6
Merge branch 'master' of github.com:SpringSource/spring-data-document
2010-12-02 15:51:56 -05:00
Thomas Risberg
d5900e217b
DATADOC-16 added remove methods
2010-12-02 15:51:37 -05:00
Mark Pollack
1cba030dc9
DATADOC-19 Move FactoryBeans in bean.factory package to root namespace
2010-12-02 15:48:51 -05:00
Mark Pollack
00de6896ad
DATADOC-19 Move FactoryBeans in bean.factory package to root namespace
2010-12-02 15:47:49 -05:00
Thomas Risberg
effffcbe0e
DATADOC-16 added update methods
2010-12-02 15:39:30 -05:00
Mark Pollack
6bd97203b1
DATADOC-12 - Rename query methods in MongoTemplate
2010-12-02 14:01:09 -05:00
Mark Pollack
2af7e57299
DATADOC-13 Add query method that uses the default collection name in MongoTemplate
2010-12-02 13:43:09 -05:00
Mark Pollack
6ff41e8a53
DATADOC-11 - Move org.springframework.datastore.document.mongodb.query to a different branch
...
Just remove methods in MongoTemplate that referred to this package.
2010-12-02 13:37:04 -05:00
Mark Pollack
abe658458f
DATADOC-10 - Remove use of AbstractDocumentStoreTemplate in MongoTemplate
2010-12-02 13:27:06 -05:00
Mark Pollack
d2d2238a57
Merge remote branch 'origin/master'
2010-12-02 12:41:30 -05:00
Mark Pollack
23eeaff5b4
Remove unused DB field
2010-12-02 12:40:28 -05:00
Thomas Risberg
5d5688fd1b
added quick fix to populate generated _id in saved object
2010-12-02 12:28:29 -05:00
Thomas Risberg
50e48b570b
added fallback to use String for non ObjectId type '_id' fields
2010-12-02 08:25:35 -05:00
Thomas Risberg
38043d4ea6
fixed mapping of String to ObjectId for '_id' field
2010-12-02 08:18:19 -05:00
Thomas Risberg
4c096b041c
cleanup
2010-12-01 20:49:35 -05:00
Thomas Risberg
77189f169a
added handling of ObjectId fields
2010-12-01 20:41:58 -05:00