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.
私は Person エンティティが属する人に国を持っています。人がいるすべての異なる国を選択したいと思います。HQLで簡単
Person p から個別の p.Country を選択
基準クエリを使用してこれを行うにはどうすればよいですか?
criteria.SetProjection(Projections.Distinct(Projections.Property("Country")));