org.hibernate.criterion
Interface Criterion
- Serializable
- AbstractEmptinessExpression, BetweenExpression, Conjunction, Disjunction, EmptyExpression, Example, ExistsSubqueryExpression, IdentifierEqExpression, IlikeExpression, InExpression, Junction, LikeExpression, LogicalExpression, NaturalIdentifier, NotEmptyExpression, NotExpression, NotNullExpression, NullExpression, PropertyExpression, PropertySubqueryExpression, SimpleExpression, SimpleSubqueryExpression, SizeExpression, SQLCriterion, SubqueryExpression
public interface Criterion
extends 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.