org.qi4j.api.query.grammar
Interface PropertyNullPredicate<T>

All Superinterfaces:
BooleanExpression, Predicate
All Known Subinterfaces:
PropertyIsNotNullPredicate<T>, PropertyIsNullPredicate<T>

public interface PropertyNullPredicate<T>
extends Predicate

JAVADOC Add JavaDoc


Method Summary
 PropertyReference<T> propertyReference()
           
 
Methods inherited from interface org.qi4j.api.query.grammar.BooleanExpression
eval
 

Method Detail

propertyReference

PropertyReference<T> propertyReference()