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(javax.persistence.criteria.Expression<java.lang.Boolean> restriction) |
MapJoinImplementor<Z,K,V> |
MapJoinImplementor.on(javax.persistence.criteria.Predicate... restrictions) |
<T extends V> |
MapJoinImplementor.treatAs(java.lang.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(javax.persistence.criteria.Expression<java.lang.Boolean> restriction) |
MapJoinImplementor<O,K,V> |
MapAttributeJoin.on(javax.persistence.criteria.Predicate... restrictions) |
Constructor and Description |
---|
MapKeySource(CriteriaBuilderImpl criteriaBuilder,
java.lang.Class<java.util.Map<K,V>> javaType,
MapJoinImplementor<?,K,V> mapJoin,
javax.persistence.metamodel.MapAttribute<?,K,V> attribute) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.