Uses of Interface
com.liferay.portal.kernel.dao.orm.Query
Packages that use Query
-
Uses of Query in com.liferay.portal.kernel.dao.orm
Subinterfaces of Query in com.liferay.portal.kernel.dao.ormMethods in com.liferay.portal.kernel.dao.orm that return QueryModifier and TypeMethodDescriptionSession.createQuery
(String queryString) Session.createQuery
(String queryString, boolean strictName) SessionWrapper.createQuery
(String queryString) SessionWrapper.createQuery
(String queryString, boolean strictName) Query.setBigDecimal
(int pos, BigDecimal value) Query.setBigDecimal
(String name, BigDecimal value) Query.setBoolean
(int pos, boolean value) Query.setBoolean
(String name, boolean value) Query.setCacheable
(boolean cacheable) Query.setCacheMode
(CacheMode cacheMode) Query.setCacheRegion
(String cacheRegion) Query.setDouble
(int pos, double value) Query.setFirstResult
(int firstResult) Query.setFloat
(int pos, float value) Query.setInteger
(int pos, int value) Query.setInteger
(String name, int value) Query.setLockMode
(String alias, LockMode lockMode) Query.setLong
(int pos, long value) Query.setMaxResults
(int maxResults) Query.setSerializable
(int pos, Serializable value) Query.setSerializable
(String name, Serializable value) Query.setShort
(int pos, short value) Query.setTimestamp
(int pos, Timestamp value) Query.setTimestamp
(String name, Timestamp value) Methods in com.liferay.portal.kernel.dao.orm with parameters of type QueryModifier and TypeMethodDescriptionstatic QueryPos
QueryPos.getInstance
(Query query) static Iterator<?>
static Iterator<?>
static List<?>
static List<?>
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)