Oliver Gierke
673c70b7de
DATADOC-41 - Initial version of QueryDsl integration for Mongo DB.
...
Added necessary dependencies, repository and APT processor plugin. Added QueryDslPredicateExecutor and a QueryDsl specific sub-class of SimpleMongoRepository.
Adapted MongoRepositoryFactory to use new QueryDslRepository implementation when a repository interface extends QueryDslPredicateExecutor. Added AnnotationProcessor to create query classes from QueryDsl annotations.
Todo's left open:
- move common QueryDsl integration code into Spring Data commons (see TODOs in the sourcecode)
15 years ago
J. Brisbin
032de81478
Format, organize imports, remove eclipse artifacts
15 years ago
Oliver Gierke
9bc4f9ad98
Added fix for And and Or keywords to changelog.
15 years ago
Oliver Gierke
068780c1ab
DATADOC-46 - Added implementations for 'In' and 'NotIn'.
...
Added keyword interpretation as well as examples and test cases. Fixed bug in Criteria where a typo caused an invalid operator being used for not-in ($min -> $nin).
15 years ago
Oliver Gierke
3caa88a2da
DATADOC-47 - Adapted changes of DATACMNS-17.
15 years ago
Mark Pollack
32cb21eed6
Add JMX documentation
15 years ago
Thomas Risberg
53f71a068c
preparing for snapshot builds
15 years ago
Thomas Risberg
c60232315b
preparing for 1.0.0.M1 MongoDB release
15 years ago
Thomas Risberg
49bae2a0e5
tweaking the build
15 years ago
Thomas Risberg
9ff5f6426e
DATADOC-30 updated documenation
15 years ago
Thomas Risberg
e12ac23131
DATADOC-30 updated documenation
15 years ago
Thomas Risberg
8884205234
DATADOC-30 updated documenation
15 years ago
Thomas Risberg
11ab0453fe
DATADOC-30 updated documenation
15 years ago
Thomas Risberg
4a9ed870d1
working on the docs
15 years ago
Mark Pollack
b1f6ff9d89
Update documentation. Add support to configure MongoOptions in .xsd
15 years ago
Thomas Risberg
42b13175fe
DATADOC-30 updated documentation
15 years ago
Thomas Risberg
222b1507cd
DATADOC-30 updated documenation
15 years ago
Oliver Gierke
3ecad1cfd2
DATADOC-30 - Improvements to reference documentation.
...
Included core repository documentation from Spring Data Commons. Polished documents and restructured them a little.
15 years ago
Thomas Risberg
80b245001a
DATADOC-30 updated configuration examples
15 years ago
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.
15 years ago
Thomas Risberg
930e711ea5
DATADOC-30 copied base docs from key-value -- thanks Costin
15 years ago
Oliver Gierke
95ac7e638c
DATADOC-18 - Let Repository subsystem use MongoOperations instead of MongoTemplate.
15 years ago
Thomas Risberg
94776dd24d
changed a few remaining "datastore" to "data"
15 years ago
Thomas Risberg
d250019ec3
fixed copyright and footer
16 years ago
Thomas Risberg
a8468d0400
minor fixes to build scripts
16 years ago
Thomas Risberg
c981b6a5e2
Switched to use new project layout; updated build; moved things around
16 years ago
Thomas Risberg
7e8b597108
added support for $or criteria
16 years ago
Thomas Risberg
9e22617751
revorked MongoTemplate to use Query object
16 years ago
Thomas Risberg
ef2ddad903
revorked MongoTemplate to use Query object
16 years ago
Thomas Risberg
fc180f071f
beginning of a simple query builder
16 years ago
Thomas Risberg
67fe517379
added additional execute signatures
16 years ago
Thomas Risberg
a08f5f3b3a
added additional query signatures
16 years ago
Thomas Risberg
9c8c442b3d
updated to use parent pom; added query methods
16 years ago
Thomas Risberg
2515607121
refactoring connection factory bean; adding exception translation hooks
16 years ago
Thomas Risberg
7966aba1e0
some more refactoring
16 years ago
Thomas Risberg
307481edb4
refactoring
16 years ago
Thomas Risberg
7f05a7e212
renaming, refactoring, adding MongoBeanPropertyDocumentSource
16 years ago
Thomas Risberg
1b295fd65d
adding beginning of DocumentTemplates for MongoDB and CouchDB; added simple MongBeanPropertyDocumentMapper
16 years ago
trisberg
8f96a7d41a
adding beginnings of some Mongo abstractions
16 years ago
trisberg
eca4edc1af
beginning of the MongoDB support
16 years ago