spring-data-mongodb
spring-data-mongodb copied to clipboard
Provides support to increase developer productivity in Java when using MongoDB. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access...
**[Alessandro Rosá](https://jira.spring.io/secure/ViewProfile.jspa?name=alessandrorosa)** opened **[DATAMONGO-1749](https://jira.spring.io/browse/DATAMONGO-1749?redirect=false)** and commented Hi, since I didn't find anything about this feature I would like to ask if there will be any support for the FeatureCollection Object...
**[Joaquin Peñalver](https://jira.spring.io/secure/ViewProfile.jspa?name=jpenalver)** opened **[DATAMONGO-1884](https://jira.spring.io/browse/DATAMONGO-1884?redirect=false)** and commented I've currently a problem with serialize/deserialize process in MongoDB of an object that contains an attribute defined by a marker interface and the implementations...
**[Nathan Cantelmo](https://jira.spring.io/secure/ViewProfile.jspa?name=ncantelmo)** opened **[DATAMONGO-1051](https://jira.spring.io/browse/DATAMONGO-1051?redirect=false)** and commented If you have an existing `@Document` entity with a unique index and you later add an `@Version` field to the entity class, updates to...
The goal of this issue is to help users manage server side counters more easily. We could leverage `findAndUpdate` that issues an update with `$inc`, `upsert` and `ReturnDocument.AFTER` to maintain...
**[Ryan Tenney](https://jira.spring.io/secure/ViewProfile.jspa?name=ryantenney)** opened **[DATAMONGO-918](https://jira.spring.io/browse/DATAMONGO-918?redirect=false)** and commented I'm starting to use Twitter's Snowflake ID generation service to generate ids for entities (one of the systems with which my project is integrating...
It is relatively easy to override DbRefResolver.resolveDbRef() to return a single cached entity object But if you want to handle the case where the property is a collection of DbRefs...