Uses of Class
ch.elca.el4j.services.search.QueryObject

Packages that use QueryObject
ch.elca.el4j.services.persistence.generic.dao   
ch.elca.el4j.services.persistence.hibernate.criteria   
ch.elca.el4j.services.persistence.hibernate.dao   
ch.elca.el4j.services.search.events   
 

Uses of QueryObject in ch.elca.el4j.services.persistence.generic.dao
 

Methods in ch.elca.el4j.services.persistence.generic.dao with parameters of type QueryObject
 List<T> GenericDao.findByQuery(QueryObject q)
          Executes a query based on a given query object.
 int GenericDao.findCountByQuery(QueryObject query)
          Count number of results of a search.
 

Uses of QueryObject in ch.elca.el4j.services.persistence.hibernate.criteria
 

Methods in ch.elca.el4j.services.persistence.hibernate.criteria with parameters of type QueryObject
protected static void CriteriaTransformer.addOrderConstraints(DetachedCriteria hibernateCriteria, QueryObject query)
           
static DetachedCriteria CriteriaTransformer.transform(QueryObject query, Class<?> domainObjectClass)
          Transforms EL4J Criteria of the given QueryObject into the corresponding Hibernate DetachedCriteria.
 

Uses of QueryObject in ch.elca.el4j.services.persistence.hibernate.dao
 

Methods in ch.elca.el4j.services.persistence.hibernate.dao with parameters of type QueryObject
 List<T> GenericHibernateDao.findByQuery(QueryObject q)
          Executes a query based on a given query object.
 List<T> ConvenienceGenericHibernateDao.findByQuery(QueryObject q, DataExtent extent)
          Executes a query based on a given query object.
 List<T> GenericHibernateDao.findByQuery(QueryObject q, DataExtent extent)
          Executes a query based on a given query object.
 int GenericHibernateDao.findCountByQuery(QueryObject q)
          Count number of results of a search.
protected  DetachedCriteria GenericHibernateDao.getCriteria(QueryObject queryObject)
           
 

Uses of QueryObject in ch.elca.el4j.services.search.events
 

Methods in ch.elca.el4j.services.search.events that return QueryObject
 QueryObject QueryObjectEvent.getQueryObject()
           
 QueryObject QueryObjectEvent.getQueryObject(Class<?> beanClass)
           
 

Methods in ch.elca.el4j.services.search.events that return types with arguments of type QueryObject
 List<QueryObject> QueryObjectEvent.getQueryObjects()
           
 

Constructors in ch.elca.el4j.services.search.events with parameters of type QueryObject
QueryObjectEvent(Object source, QueryObject queryObject)
          Constructor for one query object.
 

Constructor parameters in ch.elca.el4j.services.search.events with type arguments of type QueryObject
QueryObjectEvent(Object source, Collection<QueryObject> queryObjects)
          Constructor for multiple query objects.
 



Copyright © 2005-2011 ELCA. All Rights Reserved.