public abstract class PredicateCriteria extends Criteria
This abstract class represents a predicate criteria, which involves some statement involving expressions and can be evaluated in the context of a single row of data to be either true or false.
Predicate criteria can be composed into more sophisticated criteria using "OR" and "AND" logical operators.
Modifier and Type | Class and Description |
---|---|
static interface |
PredicateCriteria.Negatable |
LanguageObject.Util
Constructor and Description |
---|
PredicateCriteria()
Constructs a default instance of this class.
|
Modifier and Type | Method and Description |
---|---|
abstract Object |
clone()
Deep copy of object
|
applyDemorgan, combineCriteria, combineCriteria, combineCriteria, getType, separateCriteriaByAnd, toString
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
acceptVisitor
public PredicateCriteria()
public abstract Object clone()
clone
in interface LanguageObject
clone
in class Criteria
Copyright © 2020. All rights reserved.