Copyright© 2008-2018 SiteVision AB, all rights reserved.
Package | Description |
---|---|
javax.jcr.query.qom |
Provides interfaces and classes for content repository Query Object Model.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Join
Performs a join between two node-tuple sources.
|
interface |
Selector
Selects a subset of the nodes in the repository based on node type.
|
Modifier and Type | Method and Description |
---|---|
Source |
Join.getLeft()
Gets the left node-tuple source.
|
Source |
Join.getRight()
Gets the right node-tuple source.
|
Source |
QueryObjectModel.getSource()
Gets the node-tuple source for this query.
|
Modifier and Type | Method and Description |
---|---|
QueryObjectModel |
QueryObjectModelFactory.createQuery(Source source,
Constraint constraint,
Ordering[] orderings,
Column[] columns)
Creates a query with one or more selectors.
|
Join |
QueryObjectModelFactory.join(Source left,
Source right,
String joinType,
JoinCondition joinCondition)
Performs a join between two node-tuple sources.
|
SiteVision - Portal and Content Management Made Easy
SiteVision is an advanced Java enterprise portal product and a portlet container (JSR 286) that implements Java Content Repository (JSR 283).
Copyright© 2008-2018 SiteVision AB, all rights reserved.