美文网首页
关于ObjectId查询

关于ObjectId查询

作者: MrChenyz | 来源:发表于2018-04-24 15:20 被阅读0次

    ObjectId objID = new ObjectId("主键id");
    Query query=new Query(Criteria.where("_id").is(objID).and("status").is(1));
    Menu _menu= mongoTemplate.findOne(query,Menu.class);

    相关文章

      网友评论

          本文标题:关于ObjectId查询

          本文链接:https://www.haomeiwen.com/subject/jzjjlftx.html