Uses of Class
wt.query.specification.DefaultClassSearchSpec

Packages that use DefaultClassSearchSpec
wt.csm.query   
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.query.specification   
 

Uses of DefaultClassSearchSpec in wt.csm.query
 

Methods in wt.csm.query with parameters of type DefaultClassSearchSpec
static void AbstractCSMQueryContainer.printSelectionSpec(DefaultClassSearchSpec spec, String prefix)
           
 

Uses of DefaultClassSearchSpec in wt.query
 

Methods in wt.query with parameters of type DefaultClassSearchSpec
private  void SearchTask.updateDefaultClassSearchSpecForContainers(DefaultClassSearchSpec dcss, Class classname, WTContainer container, Vector containerList)
           
 void AttributeSearchSpecification.appendToClassSearchSpec(DefaultClassSearchSpec a_classSearchSpec, Class a_class)
           
 

Uses of DefaultClassSearchSpec in wt.query.specification
 

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