Package | Description |
---|---|
javax.persistence.criteria | |
javax.persistence.metamodel | |
org.hibernate.jpa.criteria.expression | |
org.hibernate.jpa.criteria.path | |
org.hibernate.jpa.internal.metamodel |
Modifier and Type | Method and Description |
---|---|
MapAttribute<? super Z,K,V> |
MapJoin.getModel()
Return the metamodel representation for the map attribute.
|
Modifier and Type | Method and Description |
---|---|
<K,V,M extends Map<K,V>> |
Path.get(MapAttribute<X,K,V> map)
Create a path corresponding to the referenced
map-valued attribute.
|
<K,V> MapJoin<X,K,V> |
From.join(MapAttribute<? super X,K,V> map)
Create an inner join to the specified Map-valued attribute.
|
<K,V> MapJoin<X,K,V> |
From.join(MapAttribute<? super X,K,V> map,
JoinType jt)
Create a join to the specified Map-valued attribute using
the given join type.
|
Modifier and Type | Method and Description |
---|---|
MapAttribute<X,?,?> |
ManagedType.getDeclaredMap(String name)
Return the Map-valued attribute declared by the managed
type that corresponds to the specified name.
|
<K,V> MapAttribute<X,K,V> |
ManagedType.getDeclaredMap(String name,
Class<K> keyType,
Class<V> valueType)
Return the Map-valued attribute declared by the managed
type that corresponds to the specified name and Java key
and value types.
|
MapAttribute<? super X,?,?> |
ManagedType.getMap(String name)
Return the Map-valued attribute of the managed type that
corresponds to the specified name.
|
<K,V> MapAttribute<? super X,K,V> |
ManagedType.getMap(String name,
Class<K> keyType,
Class<V> valueType)
Return the Map-valued attribute of the managed type that
corresponds to the specified name and Java key and value
types.
|
Modifier and Type | Method and Description |
---|---|
MapAttribute<?,K,V> |
MapEntryExpression.getAttribute() |
Constructor and Description |
---|
MapEntryExpression(CriteriaBuilderImpl criteriaBuilder,
Class<Map.Entry<K,V>> javaType,
PathImplementor origin,
MapAttribute<?,K,V> attribute) |
Modifier and Type | Method and Description |
---|---|
MapAttribute<?,K,V> |
MapKeyHelpers.MapKeySource.getAttribute() |
MapAttribute<? super O,K,V> |
MapAttributeJoin.getAttribute() |
MapAttribute<? super O,K,V> |
MapAttributeJoin.getModel() |
Modifier and Type | Method and Description |
---|---|
<K,V,M extends Map<K,V>> |
AbstractPathImpl.get(MapAttribute<X,K,V> attribute) |
<K,V> MapJoin<X,K,V> |
AbstractFromImpl.join(MapAttribute<? super X,K,V> map) |
<K,V> MapJoin<X,K,V> |
AbstractFromImpl.join(MapAttribute<? super X,K,V> map,
JoinType jt) |
Constructor and Description |
---|
MapAttributeJoin(CriteriaBuilderImpl criteriaBuilder,
Class<V> javaType,
PathSource<O> pathSource,
MapAttribute<? super O,K,V> joinAttribute,
JoinType joinType) |
MapKeyAttribute(CriteriaBuilderImpl criteriaBuilder,
MapAttribute<?,K,?> attribute) |
MapKeySource(CriteriaBuilderImpl criteriaBuilder,
Class<Map<K,V>> javaType,
MapJoinImplementor<?,K,V> mapJoin,
MapAttribute<?,K,V> attribute) |
Modifier and Type | Method and Description |
---|---|
MapAttribute<X,?,?> |
AbstractManagedType.getDeclaredMap(String name) |
<K,V> MapAttribute<X,K,V> |
AbstractManagedType.getDeclaredMap(String name,
Class<K> keyType,
Class<V> valueType) |
MapAttribute<? super X,?,?> |
AbstractManagedType.getMap(String name) |
<K,V> MapAttribute<? super X,K,V> |
AbstractManagedType.getMap(String name,
Class<K> keyType,
Class<V> valueType) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.