Uses of Class
org.plasma.query.dsl.PathNode

Packages that use PathNode
org.plasma.provisioning.rdb.mysql.any.query   
org.plasma.provisioning.rdb.mysql.v5_5.query   
org.plasma.provisioning.rdb.oracle.any.sys.query   
org.plasma.provisioning.rdb.oracle.g11.sys.query   
org.plasma.query.dsl   
 

Uses of PathNode in org.plasma.provisioning.rdb.mysql.any.query
 

Subclasses of PathNode in org.plasma.provisioning.rdb.mysql.any.query
 class QGlobalVariable
          Generated Domain Specific Language (DSL) implementation class representing the domain model entity GlobalVariable.
 

Constructors in org.plasma.provisioning.rdb.mysql.any.query with parameters of type PathNode
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.
 

Uses of PathNode in org.plasma.provisioning.rdb.mysql.v5_5.query
 

Subclasses of PathNode in org.plasma.provisioning.rdb.mysql.v5_5.query
 class QTable
          Generated Domain Specific Language (DSL) implementation class representing the domain model entity Table.
 class QTableColumn
          Represents a system column definition which is linked to its system Table definition by association.
 class QTableColumnConstraint
          Generated Domain Specific Language (DSL) implementation class representing the domain model entity TableColumnConstraint.
 class QTableColumnKeyUsage
          Generated Domain Specific Language (DSL) implementation class representing the domain model entity TableColumnKeyUsage.
 class QTableConstraint
          Generated Domain Specific Language (DSL) implementation class representing the domain model entity TableConstraint.
 class QView
          Generated Domain Specific Language (DSL) implementation class representing the domain model entity View.
 

Constructors in org.plasma.provisioning.rdb.mysql.v5_5.query with parameters of type PathNode
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.
QTable(PathNode source, java.lang.String sourceProperty)
          Constructor which instantiates a domain query path node.
QTable(PathNode source, java.lang.String sourceProperty, Expression expr)
          Constructor which instantiates a domain query path node.
QTableColumn(PathNode source, java.lang.String sourceProperty)
          Constructor which instantiates a domain query path node.
QTableColumn(PathNode source, java.lang.String sourceProperty, Expression expr)
          Constructor which instantiates a domain query path node.
QTableColumnConstraint(PathNode source, java.lang.String sourceProperty)
          Constructor which instantiates a domain query path node.
QTableColumnConstraint(PathNode source, java.lang.String sourceProperty, Expression expr)
          Constructor which instantiates a domain query path node.
QTableColumnKeyUsage(PathNode source, java.lang.String sourceProperty)
          Constructor which instantiates a domain query path node.
QTableColumnKeyUsage(PathNode source, java.lang.String sourceProperty, Expression expr)
          Constructor which instantiates a domain query path node.
QTableConstraint(PathNode source, java.lang.String sourceProperty)
          Constructor which instantiates a domain query path node.
QTableConstraint(PathNode source, java.lang.String sourceProperty, Expression expr)
          Constructor which instantiates a domain query path node.
QView(PathNode source, java.lang.String sourceProperty)
          Constructor which instantiates a domain query path node.
QView(PathNode source, java.lang.String sourceProperty, Expression expr)
          Constructor which instantiates a domain query path node.
 

Uses of PathNode in org.plasma.provisioning.rdb.oracle.any.sys.query
 

Subclasses of PathNode in org.plasma.provisioning.rdb.oracle.any.sys.query
 class QVersion
          Generated Domain Specific Language (DSL) implementation class representing the domain model entity Version.
 

Constructors in org.plasma.provisioning.rdb.oracle.any.sys.query with parameters of type PathNode
QVersion(PathNode source, java.lang.String sourceProperty)
          Constructor which instantiates a domain query path node.
QVersion(PathNode source, java.lang.String sourceProperty, Expression expr)
          Constructor which instantiates a domain query path node.
 

Uses of PathNode in org.plasma.provisioning.rdb.oracle.g11.sys.query
 

