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 |
Jon Brisbin
|
635e156bc0
|
JIRA: DATADOC-70: Trying to fix problem with indexes being wiped out in the tests, trying to make sure indexes get created properly. Now tests do not wipe out database automatically.
|
15 years ago |
Thomas Risberg
|
0468ba3ad9
|
DATADOC-48 adding checks not to overwrite existing keys in changeset
|
15 years ago |
Oliver Gierke
|
95510e4851
|
Use more readable logging output pattern.
|
15 years ago |
Oliver Gierke
|
0fc3c9d6d3
|
Polished toString() method of Index.
|
15 years ago |
Oliver Gierke
|
511128f4e7
|
Let Querydsl annotation processor work with @Document annotation.
|
15 years ago |
Oliver Gierke
|
986203833a
|
Fixed potential NullPointer.
|
15 years ago |
Jon Brisbin
|
7ec8b30fb2
|
Tweaked README to reflect recent changes in timestamp handling.
|
15 years ago |
Jon Brisbin
|
c24327d1bc
|
Took out leftover crap from pom file, changed timestamp handling to use java.util.Date/ISODate objects rather than string/long.
|
15 years ago |
Jon Brisbin
|
b04023f1f1
|
Forgot to change Maven artifactId after renaming submodule.
|
15 years ago |
Jon Brisbin
|
42386d4fee
|
Added Log4J appender submodule to main project.
|
15 years ago |
J. Brisbin
|
1b5ef78741
|
Merge branch 'log4j-appender'
|
15 years ago |
Thomas Risberg
|
168e8a8896
|
DATADOC-48 simplified cross-store persistence of @Document annotated fields in a JPA entity; adjusted to package chamges in data-commons; Merge commit 'f21f25fb5284a8647dea16934d660b3608d5006c'
|
15 years ago |
Thomas Risberg
|
f21f25fb52
|
DATADOC-48 simplified cross-store persistence of @Document annotated fields in a JPA entity
|
15 years ago |
Oliver Gierke
|
261c1ae293
|
Fixed merge conflicts after applying latest changes from master.
|
15 years ago |
Oliver Gierke
|
7d7cf60e23
|
DATADOC-69 - Repository namespace now allows referenceing a MappingContext and picks up the default one if available.
|
15 years ago |