Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 netbeans 和 jersey api 开发一个 java restful webservice。当我更新数据库中的数据时,除非我再次部署 web 服务,否则 findall 方法不会从数据库中获取最新更改。如何在不再次部署 Web 服务的情况下解决此问题。
注意:insert并且delete效果很好
insert
delete
我用这个
em.refresh(object o)
它解决了我的问题