MongoDB
 sql >> Cơ Sở Dữ Liệu >  >> NoSQL >> MongoDB

MongoDB Spring data Criteria.all

Đây là giải pháp tốt nhất mà tôi tìm thấy cho đến nay:

...

DBObject obj = new BasicDBObject();
obj.put( "key", 1 );
obj.put( "value", "one" );
DBObject obje1 = new BasicDBObject();
obje1.put( "$elemMatch", obj );

obj = new BasicDBObject();
obj.put( "key", 2 );
obj.put( "value", "two" );
DBObject obje2 = new BasicDBObject();
obje2.put( "$elemMatch", obj );

Query qry = new Query( where("array").all(obje1, obje2) );

...


  1. Redis
  2.   
  3. MongoDB
  4.   
  5. Memcached
  6.   
  7. HBase
  8.   
  9. CouchDB
  1. Các lệnh gọi hàm đồng bộ cho trình điều khiển nodejs mongodb

  2. NodeJS, Mongoose:Cách lấy dữ liệu liên quan bằng mongoose

  3. Truy vấn Morphia theo Id

  4. Lưu trữ hình ảnh trong cơ sở dữ liệu MongoDB

  5. Tìm hai phần tử trong một mảng tài liệu xuất hiện theo một thứ tự nhất định