C# 클래스 Castle.ActiveRecord.Queries.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
상속: Castle.ActiveRecord.Queries.HqlBasedQuery
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
ActiveRecordCriteriaQuery ( Type targetType, DetachedCriteria detachedCriteria ) : System

Initializes a new instance of the ActiveRecordCriteriaQuery class.

ActiveRecordCriteriaQuery ( Type targetType, ICriterion criterias ) : System

Initializes a new instance of the ActiveRecordCriteriaQuery class.

보호된 메소드들

메소드 설명
InternalExecute ( ISession session ) : object

Executes the query.

메소드 상세

ActiveRecordCriteriaQuery() 공개 메소드

Initializes a new instance of the ActiveRecordCriteriaQuery class.
public ActiveRecordCriteriaQuery ( Type targetType, DetachedCriteria detachedCriteria ) : System
targetType System.Type The target type.
detachedCriteria DetachedCriteria Criteria applied to the query
리턴 System

ActiveRecordCriteriaQuery() 공개 메소드

Initializes a new instance of the ActiveRecordCriteriaQuery class.
public ActiveRecordCriteriaQuery ( Type targetType, ICriterion criterias ) : System
targetType System.Type The target type.
criterias ICriterion Criteria applied to the query
리턴 System

InternalExecute() 보호된 메소드

Executes the query.
protected InternalExecute ( ISession session ) : object
session ISession The NHibernate's
리턴 object