Package | Description |
---|---|
org.hibernate.jpa.criteria | |
org.hibernate.jpa.criteria.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 |
---|
MapKeyHelpers.MapKeySource(CriteriaBuilderImpl criteriaBuilder,
Class<Map<K,V>> javaType,
MapJoinImplementor<?,K,V> mapJoin,
MapAttribute<?,K,V> attribute) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.