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.
2番目のレベルのキャッシュとしてehcacheを使用してHibernateを使用するアプリケーションがあります。キャッシュ内の特定のオブジェクトを無効にして、次に参照されるときにhibernateにデータベースからオブジェクトを再ロードさせる方法を見つけようとしています。
これを行う簡単な方法はありますか?
私はいくつかのことを試みましたが、これまでのところ成功していません。任意の提案をいただければ幸いです。
以下を使用できます。
SessionFactory.getCache().evictEntity(Class entityClass, Serializable identifier)