public class QConstraint extends DomainRoot
source, sourceProperty| Constructor and Description |
|---|
QConstraint(PathNode source,
String sourceProperty)
Constructor which instantiates a domain query path node.
|
QConstraint(PathNode source,
String sourceProperty,
Expression expr)
Constructor which instantiates a domain query path node.
|
| Modifier and Type | Method and Description |
|---|---|
DataProperty |
constraintName()
Returns a DSL data element for property, constraintName.
|
DataProperty |
constraintType()
Returns a DSL data element for property, constraintType.
|
DataProperty |
deleteRule()
Returns a DSL data element for property, deleteRule.
|
DataProperty |
indexName()
Returns a DSL data element for property, indexName.
|
DataProperty |
indexOwner()
Returns a DSL data element for property, indexOwner.
|
static QConstraint |
newQuery()
Returns a new DSL query for Type Constraint 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 |
refConstraintName()
Returns a DSL data element for property, refConstraintName.
|
DataProperty |
refOwner()
Returns a DSL data element for property, refOwner.
|
DataProperty |
searchCondition()
Returns a DSL data element for property, searchCondition.
|
QTable |
table()
Returns a DSL query element for reference property, table.
|
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 QConstraint(PathNode source, String sourceProperty)
source - the source path nodesourceProperty - the source property logical namepublic QConstraint(PathNode source, String sourceProperty, Expression expr)
source - the source path nodesourceProperty - the source property logical nameexpr - the path predicate expressionpublic static QConstraint newQuery()
public DataProperty constraintName()
public DataProperty constraintType()
public DataProperty deleteRule()
public DataProperty indexName()
public DataProperty indexOwner()
public DataProperty owner()
public DataProperty refConstraintName()
public DataProperty refOwner()
public DataProperty searchCondition()
public QTable table()
Copyright © 2017. All rights reserved.