Jon Brisbin
|
35d4998638
|
Added code to look for @Document(collection="customcollection") in template.insertList(), added tests for same.
|
15 years ago |
Thomas Risberg
|
cdb57b1146
|
removed PersonInvalidId test
|
15 years ago |
Jon Brisbin
|
c274bef3c8
|
Removed some obsolete code, changed the way the converter handles _id types.
|
15 years ago |
Thomas Risberg
|
1b4edb35b0
|
DATADOC-48 added new @RelatedDocument annotation
|
15 years ago |
Thomas Risberg
|
c8eb42a6f7
|
fixed test so it works on both MongoDB 1.6.5 and 1.8.0
|
15 years ago |
Mark Pollack
|
a983c07b65
|
Change MongoTemplate.save to call getEntityCollection
MongoTemplate.getEntityCollection checks mappingContext to auto-register classes
Remove autowire option from mapping-converter xsd
Enable GeoSpatialTests
|
15 years ago |
Mark Pollack
|
4175791d0b
|
DATADOC-67 - Criteria API to support keywords for geo search
|
15 years ago |
Jon Brisbin
|
b43b5aa4b2
|
Took out documentation reference to autowire property which was removed in previous commit.
|
15 years ago |
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.
|
15 years ago |
Mark Pollack
|
6e1af80b5f
|
documentation updates
|
15 years ago |
Mark Pollack
|
a3e67bd0a3
|
update introductory docs
|
15 years ago |
Oliver Gierke
|
1b5986f3ad
|
Ignore GeoSpatialTests for now as it breaks the build and thus prevents publication of artifacts.
|
15 years ago |
Oliver Gierke
|
305121ae7e
|
DATAJPA-44 - Adapted refactorings in Spring Data Commons Core.
|
15 years ago |
Oliver Gierke
|
478afae925
|
DATACMNS-24 - Adapted refactorings in Spring Data Commons Core.
|
15 years ago |
Jon Brisbin
|
3fdd43bef8
|
DATADOC-78: Added code to MongoTemplate to check for overriden collection name when saving an entity without specifying a collection. Removed SLF4J from source code and reverted to commons-logging API for internal logging.
|
15 years ago |
Jon Brisbin
|
b25e0c432e
|
Added catch/ignore in base event listener to keep from blowing chunks when listener is defined with a different generic type. Added event listener to the tests.
|
15 years ago |
J. Brisbin
|
ece8e7500f
|
Tweaked docs for event handlers.
|
15 years ago |
J. Brisbin
|
fac31f5ce3
|
Quick-and-dirty coverage of event handling the documentation
|
15 years ago |
J. Brisbin
|
ba76226abd
|
Fix for array primitives, pushing first bit of documentation
|
15 years ago |
Thomas Risberg
|
979d6748ba
|
fixed artifactId for the mongodb log4j module
|
15 years ago |
Thomas Risberg
|
db45349553
|
fixed coordinates for Penn Station
|
15 years ago |
Mark Pollack
|
7e774428e4
|
DATADOC-67 - Criteria API to support keywords for geo search
|
15 years ago |
Thomas Risberg
|
2b9b082978
|
DATADOC-72 renamed Query.and() to Query.addCriteria() to avoid confusion with Criteria.add() method that supports chained Criteria
|
15 years ago |
Thomas Risberg
|
f4f9eac03a
|
DATADOC-48 added support for removing any related Mongo documents when entities are removed
|
15 years ago |
Mark Pollack
|
a13579f487
|
Remove duplication of IndexDefinition classes.
|
15 years ago |
Thomas Risberg
|
f9f26e7668
|
DATADOC-48 added advice for moving changeset from detached entity to newly merged persistent entity
|
15 years ago |
Thomas Risberg
|
8723d85570
|
DATADOC-76 added documenattion for findAndRemove
|
15 years ago |
Thomas Risberg
|
bbd55fa456
|
DATADOC-76 added documenattion for findAndRemove
|
15 years ago |
Thomas Risberg
|
52f42b29d7
|
DATADOC-76 added support for findAndRemove to MongoTemplate
|
15 years ago |
Jon Brisbin
|
2c5d0b3893
|
Fix for null dbobjects causing NPEs in event framework.
|
15 years ago |
Jon Brisbin
|
27ba19eac6
|
Tweaked the README to cover configuring the collection name using Log4J pattern.
|
15 years ago |
Jon Brisbin
|
1bc042666a
|
Merge branch 'master' of github.com:SpringSource/spring-data-document
Conflicts:
spring-data-mongodb/src/test/java/org/springframework/data/document/mongodb/mapping/MappingTests.java
|
15 years ago |
Jon Brisbin
|
9b97c27599
|
Use Log4J pattern to generate collection name, fix for test data cleanup.
|
15 years ago |
Thomas Risberg
|
057eeb101c
|
DATADOC-48 using the entity lifecycle for transaction synch registration
|
15 years ago |
Thomas Risberg
|
bfb3db5a2e
|
more tests for the chained Criteria support
|
15 years ago |
Mark Pollack
|
c0b8a8e227
|
DATADOC-74 Update to version 2.4 of mongo driver
|
15 years ago |
Jon Brisbin
|
8e9cf3a9b1
|
Fix for build, which was failing on MvcEvent being null in one of the tests.
|
15 years ago |
J. Brisbin
|
1b9726c3b6
|
Merge branch 'master' of github.com:SpringSource/spring-data-document
|
15 years ago |
J. Brisbin
|
7e5378bf60
|
Added events, changed tests so that application context is created before each run so that indexing is done correctly.
|
15 years ago |
Oliver Gierke
|
940823778e
|
Made MongoEntityInformation public as it's needed when extending SimpleRepositoryFactory.
|
15 years ago |
Oliver Gierke
|
8a2302ec48
|
DATADOC-59 - Polished JavaDoc of @Query annotation.
|
15 years ago |
J. Brisbin
|
c6798c9acd
|
Merge branch 'master' of github.com:SpringSource/spring-data-document
|
15 years ago |
J. Brisbin
|
084424778d
|
Renamed log4j appender module
|
15 years ago |
Thomas Risberg
|
07a343e1de
|
renamed module spring-data-mongo-log4j to spring-data-mongodb-log4j
|
15 years ago |
Thomas Risberg
|
81db620c6d
|
fixed persistence test
|
15 years ago |
Thomas Risberg
|
f2732197f5
|
DATADOC-38 fixed class cast exception when calling save with non ObjectId ids
|
15 years ago |
Oliver Gierke
|
c10e38c9e4
|
Configured Maven JAR plugin to package the Bundlor generated MANIFEST.MF.
|
15 years ago |
Thomas Risberg
|
6d13d36a18
|
DATADOC-72 added support for Mongo's $elemMatch and chained Criteria
|
15 years ago |
Thomas Risberg
|
615f3f1323
|
DATADOC-48 improving the entity id handling for partial entity document persistence
|
15 years ago |
Thomas Risberg
|
6d8ecf2cbb
|
added mongodb-log4j module
|
15 years ago |