JavaDoc にEntityProxy.stableId()は次のように書かれています。
"An id returned by a proxy newly created by RequestContext.create
Object.equals(Object) those returned later by proxies to the persisted object."
これは、異なるリクエスト コンテキスト全体でそのオブジェクトに対して安定した ID が有効になるということですか? 異なるリクエスト ファクトリ インスタンス間で? 安定したIDの範囲は何ですか?