Uses of Interface
wt.query.specification.QueryWriter

Packages that use QueryWriter
wt.query.specification   
 

Uses of QueryWriter in wt.query.specification
 

Classes in wt.query.specification that implement QueryWriter
 class DefaultQueryWriter
          

Supported API: false

Extendable: false
 

Fields in wt.query.specification declared as QueryWriter
private  QueryWriter QueryBuilder.writer
           
 

Methods in wt.query.specification that return QueryWriter
 QueryWriter QueryBuilder.getWriter()
          Gets the object for the association that plays role: writer.
 

Methods in wt.query.specification with parameters of type QueryWriter
 void QueryBuilder.setWriter(QueryWriter a_Writer)
          Sets the object for the association that plays role: writer.
private  void QueryBuilder.writerValidate(QueryWriter a_Writer)