gpt4 book ai didi

java - Spring Data 中 MongoOperations 中的 findOne 方法的行为是什么?

转载 作者:行者123 更新时间:2023-12-01 11:08:44 25 4
gpt4 key购买 nike

我正在阅读 MongoOperations 的 SpringData MongoDB 配置 http://docs.spring.io/spring-data/mongodb/docs/current/api/org/springframework/data/mongodb/core/MongoOperations.html#findOne-org.springframework.data.mongodb.core.query.Query-java.lang.Class-

仍然不明白如果多个文档满足查询,findOne 方法的行为是什么:

<T> T   findOne(Query query, Class<T> entityClass)

最佳答案

根据 Mongo 文档本身,findOne() 方法将根据磁盘上元素的自然顺序返回遇到的第一个元素:

Returns one document that satisfies the specified query criteria. If multiple documents satisfy the query, this method returns the first document according to the natural order which reflects the order of documents on the disk. In capped collections, natural order is the same as insertion order. If no document satisfies the query, the method returns null

http://docs.mongodb.org/master/reference/method/db.collection.findOne/

关于java - Spring Data 中 MongoOperations 中的 findOne 方法的行为是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32616800/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com