|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryBuilder.ComparisonBuilder | |
---|---|
org.jboss.dna.graph.query | The Query API provides a mechanism for building and executing queries. |
Uses of QueryBuilder.ComparisonBuilder in org.jboss.dna.graph.query |
---|
Methods in org.jboss.dna.graph.query that return QueryBuilder.ComparisonBuilder | |
---|---|
QueryBuilder.ComparisonBuilder |
QueryBuilder.DynamicOperandBuilder.depth(String table)
Constrains the nodes in the the supplied table based upon criteria on the node's depth. |
QueryBuilder.ComparisonBuilder |
QueryBuilder.ConstraintBuilder.depth(String table)
Constrains the nodes in the the supplied table based upon criteria on the node's depth. |
QueryBuilder.ComparisonBuilder |
QueryBuilder.ArithmeticBuilder.depth(String table)
Constrains the nodes in the the supplied table based upon criteria on the node's depth. |
QueryBuilder.ComparisonBuilder |
QueryBuilder.DynamicOperandBuilder.fullTextSearchScore(String table)
Constrains the nodes in the the supplied table such that they must satisfy the supplied full-text search on the nodes' property values. |
QueryBuilder.ComparisonBuilder |
QueryBuilder.ConstraintBuilder.fullTextSearchScore(String table)
Constrains the nodes in the the supplied table such that they must satisfy the supplied full-text search on the nodes' property values. |
QueryBuilder.ComparisonBuilder |
QueryBuilder.ArithmeticBuilder.fullTextSearchScore(String table)
Constrains the nodes in the the supplied table such that they must satisfy the supplied full-text search on the nodes' property values. |
QueryBuilder.ComparisonBuilder |
QueryBuilder.DynamicOperandBuilder.length(String table,
String property)
Constrains the nodes in the the supplied table such that they must have a property value whose length matches the criteria. |
QueryBuilder.ComparisonBuilder |
QueryBuilder.ConstraintBuilder.length(String table,
String property)
Constrains the nodes in the the supplied table such that they must have a property value whose length matches the criteria. |
QueryBuilder.ComparisonBuilder |
QueryBuilder.ArithmeticBuilder.length(String table,
String property)
Constrains the nodes in the the supplied table such that they must have a property value whose length matches the criteria. |
QueryBuilder.ComparisonBuilder |
QueryBuilder.DynamicOperandBuilder.nodeLocalName(String table)
Constrains the nodes in the the supplied table based upon criteria on the node's local name. |
QueryBuilder.ComparisonBuilder |
QueryBuilder.ConstraintBuilder.nodeLocalName(String table)
Constrains the nodes in the the supplied table based upon criteria on the node's local name. |
QueryBuilder.ComparisonBuilder |
QueryBuilder.DynamicOperandBuilder.nodeName(String table)
Constrains the nodes in the the supplied table based upon criteria on the node's name. |
QueryBuilder.ComparisonBuilder |
QueryBuilder.ConstraintBuilder.nodeName(String table)
Constrains the nodes in the the supplied table based upon criteria on the node's name. |
QueryBuilder.ComparisonBuilder |
QueryBuilder.DynamicOperandBuilder.path(String table)
Constrains the nodes in the the supplied table based upon criteria on the node's path. |
QueryBuilder.ComparisonBuilder |
QueryBuilder.ConstraintBuilder.path(String table)
Constrains the nodes in the the supplied table based upon criteria on the node's path. |
QueryBuilder.ComparisonBuilder |
QueryBuilder.DynamicOperandBuilder.propertyValue(String table,
String property)
Constrains the nodes in the the supplied table such that they must have a matching value for the named property. |
QueryBuilder.ComparisonBuilder |
QueryBuilder.ConstraintBuilder.propertyValue(String table,
String property)
Constrains the nodes in the the supplied table such that they must have a matching value for the named property. |
QueryBuilder.ComparisonBuilder |
QueryBuilder.ArithmeticBuilder.propertyValue(String table,
String property)
Constrains the nodes in the the supplied table such that they must have a matching value for the named property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |