标签: java hibernate session caching
我在做插入(写入)操作时需要关心hibernate会话缓存吗?
忽略了什么,只是为了达到SO质量标准:
BiteMe bite=new BiteMeToo(""); bite=null; bite.letsBite(); //NullPointerException
答案 0 :(得分:1)
如果您在同一个会话/事务期间从未读过数据库且不使用扩展持久性上下文,则不必关心缓存内容。