Overload List

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

See Also