org.apache.yaoql.client
Interface ObjectQuery<T>

All Known Implementing Classes:
ObjectQueryImpl

public interface ObjectQuery<T>


Method Summary
 void addListener(ObjectQueryListener<T> listener)
           
 void clearListeners()
           
 String getQuery()
           
 List<T> getResultList(Collection<T> objs)
           
 ObjectResultSet<T> getResults(Collection<T> objs)
           
 void setParameter(String name, Object val)
           
 

Method Detail

getQuery

String getQuery()

addListener

void addListener(ObjectQueryListener<T> listener)

clearListeners

void clearListeners()

setParameter

void setParameter(String name,
                  Object val)

getResults

ObjectResultSet<T> getResults(Collection<T> objs)
                              throws HBqlException
Throws:
HBqlException

getResultList

List<T> getResultList(Collection<T> objs)
                      throws HBqlException
Throws:
HBqlException


Copyright © 2011. All Rights Reserved.