Commit Graph

55 Commits

Author SHA1 Message Date
Mark Pollack
302f111c56 DATADOC-82 - Document QueryDslPredicateExecutor 2011-04-07 01:41:37 -04:00
Mark Pollack
b00684d968 DATADOC-59 - Document @Query annotation for repositories 2011-04-07 01:33:15 -04:00
Mark Pollack
1c3483abbf DATADOC-59 - Document @Query annotation for repositories
DATADOC-82 - Document QueryDslPredicateExecutor
2011-04-07 01:25:36 -04:00
Jon Brisbin
b43b5aa4b2 Took out documentation reference to autowire property which was removed in previous commit. 2011-04-05 15:28:48 -05:00
Jon Brisbin
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. 2011-04-05 15:12:49 -05:00
Mark Pollack
6e1af80b5f documentation updates 2011-04-05 15:26:34 -04:00
Mark Pollack
a3e67bd0a3 update introductory docs 2011-04-05 14:04:29 -04:00
J. Brisbin
ece8e7500f Tweaked docs for event handlers. 2011-04-04 08:12:52 -05:00
J. Brisbin
fac31f5ce3 Quick-and-dirty coverage of event handling the documentation 2011-04-01 14:22:59 -05:00
J. Brisbin
ba76226abd Fix for array primitives, pushing first bit of documentation 2011-04-01 11:30:32 -05:00
Thomas Risberg
2b9b082978 DATADOC-72 renamed Query.and() to Query.addCriteria() to avoid confusion with Criteria.add() method that supports chained Criteria 2011-03-31 18:33:51 -04:00
Thomas Risberg
8723d85570 DATADOC-76 added documenattion for findAndRemove 2011-03-31 09:59:53 -04:00
Thomas Risberg
bbd55fa456 DATADOC-76 added documenattion for findAndRemove 2011-03-31 09:25:19 -04:00
Thomas Risberg
6d8ecf2cbb added mongodb-log4j module 2011-03-28 13:58:24 -04:00
Mark Pollack
cb2cd48ca1 Ignore Thumbs.db 2011-03-17 15:36:30 -04:00
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)
2011-03-15 18:36:19 +01:00
J. Brisbin
032de81478 Format, organize imports, remove eclipse artifacts 2011-03-15 11:57:55 -05:00
Oliver Gierke
9bc4f9ad98 Added fix for And and Or keywords to changelog. 2011-03-03 18:06:36 +01:00
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).
2011-02-25 14:12:39 +01:00
Oliver Gierke
3caa88a2da DATADOC-47 - Adapted changes of DATACMNS-17. 2011-02-25 13:58:59 +01:00
Mark Pollack
32cb21eed6 Add JMX documentation 2011-02-23 11:39:03 -03:00
Thomas Risberg
53f71a068c preparing for snapshot builds 2011-02-14 23:51:53 -05:00
Thomas Risberg
c60232315b preparing for 1.0.0.M1 MongoDB release 2011-02-14 23:40:57 -05:00
Thomas Risberg
49bae2a0e5 tweaking the build 2011-02-14 22:42:39 -05:00
Thomas Risberg
9ff5f6426e DATADOC-30 updated documenation 2011-02-14 18:53:20 -05:00
Thomas Risberg
e12ac23131 DATADOC-30 updated documenation 2011-02-14 16:03:05 -05:00
Thomas Risberg
8884205234 DATADOC-30 updated documenation 2011-02-14 12:47:35 -05:00
Thomas Risberg
11ab0453fe DATADOC-30 updated documenation 2011-02-14 12:40:35 -05:00
Thomas Risberg
4a9ed870d1 working on the docs 2011-02-14 09:37:00 -05:00
Mark Pollack
b1f6ff9d89 Update documentation. Add support to configure MongoOptions in .xsd 2011-02-13 03:53:57 -02:00
Thomas Risberg
42b13175fe DATADOC-30 updated documentation 2011-02-12 16:59:35 -05:00
Thomas Risberg
222b1507cd DATADOC-30 updated documenation 2011-02-12 10:51:43 -05:00
Oliver Gierke
3ecad1cfd2 DATADOC-30 - Improvements to reference documentation.
Included core repository documentation from Spring Data Commons. Polished documents and restructured them a little.
2011-02-03 15:04:20 +00:00
Thomas Risberg
80b245001a DATADOC-30 updated configuration examples 2010-12-23 13:05:54 -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
930e711ea5 DATADOC-30 copied base docs from key-value -- thanks Costin 2010-12-17 16:21:14 -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
94776dd24d changed a few remaining "datastore" to "data" 2010-11-18 10:19:44 -05:00
Thomas Risberg
d250019ec3 fixed copyright and footer 2010-10-07 09:27:35 -04:00
Thomas Risberg
a8468d0400 minor fixes to build scripts 2010-10-07 08:30:16 -04:00
Thomas Risberg
c981b6a5e2 Switched to use new project layout; updated build; moved things around 2010-10-06 15:02:01 -04:00
Thomas Risberg
7e8b597108 added support for $or criteria 2010-09-19 11:29:19 -04:00
Thomas Risberg
9e22617751 revorked MongoTemplate to use Query object 2010-09-18 16:22:21 -04:00
Thomas Risberg
ef2ddad903 revorked MongoTemplate to use Query object 2010-09-18 16:15:40 -04:00
Thomas Risberg
fc180f071f beginning of a simple query builder 2010-09-18 16:08:35 -04:00
Thomas Risberg
67fe517379 added additional execute signatures 2010-09-14 16:06:43 -04:00
Thomas Risberg
a08f5f3b3a added additional query signatures 2010-09-14 15:29:56 -04:00
Thomas Risberg
9c8c442b3d updated to use parent pom; added query methods 2010-09-14 13:07:25 -04:00
Thomas Risberg
2515607121 refactoring connection factory bean; adding exception translation hooks 2010-08-31 10:33:40 -04:00
Thomas Risberg
7966aba1e0 some more refactoring 2010-08-27 20:48:53 -04:00