Package wt.query
Class ClassTableExpression
java.lang.Object
wt.query.AbstractTableExpression
wt.query.AbstractClassTableExpression
wt.query.ClassTableExpression
- All Implemented Interfaces:
Externalizable,Serializable,Cloneable,wt.query.PageableTableExpression,TableExpression
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
Supported API: true
Extendable: false
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClassTableExpression(Class a_class) This constructor initializes this instance. -
Method Summary
Methods inherited from class wt.query.AbstractClassTableExpression
getExcludedDescendants, isDescendantsIncluded, setDescendantsIncluded, setExcludedDescendants, setExcludedDescendants, setIncludedInterfaces
-
Constructor Details
-
ClassTableExpression
This constructor initializes this instance.
Supported API: true- Parameters:
a_class- The associated class for the table expression.
-