Uses of Class
org.exoplatform.task.dao.Query
Packages that use Query
-
Uses of Query in org.exoplatform.task.dao
Subclasses of Query in org.exoplatform.task.daoMethods in org.exoplatform.task.dao that return QueryModifier and TypeMethodDescriptionMethods in org.exoplatform.task.dao with parameters of type Query -
Uses of Query in org.exoplatform.task.dao.jpa
Methods in org.exoplatform.task.dao.jpa with parameters of type QueryModifier and TypeMethodDescriptionprotected jakarta.persistence.TypedQuery<Long> CommonJPADAO.buildCountQuery(jakarta.persistence.EntityManager em, Query query, Class<E> clazz) protected org.exoplatform.commons.utils.ListAccess<E> CommonJPADAO.findEntities(Query query, Class<E> clazz)