Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-mongodb

Passing MongoTemplate to Custom Repository implementation

How to use custom converters with @DataMongoTest?

Couldn't find PersistentEntity for type class when using @EnableMongoAuditing

Spring Boot Mongo Upsert elements in an array

MongoDB No converter found capable of converting from type [java.lang.String] to type [java.time.LocalDateTime]

MongoDB - how to handle write failures during primary re-election with Spring?

Spring Data MongoDB: How ignore unique indexed field when Document is embedded in another one?

How to execute blocking calls within a Spring Webflux / Reactor Netty web application

How do I store blob data in MongoDB?

Spring Data fills @LastModifiedDate by not @CreatedDate

MongoRepository query for between dates

Spring data mongodb sort on multiple fields

How exactly does spring-data-mongodb handle constructors when rehydrating objects?

spring MongoRepository Query regex

Mongodb aggregation query to subtract and grouping of cumulative value

Storing a JSON schema in mongodb with spring

How to use db references with reactive Spring Data MongoDB?

Insert DBObject into MongoDB using Spring Data

MongoDB $aggregate $push multiple fields in Java Spring Data

How would I do $push using MongoRepository in Spring Data?