public class QLead
extends org.plasma.query.dsl.DomainRoot
| Constructor and Description |
|---|
QLead(org.plasma.query.dsl.PathNode source,
String sourceProperty)
Constructor which instantiates a domain query path node.
|
QLead(org.plasma.query.dsl.PathNode source,
String sourceProperty,
org.plasma.query.Expression expr)
Constructor which instantiates a domain query path node.
|
| Modifier and Type | Method and Description |
|---|---|
static QLead |
newQuery()
Returns a new DSL query for Type Lead which can be used either as a query root or
as the start (entry point) for a new path predicate expression.
|
QNode |
source()
Returns a DSL query element for reference property, source.
|
QNode |
target()
Returns a DSL query element for reference property, target.
|
addConfigurationProperty, clearOrderByClause, findGroupByClause, findHavingClause, findJoinClauses, findOrderByClause, findWhereClause, getConfigurationProperty, getEndRange, getFromClause, getModel, getName, getSelectClause, getStartRange, getWhereClause, groupBy, having, orderBy, select, select, select, setEndRange, setName, setStartRange, wherepublic QLead(org.plasma.query.dsl.PathNode source,
String sourceProperty)
source - the source path nodesourceProperty - the source property logical namepublic QLead(org.plasma.query.dsl.PathNode source,
String sourceProperty,
org.plasma.query.Expression expr)
source - the source path nodesourceProperty - the source property logical nameexpr - the path predicate expressionpublic static QLead newQuery()
public QNode source()
public QNode target()
Copyright © 2023. All Rights Reserved.