public class XPathHelper.QueryPart extends Object
Constructor and Description |
---|
XPathHelper.QueryPart(String query)
This constructor breaks the provided query into
property name and query value parts.
|
XPathHelper.QueryPart(String property,
String value,
int op)
This constructor sets a logical operator and breaks
the provided query into property name and query
value parts.
|
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(SDODataObject dao)
Indicate if the query represented by this QueryPart evaluates to
true or false when executed on a given DataObject.
|
String |
toString() |
public XPathHelper.QueryPart(String query)
query
- public boolean evaluate(SDODataObject dao)
dao
- EclipseLink 2.3.2, "build v20111125-r10461" API Reference