Uses of Interface
org.plasma.query.Property

Packages that use Property
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

The PlasmaQuery� API provides a flexible mechanism to fully describe any arbitrary SDO results Data Graph, independent of any persistence framework or type of data store. 

org.plasma.query.dsl   
org.plasma.query.model PlasmaSDO™ License This is a community release of PlasmaSDO™, a dual-license Service Data Object (SDO) 2.1 implementation. 
 

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

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

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

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

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

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

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

Subinterfaces of Property in org.plasma.query
 interface DataProperty
          A non-reference property with a type which is a data type.
 interface PathProperty
          A reference (or non data type) property which constitutes part of a path within a data graph
 interface Wildcard
          A wild card property indicating the selection of all data properties within a type.
 

Uses of Property in org.plasma.query.dsl
 

Classes in org.plasma.query.dsl that implement Property
 class DataNode
          A domain query node which is a data property end point within a query graph.
 class DomainRoot
          The implementation of a domain query as a root within a query graph.
 class PathNode
          A domain object which is not an end point but a single step within a path within a query graph.
 class WildcardDataNode
          A domain query node which is a wild card data end point within a query graph.
 

Uses of Property in org.plasma.query.model
 

Classes in org.plasma.query.model that implement Property
 class Property
           
 



Copyright © 2013. All rights reserved.