Uses of Class
wt.query.CompoundQuerySpec

Packages that use CompoundQuerySpec
wt.fc.requireddata   
wt.inf.container   
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 CompoundQuerySpec in wt.fc.requireddata
 

Methods in wt.fc.requireddata that return CompoundQuerySpec
private  CompoundQuerySpec StandardRequiredDataService.buildCompoundQuerySpec(SetOperator operator, QuerySpec[] querySpecs)
          Build a CompoundQuerySpec given a SetOperator and an array of QuerySpec objects.
 

Uses of CompoundQuerySpec in wt.inf.container
 

Methods in wt.inf.container that return CompoundQuerySpec
private static CompoundQuerySpec LookupSpecHelper.getSortedLookupCompoundSpec(WTContainerRef[] containers, LookupSpec spec, boolean inflate)
           
private static CompoundQuerySpec LookupSpecHelper.getSortedLookupCompoundSpec(WTContainerRef[] containers, LookupSpec spec, boolean inflate)
           
 

Methods in wt.inf.container with parameters of type CompoundQuerySpec
private static void ContainerSpecHelper.addHierarchySpecs(ContainerSpec spec, WTContainerRef ref, CompoundQuerySpec comp, boolean select_classname)
           
private static void ContainerSpecHelper.addHierarchySpecs(ContainerSpec spec, WTContainerRef ref, CompoundQuerySpec comp, boolean select_classname)
           
 

Uses of CompoundQuerySpec in wt.query
 

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