Uses of Class
org.hibernate.ejb.criteria.predicate.TruthValue

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, javax.persistence.criteria.Expression<Boolean> booleanExpression, TruthValue truthValue)
           
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.