Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Javax.jcr.query Classes and Interfaces - 41 results found.
NameDescriptionTypePackageFramework
AndPerforms a logical conjunction of two other constraints.Interfacejavax.jcr.query.qomJCR
BindVariableValueEvaluates to the value of a bind variable.Interfacejavax.jcr.query.qomJCR
ChildNodeTests whether the selector node is a child of a node reachable by absolute path path.Interfacejavax.jcr.query.qomJCR
ChildNodeJoinConditionTests whether the childSelector node is a child of the parentSelector node.Interfacejavax.jcr.query.qomJCR
ColumnDefines a column to include in the tabular view of query results.Interfacejavax.jcr.query.qomJCR
ComparisonFilters node-tuples based on the outcome of a binary operation.Interfacejavax.jcr.query.qomJCR
ConstraintFilters the set of node-tuples formed by evaluating the query's selectors and the joins between them.Interfacejavax.jcr.query.qomJCR
DescendantNodeTests whether the selector node is a descendant of a node reachable by absolute path path.Interfacejavax.jcr.query.qomJCR
DescendantNodeJoinConditionTests whether the descendantSelector node is a descendant of the ancestorSelectorInterfacejavax.jcr.query.qomJCR
DynamicOperandInterfacejavax.jcr.query.qomJCR
EquiJoinConditionTests whether the value of a property in a first selector is equal to the value of a property in a second selector.Interfacejavax.jcr.query.qomJCR
FullTextSearchPerforms a full-text search.Interfacejavax.jcr.query.qomJCR
FullTextSearchScoreEvaluates to a DOUBLE value equal to the full-text search score Full-text search score ranks a selector's nodes by their relevance to theInterfacejavax.jcr.query.qomJCR
InvalidQueryExceptionThrown by methods of Query.Classjavax.jcr.queryJCR
JoinPerforms a join between two node-tuple sources.Interfacejavax.jcr.query.qomJCR
JoinConditionInterfacejavax.jcr.query.qomJCR
LengthEvaluates to the length (or lengths, if multi-valued) of a property.Interfacejavax.jcr.query.qomJCR
LiteralEvaluates to a literal value.Interfacejavax.jcr.query.qomJCR
LowerCaseEvaluates to the lower-case string value (or values, if multi-valued) of If operand does not evaluate to a string value, its valueInterfacejavax.jcr.query.qomJCR
NodeLocalNameInterfacejavax.jcr.query.qomJCR
NodeNameInterfacejavax.jcr.query.qomJCR
NotPerforms a logical negation of another constraint.Interfacejavax.jcr.query.qomJCR
OperandInterfacejavax.jcr.query.qomJCR
OrPerforms a logical disjunction of two other constraints.Interfacejavax.jcr.query.qomJCR
OrderingDetermines the relative order of two node-tuples by evaluating operand for each.Interfacejavax.jcr.query.qomJCR
PropertyExistenceTests the existence of a property.Interfacejavax.jcr.query.qomJCR
PropertyValueEvaluates to the value (or values, if multi-valued) of a property.Interfacejavax.jcr.query.qomJCR
QueryInterfacejavax.jcr.queryJCR
QueryManagerThis interface encapsulates methods for the management of search queries.Interfacejavax.jcr.queryJCR
QueryObjectModelA query in the JCR query object model.Interfacejavax.jcr.query.qomJCR
QueryObjectModelConstantsDefines constants used in the query object model.Interfacejavax.jcr.query.qomJCR
QueryObjectModelFactoryA QueryObjectModelFactory creates instances of the JCR query Refer to QueryObjectModel for a description of the query objectInterfacejavax.jcr.query.qomJCR
QueryResultA QueryResult object.Interfacejavax.jcr.queryJCR
RowA row in the query result table.Interfacejavax.jcr.queryJCR
RowIteratorAllows easy iteration through a list of Rows with nextRow as well as a skip method inherited fromInterfacejavax.jcr.queryJCR
SameNodeTests whether the selector node is reachable by absolute path path.Interfacejavax.jcr.query.qomJCR
SameNodeJoinConditionTests whether two nodes are "the same" according to the isSame method of javax.Interfacejavax.jcr.query.qomJCR
SelectorSelects a subset of the nodes in the repository based on node type.Interfacejavax.jcr.query.qomJCR
SourceInterfacejavax.jcr.query.qomJCR
StaticOperandInterfacejavax.jcr.query.qomJCR
UpperCaseEvaluates to the upper-case string value (or values, if multi-valued) of If operand does not evaluate to a string value, its valueInterfacejavax.jcr.query.qomJCR