public class QGlobalVariable extends DomainRoot
source, sourceProperty| Constructor and Description |
|---|
QGlobalVariable(PathNode source,
String sourceProperty)
Constructor which instantiates a domain query path node.
|
QGlobalVariable(PathNode source,
String sourceProperty,
Expression expr)
Constructor which instantiates a domain query path node.
|
| Modifier and Type | Method and Description |
|---|---|
DataProperty |
name()
Returns a DSL data element for property, name.
|
static QGlobalVariable |
newQuery()
Returns a new DSL query for Type GlobalVariable which can be used either as a query root or
as the start (entry point) for a new path predicate expression.
|
DataProperty |
value()
Returns a DSL data element for property, value.
|
addConfigurationProperty, clearOrderByClause, findGroupByClause, findJoinClauses, findOrderByClause, findWhereClause, getConfigurationProperty, getEndRange, getFromClause, getModel, getName, getSelectClause, getStartRange, getWhereClause, groupBy, orderBy, select, select, setEndRange, setName, setStartRange, wheredataWildcard, getSource, getSourceProperty, group, isNotNull, isNull, isRoot, referenceWildcard, subclassDataWildcard, wildcardpublic QGlobalVariable(PathNode source, String sourceProperty)
source - the source path nodesourceProperty - the source property logical namepublic QGlobalVariable(PathNode source, String sourceProperty, Expression expr)
source - the source path nodesourceProperty - the source property logical nameexpr - the path predicate expressionpublic static QGlobalVariable newQuery()
public DataProperty name()
public DataProperty value()
Copyright © 2017. All rights reserved.