public interface SelectionPredicates
Select,
Type,
Property| Modifier and Type | Method and Description |
|---|---|
void |
collect(Where predicate)
Traverses the given predicate adding its properties and property paths to
the selection.
|
Where |
getPredicate(commonj.sdo.Property property)
Returns the predicate for the given property or null if the given property
is not mapped.
|
boolean |
hasPredicates()
Returns true if the selection has path predicates.
|
void collect(Where predicate)
predicate - the predicateboolean hasPredicates()
Where getPredicate(commonj.sdo.Property property)
property - the propertyCopyright © 2021. All rights reserved.