Uses of Class
wt.query.NavigateSpec

Packages that use NavigateSpec
wt.fc Provides high level datastore access by using the PersistenceManager (and server-side-only PersistenceManagerSvr) to find and manage Persistable objects. 
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 NavigateSpec in wt.fc
 

Methods in wt.fc that return NavigateSpec
static NavigateSpec PersistenceHelper.buildNavigateSpec(Object source, String role, Class linkClass, boolean onlyOtherSide)
          This method builds a query specification for navigating an association.
static NavigateSpec PersistenceHelper.buildNavigateSpec(Object source, String role, Class linkClass, boolean onlyOtherSide)
          This method builds a query specification for navigating an association.
 

Uses of NavigateSpec in wt.query
 

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