Uses of Interface
com.easyjf.web.tools.IQuery

Packages that use IQuery
com.easyjf.web.tools   
 

Uses of IQuery in com.easyjf.web.tools
 

Classes in com.easyjf.web.tools that implement IQuery
 class ArrayQuery
           
 class DbQuery
           
 class ListQuery
           
 

Methods in com.easyjf.web.tools with parameters of type IQuery
 void PageList.setQuery(IQuery q)
           
 void IPageList.setQuery(IQuery q)
           
 

Constructors in com.easyjf.web.tools with parameters of type IQuery
PageList(IQuery q)