public abstract class BaseCriteria extends Object implements Criteria
Constructor and Description |
---|
BaseCriteria() |
Modifier and Type | Method and Description |
---|---|
Criteria |
and(Criteria other)
Produce a criteria that is the boolean "and" of this and the given other criteria
|
Criteria |
not()
Produce a criteria that is the boolean "not" of this
|
Criteria |
or(Criteria other)
Produce a criteria that is the boolean "or" of this and the given other criteria
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.