我正在浏览 - Chapter 13. Transactions and Concurrency并发现以下声明:
Hibernate不会锁定内存中的对象。您的申请可以期待 由数据库的隔离级别定义的行为 交易。通过Session,这也是一个事务范围 缓存,Hibernate为标识符查找提供可重复读取 和实体查询,而不报告返回标量的查询 值。
我无法理解声明:Hibernate provides repeatable reads for lookup by identifier and entity queries and not reporting queries that return scalar values.
not reporting queries that return scalar values.
请帮助我。