Bạn cũng có thể chuyển đổi nó theo cách thủ công:
ObjectId convertedId = new ObjectId(bigInteger.toString(16));
Query query = new Query(Criteria.where("_id").is(convertedId));
Bạn cũng có thể chuyển đổi nó theo cách thủ công:
ObjectId convertedId = new ObjectId(bigInteger.toString(16));
Query query = new Query(Criteria.where("_id").is(convertedId));