Uses of Class
wt.query.ClassTableExpression

Packages that use ClassTableExpression
wt.fc.batch Provides a mechanism for specifying operations that affect mulitple objects in the persistent datastore. 
wt.inf.container   
wt.pds Provides additional Persistent Database Services.  See PersistenceManager to fulfill most database access needs. 
wt.query Provides generic support for defining SQL queries (see QuerySpec and the various things that can be appended to it) in a database inedependent manner that should be used with the PersistenceManager
 

Uses of ClassTableExpression in wt.fc.batch
 

Fields in wt.fc.batch declared as ClassTableExpression
private  ClassTableExpression AbstractBatchSpec.target
           
 

Methods in wt.fc.batch that return ClassTableExpression
 ClassTableExpression AbstractBatchSpec.getTarget()
          Gets the value of the attribute: target; The target of the operation.
 

Methods in wt.fc.batch with parameters of type ClassTableExpression
 void AbstractBatchSpec.setTarget(ClassTableExpression a_Target)
          Sets the value of the attribute: target; The target of the operation.
private  void AbstractBatchSpec.targetValidate(ClassTableExpression a_Target)
           
 

Constructors in wt.fc.batch with parameters of type ClassTableExpression
UpdateBatchSpec(ClassTableExpression a_target, WhereExpression a_where, UpdateColumnExpression[] a_updateColumns)
          This constructor initializes the instance.
DeleteBatchSpec(ClassTableExpression a_target, WhereExpression a_where)
          This constructor initializes the instance.
AbstractBatchSpec(ClassTableExpression a_target, WhereExpression a_where)
          This constructor initializes the instance.
 

Uses of ClassTableExpression in wt.inf.container
 

Methods in wt.inf.container with parameters of type ClassTableExpression
private static void ContainerSpecHelper.processTableExpression(ContainerSpec spec, ClassTableExpression cte)
          Update the table expressions excluded classes and included interfaces based on the specifications in the container spec
private static void ContainerSpecHelper.processTableExpression(ContainerSpec spec, ClassTableExpression cte)
          Update the table expressions excluded classes and included interfaces based on the specifications in the container spec
 

Uses of ClassTableExpression in wt.pds
 

Subclasses of ClassTableExpression in wt.pds
(package private)  class NavigateStatementBuilder.ForeignKeyLinkTableExpression
           
 

Methods in wt.pds that return ClassTableExpression
private  ClassTableExpression ObjectReferenceStatementBuilder.getTableExpression(String a_className, int a_fromIndex)
           
 

Uses of ClassTableExpression in wt.query
 

Methods in wt.query with parameters of type ClassTableExpression
protected  boolean ClassTableExpression.readVersion(ClassTableExpression thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.