|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TruthValue | |
---|---|
org.hibernate.ejb.criteria.predicate |
Uses of TruthValue in org.hibernate.ejb.criteria.predicate |
---|
Methods in org.hibernate.ejb.criteria.predicate that return TruthValue | |
---|---|
TruthValue |
ExplicitTruthValueCheck.getTruthValue()
|
static TruthValue |
TruthValue.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TruthValue[] |
TruthValue.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.hibernate.ejb.criteria.predicate with parameters of type TruthValue | |
---|---|
ExplicitTruthValueCheck(CriteriaBuilderImpl criteriaBuilder,
Expression<Boolean> booleanExpression,
TruthValue truthValue)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |