Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-mongodb

Spring data mongodb repository. How can I search by a list of IDs?

How to pass more than one criteria to Criteria.elemMatch() Api?

SpringData MongoDB Using projection

Spring Data JPA: Query for Field in List of Objects

How to save LocalDate to MongoDB without time (why is mongo saving date with time even if i save just the date)?

Executing MongoDB Stored JavaScript/Procedures from Spring Java

Spring Data MongoDB: BigInteger to ObjectId conversion

Spring data mongodb query for subdocument field

Add object to an array in java mongodb

How to set allowDiskUse:true in spring mongoTemplate

spring data mongodb group by

mongodb criteria query for primary key _id?

Can we use both MongoRepository and MongoTemplate in same application

Using Spring Data Mongodb, is it possible to get the max value of a field without pulling and iterating over an entire collection?

How to compare 2 fields in Spring Data MongoDB using query object

Collection based multitenancy with Spring Data MongoDB

mongodb query with spring data for key-value

Spring Data MongoDB repository method delete by list of id

How to prevent Spring from trying to create indexes during MongoDB transactions?

How to use updateOption with arrayFilters in spring-data mongodb?