spring-data-mongodb icon indicating copy to clipboard operation
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...

Results 316 spring-data-mongodb issues
Sort by recently updated
recently updated
newest added

**[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...

unlikely
in: core
type: enhancement

**[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...

type: bug
in: mapping

**[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...

type: bug

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...

type: enhancement
theme: 5.0

**[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...

in: repository
type: enhancement
theme: 5.0

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...

status: waiting-for-triage