public final class Nothing extends java.lang.Object implements HGQueryCondition
This condition represents the negation of everything. It will yield an empty result set alone or in conjunction with any other condition.
Constructor and Description |
---|
Nothing()
this is required to ensure the class is a bean.
|
public static final Nothing Instance