protected class AbstractHibernateQuery.HibernateAssociationQuery extends AssociationQuery
| Modifiers | Name | Description |
|---|---|---|
protected String |
alias |
|
protected Criteria |
assocationCriteria |
|
protected DetachedCriteria |
detachedAssocationCriteria |
|
protected Junction |
hibernateJunction |
| Constructor and description |
|---|
HibernateAssociationQuery(Criteria criteria, AbstractHibernateSession session, PersistentEntity associatedEntity, Association association, String alias) |
HibernateAssociationQuery(DetachedCriteria criteria, AbstractHibernateSession session, PersistentEntity associatedEntity, Association association, String alias) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
add(Criterion criterion) |
|
protected void |
addToCriteria(Criterion criterion) |
|
public Query |
allEq(Map<String, Object> values) |
|
public Query |
and(Criterion a, Criterion b) |
|
public Query |
between(String property, Object start, Object end) |
|
public Junction |
disjunction() |
|
public Query |
eq(String property, Object value) |
|
public Query |
ge(String property, Object value) |
|
public Query |
gt(String property, Object value) |
|
public Query |
gte(String property, Object value) |
|
public Query |
idEq(Object value) |
|
public Query |
ilike(String property, String expr) |
|
public Query |
in(String property, List values) |
|
public Query |
isEmpty(String property) |
|
public Query |
isNotEmpty(String property) |
|
public Query |
isNotNull(String property) |
|
public Query |
isNull(String property) |
|
public Query |
le(String property, Object value) |
|
public Query |
like(String property, String expr) |
|
public Query |
lt(String property, Object value) |
|
public Query |
lte(String property, Object value) |
|
public Junction |
negation() |
|
public Query |
or(Criterion a, Criterion b) |
|
public Query |
order(Order order) |
|
public Query |
rlike(String property, String expr) |
| Methods inherited from class | Name |
|---|---|
class AssociationQuery |
add, add, allEq, and, between, cache, clone, conjunction, createQuery, disjunction, eq, equals, firstResult, ge, getAssociation, getClass, getCriteria, getEntity, getOrderBy, getSession, gt, gte, hashCode, idEq, ilike, in, isEmpty, isNotEmpty, isNotNull, isNull, join, join, le, like, list, lock, lock, lt, lte, max, maxResults, negation, notify, notifyAll, offset, or, order, patternToRegex, projections, rlike, select, setUniqueResult, singleResult, toString, wait, wait, wait |