to.etc.domui.component.tbl
Interface IQueryHandler<T>

All Known Implementing Classes:
DefaultQueryHandler

public interface IQueryHandler<T>


Method Summary
 java.util.List<T> query(QCriteria<T> q)
           
 

Method Detail

query

java.util.List<T> query(QCriteria<T> q)
                        throws java.lang.Exception
Throws:
java.lang.Exception