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.
JPA基準APIでは、Rootsは互換性がありますか?
Root
つまり、2つのCriteriaQueryインスタンスを準備している途中で、そのうちの1つでこれを行う場合、次のようになります。
CriteriaQuery
final Root<X> root = query.from(X.class);
...次にRoot、2番目のクエリを操作するときにそのインスタンスを使用できますか?
WHEREこの方法でプログラムで句を作成し、それを2つのクエリで使用したいと思います。
WHERE
Rootsは互換性がありませんが、JPA仕様ではこれを明示的に呼び出していません。