【发布时间】:2010-01-04 12:10:36
【问题描述】:
如果我有这样的映射:
<class name="Library" table="Libraries">
...
<dynamic-component name="Annotations">
<property name="LibraryResolver.AlgorithmVersion" column="`LibraryResolver.AlgorithmVersion`" type="Int32" />
</dynamic-component>
</class>
我应该如何为 LibraryResolver.AlgorithmVersion 大于给定值的所有库编写 HQL 或 Linq-to-NHibernate 查询?
【问题讨论】:
标签: nhibernate hibernate hql