Имя |
Описание |
ActiveRecordCriteriaQuery |
Criteria Query Note: This query can not be included in a MultiQuery. the problem is that NHibernate does not have a real CriteriaQuery class |
ActiveRecordMultiQuery |
wrapper for an IMultiQuery that executes a collection of queries. |
CountQuery |
Query the database for a count (using COUNT(*) ) of all the entites of the specified type. Optionally using a where clause; Note: If Criteria are used, this query can not be included in a MultiQuery. |
ScalarQuery |
Query that return a single result |
SimpleQuery |
Simple query. |