Overload List

  NameDescription
CreateCriteria(String)
Create a new ICriteria, "rooted" at the associated entity
CreateCriteria(String, JoinType)
Create a new ICriteria, "rooted" at the associated entity, using the specified join type.
CreateCriteria(String, String)
Create a new ICriteria, "rooted" at the associated entity, assigning the given alias
CreateCriteria(String, String, JoinType)
Create a new ICriteria, "rooted" at the associated entity, assigning the given alias and using the specified join type.

See Also