Thomas Risberg
fa094eef25
DATADOC-162 fixed formatting in toString method
15 years ago
Oliver Gierke
8ac2ff6b81
DATACMNS-169 - Revised custom converter handling.
...
Registering custom converts now automatically declares the custom handled types simple by using the SimpleTypeHolder built up by the CustomConversions instance. All the custom converter lookup logic is now in CustomConversions and AbstractMongoConverter uses that over handling it itself.
15 years ago
Oliver Gierke
46d6dffdd4
DATADOC-167 - @Documentation annotation is now inherited into subclasses
15 years ago
Oliver Gierke
06632cc3ae
DATACMNS-42 - Fixed some bugs in nested collection handling.
15 years ago
Oliver Gierke
df0427442a
DATACMNS-42 - Removed BigInteger as Mongo specific custom type as MappingBeanHelper covers Number implementations already.
15 years ago
Thomas Risberg
eb20aea7fe
preparing for snapshot builds
15 years ago
Thomas Risberg
1e52f8641c
preparing for 1.0.0.M3 MongoDB release
15 years ago
Thomas Risberg
37f2fcee31
DATADOC-147 - Updated reference documentation to cover changes from M2 to M3
15 years ago
Thomas Risberg
9a0e45de83
DATADOC-147 - Updated reference documentation to cover changes from M2 to M3
15 years ago
Oliver Gierke
b140fc1698
Updated changelog.
15 years ago
Oliver Gierke
ac4b27159b
DATADOC-161 - MappingMongoConverter now supports nested Maps as well.
...
Extracted method to handle reading Maps which is now also able to recursively resolve nested maps by using the generics information.
15 years ago
Thomas Risberg
e8b130691c
updated changelog for M3
15 years ago
Thomas Risberg
836b5ad258
DATADOC-160 refactoring to make parameter ordering more consistent, especially for string parameter specifying collection name override; renamed insertList methods; removed unnecessary methods
15 years ago
Thomas Risberg
dc9f96908f
DATADOC-157 reformatted; changing spaces back to tabs for indentation
15 years ago
Thomas Risberg
f9fdbb469f
updated changelog for M3
15 years ago
Thomas Risberg
134996d079
DATADOC-146 added overloaded regex method taking options parameter
15 years ago
Thomas Risberg
25b9a56030
DATADOC-156 added some more tests around different id types and in queries
15 years ago
Thomas Risberg
2c585d49d6
removed duplicate dependency from pom; removed reference to removed module from assembly
15 years ago
Thomas Risberg
7bed1264b1
DATADOC-157 - changed order parameters are declared for JavaDoc
15 years ago
Thomas Risberg
523d48759f
DATADOC-155 removed print to sysout; polished
15 years ago
Thomas Risberg
1a5bffb52a
DATADOC-155 added more tests for id properties; fixed mapping issue where String id wasn't converted to ObjectId properly
15 years ago
Thomas Risberg
467f7c61af
DATADOC-158 changed to use Spring;s StringUtils
15 years ago
Thomas Risberg
89e83d1f69
fixed NPE during document processing by changing to correct language for programlisting element
15 years ago
Mark Pollack
b4b61a96e9
DATADOC-156 - MongoOperations.find(query(where("id").in(ids)) fails where ids aren't ObjectIds
15 years ago
Mark Pollack
131a2912e9
DATADOC-157 - MongoTemplate updateFirst/updateMulti methods to take java.lang.Class parameter as last in method param list to be consistent with other usage
15 years ago
Mark Pollack
b4236bdd78
More tests for DATADOC-155 - Need to support plain POJOs with non-ObjectId-compatible ID properties
15 years ago
J. Brisbin
43d0f74a3e
Initial stab at changing the way IDs are handled in the mapping converter.
15 years ago
Oliver Gierke
aeea1bc5d5
Added @PersistenceConstructor to Circle.
15 years ago
Oliver Gierke
187f087270
Minor generics polishing in test cases.
15 years ago
Mark Pollack
115d419d0a
comment back in geo tests.
15 years ago
Mark Pollack
e0bd465649
DATADOC-147 - Update reference documentation to cover changes from M2 to M3 (partial work)
15 years ago
J. Brisbin
6a73e94c57
DATADOC-155 - Add support for any type for id properties, not just the ones that can be converted into an ObjectId
15 years ago
Mark Pollack
7ea14bb4d5
Add failing test PersonPojoWithPrimitiveIdTests
...
DATADOC-147 - Update reference documentation to cover changes from M2 to M3 (partial work)
15 years ago
J. Brisbin
bfc4bc2100
Added clean-up step for new primitive ID tests, cleanup up unused imports in MappingTests.java
15 years ago
Mark Pollack
842c87389d
remove extraneous import
15 years ago
J. Brisbin
e751666f90
Added test and a fix around using primitive ints as IDs
15 years ago
Mark Pollack
f2305681d3
DATADOC-147 - Update reference documentation to cover changes from M2 to M3 (partial work)
15 years ago
Mark Pollack
fb39f01f25
DATADOC-88 - Create MongoDbFactory to consolidate DB, Server location, and user credentials into one location
...
DATADOC-147 - Update reference documentation to cover changes from M2 to M3 (partial work)
15 years ago
Mark Pollack
e1f8eee2d1
DATADOC-88 - Create MongoDbFactory to consolidate DB, Server location, and user credentials into one location
...
DATADOC-147 - Update reference documentation to cover changes from M2 to M3 (partial work)
15 years ago
Mark Pollack
c7c2a66c3b
DATADOC-88 - Create MongoDbFactory to consolidate DB, Server location, and user credentials into one location
15 years ago
Mark Pollack
69b1b9b96b
DATADOC-88 - Create MongoDbFactory to consolidate DB, Server location, and user credentials into one location
15 years ago
Mark Pollack
2284a5137e
DATADOC-88 - Create MongoDbFactory to consolidate DB, Server location, and user credentials into one location
15 years ago
Mark Pollack
46e2cf698e
DATADOC-147 - Update reference documentation to cover changes from M2 to M3 (partial work)
15 years ago
Mark Pollack
1087b07086
DATADOC-147 - Update reference documentation to cover changes from M2 to M3 (partial work)
15 years ago
Oliver Gierke
d55505f1e5
DATADOC-130 - Added custom converters for Locale and Character.
...
Register a custom converter for Locale and Character classes by default as we have to consider them simple (as they must not be inspected during mapping) but the have to be converted to String values before being handed over to Mongo.
15 years ago
Oliver Gierke
de06029ea2
Updated reference documentation for Mongo repositories.
15 years ago
Oliver Gierke
4d33c9c360
DATADOC-149 - Removed constructor not taking a MongoDbFactory as well as setter for it from MappingMongoConverter.
15 years ago
Oliver Gierke
8474a28538
Adapted introduction of BeanWrapper in Spring Data Commons.
...
Moved code dealing with the ConversionService into AbstractMongoConverter. Added getConversionService() to MongoConverter interface. Replaced usage of MappingBeanHelper with BeanWrapper usage.
15 years ago
Thomas Risberg
edba941dd0
DATADOC-83 - removed the spring-data-document-core module; move @RelatedDocument to the spring-data-mongodb-cross-store module; renamed "org.springframework.data.persistence.document.mongo" package
15 years ago
Mark Pollack
c75218387b
DATADOC-42 - Provide option for configuring replica sets using the Mongo namespace
15 years ago