Liferay 6.2.0

Uses of Interface
com.liferay.portal.kernel.dao.orm.Query

Packages that use Query
com.liferay.portal.dao.orm.hibernate   
com.liferay.portal.dao.orm.jpa   
com.liferay.portal.kernel.dao.orm   
 

Uses of Query in com.liferay.portal.dao.orm.hibernate
 

Classes in com.liferay.portal.dao.orm.hibernate that implement Query
 class QueryImpl
           
 class SQLQueryImpl
           
 

Methods in com.liferay.portal.dao.orm.hibernate that return Query
 Query SessionImpl.createQuery(String queryString)
           
 Query SessionImpl.createQuery(String queryString, boolean strictName)
           
 Query SQLQueryImpl.setBoolean(int pos, boolean value)
           
 Query QueryImpl.setBoolean(int pos, boolean value)
           
 Query SQLQueryImpl.setBoolean(String name, boolean value)
           
 Query QueryImpl.setBoolean(String name, boolean value)
           
 Query SQLQueryImpl.setCacheable(boolean cacheable)
           
 Query QueryImpl.setCacheable(boolean cacheable)
           
 Query SQLQueryImpl.setCacheMode(CacheMode cacheMode)
           
 Query QueryImpl.setCacheMode(CacheMode cacheMode)
           
 Query SQLQueryImpl.setCacheRegion(String cacheRegion)
           
 Query QueryImpl.setCacheRegion(String cacheRegion)
           
 Query SQLQueryImpl.setDouble(int pos, double value)
           
 Query QueryImpl.setDouble(int pos, double value)
           
 Query SQLQueryImpl.setDouble(String name, double value)
           
 Query QueryImpl.setDouble(String name, double value)
           
 Query SQLQueryImpl.setFirstResult(int firstResult)
           
 Query QueryImpl.setFirstResult(int firstResult)
           
 Query SQLQueryImpl.setFloat(int pos, float value)
           
 Query QueryImpl.setFloat(int pos, float value)
           
 Query SQLQueryImpl.setFloat(String name, float value)
           
 Query QueryImpl.setFloat(String name, float value)
           
 Query SQLQueryImpl.setInteger(int pos, int value)
           
 Query QueryImpl.setInteger(int pos, int value)
           
 Query SQLQueryImpl.setInteger(String name, int value)
           
 Query QueryImpl.setInteger(String name, int value)
           
 Query SQLQueryImpl.setLockMode(String alias, LockMode lockMode)
           
 Query QueryImpl.setLockMode(String alias, LockMode lockMode)
           
 Query SQLQueryImpl.setLong(int pos, long value)
           
 Query QueryImpl.setLong(int pos, long value)
           
 Query SQLQueryImpl.setLong(String name, long value)
           
 Query QueryImpl.setLong(String name, long value)
           
 Query SQLQueryImpl.setMaxResults(int maxResults)
           
 Query QueryImpl.setMaxResults(int maxResults)
           
 Query SQLQueryImpl.setSerializable(int pos, Serializable value)
           
 Query QueryImpl.setSerializable(int pos, Serializable value)
           
 Query SQLQueryImpl.setSerializable(String name, Serializable value)
           
 Query QueryImpl.setSerializable(String name, Serializable value)
           
 Query SQLQueryImpl.setShort(int pos, short value)
           
 Query QueryImpl.setShort(int pos, short value)
           
 Query SQLQueryImpl.setShort(String name, short value)
           
 Query QueryImpl.setShort(String name, short value)
           
 Query SQLQueryImpl.setString(int pos, String value)
           
 Query QueryImpl.setString(int pos, String value)
           
 Query SQLQueryImpl.setString(String name, String value)
           
 Query QueryImpl.setString(String name, String value)
           
 Query SQLQueryImpl.setTimestamp(int pos, Timestamp value)
           
 Query QueryImpl.setTimestamp(int pos, Timestamp value)
           
 Query SQLQueryImpl.setTimestamp(String name, Timestamp value)
           
 Query QueryImpl.setTimestamp(String name, Timestamp value)
           
 

Uses of Query in com.liferay.portal.dao.orm.jpa
 

