Uses of Class
wt.query.CompositeWhereExpression

Packages that use CompositeWhereExpression
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
wt.team
 
wt.vc.struct
 
 

Uses of CompositeWhereExpression in wt.query
 

Fields in wt.query declared as CompositeWhereExpression
(package private)  CompositeWhereExpression JoinClause.Item.whereExpressionForTableJoin
           
 

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

Uses of CompositeWhereExpression in wt.team
 

Methods in wt.team that return CompositeWhereExpression
private  CompositeWhereExpression StandardTeamService.buildRemoveMembersWhereClause(Map ending, Map starting, CompositeWhereExpression whereExpression)
           
private  CompositeWhereExpression StandardTeamService.buildRemoveMembersWhereClause(Map ending, Map starting, CompositeWhereExpression whereExpression)
           
 

Methods in wt.team with parameters of type CompositeWhereExpression
private  CompositeWhereExpression StandardTeamService.buildRemoveMembersWhereClause(Map ending, Map starting, CompositeWhereExpression whereExpression)
           
private  CompositeWhereExpression StandardTeamService.buildRemoveMembersWhereClause(Map ending, Map starting, CompositeWhereExpression whereExpression)
           
 

Uses of CompositeWhereExpression in wt.vc.struct
 

Methods in wt.vc.struct that return CompositeWhereExpression
private  CompositeWhereExpression StandardStructService.getCompositeWhereExpression(List whereExpressions, LogicalOperator op)