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

cách hiển thị truy vấn trong khi sử dụng chú thích truy vấn với MongoRepository với dữ liệu mùa xuân

Tôi thêm dòng (bên dưới) trong application.properties và hoạt động tốt:

logging.level.org.springframework.data.mongodb.core.MongoTemplate=DEBUG

cho truy vấn:

@Query("{$and: [{'$or' : [{ 'name': {$regex : ?0, $options: 'i'}}, {'description': {$regex : ?1, $options: 'i'}}]}, { 'deleted' : ?2 }]}")

lấy nhật ký này:

2016-09-27 10:53:26.245 DEBUG 13604 --- [nio-9090-exec-3] o.s.data.mongodb.core.MongoTemplate      : find using query: { "$and" : [ { "$or" : [ { "name" : { "$regex" : "c" , "$options" : "i"}} , { "description" : { "$regex" : "c" , "$options" : "i"}}]} , { "deleted" : false}]} fields: null for class: class com.habber.domain.Entity in collection: entities


  1. Redis
  2.   
  3. MongoDB
  4.   
  5. Memcached
  6.   
  7. HBase
  8.   
  9. CouchDB
  1. Cách VÀ và KHÔNG trong tìm kiếm văn bản MongoDB $

  2. Nhóm và đếm theo tháng

  3. MongoDB $ toBool

  4. 'Trường yêu cầu một loại bean không thể tìm thấy.' error Spring Restful API sử dụng mongodb

  5. MongoDB:Khóa duy nhất trong tài liệu nhúng