Thomas Risberg
|
38ca06bd49
|
DATADOC-23 removed DocumentSource and its subclasses
|
15 years ago |
Oliver Gierke
|
cbc1f8b189
|
Removed code I actually shouldn't have committed yet ^^.
|
15 years ago |
Oliver Gierke
|
36a6f4ec86
|
DATADOC-17 - Added support for 'Like' keyword in finders.
|
15 years ago |
Oliver Gierke
|
4a80c2c7dc
|
DATADOC-17 - Added initial draft of repository implementation for MongoDB.
Currently only supports executing finders for collections and single entities (i.e. no pagination support currently).
|
15 years ago |
Oliver Gierke
|
fdb8726542
|
Renamed datastore folder to data in src/test/resources.
|
15 years ago |
Mark Pollack
|
d982683418
|
Merge remote branch 'origin/master'
|
15 years ago |
Thomas Risberg
|
7a85c0cab3
|
polished
|
15 years ago |
Mark Pollack
|
0dae45fa7f
|
trying to fix pom to upload javadocs
|
15 years ago |
Mark Pollack
|
81c0b4fbde
|
Merge remote branch 'origin/master'
|
15 years ago |
Mark Pollack
|
3c8861e274
|
trying to fix pom to upload javadocs
|
15 years ago |
Thomas Risberg
|
2e561f9202
|
DATADOC-11 removing query builder experimental code from master branch
|
15 years ago |
Mark Pollack
|
8a8dc2b06b
|
trying to fix pom to upload javadocs
|
15 years ago |
Thomas Risberg
|
885e9575f2
|
DATADOC-16 added updateMulti and updateFirst methods
|
15 years ago |
Thomas Risberg
|
69dfe329a6
|
Merge branch 'master' of github.com:SpringSource/spring-data-document
|
15 years ago |
Thomas Risberg
|
d5900e217b
|
DATADOC-16 added remove methods
|
15 years ago |
Mark Pollack
|
1cba030dc9
|
DATADOC-19 Move FactoryBeans in bean.factory package to root namespace
|
15 years ago |
Mark Pollack
|
00de6896ad
|
DATADOC-19 Move FactoryBeans in bean.factory package to root namespace
|
15 years ago |
Thomas Risberg
|
effffcbe0e
|
DATADOC-16 added update methods
|
15 years ago |
Mark Pollack
|
6bd97203b1
|
DATADOC-12 - Rename query methods in MongoTemplate
|
15 years ago |
Mark Pollack
|
2af7e57299
|
DATADOC-13 Add query method that uses the default collection name in MongoTemplate
|
15 years ago |
Mark Pollack
|
6ff41e8a53
|
DATADOC-11 - Move org.springframework.datastore.document.mongodb.query to a different branch
Just remove methods in MongoTemplate that referred to this package.
|
15 years ago |
Mark Pollack
|
abe658458f
|
DATADOC-10 - Remove use of AbstractDocumentStoreTemplate in MongoTemplate
|
15 years ago |
Mark Pollack
|
d2d2238a57
|
Merge remote branch 'origin/master'
|
15 years ago |
Mark Pollack
|
23eeaff5b4
|
Remove unused DB field
|
15 years ago |
Thomas Risberg
|
5d5688fd1b
|
added quick fix to populate generated _id in saved object
|
15 years ago |
Thomas Risberg
|
50e48b570b
|
added fallback to use String for non ObjectId type '_id' fields
|
15 years ago |
Thomas Risberg
|
38043d4ea6
|
fixed mapping of String to ObjectId for '_id' field
|
15 years ago |
Thomas Risberg
|
4c096b041c
|
cleanup
|
15 years ago |
Thomas Risberg
|
77189f169a
|
added handling of ObjectId fields
|
15 years ago |
Thomas Risberg
|
4f4d93f41e
|
added back basic enum support; added the support for mapping 'id' properties to '_id' key
|
15 years ago |
Thomas Risberg
|
94776dd24d
|
changed a few remaining "datastore" to "data"
|
15 years ago |
Graeme Rocher
|
4deafda208
|
Support for defining replica sets or pairs
|
15 years ago |
Graeme Rocher
|
532e4a4806
|
Support for authentication via MongoTemplate and a new execute method that doesn't start and finish a request
|
15 years ago |
Graeme Rocher
|
433900cd9f
|
Support for configuring replication sets
|
15 years ago |
Graeme Rocher
|
bd064120b2
|
fixed manifest
|
15 years ago |
Graeme Rocher
|
cf04bf7d7a
|
allow configuration of host and port when MongoOptions exists
|
15 years ago |
Graeme Rocher
|
ede9c6ed8b
|
Renamed packages from datastore to data
|
15 years ago |
Graeme Rocher
|
243e13ec55
|
new MongoOptionsFactoryBean for easy config of the MongoOptions instance
|
15 years ago |
Graeme Rocher
|
1a628d0648
|
Renamed packages etc.
|
15 years ago |
Graeme Rocher
|
0a9d3973f9
|
fixed bug where we were referencing the null dbHolder instead of the instantiated one
|
15 years ago |
Graeme Rocher
|
fb42907fb8
|
Merge branch 'master' of git.springsource.org:spring-data/datastore-document
|
15 years ago |
Graeme Rocher
|
42b2746fc9
|
moved warning message so its only printed if the host isn't specified
|
15 years ago |
Thomas Risberg
|
9f90b9776e
|
upgraded docbkx-maven-plugin to 2.0.7
|
15 years ago |
Costin Leau
|
28fb505dc2
|
Merge branch 'master' of git.springsource.org:spring-data/datastore-document
|
15 years ago |
Costin Leau
|
6962cb4fba
|
+ update snapshot site
+ downgrade Maven AWS
|
15 years ago |
Graeme Rocher
|
ab051120a6
|
Updates to MongoTemplate to use a Mongo instance to lazily create DB instances rather than directly using a DB instance. Also integrated with Spring TransactionSynchronization so a single DB instance can be shared by multiple templates in a single thread
|
15 years ago |
Mark Pollack
|
995b7326b8
|
additional query method on mongotemplate using default collection
|
15 years ago |
Mark Pollack
|
c9b1068eb2
|
removed old mapper interfaces
|
15 years ago |
Mark Pollack
|
39846d625d
|
Add @Ignore for MvcAnalyticsTests
|
15 years ago |
Mark Pollack
|
fbdc2b9928
|
Add Map support to reflection based serializer
|
15 years ago |