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

The annotation `org.springframework.data.mongodb.repository.Meta` is used, among other things, to define a max execution time for the query: ```java interface MyRepository extends MongoRepository { @Meta(maxExecutionTimeMs = 10) Page findBySomeProperty(String someProperty); }...

status: waiting-for-triage
status: pending-design-work
theme: MongoDB 5.0
has: breaking-change

This is one of the possible solutions for #4798

status: blocked
status: waiting-for-triage

status: waiting-for-triage

Forward maxTimeMsec from `Query` to `FindOneAndUpdateOptions`. Closes #4776

status: waiting-for-triage
for: team-attention

Hello, I have a Spring Boot service where I save data to different databases at runtime. Additionally, I need to customize some settings based on certain conditions. Therefore, I create...

unlikely
theme: aot

This is one of the possible solutions for #4798

status: blocked
status: waiting-for-triage