| Package | Description |
|---|---|
| org.hibernate.criterion |
A framework for defining restriction criteria and order criteria.
|
| Modifier and Type | Method and Description |
|---|---|
static Disjunction |
Restrictions.disjunction()
Group expressions together in a single disjunction (A or B or C...).
|
static Disjunction |
Restrictions.disjunction(Criterion... conditions)
Group expressions together in a single disjunction (A or B or C...).
|
static Disjunction |
Restrictions.or(Criterion... predicates)
Return the disjunction of multiple expressions
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.