Package | Description |
---|---|
org.hibernate.hql.ast.spi.predicate |
Modifier and Type | Method and Description |
---|---|
Predicate.Type |
AbstractPredicate.getType() |
Predicate.Type |
Predicate.getType()
Returns the type of this predicate.
|
static Predicate.Type |
Predicate.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Predicate.Type[] |
Predicate.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AbstractPredicate(Predicate.Type type) |
Copyright © 2013. All rights reserved.