Package | Description |
---|---|
org.hibernate.criterion |
A framework for defining restriction criteria and order criteria.
|
Modifier and Type | Method and Description |
---|---|
static Conjunction |
Restrictions.and(Criterion... predicates)
Return the conjuction of multiple expressions
|
static Conjunction |
Restrictions.conjunction()
Group expressions together in a single conjunction (A and B and C...).
|
static Conjunction |
Restrictions.conjunction(Criterion... conditions)
Group expressions together in a single conjunction (A and B and C...).
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.