标签: java hibernate
当通过id查询对象或使用Hibernate返回对象列表时,是否可以告诉hibernate检索处于瞬态的对象。
我根本不想跟踪任何更改,这是一个只读类型查询,速度至关重要。
答案 0 :(得分:1)
https://www.hibernate.org/hib_docs/v3/api/org/hibernate/Session.html
setReadOnly(Object, boolean)
答案 1 :(得分:1)
您也可以使用Stateless Session