Oliver Gierke
b975546b55
Use Pageable.getOffset() instead of calculating it.
2010-12-29 18:05:31 +01:00
Oliver Gierke
9b8137790b
Fixed some Findbugs issues.
...
Adapted to method renaming in Spring Data Commons.
2010-12-29 15:31:35 +01:00
Oliver Gierke
e9a8f39e4f
Added package-info.java files for repository packages.
2010-12-29 14:43:43 +01:00
Oliver Gierke
04df1bdc66
Adapt changes to repository factory from Commons project.
2010-12-29 14:11:26 +01:00
Mark Pollack
47438367f6
Merge remote branch 'origin/master'
2010-12-23 14:47:46 -05:00
Mark Pollack
e4d44e4a17
Add javadocs.
2010-12-23 14:46:13 -05:00
Thomas Risberg
80b245001a
DATADOC-30 updated configuration examples
2010-12-23 13:05:54 -05:00
Thomas Risberg
a7127bb312
cleanup
2010-12-21 16:52:50 -05:00
Oliver Gierke
6a8a8eaf2b
DATADOC-30 - Added repository specific documentation.
...
Added sample for setup and usage as well as samples for query methods and a table of currently supported keywords, samples and the according Mongo query expressions.
2010-12-21 14:04:54 +01:00
Thomas Risberg
6816ec8508
added getCollectionNames method
2010-12-17 16:28:39 -05:00
Thomas Risberg
930e711ea5
DATADOC-30 copied base docs from key-value -- thanks Costin
2010-12-17 16:21:14 -05:00
Oliver Gierke
9b81171305
Code polishing.
2010-12-17 20:02:56 +01:00
Oliver Gierke
3d4f33d93c
DATADOC-31 - Added 'Between' keyword support for query parser.
...
Updated test sample entity and repository accordingly.
2010-12-17 00:20:06 +01:00
Thomas Risberg
d28ee80efb
fixed missing empty options for createCollection
2010-12-16 14:49:03 -05:00
Oliver Gierke
95ac7e638c
DATADOC-18 - Let Repository subsystem use MongoOperations instead of MongoTemplate.
2010-12-16 13:05:50 +01:00
Thomas Risberg
95e5f703b5
DATADOC-1 addded tests for enums
2010-12-15 18:00:05 -05:00
Thomas Risberg
b24e004377
updated classpath
2010-12-15 17:59:18 -05:00
Thomas Risberg
5f78e01aa3
DATADOC-18 extracted common MongoTemplate methods into MongoOperations interface
2010-12-15 12:37:56 -05:00
Thomas Risberg
8479de82a7
DATADOC-1 addded support for List and arrays
2010-12-15 12:37:56 -05:00
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