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:
-
Field Summary
Fields inherited from interface wt.query.TableExpression
ACCESS_CONTROL_REQUIRED, ADVANCED_QUERY, ADVANCED_QUERY_ENABLED, BIND_PARAMETER, DEFAULT_SETTING, DESCENDANTS_INCLUDED, TABLE_CLASS, USE_BIND -
Constructor Summary
ConstructorsConstructorDescriptionClassTableExpression(Class a_class) This constructor initializes this instance. -
Method Summary
Methods inherited from class wt.query.AbstractClassTableExpression
appendSnapshotSelectId, appendSnapshotSelectName, buildDescendentSet, buildJoinCondition, buildJoinCondition, clone, clone, columnsReset, filterEmptyTables, filterExcluded, getAccessControlRequired, getAutoNaviTableOrder, getClassAccessControlRequired, getClassInfos, getColumns, getExcludedDescendants, getFilteredClassInfos, getIncludedInterfaces, getOrderAttributeList, getTableClass, getTableReferenceMap, getValidClasses, isAccessControlled, isAccessControlRequired, isDescendantsIncluded, isEmptyTableOptimzationEnabled, isOuterJoin, pagingClone, readVersion, setAccessControlRequired, setColumns, setDescendantsIncluded, setEmptyTableOptimzationEnabled, setExcludedDescendants, setExcludedDescendants, setIncludedInterfaces, setOrderAttributeList, setOuterJoin, toStringMethods inherited from class wt.query.AbstractTableExpression
getBindParameter, isAdvancedQuery, isAdvancedQueryEnabled, isDefaultSetting, isUseBind, setAdvancedQueryEnabled, setUseBindMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.query.TableExpression
getBindParameter, isAdvancedQuery, isAdvancedQueryEnabled, isDefaultSetting, isUseBind, setAdvancedQueryEnabled, setUseBind
-
Constructor Details
-
ClassTableExpression
This constructor initializes this instance.
Supported API: true- Parameters:
a_class- The associated class for the table expression.
-