org.plasma.provisioning.rdb.mysql.any.query
Class QGlobalVariable
java.lang.Object
org.plasma.query.dsl.DomainObject
org.plasma.query.dsl.PathNode
org.plasma.query.dsl.DomainRoot
org.plasma.provisioning.rdb.mysql.any.query.QGlobalVariable
- All Implemented Interfaces:
- DomainQuery, PathProperty, Property, Query, Term
public class QGlobalVariable
- extends DomainRoot
Generated Domain Specific Language (DSL) implementation class representing the domain model entity GlobalVariable.
Data Store Mapping:
Corresponds to the physical data store entity GLOBAL_VARIABLES.
|
Constructor Summary |
QGlobalVariable(PathNode source,
java.lang.String sourceProperty)
Constructor which instantiates a domain query path node. |
QGlobalVariable(PathNode source,
java.lang.String sourceProperty,
Expression expr)
Constructor which instantiates a domain query path node. |
|
Method Summary |
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. |
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QGlobalVariable
public QGlobalVariable(PathNode source,
java.lang.String sourceProperty)
- Constructor which instantiates a domain query path node. A path may
span multiple namespaces and therefore Java inplementation packages
based on the Condiguration.
Note: while this constructor is public, it is not for application use!
- Parameters:
source - the source path nodesourceProperty - the source property logical name
QGlobalVariable
public QGlobalVariable(PathNode source,
java.lang.String sourceProperty,
Expression expr)
- Constructor which instantiates a domain query path node. A path may
span multiple namespaces and therefore Java inplementation packages
based on the Condiguration.
Note: while this constructor is public, it is not for application use!
- Parameters:
source - the source path nodesourceProperty - the source property logical nameexpr - the path predicate expression
newQuery
public 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.
- Returns:
- a new DSL query
name
public DataProperty name()
- Returns a DSL data element for property, name.
- Returns:
- a DSL data element for property, name.
value
public DataProperty value()
- Returns a DSL data element for property, value.
- Returns:
- a DSL data element for property, value.
Copyright © 2013. All Rights Reserved.