org.plasma.provisioning.rdb.oracle.g11.sys.query
Class QTableComment

java.lang.Object
  extended by org.plasma.query.dsl.DomainObject
      extended by org.plasma.query.dsl.PathNode
          extended by org.plasma.query.dsl.DomainRoot
              extended by org.plasma.provisioning.rdb.oracle.g11.sys.query.QTableComment
All Implemented Interfaces:
DomainQuery, PathProperty, Property, Query, Term

public class QTableComment
extends DomainRoot

A comment on a table

Generated Domain Specific Language (DSL) implementation class representing the domain model entity TableComment.

Data Store Mapping: Corresponds to the physical data store entity ALL_TAB_COMMENTS.


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
QTableComment(PathNode source, String sourceProperty)
          Constructor which instantiates a domain query path node.
QTableComment(PathNode source, String sourceProperty, Expression expr)
          Constructor which instantiates a domain query path node.
 
Method Summary
 DataProperty comments()
          Returns a DSL data element for property, comments.
static QTableComment newQuery()
          Returns a new DSL query for Type TableComment 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.
 QTable table()
          Returns a DSL query element for reference property, table.
 DataProperty tableType()
          Returns a DSL data element for property, tableType.
 
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

QTableComment

public QTableComment(PathNode source,
                     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 node
sourceProperty - the source property logical name

QTableComment

public QTableComment(PathNode source,
                     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 node
sourceProperty - the source property logical name
expr - the path predicate expression
Method Detail

newQuery

public static QTableComment newQuery()
Returns a new DSL query for Type TableComment 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

comments

public DataProperty comments()
Returns a DSL data element for property, comments.

Returns:
a DSL data element for property, comments.

owner

public DataProperty owner()
Returns a DSL data element for property, owner.

Returns:
a DSL data element for property, owner.

table

public QTable table()
Returns a DSL query element for reference property, table.

Returns:
a DSL query element for reference property, table.

tableType

public DataProperty tableType()
Returns a DSL data element for property, tableType.

Returns:
a DSL data element for property, tableType.


Copyright © 2014. All rights reserved.