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

All Superinterfaces:
BooleanExpression, Predicate, PropertyNullPredicate<T>

public interface PropertyIsNullPredicate<T>
extends PropertyNullPredicate<T>

Constraints that a Property is null (not set).


Method Summary
 
Methods inherited from interface org.qi4j.api.query.grammar.PropertyNullPredicate
propertyReference
 
Methods inherited from interface org.qi4j.api.query.grammar.BooleanExpression
eval