FileDocCategorySizeDatePackage
Criterion.javaAPI DocHibernate 3.2.51238Sat Feb 12 00:19:50 GMT 2005org.hibernate.criterion

Criterion

public interface Criterion implements Serializable
An object-oriented representation of a query criterion that may be used as a restriction in a Criteria query. Built-in criterion types are provided by the Restrictions factory class. This interface might be implemented by application classes that define custom restriction criteria.
see
Restrictions
see
org.hibernate.Criteria
author
Gavin King

Fields Summary
Constructors Summary
Methods Summary
public org.hibernate.engine.TypedValue[]getTypedValues(org.hibernate.Criteria criteria, CriteriaQuery criteriaQuery)
Return typed values for all parameters in the rendered SQL fragment

param
criteria TODO
param
criteriaQuery
return
TypedValue[]
throws
HibernateException

public java.lang.StringtoSqlString(org.hibernate.Criteria criteria, CriteriaQuery criteriaQuery)
Render the SQL fragment

param
criteriaQuery
param
alias
return
String
throws
HibernateException