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.
session.CreateMultiQuery().Add(...)IQueryを受け入れますが、IQueryOverはIQueryから継承していないようです。
session.CreateMultiQuery().Add(...)
マルチクエリでQueryOverを使用できないのは奇妙に思えますか?
QueryOverは.Future()、MultiQueryと同じことを行うを使用します。
.Future()