Package | Description |
---|---|
org.hibernate.query.criteria.internal | |
org.hibernate.query.criteria.internal.path |
Modifier and Type | Method and Description |
---|---|
MapJoinImplementor<Z,K,V> |
MapJoinImplementor.correlateTo(CriteriaSubqueryImpl subquery) |
MapJoinImplementor<Z,K,V> |
MapJoinImplementor.on(Expression<Boolean> restriction) |
MapJoinImplementor<Z,K,V> |
MapJoinImplementor.on(Predicate... restrictions) |
<T extends V> |
MapJoinImplementor.treatAs(Class<T> treatAsType) |
Modifier and Type | Class and Description |
---|---|
class |
MapAttributeJoin<O,K,V>
Models a join based on a map-style plural association attribute.
|
static class |
MapAttributeJoin.TreatedMapAttributeJoin<O,K,T> |
Modifier and Type | Method and Description |
---|---|
MapJoinImplementor<O,K,V> |
MapAttributeJoin.on(Expression<Boolean> restriction) |
MapJoinImplementor<O,K,V> |
MapAttributeJoin.on(Predicate... restrictions) |
Constructor and Description |
---|
MapKeySource(CriteriaBuilderImpl criteriaBuilder,
Class<Map<K,V>> javaType,
MapJoinImplementor<?,K,V> mapJoin,
MapAttribute<?,K,V> attribute) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.