Package | Description |
---|---|
org.hibernate.criterion |
A framework for defining restriction criteria and order criteria.
|
Modifier and Type | Class and Description |
---|---|
class |
Conjunction
Defines a conjunction (AND series).
|
class |
Disjunction
Defines a disjunction (OR series).
|
Modifier and Type | Method and Description |
---|---|
Junction |
Junction.add(Criterion criterion)
Adds a criterion to the junction (and/or)
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.