|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SetQuery | |
---|---|
org.modeshape.jcr.api.query.qom | |
org.modeshape.jcr.query.qom |
Uses of SetQuery in org.modeshape.jcr.api.query.qom |
---|
Subinterfaces of SetQuery in org.modeshape.jcr.api.query.qom | |
---|---|
interface |
SetQueryObjectModel
A set query extension to the JCR query object model. |
Methods in org.modeshape.jcr.api.query.qom that return SetQuery | |
---|---|
SetQuery |
QueryObjectModelFactory.except(QueryCommand left,
QueryCommand right,
Ordering[] orderings,
Limit limit,
boolean all)
Creates a query command that returns all rows that are in the result of the left-hand query but not in the result of the right-hand query. |
SetQuery |
QueryObjectModelFactory.intersect(QueryCommand left,
QueryCommand right,
Ordering[] orderings,
Limit limit,
boolean all)
Creates a query command that returns all rows that are both in the result of the left-hand query and in the result of the right-hand query. |
SetQuery |
QueryObjectModelFactory.union(QueryCommand left,
QueryCommand right,
Ordering[] orderings,
Limit limit,
boolean all)
Creates a query command that effectively appends the results of the right-hand query to those of the left-hand query. |
Uses of SetQuery in org.modeshape.jcr.query.qom |
---|
Classes in org.modeshape.jcr.query.qom that implement SetQuery | |
---|---|
class |
JcrSetQuery
|
class |
JcrSetQueryObjectModel
Implementation of QueryObjectModel that represents a select query . |
Methods in org.modeshape.jcr.query.qom that return SetQuery | |
---|---|
SetQuery |
JcrQueryObjectModelFactory.except(QueryCommand left,
QueryCommand right,
Ordering[] orderings,
Limit limit,
boolean all)
Creates a query command that returns all rows that are in the result of the left-hand query but not in the result of the right-hand query. |
SetQuery |
JcrQueryObjectModelFactory.intersect(QueryCommand left,
QueryCommand right,
Ordering[] orderings,
Limit limit,
boolean all)
Creates a query command that returns all rows that are both in the result of the left-hand query and in the result of the right-hand query. |
SetQuery |
JcrQueryObjectModelFactory.union(QueryCommand left,
QueryCommand right,
Ordering[] orderings,
Limit limit,
boolean all)
Creates a query command that effectively appends the results of the right-hand query to those of the left-hand query. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |