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.
.Net には、nHibernate session.QueryOver 構造があります。そのため、オブジェクトのプロパティを使用してオブジェクトを結合することが可能になります。私はこの「強い型付け」の働き方が好きです。
クエリ テキストの記述を避けるには、
session.createQuery("from Person where name = :n ");
Java Hibernate (eclipse) でこの構築に代わるものはありますか?
どうも