wt.query
Class ClassTableExpression

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

public class ClassTableExpression
extends AbstractClassTableExpression
implements Externalizable

This class represents a class specification of a table which can be used in a SQL FROM clause. Introspection information is used to determine the associated table.

Supported API: true

Extendable: false

See Also:
Serialized Form

Constructor Summary
ClassTableExpression(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

ClassTableExpression

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

Supported API: true

Parameters:
a_class - The associated class for the table expression.