Commit Graph

236 Commits

Author SHA1 Message Date
Jon Brisbin
65d7a7feaf Preparing to merge into branch master 2011-03-15 09:01:29 -05:00
J. Brisbin
784ee634b6 Merge branch 'master' of github.com:SpringSource/spring-data-document into spring-data-mapping 2011-03-15 08:58:46 -05:00
Oliver Gierke
f2119ed235 Added Spring Milestone plugin repository to find AspectJ. 2011-03-15 08:45:08 +01:00
Mark Pollack
e9957ea718 remove reference to src/main/resoures as eclipse was complianing 2011-03-14 12:33:21 -04:00
Jon Brisbin
21048f211d Tweaks to tests, BasePerson class, common inheritance to test classes, tweaks to complex/simple type detection. 2011-03-14 10:58:36 -05:00
J. Brisbin
255fbb3379 Merge branches 'master' and 'spring-data-mapping' of github.com:SpringSource/spring-data-document into spring-data-mapping 2011-03-14 08:28:30 -05:00
Oliver Gierke
47b8523cb3 Removed Mongo specific id handling from ConfigurationBuilder.
Introduced MongoPersistentProperty that implements handling of fields with certain types and names as id property.
2011-03-13 09:12:52 +01:00
J. Brisbin
d92c7e2ff5 Merge branch 'spring-data-mapping' of github.com:SpringSource/spring-data-document into spring-data-mapping 2011-03-12 20:09:21 -06:00
J. Brisbin
c365830b2c Fixes for bug skipping fields in superclasses 2011-03-12 20:03:23 -06:00
Oliver Gierke
2947bfeaa6 Removed @Override annotations as they cannot be used at interfaces with Java 5. 2011-03-12 08:36:42 +01:00
Oliver Gierke
01a800b2cc DATACMNS-20 - Adapted refactoring of Repository.findById(…) to findOne(…). 2011-03-12 08:23:32 +01:00
Oliver Gierke
4daab96bc4 DATAJPA-19 - Adapted generics and metadata changes made in core. 2011-03-12 08:23:32 +01:00
J. Brisbin
e66f95bcf8 spring-data-commons object mapping support for MongoDB 2011-03-11 16:39:39 -06:00
Oliver Gierke
d824ed7e72 DATACMNS-21 - Override Repository methods returning Iterable.
As the MongoOperations currently only returns Lists anyway we can override the methods returning an Iterable to return List for now.
2011-03-11 19:01:05 +01:00
Oliver Gierke
f585beffc8 DATACMNS-20 - Adapted refactoring of Repository.findById(…) to findOne(…). 2011-03-11 18:19:45 +01:00
Oliver Gierke
68635687d1 DATAJPA-19 - Adapted generics and metadata changes made in core. 2011-03-11 16:41:34 +01:00
Thomas Risberg
60f9b05760 DATADOC-48 added additional tests for cross-store 2011-03-09 16:29:12 -05:00
Thomas Risberg
0ad895d6d4 DATADOC-48 added cross-store support for Mongo->JPA relationships 2011-03-08 23:28:42 -05:00
J. Brisbin
5e4b5cf9e0 Removed SimpleMongoConverter from main package 2011-03-08 16:50:05 -06:00
J. Brisbin
ff8b0a166e Fixes, handling associations 2011-03-08 14:19:20 -06:00
Oliver Gierke
779d9d6a79 Extended SimpleMongoConverter to support registering custom types.
Values of the registered custom types are serialized using the underlying ConversionService. This way we can plug in custom converters, e.g. for JodaTime and the like.
2011-03-08 14:33:33 +01:00
Jon Brisbin
40ef4d7ad9 Stripping extra, obsolete stuff. 2011-03-07 16:40:03 -06:00
Jon Brisbin
8949d53252 Trying to fix merge conflicts. 2011-03-07 15:50:24 -06:00
J. Brisbin
1d1ee36b5a tweaks 2011-03-07 15:47:10 -06:00
J. Brisbin
9a4ed1987b Merging upstream changes 2011-03-07 15:45:51 -06:00
J. Brisbin
15768b3a44 First stab at mapping 2011-03-07 15:35:30 -06:00
Mark Pollack
d6fd36ce00 Igore CouchDB integration tests until couchdb server is on CI build machine 2011-03-07 14:56:42 -05:00
Mark Pollack
0baad6740a Simple CouchDB integration 2011-03-07 14:54:12 -05:00
Oliver Gierke
4616fb19a2 DATADOC-34 - Create indexes for repository query methods on start.
Adapted changes of Spring Data Commons. Implemented IndexEnsuringQueryCreationListener that creates an index for all the properties used in a query. Applies descending order by default but consideres potentially added OrderBy clauses in the query to define the order of the index attributes.
2011-03-04 09:47:25 +01:00
Oliver Gierke
9bc4f9ad98 Added fix for And and Or keywords to changelog. 2011-03-03 18:06:36 +01:00
Thomas Risberg
8f39f6616d DATADOC-48 some more cross-store tests 2011-03-03 10:16:54 -05:00
Thomas Risberg
716875db03 added cross-store to full build 2011-03-02 10:08:31 -05:00
Thomas Risberg
4d3db4fd47 DATADOC-48 adding basic cross-store features and some tests 2011-03-02 09:57:12 -05:00
Thomas Risberg
358fd51c4d DATADOC-48 adding basic cross-store features 2011-03-02 08:58:43 -05:00
Oliver Gierke
597b4374bc DATADOC-49 - Fixed And and Or keyword handling.
Made Query.or(…) public and changed MongoQueryCreator to operate on Query rather than on Criteria.
2011-03-02 11:16:22 +01:00
Oliver Gierke
6f12450be6 Changed @Query based queries to use index parameters.
Using indexed parameters allows having a single method parameter to be bound to multiple placeholders.
2011-03-01 21:20:03 +01:00
Oliver Gierke
9e77e85854 Adapted signature changes of QueryLookupStrategy. 2011-03-01 21:20:02 +01:00
Oliver Gierke
0427abfb90 Added field attribute to @Query annotation.
The fields attribute allows specifying which fields of matching documents should be unmarshalled.
2011-03-01 21:20:02 +01:00
Oliver Gierke
851acca320 Distinguish between getDomainClass() and getReturnedDomainClass().
In a repository for a particular domain type we might want to query for nested documents directly and thus also return those nested documents. As the collection to be queried is determined by the domain class, this one might differ from the object the result has to be unmarshalled to.
2011-03-01 21:20:02 +01:00
Oliver Gierke
ef7178c9fa Extended ConvertingParameterAccessor to convert for getBindableValue(…) as well.
Added special handling for enums as the PropertyDescriptor otherwise fails to resolve the generic type.
2011-03-01 21:20:02 +01:00
Oliver Gierke
f90766d3f4 Intercept NotWriteablePropertyException on setting bean values.
Using field access for populating objects in SimpleMongoConverter causes trouble when the class to be persisted contains a business getter without any parameters. This causes a PropertyDescriptor to be created for that method without a field actually backing it. So I manually catch NotWriteablePropertyException now to simply skip those invalid properties.
2011-03-01 21:20:02 +01:00
Thomas Risberg
eb5bbe4686 added new cross-store module 2011-02-28 17:00:39 -05: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
Oliver Gierke
86cc313d80 Quick fix for missing createIsNewStrategy(…).
Solid refactoring will follow up with implementation of DATACMNS-17.
2011-02-24 17:37:36 +00:00
Mark Pollack
32cb21eed6 Add JMX documentation 2011-02-23 11:39:03 -03:00
Thomas Risberg
f171b5b3ee updated aws build extension to work with Maven 2.2.1 2011-02-16 17:03:34 -05:00
Oliver Gierke
3604f88322 Fixed logger access method. 2011-02-16 21:00:16 +01:00
Oliver Gierke
8f851310cc DATADOC-24 - Added support for using @Query on Mongo repository methods.
Adapted changes from Spring Data Commons. Created ConvertingParameterAccessor that uses a MongoWriter to already convert query method parameters on access. Added @Query annotation to allow defining JSON based queries on query methods using ? placeholders.
2011-02-16 20:58:02 +01:00
Thomas Risberg
53f71a068c preparing for snapshot builds 2011-02-14 23:51:53 -05:00