| Package | Description | 
|---|---|
| org.hibernate.criterion | 
 
        A framework for defining restriction criteria and order criteria. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static LogicalExpression | 
Restrictions.and(Criterion lhs,
   Criterion rhs)
Return the conjuction of two expressions 
 | 
static LogicalExpression | 
Restrictions.or(Criterion lhs,
  Criterion rhs)
Return the disjuction of two expressions 
 | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.