Package | Description |
---|---|
org.hibernate.criterion |
A framework for defining restriction criteria and order criteria.
|
Modifier and Type | Method and Description |
---|---|
Junction.Nature |
Junction.getNature() |
static Junction.Nature |
Junction.Nature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Junction.Nature[] |
Junction.Nature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Junction(Junction.Nature nature) |
Junction(Junction.Nature nature,
Criterion... criterion) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.