@java.lang.SuppressWarnings("rawtypes")
public class MutationHqlQuery
extends Query
implements HqlQueryMethods
A query implementation for HQL mutation queries (UPDATE/DELETE).
| Fields inherited from class | Fields |
|---|---|
class Query |
criteria, entity, fetchStrategies, joinTypes, lockResult, logger, max, offset, orderBy, projections, queryCache, session, uniqueResult |
| Constructor and description |
|---|
protected MutationHqlQuery(HibernateSession session, GrailsHibernatePersistentEntity entity, HqlQueryContext queryContext, HqlQueryDelegate delegate) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
protected void |
applyQuerySettings(HqlQueryDelegate d) |
|
protected java.util.List |
executeQuery(PersistentEntity entity, Junction criteria) |
|
public int |
executeUpdate() |
|
public java.util.List |
list() |
|
public org.hibernate.query.Query |
selectQuery() |
|
public java.lang.Object |
singleResult() |
| Methods inherited from class | Name |
|---|---|
class Query |
add, add, allEq, and, between, cache, clearOrders, clone, conjunction, countResults, createQuery, disjunction, eq, executeQuery, fetchStrategy, firstResult, flushBeforeQuery, ge, getCriteria, getEntity, getMax, getOffset, getOrderBy, getSession, gt, gte, idEq, ilike, in, isEmpty, isNotEmpty, isNotNull, isNull, join, join, le, like, list, lock, lock, lt, lte, max, maxResults, negation, offset, or, order, patternToRegex, projections, resolveIdIfEntity, rlike, select, setUniqueResult, singleResult |