Subclasses of PathNode in org.plasma.provisioning.rdb.oracle.g11.sys.query
 class QConstraint
          A constraint definition
 class QTableColumnComment
          The comment for a column
 class QTableComment
          A comment on a table
 class QViewColumn
          Represents a system column definition which is linked to its system Table definition by association.
 class QViewColumnComment
          The comment for a column
 class QViewComment
          A comment on a table
 

Constructors in org.plasma.provisioning.rdb.oracle.g11.sys.query with parameters of type PathNode
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.
QTable(PathNode source, java.lang.String sourceProperty)
          Constructor which instantiates a domain query path node.
QTable(PathNode source, java.lang.String sourceProperty, Expression expr)
          Constructor which instantiates a domain query path node.
QTableColumn(PathNode source, java.lang.String sourceProperty)
          Constructor which instantiates a domain query path node.
QTableColumn(PathNode source, java.lang.String sourceProperty, Expression expr)
          Constructor which instantiates a domain query path node.
QTableColumnComment(PathNode source, java.lang.String sourceProperty)
          Constructor which instantiates a domain query path node.
QTableColumnComment(PathNode source, java.lang.String sourceProperty, Expression expr)
          Constructor which instantiates a domain query path node.
QTableColumnConstraint(PathNode source, java.lang.String sourceProperty)
          Constructor which instantiates a domain query path node.
QTableColumnConstraint(PathNode source, java.lang.String sourceProperty, Expression expr)
          Constructor which instantiates a domain query path node.
QTableComment(PathNode source, java.lang.String sourceProperty)
          Constructor which instantiates a domain query path node.
QTableComment(PathNode source, java.lang.String sourceProperty, Expression expr)
          Constructor which instantiates a domain query path node.
QVersion(PathNode source, java.lang.String sourceProperty)
          Constructor which instantiates a domain query path node.
QVersion(PathNode source, java.lang.String sourceProperty, Expression expr)
          Constructor which instantiates a domain query path node.
QView(PathNode source, java.lang.String sourceProperty)
          Constructor which instantiates a domain query path node.
QView(PathNode source, java.lang.String sourceProperty, Expression expr)
          Constructor which instantiates a domain query path node.
QViewColumn(PathNode source, java.lang.String sourceProperty)
          Constructor which instantiates a domain query path node.
QViewColumn(PathNode source, java.lang.String sourceProperty, Expression expr)
          Constructor which instantiates a domain query path node.
QViewColumnComment(PathNode source, java.lang.String sourceProperty)
          Constructor which instantiates a domain query path node.
QViewColumnComment(PathNode source, java.lang.String sourceProperty, Expression expr)
          Constructor which instantiates a domain query path node.
QViewComment(PathNode source, java.lang.String sourceProperty)
          Constructor which instantiates a domain query path node.
QViewComment(PathNode source, java.lang.String sourceProperty, Expression expr)
          Constructor which instantiates a domain query path node.
 

Uses of PathNode in org.plasma.query.dsl
 

Subclasses of PathNode in org.plasma.query.dsl
 class DomainRoot
          The implementation of a domain query as a root within a query graph.
 

Fields in org.plasma.query.dsl declared as PathNode
protected  PathNode DomainObject.source
           
 

Methods in org.plasma.query.dsl that return PathNode
protected  PathNode PathNode.getSource()
           
 

Constructors in org.plasma.query.dsl with parameters of type PathNode
DataNode(PathNode source, java.lang.String name)
           
DomainEndpoint(PathNode source, java.lang.String sourceProperty)
           
DomainObject(PathNode source, java.lang.String sourceProperty)
           
DomainRoot(PathNode source, java.lang.String sourceProperty)
           
DomainRoot(PathNode source, java.lang.String sourceProperty, Expression expr)
           
PathNode(PathNode source, java.lang.String sourceProperty)
           
PathNode(PathNode source, java.lang.String sourceProperty, Expression expr)
           
WildcardDataNode(PathNode source, java.lang.String name)
           
 



Copyright © 2013. All Rights Reserved.