Thomas Risberg
6263b90fd3
fixed JavaDocs header
2011-04-08 19:53:18 -04:00
Thomas Risberg
9416dd6358
DATADOC-86 added test case for saving/updating objects containing a List
2011-04-08 19:32:12 -04:00
Thomas Risberg
104fca18a4
cleaned up warnings; modified insert/save debug logging
2011-04-08 18:51:35 -04:00
Mark Pollack
afee3abb10
Merge remote branch 'origin/master'
2011-04-08 18:20:45 -04:00
Mark Pollack
8192db49c5
update docs
...
look for entity collection on finds in mongotemplate
2011-04-08 18:20:32 -04:00
Thomas Risberg
5a0c2ebec7
changed spring-data-commons dependency to 1.0.0.RC1
2011-04-08 17:57:41 -04:00
Mark Pollack
827d0c52ee
Merge remote branch 'origin/master'
2011-04-08 17:50:51 -04:00
Mark Pollack
4bb2e7a5bd
javadoc/doc changes.
2011-04-08 17:50:38 -04:00
Thomas Risberg
e9a4975cc7
DATADOC-85 DATADOC-84 fixed some issues with id conversion for queries and save/inserts
2011-04-08 17:40:31 -04:00
Jon Brisbin
034164794c
Fix to get rid of problem using Arrays.asList(Object[]). Now creates new LinkedList to preserve order of original array.
2011-04-08 15:59:46 -05:00
Thomas Risberg
7b673f7bc3
removed compiler plugin
2011-04-08 10:49:45 -04:00
Thomas Risberg
d4ef431a89
removed javascript code-snippet attribute to keep docbook plugin from barfing
2011-04-08 01:44:41 -04:00
Mark Pollack
a11218cd9c
Merge remote branch 'origin/master'
2011-04-08 01:37:56 -04:00
Mark Pollack
e5f2e4151f
update docs
...
add remove method on mongotemplate to MongoOperations
change Venue to use primitive arrays
2011-04-08 01:37:29 -04:00
Thomas Risberg
76b9922e35
DATADOC-48 moved clearing change-set values to postRemove lifecycle
2011-04-08 00:55:47 -04:00
Thomas Risberg
486b9a0e1d
some additional cross-store docs
2011-04-08 00:55:47 -04:00
Mark Pollack
8c4219bbd2
Add additional remove methods to MongoTemplate and make consistent with write handling of String <-> ObjectId conversion when using SimpleMongoConverter
...
Update docs
2011-04-07 23:40:38 -04:00
Mark Pollack
e7d47c4626
Merge remote branch 'origin/master'
2011-04-07 19:29:16 -04:00
Mark Pollack
d3a3809ba3
Example code for documentation
2011-04-07 19:28:54 -04:00
Mark Pollack
dd5b66f60e
add some syntax sugar using statics
2011-04-07 19:28:24 -04:00
Mark Pollack
9bd1257b6a
remove some extraneous ctors
2011-04-07 19:28:09 -04:00
Mark Pollack
0ba72e9e0e
be more explicit in wiring multiple string ctor args in xml
2011-04-07 19:27:53 -04:00
Mark Pollack
c21301f00b
remove a some ctors in mongo template
2011-04-07 19:25:56 -04:00
Mark Pollack
d8ce9189f1
documentation updates
2011-04-07 19:24:51 -04:00
Thomas Risberg
dfe7d16475
first cut of cross-store chapter; fixed document title
2011-04-07 19:07:37 -04:00
Thomas Risberg
21a7a538bf
beginning of cross-store docs
2011-04-07 17:19:16 -04:00
Thomas Risberg
dd2e1acf05
updated AspectJ version
2011-04-07 17:19:16 -04:00
Mark Pollack
403792b412
add images in documentation
2011-04-07 17:07:24 -04:00
Mark Pollack
dd684dd0e8
fix highlighting in documentation for java/xml program listings
2011-04-07 14:54:05 -04:00
Mark Pollack
348924b865
Quick fix of failing test
2011-04-07 14:13:24 -04:00
Thomas Risberg
e2aca7d2d3
DATADOC-85 checked for null Query passed in
2011-04-07 12:44:58 -04:00
Thomas Risberg
e0720fa6f5
DATADOC-85 added mapping from 'id' to '_id' for queries used in remove operation
2011-04-07 11:52:37 -04:00
Jon Brisbin
ec6cec99b7
DATADOC-87 - Created GeoSpatialIndexed annotation and modified index creation listener to create geospatial indexes. Also added test case for same.
2011-04-07 10:47:47 -05:00
Thomas Risberg
4d79cdc61d
added a MongoTemplate to the mapping configuration code sample
2011-04-07 10:54:07 -04:00
Oliver Gierke
a86c3409ce
Aligned names of bean definition parsers.
2011-04-07 07:58:29 +02:00
Oliver Gierke
5ec5d57fe4
Removed duplication in SimpleMongoConverter and MappingMongoConverter.
2011-04-07 07:58:29 +02:00
Oliver Gierke
76cdde1c9f
DATADOC-75 - Changed addConverters(…) to setConverters(…).
...
Removed empty constructor to enforce a MappingContext being passed into MappingMongoConverter. Removed the setter for MappingContext. initializeConverters now checks for existence of a converter for ObjectId-to-whatever before adding one in both SimpleMongoConverter as well as MappingMongoConverter.
2011-04-07 07:58:29 +02:00
Mark Pollack
fecb060f4f
DATADOC-59 - Document @Query annotation for repositories
2011-04-07 01:42:54 -04:00
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
e35864cd5b
DATADOC-62 - Create abstract @Configuration class for Mongo Configuration
2011-04-07 01:32:02 -04:00
Mark Pollack
1c3483abbf
DATADOC-59 - Document @Query annotation for repositories
...
DATADOC-82 - Document QueryDslPredicateExecutor
2011-04-07 01:25:36 -04:00
Thomas Risberg
e946782259
adding tem[late tests for a query using $in
2011-04-06 20:07:29 -04:00
Thomas Risberg
8cfdd6ffc9
DATADOC-56 running same id/_id tests for both SimpleMongoConverter and MappingMongoConverter
2011-04-06 19:40:42 -04:00
Thomas Risberg
bcbacf981d
DATADOC-48 added more complexity to test
2011-04-06 18:49:45 -04:00
Thomas Risberg
c5c8a78acb
added test for $in
2011-04-06 18:49:45 -04:00
Mark Pollack
5359af9745
DATADOC-5 - Provide detailed mapping of Mongo errors onto Spring DAO exception
2011-04-06 18:35:00 -04:00
Mark Pollack
9fe27e590d
DATADOC-62 - Create abstract @Configuration class for Mongo Configuration
2011-04-06 18:21:51 -04:00
Mark Pollack
40d9930b2c
DATADOC-75 - Rename setConverters(...) to addConverters(...) in MongoConverter implementations
2011-04-06 16:31:45 -04:00
Jon Brisbin
ce17352702
DATADOC-79: Check for situation that causes an error if a unique index doesn't also specify sparse=true and issue a warning message in the log.
2011-04-06 14:27:06 -05:00