wt.query
Class ClassViewExpression

java.lang.Object
  extended by wt.query.AbstractTableExpression
      extended by wt.query.AbstractClassTableExpression
          extended by wt.query.ClassViewExpression
All Implemented Interfaces:
Externalizable, Serializable, Cloneable, wt.query.PageableTableExpression, TableExpression

public class ClassViewExpression
extends AbstractClassTableExpression
implements Externalizable

This class represents a class specification of a table which can be used in a SQL FROM clause. The SQL table is a combined "view" of the class and all sub-classes.

Supported API: true

Extendable: false

See Also:
Serialized Form

Constructor Summary
ClassViewExpression(Class a_class)
          This constructor initializes this instance.
 
Method Summary
 
Methods inherited from class wt.query.AbstractClassTableExpression
getExcludedDescendants, isDescendantsIncluded, setDescendantsIncluded, setExcludedDescendants, setIncludedInterfaces
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassViewExpression

public ClassViewExpression(Class a_class)
This constructor initializes this instance.

Supported API: true

Parameters:
a_class - Class to use as source of the TableExpression.