|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.query.dsl.DomainObject
org.plasma.query.dsl.PathNode
org.plasma.query.dsl.DomainRoot
org.plasma.provisioning.rdb.oracle.g11.sys.query.QConstraint
public class QConstraint
A constraint definition
Generated Domain Specific Language (DSL) implementation class representing the domain model entity Constraint. Data Store Mapping: Corresponds to the physical data store entity ALL_CONSTRAINTS.
| Field Summary |
|---|
| Fields inherited from class org.plasma.query.dsl.PathNode |
|---|
expr, isRoot, type |
| Fields inherited from class org.plasma.query.dsl.DomainObject |
|---|
source, sourceProperty |
| Constructor Summary | |
|---|---|
QConstraint(PathNode source,
java.lang.String sourceProperty)
Constructor which instantiates a domain query path node. |
|
QConstraint(PathNode source,
java.lang.String sourceProperty,
Expression expr)
Constructor which instantiates a domain query path node. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.plasma.query.dsl.DomainRoot |
|---|
clearOrderByClause, findGroupByClause, findOrderByClause, findWhereClause, getEndRange, getFromClause, getModel, getName, getSelectClause, getStartRange, getWhereClause, groupBy, orderBy, select, select, setEndRange, setName, setStartRange, where |
| Methods inherited from class org.plasma.query.dsl.PathNode |
|---|
getSource, getSourceProperty, group, isNotNull, isNull, isRoot, wildcard |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QConstraint(PathNode source,
java.lang.String sourceProperty)
source - the source path nodesourceProperty - the source property logical name
public QConstraint(PathNode source,
java.lang.String sourceProperty,
Expression expr)
source - the source path nodesourceProperty - the source property logical nameexpr - the path predicate expression| Method Detail |
|---|
public 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||