public interface JDOPredicateIF extends BasicPredicateIF
Modifier and Type | Method and Description |
---|---|
boolean |
buildQuery(QueryBuilder builder,
List expressions,
List arguments)
INTERNAL: Registers JDOExpressionsIF for this predicate with the
query builder.
|
boolean |
isRecursive()
INTERNAL:
|
void |
prescan(QueryBuilder builder,
List arguments)
INTERNAL: This method will be called before building the
query.
|
satisfy
getCost, getName, getSignature
boolean isRecursive()
void prescan(QueryBuilder builder, List arguments)
boolean buildQuery(QueryBuilder builder, List expressions, List arguments) throws InvalidQueryException
InvalidQueryException