Uses of Interface
org.plasma.query.dsl.DomainQuery

Packages that use DomainQuery
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 DomainQuery in org.plasma.provisioning.rdb.mysql.any.query
 

Classes in org.plasma.provisioning.rdb.mysql.any.query that implement DomainQuery
 class QGlobalVariable
          Generated Domain Specific Language (DSL) implementation class representing the domain model entity GlobalVariable.
 

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

Classes in org.plasma.provisioning.rdb.mysql.v5_5.query that implement DomainQuery
 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.
 

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

Classes in org.plasma.provisioning.rdb.oracle.any.sys.query that implement DomainQuery
 class QVersion
          Generated Domain Specific Language (DSL) implementation class representing the domain model entity Version.
 

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

Classes in org.plasma.provisioning.rdb.oracle.g11.sys.query that implement DomainQuery
 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
 

Uses of DomainQuery in org.plasma.query.dsl
 

Classes in org.plasma.query.dsl that implement DomainQuery
 class DomainRoot
          The implementation of a domain query as a root within a query graph.
 

Methods in org.plasma.query.dsl that return DomainQuery
 DomainQuery DomainRoot.groupBy(DataProperty property)
           
 DomainQuery DomainQuery.groupBy(DataProperty property)
          Appends the given data property to the group by clause within this query and returns the query.
 DomainQuery DomainRoot.orderBy(DataProperty property)
           
 DomainQuery DomainQuery.orderBy(DataProperty property)
          Appends the given data property to the order by clause within this query and returns the query.
 DomainQuery DomainRoot.select(DataProperty property)
           
 DomainQuery DomainQuery.select(DataProperty property)
          Appends the given property to the select clause within this query and returns the query.
 DomainQuery DomainRoot.select(Wildcard property)
           
 DomainQuery DomainQuery.select(Wildcard property)
          Appends the given wildcard property to the select clause within this query and returns the query.
 DomainQuery DomainRoot.where(Expression expr)
           
 DomainQuery DomainQuery.where(Expression expr)
          Appends the given expression to the where clause within this query and returns the query.
 



Copyright © 2013. All rights reserved.