Methods in com.liferay.portal.dao.orm.jpa that return Query
 Query SessionImpl.createQuery(String queryString)
           
 Query SessionImpl.createQuery(String queryString, boolean strictName)
           
 Query QueryImpl.setBoolean(int pos, boolean value)
           
 Query QueryImpl.setBoolean(String name, boolean value)
           
 Query QueryImpl.setCacheable(boolean cacheable)
           
 Query QueryImpl.setCacheMode(CacheMode cacheMode)
           
 Query QueryImpl.setCacheRegion(String cacheRegion)
           
 Query QueryImpl.setDouble(int pos, double value)
           
 Query QueryImpl.setDouble(String name, double value)
           
 Query QueryImpl.setFirstResult(int firstResult)
           
 Query QueryImpl.setFloat(int pos, float value)
           
 Query QueryImpl.setFloat(String name, float value)
           
 Query QueryImpl.setFlushMode(javax.persistence.FlushModeType flushModeType)
           
 Query QueryImpl.setInteger(int pos, int value)
           
 Query QueryImpl.setInteger(String name, int value)
           
 Query QueryImpl.setLockMode(String alias, LockMode lockMode)
           
 Query QueryImpl.setLong(int pos, long value)
           
 Query QueryImpl.setLong(String name, long value)
           
 Query QueryImpl.setMaxResults(int maxResults)
           
 Query QueryImpl.setSerializable(int pos, Serializable value)
           
 Query QueryImpl.setSerializable(String name, Serializable value)
           
 Query QueryImpl.setShort(int pos, short value)
           
 Query QueryImpl.setShort(String name, short value)
           
 Query QueryImpl.setString(int pos, String value)
           
 Query QueryImpl.setString(String name, String value)
           
 Query QueryImpl.setTimestamp(int pos, Timestamp value)
           
 Query QueryImpl.setTimestamp(String name, Timestamp value)
           
 

Uses of Query in com.liferay.portal.kernel.dao.orm
 

Subinterfaces of Query in com.liferay.portal.kernel.dao.orm
 interface SQLQuery
           
 

Methods in com.liferay.portal.kernel.dao.orm that return Query
abstract  Query Session.createQuery(String queryString)
           
 Query ClassLoaderSession.createQuery(String queryString)
           
abstract  Query Session.createQuery(String queryString, boolean strictName)
           
 Query ClassLoaderSession.createQuery(String queryString, boolean strictName)
           
abstract  Query Query.setBoolean(int pos, boolean value)
           
abstract  Query Query.setBoolean(String name, boolean value)
           
abstract  Query Query.setCacheable(boolean cacheable)
           
abstract  Query Query.setCacheMode(CacheMode cacheMode)
           
abstract  Query Query.setCacheRegion(String cacheRegion)
           
abstract  Query Query.setDouble(int pos, double value)
           
abstract  Query Query.setDouble(String name, double value)
           
abstract  Query Query.setFirstResult(int firstResult)
           
abstract  Query Query.setFloat(int pos, float value)
           
abstract  Query Query.setFloat(String name, float value)
           
abstract  Query Query.setInteger(int pos, int value)
           
abstract  Query Query.setInteger(String name, int value)
           
abstract  Query Query.setLockMode(String alias, LockMode lockMode)
           
abstract  Query Query.setLong(int pos, long value)
           
abstract  Query Query.setLong(String name, long value)
           
abstract  Query Query.setMaxResults(int maxResults)
           
abstract  Query Query.setSerializable(int pos, Serializable value)
           
abstract  Query Query.setSerializable(String name, Serializable value)
           
abstract  Query Query.setShort(int pos, short value)
           
abstract  Query Query.setShort(String name, short value)
           
abstract  Query Query.setString(int pos, String value)
           
abstract  Query Query.setString(String name, String value)
           
abstract  Query Query.setTimestamp(int pos, Timestamp value)
           
abstract  Query Query.setTimestamp(String name, Timestamp value)
           
 

Methods in com.liferay.portal.kernel.dao.orm with parameters of type Query
static QueryPos QueryPos.getInstance(Query query)
           
static Comparable<?>[] QueryUtil.getPrevAndNext(Query query, int count, OrderByComparator obc, Comparable<?> comparable)
           
static Iterator<?> QueryUtil.iterate(Query query, Dialect dialect, int start, int end)
           
static Iterator<?> QueryUtil.iterate(Query query, Dialect dialect, int start, int end, boolean unmodifiable)
           
static List<?> QueryUtil.list(Query query, Dialect dialect, int start, int end)
           
static List<?> QueryUtil.list(Query query, Dialect dialect, int start, int end, boolean unmodifiable)
           
static List<?> QueryUtil.randomList(Query query, Dialect dialect, int total, int num)
           
static List<?> QueryUtil.randomList(Query query, Dialect dialect, int total, int num, boolean unmodifiable)
           
 


Liferay 6.2.0