Package | Description |
---|---|
javax.persistence.criteria | |
javax.persistence.metamodel |
Modifier and Type | Method and Description |
---|---|
MapAttribute<? super Z,K,V> |
MapJoin.getModel() |
Modifier and Type | Method and Description |
---|---|
<K,V,M extends Map<K,V>> |
Path.get(MapAttribute<X,K,V> map) |
<K,V> MapJoin<X,K,V> |
From.join(MapAttribute<? super X,K,V> map) |
<K,V> MapJoin<X,K,V> |
From.join(MapAttribute<? super X,K,V> map,
JoinType jt) |
Modifier and Type | Method and Description |
---|---|
MapAttribute<X,?,?> |
ManagedType.getDeclaredMap(String name) |
<K,V> MapAttribute<X,K,V> |
ManagedType.getDeclaredMap(String name,
Class<K> keyType,
Class<V> valueType) |
MapAttribute<? super X,?,?> |
ManagedType.getMap(String name) |
<K,V> MapAttribute<? super X,K,V> |
ManagedType.getMap(String name,
Class<K> keyType,
Class<V> valueType) |
Copyright © 2016. All rights reserved.