@java.lang.SuppressWarnings("rawtypes") public class AssociationQuery extends Query implements org.hibernate.criterion.Criterion
Used to capture the metadata for a query on an associated object.
Fields inherited from class | Fields |
---|---|
class Query |
criteria, entity, fetchStrategies, joinTypes, lockResult, max, offset, orderBy, projections, queryCache, session, uniqueResult |
Constructor and description |
---|
protected AssociationQuery
(Session session, PersistentEntity entity, Association association) |
Type Params | Return Type | Name and description |
---|---|---|
|
protected java.util.List |
executeQuery(PersistentEntity e, Junction j) |
|
public Association<?> |
getAssociation() The association being queried |
Methods inherited from class | Name |
---|---|
class Query |
add, add, allEq, and, between, cache, clone, conjunction, createQuery, disjunction, eq, executeQuery, fetchStrategy, firstResult, flushBeforeQuery, ge, getCriteria, getEntity, 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 |
The association being queried