public class QViewComment extends DomainRoot
source, sourceProperty| Constructor and Description |
|---|
QViewComment(PathNode source,
String sourceProperty)
Constructor which instantiates a domain query path node.
|
QViewComment(PathNode source,
String sourceProperty,
Expression expr)
Constructor which instantiates a domain query path node.
|
| Modifier and Type | Method and Description |
|---|---|
DataProperty |
comments()
Returns a DSL data element for property, comments.
|
static QViewComment |
newQuery()
Returns a new DSL query for Type ViewComment which can be used either as a query root or
as the start (entry point) for a new path predicate expression.
|
DataProperty |
owner()
Returns a DSL data element for property, owner.
|
DataProperty |
tableType()
Returns a DSL data element for property, tableType.
|
QView |
view()
Returns a DSL query element for reference property, view.
|
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 QViewComment(PathNode source, String sourceProperty)
source - the source path nodesourceProperty - the source property logical namepublic QViewComment(PathNode source, String sourceProperty, Expression expr)
source - the source path nodesourceProperty - the source property logical nameexpr - the path predicate expressionpublic static QViewComment newQuery()
public DataProperty comments()
public DataProperty owner()
public DataProperty tableType()
public QView view()
Copyright © 2017. All rights reserved.