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 disjuction of multiple expressions
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.